--- | Log | opened Wed Aug 19 00:00:06 2009 |
00:00 | <Steven_M> | anyone? |
00:01 | -!- | angasule [~angasule@190.177.22.12] has quit [Remote host closed the connection] |
00:02 | -!- | AbsintheSyringe [~havoc@85-189-234-60.tmbsystems.managedbroadband.co.uk] has quit [Quit: Leaving] |
00:03 | -!- | Jids [~Jids@CPE001b2fffed45-CM000a739c0010.cpe.net.cable.rogers.com] has joined #debian |
00:06 | <chealer> | Steven_M: just ask your question |
00:07 | <Steven_M> | chealer: it's written here: http://pastebin.com/d553a94ef |
00:09 | -!- | kisisten [~andrewn@76-10-176-50.dsl.teksavvy.com] has joined #debian |
00:10 | -!- | magyar [~andrewn@76-10-176-50.dsl.teksavvy.com] has quit [Read error: No route to host] |
00:12 | <Steven_M> | chealer: do you know the answer? |
00:13 | -!- | kisisten [~andrewn@76-10-176-50.dsl.teksavvy.com] has quit [Remote host closed the connection] |
00:13 | <chealer> | Steven_M: don't ask me, ask the channel |
00:15 | -!- | alrs [~lars@170.206.224.54] has left #debian [] |
00:15 | -!- | drakeman [~drakeman@190.32.183.34] has quit [Quit: Leaving] |
00:15 | -!- | Piet [~piet@659AABWJH.tor-irc.dnsbl.oftc.net] has joined #debian |
00:15 | <Steven_M> | does anyone know the answer to this question? http://pastebin.com/d553a94ef |
00:15 | -!- | abraham [abraham@174-22-209-30.phnx.qwest.net] has quit [Quit: I bid thee farewell] |
00:16 | -!- | deniz [~deniz@ip216-239-82-247.vif.net] has joined #debian |
00:16 | <deniz> | how can i force the cat command to show the whole file i want to view even if it's super long and will require lots of scrolling? |
00:17 | -!- | ctaylor [~vortex@user127-82.microbio.ucla.edu] has quit [Read error: Operation timed out] |
00:17 | <sney> | just use less |
00:17 | <sney> | then you can scroll it at your leisure |
00:18 | <deniz> | less /directory/filename ? |
00:19 | -!- | ctaylor [~vortex@user127-82.microbio.ucla.edu] has joined #debian |
00:19 | <Steven_M> | deniz: yes |
00:19 | <chealer> | Steven_M: don't ask if anyone knows the answer to some question. just ask the question. |
00:20 | <deniz> | sney, ,Steven_M: thanks |
00:20 | <ml|> | to read a txt file i'd just use vim or your fav editor |
00:20 | <chealer> | I wouldn't. I'd use a pager |
00:21 | <sney> | Steven_M: I believe the command hwclock is available through the installer |
00:21 | <deniz> | ml|, actually yes im trying to copy paste some file using ssh and gedit doesn't work with ssh |
00:21 | <ml|> | chealer: heh |
00:21 | -!- | durruti [~Pedro@pc-143-24-161-190.cm.vtr.net] has quit [Quit: Saliendo] |
00:21 | -!- | arthurfurlan [~arthurfur@201.21.136.29] has quit [Quit: Leaving] |
00:22 | <chealer> | ml|: just in case, less can trigger an editor with "v" if you decide something needs to be changed |
00:22 | <Steven_M> | chealer: the questen is long, that's why I pastebined it |
00:22 | <chealer> | Steven_M: then ask "what is the answer to this question? : ..." |
00:23 | <sney> | why are you still discussing the question when I may have solved it for you' |
00:23 | <sney> | it's as if you prefer arguing with chealer to dealing with the issue at hand |
00:23 | <chealer> | Steven_M: and of course, don't expect any answer if you don't say what the question is about |
00:23 | <ml|> | deniz: why not just cp the file in question to your system and edit there then mv it back if needed |
00:24 | <Steven_M> | sney sorry, I was about to thank you |
00:24 | -!- | craigevil [~craigevil@adsl-76-253-105-193.dsl.klmzmi.sbcglobal.net] has quit [Quit: leaving] |
00:24 | <deniz> | how do u cp a file from one comp to another via ssh? for some reason my flashdrive does not show under /media when i try to do this without internet |
00:24 | <deniz> | ml|, ^ |
00:24 | <sney> | sftp or scp |
00:25 | <ml|> | less is fine, but why use it when you have editord |
00:25 | <ml|> | editors* |
00:25 | <ml|> | deniz: or rsync |
00:25 | <sney> | rsync over ssh? |
00:25 | <ml|> | yes |
00:26 | <sney> | well, that seems a little overkill anyway |
00:26 | -!- | craigevil [~craigevil@adsl-76-253-105-193.dsl.klmzmi.sbcglobal.net] has joined #debian |
00:26 | <ml|> | yeah, for one file it is |
00:28 | <ml|> | but is what i prefer to use, with ssh-agent $SHELL ssh-add, autocomplete works great this way |
00:29 | -!- | ctaylor [~vortex@user127-82.microbio.ucla.edu] has quit [Remote host closed the connection] |
00:30 | -!- | chealer [~chealer@69.171.128.104] has quit [Remote host closed the connection] |
00:30 | -!- | ga_bash [~gaurav@210.18.180.131] has joined #debian |
00:31 | -!- | AbsintheSyringe [~havoc@85-189-234-60.tmbsystems.managedbroadband.co.uk] has joined #debian |
00:35 | <deniz> | ml|, how do i use rsync to cp a file from one comp to another |
00:36 | <ml|> | deniz: remote to local or other way around? |
00:36 | <deniz> | both comps r in same house so local local? |
00:37 | <deniz> | is that wat u were askin? |
00:38 | <arw1> | deniz: http://everythinglinux.org/rsync/ |
00:38 | <ml|> | yes, regardless the one you are one call it local and the other is the remote even if they are in the same room |
00:39 | <ml|> | man rsync also |
00:41 | <kerneld> | remote to remote :P |
00:42 | <ml|> | you can also use sftp or scp like sney suggested, also if you run an ftp server like proftpd you can use filezilla for example to mv cp files around |
00:44 | <deniz> | but wait, is there a reason why gedit doesn't work through ssh? |
00:46 | -!- | mcasadevall [~mcasadeva@cpe-72-226-207-134.rochester.res.rr.com] has joined #debian |
00:46 | <ml|> | deniz: so you used ssh and in trying to edit a file on remote with gedit? |
00:46 | <arw1> | deniz: depends from nautilius |
00:46 | <deniz> | ml|, no not edit, just copy and paste into an email |
00:47 | <Steven_M> | sney: can you use the format hwclock --set --date=MMddhhmm[[cc]yy]? |
00:47 | <sney> | yeah I think so, |
00:47 | -!- | adamm [~adamm@polaris.galacticasoftware.com] has quit [Quit: Ex-Chat] |
00:47 | <sney> | it's been a while since i used hwclock though |
00:48 | <ml|> | does the remote have X running? |
00:48 | <ml|> | gedit is an X app only iirc |
00:49 | <Steven_M> | deniz: I forgot to say you're welcome :) |
00:49 | <Steven_M> | sney: ok thanks :) |
00:50 | <deniz> | ml|, ooo i c, no the whole bug report im filling is probably with X or some kind of GUI issue |
00:50 | -!- | swo [~swo@p54AEFA42.dip.t-dialin.net] has joined #debian |
00:51 | <Steven_M> | sney: may I pm you about smomething? |
00:51 | <sney> | no |
00:51 | <sney> | I'm about to go afk anyway |
00:51 | <ml|> | so you would need to setup X-forwarding if X is running, man ssh sshd_config |
00:51 | -!- | shadouts [~shadouts@27-164-42-72.gci.net] has joined #debian |
00:52 | <Steven_M> | sney: ok no worries :) |
00:53 | <ml|> | deniz: bug report? |
00:53 | -!- | Steven_M [~Minerva@202-180-70-185.callplus.net.nz] has quit [Quit: Steven_M] |
00:54 | <deniz> | ml|, yes the person wants me to post contents of /var/log/Xorg.0.log for example |
00:54 | -!- | swo [~swo@p54AEFA42.dip.t-dialin.net] has left #debian [] |
00:54 | <deniz> | ml|, im filing a bug report for squeeze and im trying to do it via my lenny comp |
00:55 | <ml|> | deniz: use reportbug if not already and you file it from the machine having the issue, is that what you are doing? |
00:56 | <deniz> | ml|, well i was doing it from email instead but the whole issue is sending the contents of the file to the maintainter |
00:57 | <deniz> | (like im replying to an email the maintainer sent) |
00:57 | <ml|> | well you have the options above |
00:58 | <arw1> | deniz: http://www.debian.org/Bugs/Reporting |
01:01 | -!- | neoXsys [~neoXsys@115.240.41.47] has joined #debian |
01:02 | -!- | jm_ [flier@mindwipe.org] has joined #debian |
01:02 | <ml|> | deniz: i don't use it, but you can also setup and use vnc between those computers if for X access instead of ssh with forwarding X |
01:03 | <deniz> | ml|, the whole bug is about no GUIs working |
01:04 | -!- | screenn [~screenn@165-91-113-92.pool.ukrtel.net] has joined #debian |
01:06 | <ml|> | deniz: if you are connected to other system thru ssh, X won't work at all without setting it up first |
01:07 | <deniz> | ok ill read up on rsync but i have to go for a bit, thanks for ur help |
01:10 | <ml|> | np, but i still don't fully understand what you are trying to do good luck |
01:15 | -!- | debalance [~quassel@92.116.138.77] has joined #debian |
01:17 | -!- | fdd [~algol@188.24.62.219] has joined #debian |
01:22 | -!- | mandyke [~user@124-169-94-49.dyn.iinet.net.au] has left #debian [] |
01:23 | -!- | azraelru1 [~azrael@191-4-191-213.fttb.ur.ru] has joined #debian |
01:24 | -!- | sney [~sney@S010600508b2f6457.cg.shawcable.net] has quit [Quit: I don't think I'm better than you. I just want to share my thoughts] |
01:25 | -!- | azraelru [~azrael@171-3-191-213.fttb.ur.ru] has quit [Ping timeout: 480 seconds] |
01:27 | -!- | AbsintheSyringe [~havoc@85-189-234-60.tmbsystems.managedbroadband.co.uk] has quit [Remote host closed the connection] |
01:27 | -!- | jcwu [~jcwu@220-132-178-149.HINET-IP.hinet.net] has joined #debian |
01:28 | -!- | alephnull [~alok@122.172.21.65] has quit [Ping timeout: 480 seconds] |
01:30 | -!- | tzafrir_laptop [~tzafrir@bzq-179-75-202.static.bezeqint.net] has quit [Ping timeout: 480 seconds] |
01:31 | -!- | Konratax [~ubuntu@firewall.powernet.bg] has joined #debian |
01:31 | -!- | Konratax [~ubuntu@firewall.powernet.bg] has quit [] |
01:33 | -!- | jkoenig [~jk@jk.pck.nerim.net] has joined #debian |
01:37 | -!- | shadouts [~shadouts@27-164-42-72.gci.net] has quit [Read error: Connection reset by peer] |
01:43 | -!- | Steven_JM [~Minerva@202-180-70-185.callplus.net.nz] has joined #debian |
01:43 | <Steven_JM> | Hi all, what is the answer to this question?: http://pastebin.com/d389a9a28 |
01:43 | -!- | taras_ [~taras@211-63-124-91.pool.ukrtel.net] has quit [Read error: Connection reset by peer] |
01:44 | -!- | taras_ [~taras@154-41-124-91.pool.ukrtel.net] has joined #debian |
01:45 | -!- | chiku [~chiku@82.224.174.159] has quit [Quit: Quitte] |
01:46 | -!- | magyar [~andrewn@76-10-176-50.dsl.teksavvy.com] has joined #debian |
01:47 | -!- | kutio [~kutio@jalfrezi.collabora.co.uk] has quit [Quit: Coyote finally caught me] |
01:49 | -!- | sney [~sney@S010600508b2f6457.cg.shawcable.net] has joined #debian |
01:51 | <Steven_JM> | sney: hwclock isn't there either, any other ideas? |
01:51 | <sney> | nope, sorry |
01:52 | <Steven_JM> | sney: thanks anyway |
01:52 | -!- | Steven_JM is now known as Steven_M |
01:53 | -!- | debalance_ [~quassel@p5B2D537C.dip.t-dialin.net] has joined #debian |
01:56 | -!- | jtaji [~jtaji@c-68-39-80-157.hsd1.pa.comcast.net] has quit [Quit: Leaving] |
01:59 | -!- | debalance [~quassel@92.116.138.77] has quit [Ping timeout: 480 seconds] |
02:00 | -!- | linac [~lin@222.76.81.81] has quit [Quit: Leaving] |
02:01 | -!- | azraelru1 [~azrael@191-4-191-213.fttb.ur.ru] has quit [Quit: Leaving.] |
02:02 | -!- | SQlvpapir [~teis@0x50c60c4b.virnxx10.dynamic.dsl.tele.dk] has quit [Quit: Ex-Chat] |
02:04 | -!- | screenn [~screenn@165-91-113-92.pool.ukrtel.net] has quit [Quit: Leaving] |
02:04 | -!- | screenn [~screenn@165-91-113-92.pool.ukrtel.net] has joined #debian |
02:06 | -!- | wekt [~kvirc@f048043171.adsl.alicedsl.de] has joined #debian |
02:08 | -!- | muh2000 [~muh2000@HSI-KBW-078-042-127-062.hsi3.kabel-badenwuerttemberg.de] has joined #debian |
02:08 | <muh2000> | hi |
02:08 | <muh2000> | since the last apt-get dist-upgrade on squeeze, the phpldapadmin package doesnt work anymore. it always offers me the php file to download :( |
02:08 | -!- | ga_bash [~gaurav@210.18.180.131] has quit [Remote host closed the connection] |
02:09 | <jm_> | muh2000: http://www.miriamruiz.es/weblog/?p=380 |
02:11 | -!- | taras_ is now known as tarask |
02:16 | <muh2000> | jm_: doesnt fix it. the link is phpMYadmin related anyway |
02:17 | <jm_> | it's the same shit if it offers to download the page, and pay attention to the important detail of restarting the browser |
02:17 | -!- | screenn [~screenn@165-91-113-92.pool.ukrtel.net] has quit [Quit: Leaving] |
02:17 | <muh2000> | jm_: i did that |
02:17 | -!- | screenn [~screenn@165-91-113-92.pool.ukrtel.net] has joined #debian |
02:19 | <jm_> | muh2000: then find out which apache2 and php5 package you have installed |
02:19 | <jm_> | that one is strictly for php called as CGI, for regular php it should be in php5.conf anyway |
02:19 | <muh2000> | what bugs me most is that the phpMYadmin works flawless |
02:20 | <muh2000> | it is in php5.conf |
02:20 | <jm_> | how about silly php files that only call phpinfo()? |
02:21 | -!- | cahoot [~radix@82.183.196.76] has joined #debian |
02:22 | -!- | fregl [~fregl@dslb-084-057-141-051.pools.arcor-ip.net] has joined #debian |
02:23 | <muh2000> | jm_: they all work. except phpldapadmin. |
02:24 | <muh2000> | different vhost though. |
02:24 | <muh2000> | but same php conf |
02:24 | <jm_> | muh2000: does it work with other vhosts? |
02:24 | -!- | Steven_M [~Minerva@202-180-70-185.callplus.net.nz] has left #debian [] |
02:24 | <muh2000> | jm_: everything works except phpldapadmin :/ |
02:25 | <jm_> | muh2000: no I mean does phpldapadmin work with other ones? |
02:25 | -!- | cirrose [~artista_f@201-15-217-228.ctame704.dsl.brasiltelecom.net.br] has quit [Ping timeout: 480 seconds] |
02:25 | -!- | BLarg [ic382@ppp-69-223-73-180.dsl.dytnoh.ameritech.net] has quit [Ping timeout: 480 seconds] |
02:26 | <muh2000> | jm_ um what? work with other one how? what is under the definition of other ones? |
02:26 | -!- | Dayofswords [~Dayofswor@209.portland-14-15rs.or.dial-access.att.net] has quit [Quit: ChatZilla 0.9.85 [Firefox 3.5.2/20090729225027]] |
02:26 | -!- | fbt [~user@r190-135-171-26.dialup.adsl.anteldata.net.uy] has joined #debian |
02:26 | <jm_> | muh2000: <muh2000> different vhost though |
02:27 | -!- | mode/#debian [+l 372] by debhelper |
02:27 | <fbt> | hi, my sound is not working on a fresh squeeze amd64 install with ATI |
02:27 | <fbt> | Technologies Inc SBx00 Azalia (Intel HDA) |
02:27 | <jm_> | wasn't there someone else with ATI and sound "not working" yesterday too? funny how they come in clusters |
02:28 | <fbt> | it might be because of 2.6.30, maybe? |
02:28 | <jm_> | judd kernels |
02:28 | <judd> | jm_: Available kernel versions are: trunk: 2.6.31-rc6-686 (2.6.31~rc6-1~experimental.1~snapshot.14136); sid: 2.6.30-1-686 (2.6.30-6); squeeze: 2.6.30-1-686 (2.6.30-5); lenny-backports: 2.6.30-bpo.1-686 (2.6.30-6~bpo50+1); lenny: 2.6.26-2-686 (2.6.26-17); etchnhalf: 2.6.24-etchnhalf.1-686 (2.6.24-6~etchnhalf.8etch3); etch: 2.6.18-6-686 (2.6.18.dfsg.1-24) |
02:28 | <sney> | probably. 2.6.30 changed the linux-headers layout and like a million things got boned because of it |
02:28 | <jm_> | fbt: cat /proc/asound/cards |
02:29 | <fbt> | jm_: pastebin right? |
02:29 | <jm_> | fbt: well if you feel like it |
02:29 | <fbt> | http://debian.pastebin.com/m34653433 |
02:30 | <muh2000> | jm_ that would require reconfiguring the complete system. some vhosts run with suphp some without. phpmyadmin runs without <- would make problems with suphp since phpldapadmin is not in suphp root. but...: |
02:30 | <muh2000> | phpldapadmin: http://nopaste.org/p/aX9O14ZDX |
02:30 | <muh2000> | phpmyadmin: http://nopaste.org/p/aaQ6h7v8Q |
02:30 | -!- | fbt [~user@r190-135-171-26.dialup.adsl.anteldata.net.uy] has quit [Remote host closed the connection] |
02:30 | <muh2000> | both have suPHP_Engine off RemoveHandler .php php_admin_flag engine on |
02:30 | -!- | ga_bash [~gaurav@210.18.180.131] has joined #debian |
02:31 | <muh2000> | both are somewhere in /usr/share |
02:31 | <muh2000> | phpmyadmin is working, phpLDAPadmin is not. |
02:31 | <muh2000> | and that since the last dist-upgrade :( |
02:32 | -!- | mandyke [~user@124-169-94-49.dyn.iinet.net.au] has joined #debian |
02:32 | <muh2000> | i dont know why it is offering me that: application/x-httpd-suphp <<<--- see the suphp? (this is when i try to open phpldapadmin) |
02:33 | <jm_> | muh2000: I am not too familiar with apache, but there are some differences in those conf files - probably best to wait for someone more familiar with it |
02:33 | -!- | rumpsy [~razor@121.246.29.51] has joined #debian |
02:33 | -!- | s5unty [~s5unty@117.88.167.86] has quit [Quit: Message too long] |
02:33 | -!- | s5unty [~s5unty@117.88.167.86] has joined #debian |
02:34 | <rumpsy> | how can install pidgin in my debian syatem |
02:34 | -!- | AbsintheSyringe [~havoc@85-189-234-60.tmbsystems.managedbroadband.co.uk] has joined #debian |
02:34 | <jm_> | phpmyadmin adds .php in its conf file, but phpldap only does it for php4 if I understand that correctly |
02:34 | -!- | BLarg [ic382@ppp-69-223-36-113.dsl.dytnoh.ameritech.net] has joined #debian |
02:34 | <rumpsy> | i having gaim in my debian system... how can i update it to pidgin |
02:35 | <jm_> | even lenny has pidgin |
02:35 | <sney> | aptitude install pidgin |
02:36 | <rumpsy> | sney: i get this error [Couldn't find any package whose name or description matched "pidgin"] |
02:36 | -!- | cirrose [~artista_f@201-15-206-7.ctame704.dsl.brasiltelecom.net.br] has joined #debian |
02:36 | <sney> | aptitude update |
02:37 | -!- | quaker66 [~quaker66@213.191.105.214] has joined #debian |
02:37 | -!- | Yoda-BZH`Wk [~yoda@LMontsouris-152-63-15-185.w217-128.abo.wanadoo.fr] has quit [Quit: ⏏ --] |
02:37 | <rumpsy> | sney: now i get this error [W: GPG error: http://security.debian.org etch/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B |
02:37 | <rumpsy> | W: You may want to run apt-get update to correct these problems |
02:37 | <rumpsy> | ] |
02:37 | -!- | Worf_ [~worf@84-119-66-230.dynamic.xdsl-line.inode.at] has joined #debian |
02:38 | -!- | Buglouse [~bug@cpe-174-102-181-166.wi.res.rr.com] has quit [Remote host closed the connection] |
02:38 | -!- | Yoda-BZH`Wk [~yoda@LMontsouris-152-63-15-185.w217-128.abo.wanadoo.fr] has joined #debian |
02:38 | <gsimmons> | dpkg: tell rumpsy -about new archive key |
02:38 | -!- | screenn [~screenn@165-91-113-92.pool.ukrtel.net] has quit [Quit: Leaving] |
02:39 | <rumpsy> | gsimmons: i can't understand |
02:41 | <jm_> | rumpsy: you ar eusing etch, you need to upgrade to lenny to get pidgin |
02:41 | <gsimmons> | rumpsy: Read the private message provided to you from dpkg. Also, pidgin isn't available in Etch. Either upgrade to Lenny or install an older release via backports.org (/msg dpkg bpo etch). |
02:41 | -!- | weechat2 [~weechat@124-197-53-135.callplus.net.nz] has joined #debian |
02:41 | <rumpsy> | jm: how to upgrade to lenny |
02:42 | <weechat2> | hi everyone i have a problem :p heh |
02:42 | -!- | weechat2 is now known as kmonk |
02:42 | <kmonk> | im using debian so i guess it's debian related, ? :) |
02:43 | <jm_> | rumpsy: read lenny release notes |
02:43 | -!- | debalance [~quassel@p5B2D7BA6.dip.t-dialin.net] has joined #debian |
02:43 | -!- | s5unty [~s5unty@117.88.167.86] has quit [Remote host closed the connection] |
02:43 | -!- | s5unty [~s5unty@117.88.167.86] has joined #debian |
02:44 | <kmonk> | trying to convert wma to ogg, but the output birate is much lower than the birate of the source file... using '-ab 2566k or 128k' has no effect :( |
02:44 | <rumpsy> | jm_ :okay |
02:45 | <kmonk> | seems like a simple problem but it;s been bugging me for about an hour now >_< |
02:45 | -!- | pascal_ [~quassel@maginot.pagali.net] has quit [Ping timeout: 480 seconds] |
02:46 | -!- | sney [~sney@S010600508b2f6457.cg.shawcable.net] has quit [Quit: I don't think I'm better than you. I just want to share my thoughts] |
02:46 | -!- | tzafrir_laptop [~tzafrir@local.xorcom.com] has joined #debian |
02:47 | -!- | mode/#debian [+l 378] by debhelper |
02:47 | -!- | s5unty [~s5unty@117.88.167.86] has quit [Remote host closed the connection] |
02:47 | <craigevil> | kmonk: using what app to convert? |
02:47 | -!- | s5unty [~s5unty@117.88.167.86] has joined #debian |
02:48 | <kmonk> | oh hi craigevil, sorry for the absence lately, ^_^.... ffmpeg |
02:48 | <craigevil> | try just using lame like> lame stairwaytoheaven.wma stairwaytoheaven.ogg |
02:49 | <rumpsy> | while i do reload in my synaptic package manager i get error like this[] |
02:49 | <muh2000> | that is what it is looking like right now. nearly similar. i added the php5 part and still failure :/ http://nopaste.org/p/apV7YzBPI http://nopaste.org/p/a5aFslP8z |
02:49 | <rumpsy> | W: GPG error: http://security.debian.org etch/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B |
02:49 | <ml|> | kmonk: not a good idea to convert lossly to lossly and ogg is more efficient |
02:50 | -!- | alephnull [~alok@122.171.17.200] has joined #debian |
02:50 | -!- | debalance_ [~quassel@p5B2D537C.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
02:50 | <kmonk> | okok thanks, i'll try ;ame |
02:50 | <kmonk> | lame* |
02:52 | -!- | yht [~yht@114.123.117.111] has joined #debian |
02:53 | -!- | bo [~bo@84-72-174-245.dclient.hispeed.ch] has joined #debian |
02:53 | <kmonk> | unsupported audio format v_v |
02:53 | <kmonk> | is the message that lame gives me |
02:54 | <kmonk> | hold on.... |
02:54 | <rumpsy> | gpg: key 2D230C5F: "Debian Archive Automatic Signing Key (2006) <ftpmaster@debia n.org>" not changed |
02:54 | <rumpsy> | gpg: key 6070D3A1: "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@d ebian.org>" not changed |
02:54 | <rumpsy> | gpg: key ADB11277: "Etch Stable Release Key <debian-release@lists.debian.org>" n ot changed |
02:54 | <rumpsy> | gpg: Total number processed: 3 |
02:54 | <rumpsy> | gpg: unchanged: 3 |
02:54 | -!- | rumpsy was kicked from #debian by debhelper [use the paster bot or #flood] |
02:55 | <ml|> | kmonk: try with pacpl |
02:55 | <kmonk> | lame only does mp3, i would rather ogg, |
02:55 | <kmonk> | okie dokie |
02:56 | <kmonk> | looks good, thanks mate i owe you one |
02:57 | <ml|> | np |
02:58 | -!- | rumpsy [~razor@121.246.29.51] has joined #debian |
02:58 | <rumpsy> | gpg: key 2D230C5F: "Debian Archive Automatic Signing Key (2006) <ftpmaster@debia n.org>" not changed |
02:58 | <rumpsy> | gpg: key 6070D3A1: "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@d ebian.org>" not changed |
02:58 | <rumpsy> | gpg: key ADB11277: "Etch Stable Release Key <debian-release@lists.debian.org>" n ot changed |
02:58 | <rumpsy> | gpg: Total number processed: 3 |
02:58 | -!- | rumpsy was kicked from #debian by debhelper [use the paster bot or #flood] |
02:58 | -!- | rumpsy [~razor@121.246.29.51] has joined #debian |
02:58 | <rumpsy> | gpg: key 2D230C5F: "Debian Archive Automatic Signing Key (2006) <ftpmaster@debia n.org>" not changed |
02:58 | <rumpsy> | gpg: key 6070D3A1: "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@d ebian.org>" not changed |
02:58 | <rumpsy> | gpg: key ADB11277: "Etch Stable Release Key <debian-release@lists.debian.org>" n ot changed |
02:58 | <rumpsy> | gpg: Total number processed: 3 |
02:58 | <rumpsy> | gpg: unchanged: 3 |
02:58 | -!- | rumpsy was kicked from #debian by debhelper [use the paster bot or #flood] |
02:58 | <jm_> | impressive |
02:59 | <ml|> | heh was about to !pastebin |
02:59 | -!- | rumpsy [~razor@121.246.29.51] has joined #debian |
02:59 | <jm_> | rumpsy: stop pasting |
02:59 | <ml|> | dpkg: pastebin |
02:59 | <dpkg> | Do not paste more than 2 lines to this channel. Instead, use: http://paste.debian.net/ http://pastebin.ca or http://picpaste.com for pics. Use wikisend.com for large files (think tar.gz) up to 100MB. Remember to tell us the URL of your paste! Just use pastebinit (package) if you cannot cut & paste. |
02:59 | -!- | BLarg [ic382@ppp-69-223-36-113.dsl.dytnoh.ameritech.net] has quit [Read error: Operation timed out] |
03:00 | <rumpsy> | jm_:okay |
03:00 | <rumpsy> | i'm getting that error how could i get out of that.. |
03:02 | <jm_> | rumpsy: gsimmons already told you via dpkg |
03:03 | -!- | bo [~bo@84-72-174-245.dclient.hispeed.ch] has quit [Quit: Verlassend] |
03:06 | -!- | nihil [~nihil@w214.wist.uni-linz.ac.at] has joined #debian |
03:06 | -!- | debalance_ [~quassel@92.116.189.245] has joined #debian |
03:07 | -!- | Netsplit charon.oftc.net <-> resistance.oftc.net quits: elky, ptr, blarson, Caelum, jcwu, d0rt, synocrypt, apecat, Bolle1961, Nemoder, (+128 more, use /NETSPLIT to show all of them) |
03:09 | -!- | Netsplit over, joins: cdlu, infernix, rmayorga, ansgar, Caelum, dondelelcaro, Hydroxide, RichiH, fdd, LoRez (+128 more) |
03:09 | <ml|> | or try .. |
03:09 | <ml|> | dpkg: apt-key 9AA38DCD55BE302B |
03:09 | <dpkg> | gpg --keyserver keys.gnupg.net --recv-keys 9AA38DCD55BE302B ; gpg --export 9AA38DCD55BE302B | sudo apt-key add - |
03:09 | -!- | alephnull [~alok@122.171.17.200] has quit [Ping timeout: 480 seconds] |
03:09 | -!- | xlotlu_ [~john@188.26.199.160] has joined #debian |
03:09 | -!- | alephnull [~alok@122.171.17.200] has joined #debian |
03:09 | -!- | bo [~bo@84-72-174-245.dclient.hispeed.ch] has joined #debian |
03:10 | -!- | nano- [nano@debian.as] has joined #debian |
03:10 | <nano-> | What does {a} mean when installing new packages? |
03:10 | -!- | debalance [~quassel@p5B2D7BA6.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
03:10 | <nano-> | The following NEW packages will be installed: someprogram{a} |
03:11 | <jm_> | automatically installed |
03:11 | -!- | shiznatix_ [~shiznatix@74.166.196.88.sta.estpak.ee] has quit [Read error: Connection reset by peer] |
03:12 | -!- | xlotlu [~john@188.26.197.1] has quit [Ping timeout: 480 seconds] |
03:12 | -!- | shiznatix_ [~shiznatix@195.222.2.22] has joined #debian |
03:13 | -!- | BLarg [ic382@68.73.101.80] has joined #debian |
03:14 | <yang> | I noticed unrecognisable module, with the recent kernel-upgrade, I am wondering if the module is going to work with the next reboot, it's required for the connection - http://pastebin.ca/1534773 |
03:14 | -!- | ctaylor [~vortex@cpe-76-169-68-186.socal.res.rr.com] has joined #debian |
03:14 | -!- | sourcode[O] [~code@203.170.248.213] has joined #debian |
03:14 | -!- | spox [~slunsky@85-132-228-239-eth3-gwfm8-user.802.cz] has joined #debian |
03:14 | <nano-> | jm_: thanks! |
03:14 | -!- | nano- [nano@debian.as] has left #debian [] |
03:15 | -!- | sourcode[O] [~code@203.170.248.213] has quit [] |
03:17 | <rumpsy> | jm_ still i can't update my key... |
03:17 | <rumpsy> | Can you plese detail commands to do that |
03:17 | -!- | manphiz [~dxy@cpe-76-171-4-98.socal.res.rr.com] has quit [Quit: leaving] |
03:18 | <yang> | rumpsy: dpkg told you about it |
03:18 | <jm_> | rumpsy: read some 25-30 lines up |
03:18 | <rumpsy> | jm_: can you please give me a detal commands to update my keys. |
03:18 | <yang> | rumpsy: maybe the gnupg DNS times out for you |
03:18 | -!- | davyg [~davyg@lns-bzn-57-82-249-39-168.adsl.proxad.net] has joined #debian |
03:19 | <yang> | rumpsy: try "dig keys.gnupg.net" and select an ip instead of name, or even try multiple ips |
03:19 | <jm_> | rumpsy: no, you were told two times now, scroll u[ |
03:19 | -!- | mwiegand [~michael@aktaia.intevation.org] has joined #debian |
03:19 | -!- | Worf_ [~worf@84-119-66-230.dynamic.xdsl-line.inode.at] has quit [Remote host closed the connection] |
03:20 | -!- | esk [esk@esk.cs.usu.edu] has quit [Read error: Operation timed out] |
03:21 | <yang> | jm_: do I have any chance for "e100" module to work on reboot ? |
03:21 | <mwiegand> | Quick question: Is there a template for init files for new packages? |
03:21 | <Ganneff> | etc/init.d/skeleton |
03:22 | <jm_> | yang: I think those are probably just firmware updates, so if card works fine without them you're probably safe |
03:22 | -!- | megaimpulse [~1mpulse@dynamic-acs-72-23-150-11.zoominternet.net] has joined #debian |
03:22 | <mwiegand> | Ganneff: D'oh! Thank you, that was almost too easy. ;) |
03:23 | <yang> | jm_: I am crossing my fingers for reboot :) |
03:23 | -!- | mwiegand [~michael@aktaia.intevation.org] has left #debian [] |
03:24 | -!- | esk [esk@esk.cs.usu.edu] has joined #debian |
03:24 | -!- | megaimpulse [~1mpulse@dynamic-acs-72-23-150-11.zoominternet.net] has quit [] |
03:25 | -!- | whirlspin [~whirl@87-94-159-16.tampere.customers.dnainternet.fi] has joined #debian |
03:25 | -!- | jmut_ [~jmut@78-83-249-65.spectrumnet.bg] has joined #debian |
03:26 | -!- | samu [~samu@88-149-243-69.dynamic.ngi.it] has joined #debian |
03:26 | <jmut_> | hi. how can I stop service at startup. I tried update-rc.d cupsd remove and update-rc.d -f cupsd remove but still nothing |
03:26 | -!- | pascal [~quassel@gruyere.kerlabs.com] has joined #debian |
03:27 | -!- | mode/#debian [+l 386] by debhelper |
03:27 | <jm_> | jmut_: man update-rc.d tells you how to properly achieve it |
03:27 | -!- | Takumi [~kvirc@91.193.239.53] has joined #debian |
03:27 | -!- | Coolinger [~lohr@atradig143.informatik.tu-muenchen.de] has joined #debian |
03:27 | <jm_> | pay attention to this paragraph: A common system admini... |
03:27 | -!- | samu [~samu@88-149-243-69.dynamic.ngi.it] has quit [] |
03:31 | -!- | davyg [~davyg@lns-bzn-57-82-249-39-168.adsl.proxad.net] has quit [Remote host closed the connection] |
03:31 | -!- | yht [~yht@114.123.117.111] has quit [Read error: Connection reset by peer] |
03:32 | <rumpsy> | jm_: okay man finally i got as ou said.. |
03:32 | <rumpsy> | Thank you |
03:32 | -!- | davyg [~davyg@lns-bzn-57-82-249-39-168.adsl.proxad.net] has joined #debian |
03:33 | <jmut_> | jm_: thanks.reading |
03:33 | <Takumi> | hi all... here only to speak English? |
03:33 | <ml|> | yes |
03:33 | -!- | Snake23 [~Snake23@AAubervilliers-154-1-43-221.w90-3.abo.wanadoo.fr] has joined #debian |
03:33 | -!- | mentor [~mentor@217.28.14.167] has joined #debian |
03:34 | <Takumi> | thanks |
03:34 | -!- | mentor is now known as Guest102 |
03:34 | -!- | HELLth [~HELLth@teruel.cust.2enet.cz] has joined #debian |
03:34 | <ml|> | Takumi: mative language? |
03:34 | <jmut_> | jm_: Example of disabling a service: update-rc.d -f foobar remove |
03:35 | <jmut_> | jm_: this doesn't work unless they mean something else. we're not talking package upgrades here... |
03:37 | <jm_> | jmut_: it works fine |
03:37 | <jmut_> | jm_: you mean if you execute this and reboot you will not have foobar running? assume no upgrades etc? |
03:39 | <jm_> | jmut_: yup, you can verify with: find /etc|grep foobar - it should list no symlinks in rc?.d dirs for foobar |
03:40 | -!- | Piet [~piet@659AABWJH.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
03:40 | -!- | rumpsy [~razor@121.246.29.51] has quit [Read error: Connection reset by peer] |
03:40 | <jm_> | jmut_: it also lists files that it removed |
03:40 | <jmut_> | jm_: well it doesn't..thats true..but I see service running |
03:41 | -!- | mhash [~mhash@44.158.70.202.dynamic.max.com.pk] has quit [Ping timeout: 480 seconds] |
03:42 | -!- | Guest102 is now known as mentor |
03:42 | <ml|> | /etc/init.d/name stop without rebooting for now |
03:42 | -!- | taras [~taras@97-98-124-91.pool.ukrtel.net] has joined #debian |
03:42 | <jm_> | jmut_: yeah to stop it now see above |
03:43 | -!- | cgc [~cgalisteo@51.244.222.87.dynamic.jazztel.es] has joined #debian |
03:44 | -!- | vv__ [~vv@211.144.82.44] has joined #debian |
03:44 | <vv__> | hi.. |
03:45 | <cmot> | Grr. Why does my server take so long after reboot until it's reachable again? |
03:45 | <cmot> | Answer, after a trip to the server room. Because I've hit shutdown, not reboot. |
03:45 | <jmut_> | jm_: ml| yeah..I know howto stop..idea was to never start...but anyhow guess I am stuck with this approach. thanks |
03:46 | -!- | Piet [~piet@659AABWOJ.tor-irc.dnsbl.oftc.net] has joined #debian |
03:46 | -!- | tarask [~taras@154-41-124-91.pool.ukrtel.net] has quit [Ping timeout: 480 seconds] |
03:46 | <jm_> | jmut_: what do you mean stuck? what else would you want to do? |
03:47 | <ml|> | it should not when you reboot from now on |
03:47 | <jmut_> | jm_: I want cupsd for example never to start at all. but I don't want to remove package all together |
03:47 | <jmut_> | ml|: but it does :( |
03:47 | <jmut_> | other option is I remov x attribute but this is lame |
03:47 | <jm_> | jmut_: right, this is the right method |
03:47 | <jmut_> | remove x ?! |
03:48 | <jm_> | if rc?.d S symlinks are not there, it will not start |
03:48 | <xeon-enouf> | jmut_: i use rcconf |
03:48 | -!- | skandaleras [~luiz@84.77.130.93] has joined #debian |
03:48 | <jmut_> | find /etc/ |grep cupsd this returns only /etc/cups/cupsd.conf.default /etc/cups/cupsd.conf now I will reboot and see |
03:49 | <jmut_> | it shouldn't start right? |
03:49 | <xeon-enouf> | it's called cups |
03:49 | <jm_> | init script is called cups indeed |
03:50 | <jmut_> | grr.. ok. let me try now. |
03:50 | -!- | jmut_ [~jmut@78-83-249-65.spectrumnet.bg] has quit [Remote host closed the connection] |
03:51 | -!- | arw1 [foobar@190.26.232.120] has left #debian [Leaving.] |
03:51 | <xeon-enouf> | i do recall older (other) versions also ... sometimes it was cupsys, sometimes cupsys-bsd .. or something heh |
03:51 | -!- | mhash [~mhash@147.146.70.202.dynamic.max.com.pk] has joined #debian |
03:52 | <yang> | jm_: that "e100 module" has failed at boot time. |
03:53 | <jm_> | yang: try loading it manually - to be honest, none of my e100 cards ever needed a firmware to work |
03:53 | -!- | naiv [~david@ARennes-552-1-99-178.w92-139.abo.wanadoo.fr] has joined #debian |
03:53 | -!- | jmut [~jmut@78-83-249-65.spectrumnet.bg] has joined #debian |
03:54 | -!- | asaleem [~asaleem@modemcable210.78-70-69.static.videotron.ca] has quit [Ping timeout: 480 seconds] |
03:54 | <yang> | jm_: should i put it into /etc/modules list ? |
03:54 | <jmut> | yep. this did it. donno how I got confused with names :( thank you |
03:54 | <ml|> | !congratulate jmut |
03:54 | <dpkg> | Yay jmut, you did it! |
03:54 | <yang> | jm_: it used to work on 2.6.26, but with recent kernel upgrade it doesn't load (I have no physical access there, so I don't know what is happening) |
03:55 | <jm_> | yang: I was thinking simply load it via modprobe manually, not knowing about physicall access :) |
03:55 | -!- | cloud [~IRC@pD9E9AEBF.dip0.t-ipconnect.de] has joined #debian |
03:59 | -!- | AbsintheSyringe [~havoc@85-189-234-60.tmbsystems.managedbroadband.co.uk] has quit [Remote host closed the connection] |
04:00 | <jm_> | yang: my guess is it will fail to load even from modules, unless you / has the file but initrd doesn't |
04:00 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has joined #debian |
04:00 | <jm_> | your / |
04:00 | -!- | Deaimel [~damien@lns-bzn-20-82-64-28-194.adsl.proxad.net] has joined #debian |
04:01 | -!- | lbt [~david@78.32.229.233] has joined #debian |
04:02 | -!- | mentor [~mentor@217.28.14.167] has quit [Ping timeout: 480 seconds] |
04:02 | -!- | Takumi [~kvirc@91.193.239.53] has quit [Quit: When two people dream the same dream, it ceases to be an illusion. KVIrc 3.4.3 Shiny(svn-3155) http://www.kvirc.net] |
04:03 | -!- | mentor [~mentor@92.39.199.71] has joined #debian |
04:03 | -!- | mentor is now known as Guest103 |
04:04 | <vv__> | hi, i use the cd "debian-502-i386-kde-CD-1" to install the debian,when i logo into it,only the background picture,no startmenu and the taskbar. why ? |
04:04 | <jm_> | vv__: are processes running? did you check ~/.xsession-errors? |
04:06 | -!- | Torsten_W [~towo@port-212-202-129-192.static.qsc.de] has joined #debian |
04:06 | <vv__> | the program can run |
04:07 | -!- | mode/#debian [+l 393] by debhelper |
04:07 | <yang> | jm_: http://pastebin.ca/1534803 will tell that it booted into 2.6.30, just the ethernet module was unable to load |
04:08 | <jm_> | yang: most likely yes |
04:08 | <yang> | jm_: lsmod in 2.6.26 tells that "e100" is loaded |
04:08 | -!- | taras is now known as tarask |
04:09 | -!- | gaurav [~gaurav@120.60.131.22] has joined #debian |
04:10 | <vv__> | by clicking the mouse , there are some menu , i am a new linuxer,can you tell me how to check the xsession-errors |
04:10 | <yang> | jm_: I don't know if this is suitable for a minor bug report ? |
04:11 | -!- | iwamatsu [~iwamatsu@211.5.32.202.bf.2iij.net] has quit [Remote host closed the connection] |
04:12 | <jm_> | yang: hmm you'd probably want to figure out some details |
04:12 | <jm_> | it's a text file, cat ~/..xsession-errors |
04:12 | -!- | hellth__ [~HELLth@teruel.cust.2enet.cz] has joined #debian |
04:12 | -!- | HELLth [~HELLth@teruel.cust.2enet.cz] has quit [Read error: No route to host] |
04:13 | -!- | snogglethorpe [~snoggleth@fencepost.gnu.org] has joined #debian |
04:14 | -!- | ajonat [~ajonat@190.48.100.182] has quit [Quit: ajonat] |
04:14 | -!- | mentor_ [~mentor@217.28.0.53] has joined #debian |
04:16 | -!- | aliceinwire [~aliceinwi@cust-129-59.on3.ontelecoms.gr] has quit [Ping timeout: 480 seconds] |
04:17 | -!- | milton [~milton@forsmarksskola.se] has joined #debian |
04:17 | -!- | jmut [~jmut@78-83-249-65.spectrumnet.bg] has left #debian [Konversation terminated!] |
04:18 | -!- | vv__ [~vv@211.144.82.44] has quit [Remote host closed the connection] |
04:18 | -!- | vv__ [~vv@211.144.82.48] has joined #debian |
04:18 | -!- | bo [~bo@84-72-174-245.dclient.hispeed.ch] has quit [Quit: Verlassend] |
04:18 | -!- | themill [~stuart@themill.user.oftc.net] has joined #debian |
04:18 | -!- | vv__ [~vv@211.144.82.48] has quit [Remote host closed the connection] |
04:20 | -!- | Guest103 [~mentor@92.39.199.71] has quit [Ping timeout: 480 seconds] |
04:20 | <milton> | If there's no one active in the "help" channel could I ask for help here? If not, please tell me were I should go. |
04:21 | <petemc> | help with what? |
04:22 | <milton> | Configuring the network - as I had to skip that in the Debian install. |
04:23 | <jm_> | milton: man interfaces; look in /usr/share/doc/ifupwdown |
04:27 | -!- | simonrvn [simon@209.57-ppp.3menatwork.com] has quit [Remote host closed the connection] |
04:27 | -!- | ao2 [~u@2001:1418:117::1] has joined #debian |
04:28 | -!- | aliceinwire [~aliceinwi@athedsl-134751.home.otenet.gr] has joined #debian |
04:29 | -!- | saint [~saint@blueice1n1.de.ibm.com] has joined #debian |
04:30 | -!- | alephnull [~alok@122.171.17.200] has quit [Ping timeout: 480 seconds] |
04:31 | -!- | davyg [~davyg@lns-bzn-57-82-249-39-168.adsl.proxad.net] has quit [Ping timeout: 480 seconds] |
04:31 | -!- | kutio [~kutio@jalfrezi.collabora.co.uk] has joined #debian |
04:31 | -!- | iwamatsu [~iwamatsu@210.5.32.202.bf.2iij.net] has joined #debian |
04:31 | -!- | vortex [~vortex@cpe-76-169-68-186.socal.res.rr.com] has joined #debian |
04:32 | -!- | milton [~milton@forsmarksskola.se] has quit [Quit: Leaving] |
04:32 | -!- | vortex is now known as Guest104 |
04:32 | -!- | Pelail [~thomas@jill.nibsc.ac.uk] has joined #debian |
04:33 | -!- | xayon is now known as XayOn |
04:33 | -!- | narcan [~narcan@151.46.194-77.rev.gaoland.net] has joined #debian |
04:33 | -!- | jackyf [~jackyf@94-248-118-22.dynamic.peoplenet.ua] has joined #debian |
04:34 | -!- | jose [~jose@62.43.205.162.static.user.ono.com] has joined #debian |
04:34 | -!- | Guest104 [~vortex@cpe-76-169-68-186.socal.res.rr.com] has quit [Read error: Operation timed out] |
04:34 | -!- | sebash_ [~sebastian@e176203072.adsl.alicedsl.de] has joined #debian |
04:35 | -!- | ctaylor [~vortex@cpe-76-169-68-186.socal.res.rr.com] has quit [Ping timeout: 480 seconds] |
04:35 | -!- | Pelail [~thomas@jill.nibsc.ac.uk] has quit [] |
04:36 | -!- | onur [~onur@93.104.209.125] has quit [Ping timeout: 480 seconds] |
04:36 | -!- | wekt [~kvirc@f048043171.adsl.alicedsl.de] has quit [Read error: Connection reset by peer] |
04:38 | -!- | AbsintheSyringe [~havoc@85-189-234-60.tmbsystems.managedbroadband.co.uk] has joined #debian |
04:38 | -!- | simonrvn [simon@209.57-ppp.3menatwork.com] has joined #debian |
04:41 | -!- | flypiper [~mb_@75-149-68-164-Illinois.hfc.comcastbusiness.net] has quit [Ping timeout: 480 seconds] |
04:41 | -!- | flypiper [~mb_@75-149-68-164-Illinois.hfc.comcastbusiness.net] has joined #debian |
04:41 | -!- | sebash [~sebastian@e176222210.adsl.alicedsl.de] has quit [Ping timeout: 480 seconds] |
04:41 | -!- | aliceinwire [~aliceinwi@athedsl-134751.home.otenet.gr] has quit [Ping timeout: 480 seconds] |
04:41 | -!- | Tallken [~f2f93bf57@93.102.73.222.rev.optimus.pt] has joined #debian |
04:41 | -!- | jose [~jose@62.43.205.162.static.user.ono.com] has quit [Quit: Ex-Chat] |
04:42 | -!- | berto [~berto@155.99.117.91.static.mundo-r.com] has joined #debian |
04:43 | -!- | scientes_ [~scientes@174-21-106-115.tukw.qwest.net] has joined #debian |
04:45 | -!- | yury [~yury@adsl-99-163-49-66.dsl.pltn13.sbcglobal.net] has joined #debian |
04:45 | -!- | narcan [~narcan@151.46.194-77.rev.gaoland.net] has quit [Quit: WeeChat 0.2.6] |
04:45 | <yury> | anyone know if there is a solution to the "MAC is in deep sleep!" bug for intel 4965? |
04:47 | -!- | yht [~yht@114.120.137.40] has joined #debian |
04:47 | -!- | aliceinwire [~aliceinwi@athedsl-134751.home.otenet.gr] has joined #debian |
04:48 | <Yoda-BZH`Wk> | salut/hi |
04:50 | -!- | scientes [~scientes@174-21-104-37.tukw.qwest.net] has quit [Ping timeout: 480 seconds] |
04:50 | -!- | mentor_ [~mentor@217.28.0.53] has quit [Ping timeout: 480 seconds] |
04:50 | -!- | Tallken [~f2f93bf57@93.102.73.222.rev.optimus.pt] has quit [Quit: Leaving] |
04:52 | -!- | davyg [~davyg@lns-bzn-57-82-249-39-168.adsl.proxad.net] has joined #debian |
04:54 | -!- | pascal [~quassel@gruyere.kerlabs.com] has quit [Ping timeout: 480 seconds] |
04:55 | -!- | yury [~yury@adsl-99-163-49-66.dsl.pltn13.sbcglobal.net] has quit [Quit: leaving] |
04:56 | -!- | aliceinwire [~aliceinwi@athedsl-134751.home.otenet.gr] has quit [Ping timeout: 480 seconds] |
04:58 | -!- | bo [~bo@84-72-174-245.dclient.hispeed.ch] has joined #debian |
04:58 | -!- | rumpsy [~razor@121.246.29.51] has joined #debian |
04:59 | -!- | arturjuma [~artur@213.206.55.3] has joined #debian |
04:59 | -!- | IAMERROR [~ae@75.18.137.21] has quit [Quit: Leaving.] |
05:00 | <rumpsy> | i installed samba in my debian... how can connect my dos system |
05:00 | -!- | cahoot [~radix@82.183.196.76] has quit [Ping timeout: 480 seconds] |
05:00 | -!- | rudi_s [~rudi_s@p5DCE4C0D.dip.t-dialin.net] has joined #debian |
05:01 | <rumpsy> | can anyone help me in this case |
05:01 | -!- | Lanz [~Lanz@dyn216-8-181-150.ADSL.mnsi.net] has quit [Remote host closed the connection] |
05:01 | <dr|z3d> | !samba | rumpsy |
05:01 | <bo> | rumpsy, search for some manuals first |
05:01 | -!- | arturjuma [~artur@213.206.55.3] has quit [Max SendQ exceeded] |
05:01 | <dr|z3d> | !samba |
05:01 | <dpkg> | Samba is a UNIX implementation of Windows file/print sharing (the SMB/CIFS protocol). Documentation resources: http://samba.org/samba/docs/ ("Using Samba, 3rd Edition" not yet available online), http://wiki.samba.org/ Backported Samba 3.3.4 packages for Lenny are available, ask me about <backports.org>. http://samba.org/samba/docs/FAQ/ http://wiki.samba.org/index.php/Category:Category_FAQ http://samba.org/ #samba on irc.freenode.net. |
05:02 | -!- | arturjuma [~artur@213.206.55.3] has joined #debian |
05:02 | -!- | jc_ [~jc@AMontpellier-751-1-16-80.w90-57.abo.wanadoo.fr] has joined #debian |
05:02 | <rumpsy> | okay i join samba channel |
05:03 | <bo> | gl |
05:03 | -!- | bo [~bo@84-72-174-245.dclient.hispeed.ch] has quit [] |
05:05 | -!- | cahoot [~radix@82.183.196.76] has joined #debian |
05:07 | -!- | XayOn [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has left #debian [] |
05:09 | -!- | aliceinwire [~aliceinwi@cust-129-59.on3.ontelecoms.gr] has joined #debian |
05:10 | <djj> | how do i find out why slim was removed from squeeze? |
05:11 | -!- | foolano [~magnetic@111.Red-83-37-175.dynamicIP.rima-tde.net] has joined #debian |
05:11 | -!- | DiabloSan [~rizzi@host12-193-static.48-79-b.business.telecomitalia.it] has joined #debian |
05:11 | <arturjuma> | Hi, I have Debian Lenny installed and run KPPP on KDE 3.5.10 witn USB Best Data modem. It's working but my provider switches off the connection every hour and modem is hanged at that time and can not connect again till I turn off the wire and connect it again |
05:12 | <petemc> | thats a shitty thing for your provider to do |
05:12 | -!- | quaker66 [~quaker66@213.191.105.214] has quit [Quit: Leaving..] |
05:12 | -!- | DiabloSan [~rizzi@host12-193-static.48-79-b.business.telecomitalia.it] has quit [] |
05:13 | <arturjuma> | the others are worse in a way |
05:14 | <gsimmons> | djj: http://packages.qa.debian.org/slim and see news (which leads to bug #538921). |
05:14 | <djj> | gsimmons: thank you |
05:14 | -!- | hellth__ [~HELLth@teruel.cust.2enet.cz] has quit [Remote host closed the connection] |
05:15 | -!- | spox [~slunsky@85-132-228-239-eth3-gwfm8-user.802.cz] has quit [Ping timeout: 480 seconds] |
05:17 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has joined #debian |
05:18 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has quit [] |
05:19 | -!- | whirlspin [~whirl@87-94-159-16.tampere.customers.dnainternet.fi] has quit [Ping timeout: 480 seconds] |
05:20 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has joined #debian |
05:20 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has quit [] |
05:20 | -!- | Snake23` [~Snake23@AAubervilliers-154-1-46-23.w90-3.abo.wanadoo.fr] has joined #debian |
05:20 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has joined #debian |
05:20 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has quit [] |
05:21 | -!- | IAMERROR [~ae@adsl-75-18-137-21.dsl.skt2ca.sbcglobal.net] has joined #debian |
05:23 | -!- | Netsplit synthon.oftc.net <-> resistance.oftc.net quits: peppy, dvst, k1lumin4t1, kylei, shweppsie_, JanC, JoeHarrison, bwebster, @debhelper, DPic, (+64 more, use /NETSPLIT to show all of them) |
05:24 | -!- | Netsplit over, joins: infernix, Hydroxide, eightyeight, samferry, aaronyy, Amorphous, derfel, fnordus, Gun_Smoke, lavaramano (+54 more) |
05:24 | -!- | Netsplit over, joins: cdlu, Caelum, dondelelcaro, RichiH, stew, kylei, sward, @debhelper, zakame, phorce1 |
05:24 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has joined #debian |
05:24 | -!- | Snake23 [~Snake23@AAubervilliers-154-1-43-221.w90-3.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
05:26 | <IAMERROR> | wow what was that about |
05:26 | <petern> | bah, clive no longer works :( |
05:26 | <IAMERROR> | lulz |
05:26 | <azeem_> | IAMERROR: a netsplit, google or see wikipedia for more information |
05:27 | <petern> | which flash plugins work with youtube these days (apart from the real deal) |
05:27 | -!- | HELLth [~HELLth@teruel.cust.2enet.cz] has joined #debian |
05:28 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has quit [Quit: leaving] |
05:30 | -!- | xayon [~xayon@122.Red-83-38-18.dynamicIP.rima-tde.net] has joined #debian |
05:31 | <ffws> | petern: gnash |
05:31 | -!- | mobil-7k [~mobil@sb.7k.km.ua] has joined #debian |
05:32 | <petern> | thanks |
05:34 | <rumpsy> | flash plugin fails to install in iceweasel |
05:35 | -!- | fly [~fly@212.72.39.141] has joined #debian |
05:35 | -!- | fly [~fly@212.72.39.141] has quit [] |
05:36 | <petern> | hmm, doesn't seem to work :s |
05:36 | <petern> | oh |
05:37 | <petern> | need more than just gnash :) |
05:38 | <petern> | or something |
05:38 | -!- | xayon [~xayon@122.Red-83-38-18.dynamicIP.rima-tde.net] has quit [Quit: leaving] |
05:38 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has joined #debian |
05:38 | -!- | adema [~adema@avr50-1-82-241-205-109.fbx.proxad.net] has quit [Quit: Quitte] |
05:38 | -!- | shiznatix__ [~shiznatix@195.222.2.22] has joined #debian |
05:39 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has quit [] |
05:39 | -!- | Cowardly_Dog [~Cowardly_@32.Red-80-34-135.staticIP.rima-tde.net] has joined #debian |
05:39 | -!- | zenfur [~zenfur@public25964.xdsl.centertel.pl] has joined #debian |
05:39 | -!- | xayon [~xayon@122.Red-83-38-18.dynamicIP.rima-tde.net] has joined #debian |
05:40 | <petern> | sort of works, heh |
05:40 | -!- | klh [~klh@AClermont-Ferrand-551-1-67-139.w92-143.abo.wanadoo.fr] has quit [Remote host closed the connection] |
05:42 | -!- | Bolle1961_ [~arie@dsl-087-195-205-164.solcon.nl] has joined #debian |
05:42 | <Gun_Smoke> | idea what mode +R is? |
05:42 | <Gun_Smoke> | xchat? |
05:42 | -!- | Bolle1961_ [~arie@dsl-087-195-205-164.solcon.nl] has quit [] |
05:42 | -!- | gaurav [~gaurav@120.60.131.22] has quit [Quit: Leaving] |
05:43 | <Tekno> | depends on network |
05:44 | <Gun_Smoke> | this one. I've never seen... * Gun_Smoke sets mode +R Gun_Smoke |
05:44 | -!- | kmonk [~weechat@124-197-53-135.callplus.net.nz] has quit [Read error: Operation timed out] |
05:45 | -!- | rumpsy [~razor@121.246.29.51] has quit [Quit: Leaving] |
05:46 | <craigevil> | Gun_Smoke: +R usually means identified |
05:46 | -!- | shiznatix_ [~shiznatix@195.222.2.22] has quit [Ping timeout: 480 seconds] |
05:46 | -!- | klh [~klh@AClermont-Ferrand-551-1-67-139.w92-143.abo.wanadoo.fr] has joined #debian |
05:47 | -!- | samuel [~samuel@atsgw.cyber.ee] has joined #debian |
05:47 | -!- | simNIX [~simNIX@156-60.bbned.dsl.internl.net] has quit [Remote host closed the connection] |
05:47 | -!- | kmonk [~weechat@124-197-53-135.callplus.net.nz] has joined #debian |
05:47 | <Gun_Smoke> | craigevil, odd.. 14:03 yesterday... -NickServ- You are successfully identified as Gun_Smoke. |
05:48 | -!- | frol [~frol@84-55-97-227.customers.ownit.se] has joined #debian |
05:48 | -!- | scientes__ [~scientes@97-113-167-64.tukw.qwest.net] has joined #debian |
05:48 | -!- | samuel [~samuel@atsgw.cyber.ee] has quit [] |
05:49 | -!- | exsa09 [~exsanet@125.163.220.126] has joined #debian |
05:50 | <exsa09> | hey....... |
05:50 | <exsa09> | ketemuan yuk |
05:50 | -!- | aliceinwire [~aliceinwi@cust-129-59.on3.ontelecoms.gr] has quit [Ping timeout: 480 seconds] |
05:50 | -!- | exsa09 [~exsanet@125.163.220.126] has quit [] |
05:50 | -!- | OkropNick [kuba@host-n2-72-114.telpol.net.pl] has joined #debian |
05:50 | <craigevil> | Gun_Smoke: i get this on oftc > Mode change +R for user craigevil right after i get the message that my cert was accepted |
05:51 | <Gun_Smoke> | humm... |
05:52 | <ml|> | i get... 12:21:09 [OFTC] -|- Mode change [+i] for user ml| |
05:53 | <ml|> | 12:21:09 [OFTC] -|- Mode change [+R] for user ml| |
05:54 | <ml|> | http://www.oftc.net/ is down for me atm, i beleive in one faq the modes are explained |
05:54 | <craigevil> | ml|: yes thats what i get as well |
05:55 | -!- | scientes_ [~scientes@174-21-106-115.tukw.qwest.net] has quit [Ping timeout: 480 seconds] |
05:55 | <craigevil> | Mode change [+i] then the message about my secure cert being accepted the +R |
05:56 | -!- | satanus [~master@c-24-118-214-120.hsd1.mn.comcast.net] has quit [Remote host closed the connection] |
05:57 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has joined #debian |
05:58 | -!- | arturjuma [~artur@213.206.55.3] has quit [Quit: using sirc version 2.211+KSIRC/1.3.12] |
05:58 | -!- | aliceinwire [~aliceinwi@cust-129-59.on3.ontelecoms.gr] has joined #debian |
05:58 | <ml|> | here i get sure cert accecpted then those near the bottom |
05:59 | -!- | FilipeMaia [~filipe@sb-fw.bmc.uu.se] has joined #debian |
05:59 | <ml|> | *secure |
06:01 | -!- | xayon_ [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has joined #debian |
06:02 | -!- | chrisb [~chrisb@208.106.124.202.static.snap.net.nz] has joined #debian |
06:02 | -!- | xayon_ [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has quit [] |
06:03 | <Gun_Smoke> | I didn't think I was passing a cert. |
06:04 | -!- | adema [~adema@avr50-1-82-241-204-222.fbx.proxad.net] has joined #debian |
06:05 | <jm_> | it's the same even for non-secure connections |
06:05 | -!- | davyg [~davyg@lns-bzn-57-82-249-39-168.adsl.proxad.net] has quit [Remote host closed the connection] |
06:06 | <ml|> | you get cert msg only if you have set it up to use one |
06:06 | -!- | satanus [~master@c-24-118-214-120.hsd1.mn.comcast.net] has joined #debian |
06:06 | -!- | satanus [~master@c-24-118-214-120.hsd1.mn.comcast.net] has quit [] |
06:07 | -!- | satanus [~master@c-24-118-214-120.hsd1.mn.comcast.net] has joined #debian |
06:08 | -!- | xayon_ [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has joined #debian |
06:08 | -!- | frol [~frol@84-55-97-227.customers.ownit.se] has left #debian [] |
06:09 | -!- | mandyke [~user@124-169-94-49.dyn.iinet.net.au] has quit [Quit: Leaving.] |
06:10 | -!- | spacebear [~spacebear@cm-84.215.3.96.getinternet.no] has joined #debian |
06:10 | -!- | spacebear_ [~spacebear@cm-84.215.3.96.getinternet.no] has joined #debian |
06:11 | -!- | foka [~foka@61.51.165.56] has joined #debian |
06:11 | -!- | xayon_ [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has quit [] |
06:12 | -!- | s5unty [~s5unty@117.88.167.86] has quit [Quit: Message too long] |
06:14 | -!- | plus91 [~plus91@host143-109-dynamic.10-87-r.retail.telecomitalia.it] has joined #debian |
06:14 | -!- | plus91 [~plus91@host143-109-dynamic.10-87-r.retail.telecomitalia.it] has quit [autokilled: Join floods - Contact support@oftc.net for help. (2009-08-19 10:14:51)] |
06:19 | -!- | kardan [~kardan@p54BE2FBC.dip.t-dialin.net] has joined #debian |
06:19 | -!- | snogglethorpe [~snoggleth@fencepost.gnu.org] has quit [Quit: cheez] |
06:19 | -!- | magentar [~magentar@ip-95-223-204-78.unitymediagroup.de] has joined #debian |
06:22 | -!- | simNIX [~simNIX@156-60.bbned.dsl.internl.net] has joined #debian |
06:23 | -!- | Netsplit synthon.oftc.net <-> graviton.oftc.net quits: formalist, simonrvn, ga_bash, magyar, neoXsys, K0BO-LT, cirrose, muammar, cahoot, uva, (+8 more, use /NETSPLIT to show all of them) |
06:24 | -!- | hanthana_ [~hanthana@124.43.61.98] has joined #debian |
06:24 | -!- | tuxwarrior [~ulises@168.243.74.42] has quit [Quit: leaving] |
06:24 | -!- | fabien [~fabien@AOrleans-156-1-145-223.w90-63.abo.wanadoo.fr] has joined #debian |
06:26 | <xeon-enouf> | Gun_Smoke: +R (quiet unidentified) This mode prevents users who are not identified with NickServ from speaking in the channel. |
06:27 | -!- | mode/#debian [+l 399] by debhelper |
06:27 | <xeon-enouf> | http://freenode.net/using_the_network.shtml |
06:27 | -!- | fabien [~fabien@AOrleans-156-1-145-223.w90-63.abo.wanadoo.fr] has quit [] |
06:27 | <jm_> | xeon-enouf: you are talking about a channel mode |
06:27 | -!- | aliceinwire [~aliceinwi@cust-129-59.on3.ontelecoms.gr] has quit [Quit: Ex-Chat] |
06:27 | -!- | Hideo [~irc@c-24-30-5-161.hsd1.ga.comcast.net] has joined #debian |
06:28 | -!- | chrisb [~chrisb@208.106.124.202.static.snap.net.nz] has joined #debian |
06:29 | -!- | scientes__ [~scientes@97-113-167-64.tukw.qwest.net] has quit [Ping timeout: 480 seconds] |
06:29 | <Gun_Smoke> | so... if I'm +R then how are these getting though? |
06:29 | -!- | hever [~hever@ip-78-94-154-229.unitymediagroup.de] has joined #debian |
06:29 | -!- | simonrvn [simon@209.57-ppp.3menatwork.com] has joined #debian |
06:30 | -!- | happydufus [~happydufu@92-239-234-162.cable.ubr10.hari.blueyonder.co.uk] has joined #debian |
06:30 | -!- | esk [esk@esk.cs.usu.edu] has joined #debian |
06:31 | -!- | spox [~slunsky@85-132-228-239-eth3-gwfm8-user.802.cz] has joined #debian |
06:32 | <xeon-enouf> | usermode? in that case, i'd likely ask in #oftc if you can't find out through other means |
06:33 | <xeon-enouf> | jm_: usermodes (or lack thereof) are also channel/network specific |
06:33 | <xeon-enouf> | IIUC |
06:34 | <jm_> | xeon-enouf: yes, which is why listing those for freenode is probably not very useful for this server |
06:35 | <xeon-enouf> | Gun_Smoke: do something like /Gunsmoke -R see what hapens |
06:35 | <Gun_Smoke> | * Gun_Smoke :Unknown command |
06:35 | <xeon-enouf> | jm_: i'm under the impression that freenode and oftc share _things_ (exactly what and how much, i don't know) |
06:36 | <jm_> | xeon-enouf: are you connected on both? |
06:36 | <xeon-enouf> | Gun_Smoke: well, maybe /msg Nickserv Gun_Smoke -R |
06:36 | <ml|> | http://www.oftc.net/ is down for me atm, i beleive in one faq the modes are explained |
06:36 | <xeon-enouf> | jm_: yes |
06:36 | <jm_> | xeon-enouf: try /version on both |
06:36 | -!- | Brigo [~Brigo@139.182.60.213.dynamic.mundo-r.com] has joined #debian |
06:36 | -!- | cirrose [~artista_f@201-24-228-52.ctame704.dsl.brasiltelecom.net.br] has joined #debian |
06:37 | -!- | mode/#debian [+l 388] by debhelper |
06:38 | -!- | lcanas_ [~luiz@84.77.137.12] has joined #debian |
06:38 | -!- | skandaleras [~luiz@84.77.130.93] has quit [Read error: Connection reset by peer] |
06:39 | <xeon-enouf> | jm_: ok, but i've been to whatever/wherever the oftc docs reside ;-) and have looked into the diffs, (or rather, when the impending homogenization commenced) |
06:39 | <xeon-enouf> | maybe it was just a trial period |
06:40 | -!- | zzz [~ZzZz@85.101.60.46] has joined #debian |
06:40 | <Gun_Smoke> | >nickserv< Gun_Smoke -R |
06:40 | <Gun_Smoke> | -NickServ- Unknown command Gun_Smoke, /msg NickServ HELP for help. |
06:40 | <xeon-enouf> | but i recall freenode (about 1 yr ago) breaking default onjoin usermodes |
06:40 | <Gun_Smoke> | I dunno.. I guess I'm over it. |
06:40 | -!- | zenfur_ [~zenfur@public24818.xdsl.centertel.pl] has joined #debian |
06:40 | <xeon-enouf> | so i then had to always set +C and +e myself formyself |
06:41 | -!- | Cowardly_Dog [~Cowardly_@32.Red-80-34-135.staticIP.rima-tde.net] has quit [Read error: Connection reset by peer] |
06:43 | -!- | Coolinger [~lohr@atradig143.informatik.tu-muenchen.de] has quit [Quit: Leaving.] |
06:44 | -!- | jcwu [~jcwu@220-132-178-149.HINET-IP.hinet.net] has quit [Ping timeout: 480 seconds] |
06:44 | -!- | chrisb [~chrisb@208.106.124.202.static.snap.net.nz] has quit [Quit: leaving] |
06:45 | -!- | zenfur [~zenfur@public25964.xdsl.centertel.pl] has quit [Ping timeout: 480 seconds] |
06:47 | -!- | zzz [~ZzZz@85.101.60.46] has quit [Quit: leaving] |
06:48 | -!- | Floosy [~Floosy@c211-30-247-59.rivrw6.nsw.optusnet.com.au] has quit [Quit: Leaving] |
06:51 | -!- | streuner_ [foobar@p5DD3BAA1.dip.t-dialin.net] has quit [Quit: Verlassend] |
06:53 | -!- | hingwah [~hingwah@061.92.103.218.static.netvigator.com] has quit [Quit: Leaving] |
06:56 | -!- | fregl [~fregl@dslb-084-057-141-051.pools.arcor-ip.net] has quit [Read error: Connection reset by peer] |
06:57 | -!- | mode/#debian [+l 380] by debhelper |
06:57 | -!- | lanthan [~ze@149.205.212.219] has quit [Remote host closed the connection] |
07:00 | -!- | lcanas_ [~luiz@84.77.137.12] has quit [Ping timeout: 480 seconds] |
07:02 | <skainz> | hi. in which package is top in ? |
07:03 | <rudi_s> | skainz: dpkg -L /usr/bin/top |
07:03 | <rudi_s> | skainz: Sorry, dpkg -S /usr/bin/top |
07:04 | <skainz> | rudi_s, well, thank you, i tried only dpkg -S top, which gave me way too much results. thanks. |
07:05 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has quit [Quit: buh bye!] |
07:07 | <rudi_s> | You're welcome. |
07:08 | <xeon-enouf> | skainz: dpkg -S `which <binary-name>` ; /msg dpkg apt-file ; look into using dlocate |
07:10 | <skainz> | xeon-enouf, ok, thank you, i didn't think about using the absolute path for searching. |
07:10 | <xeon-enouf> | np |
07:18 | -!- | d0rt [~ni@c-24-2-241-40.hsd1.ct.comcast.net] has quit [Remote host closed the connection] |
07:22 | -!- | mhash [~mhash@147.146.70.202.dynamic.max.com.pk] has quit [Read error: Operation timed out] |
07:31 | -!- | RjY [rjy@dog.thdo.woaf.net] has left #debian [] |
07:35 | -!- | kmonk [~weechat@124-197-53-135.callplus.net.nz] has quit [Quit: WeeChat 0.2.6.3] |
07:37 | -!- | mode/#debian [+l 373] by debhelper |
07:43 | -!- | spox [~slunsky@85-132-228-239-eth3-gwfm8-user.802.cz] has quit [Ping timeout: 480 seconds] |
07:48 | -!- | magentar [~magentar@ip-95-223-204-78.unitymediagroup.de] has quit [Remote host closed the connection] |
07:51 | -!- | bo [~bo@84-72-174-245.dclient.hispeed.ch] has joined #debian |
07:51 | -!- | spacebear__ [~spacebear@cm-84.215.3.96.getinternet.no] has joined #debian |
08:03 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
08:16 | -!- | joel [~joel@193.145.14.94] has joined #debian |
08:16 | -!- | Worf_ [~worf@84-119-66-230.dynamic.xdsl-line.inode.at] has joined #debian |
08:16 | -!- | bgoglin [~bgoglin@dalton.bordeaux.inria.fr] has joined #debian |
08:16 | -!- | skandaleras [~luiz@84.77.145.145] has joined #debian |
08:16 | -!- | bgoglin [~bgoglin@dalton.bordeaux.inria.fr] has quit [] |
08:16 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has joined #debian |
08:23 | -!- | skandaleras [~luiz@84.77.145.145] has quit [Quit: Ex-Chat] |
08:32 | -!- | xayon is now known as XayOn |
08:33 | -!- | dr|z3d [~dr|z3d@7R1AABOY2.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
08:42 | -!- | Snake23` [~Snake23@AAubervilliers-154-1-46-23.w90-3.abo.wanadoo.fr] has quit [Quit: Leaving] |
08:44 | -!- | syruis [~thomas@log77-1-82-241-85-41.fbx.proxad.net] has quit [Quit: Leaving.] |
08:52 | -!- | foolano [~magnetic@111.Red-83-37-175.dynamicIP.rima-tde.net] has quit [Ping timeout: 480 seconds] |
08:55 | -!- | AbsintheSyringe [~havoc@85-189-234-60.tmbsystems.managedbroadband.co.uk] has quit [Read error: Connection reset by peer] |
08:56 | -!- | bo [~bo@84-72-174-245.dclient.hispeed.ch] has quit [Quit: Verlassend] |
09:03 | -!- | mrnice [bouncer@ip077244250141.rev.nessus.at] has quit [Quit: ZNC - http://znc.sourceforge.net] |
09:14 | -!- | mathvox [~math@659AABWFP.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
09:16 | -!- | stuckey_ [~stuckey@X35d1.x.pppool.de] has quit [Quit: leaving] |
09:17 | -!- | mode/#debian [+l 366] by debhelper |
09:21 | -!- | alephnull [~alok@122.172.21.65] has joined #debian |
09:21 | -!- | quaker66 [~quaker66@213.191.105.214] has joined #debian |
09:21 | -!- | mun [~mun@vpn2-093.vpn.net.ed.ac.uk] has joined #debian |
09:21 | -!- | beloni [~beloni@201-40-162-47.cable.viacabocom.com.br] has joined #debian |
09:21 | -!- | magentar [~magentar@ip-95-223-204-78.unitymediagroup.de] has joined #debian |
09:22 | -!- | muammar [~muammar@190.72.112.111] has joined #debian |
09:22 | -!- | dr|z3d [~dr|z3d@09GAABB65.tor-irc.dnsbl.oftc.net] has joined #debian |
09:24 | -!- | jm_ [flier@mindwipe.org] has quit [Quit: Disconnecting] |
09:26 | -!- | ServerMode/#debian [+l 393] by graviton.oftc.net |
09:26 | -!- | asaleem [~asaleem@modemcable210.78-70-69.static.videotron.ca] has joined #debian |
09:26 | -!- | d0rt [~ni@its-vlan1.simons-rock.edu] has joined #debian |
09:26 | -!- | ga_bash [~gaurav@210.18.180.131] has joined #debian |
09:26 | -!- | neoXsys [~neoXsys@115.240.41.47] has joined #debian |
09:26 | -!- | formalist [~barussell@19NAAAAKH.tor-irc.dnsbl.oftc.net] has joined #debian |
09:26 | -!- | tjader [~rodrigo@201.41.62.121] has joined #debian |
09:26 | -!- | K0BO-LT [~glenn@c-98-245-79-41.hsd1.co.comcast.net] has joined #debian |
09:27 | -!- | mode/#debian [+l 379] by debhelper |
09:27 | -!- | craigevil [~craigevil@adsl-76-253-105-193.dsl.klmzmi.sbcglobal.net] has quit [Quit: leaving] |
09:27 | -!- | sphenxes [~sphenxes@85-127-209-55.dynamic.xdsl-line.inode.at] has joined #debian |
09:28 | -!- | SiCuTDeUx [~axzelmari@190.203.244.148] has joined #debian |
09:28 | -!- | joel [~joel@193.145.14.94] has quit [Ping timeout: 480 seconds] |
09:29 | -!- | Deaimel [~damien@lns-bzn-20-82-64-28-194.adsl.proxad.net] has quit [Remote host closed the connection] |
09:29 | -!- | neoXsys [~neoXsys@115.240.41.47] has quit [Ping timeout: 480 seconds] |
09:29 | -!- | Amorphous [jan@g228150054.adsl.alicedsl.de] has quit [Ping timeout: 480 seconds] |
09:29 | -!- | joel [~joel@193.145.14.94] has joined #debian |
09:30 | -!- | togakushi [~tigakushi@PPPbf1056.chiba-ip.dti.ne.jp] has joined #debian |
09:30 | -!- | fregl [~fregl@dslb-084-057-141-051.pools.arcor-ip.net] has joined #debian |
09:30 | -!- | Snake23 [~Snake23@AAubervilliers-154-1-46-23.w90-3.abo.wanadoo.fr] has joined #debian |
09:30 | -!- | arw1 [foobar@190.26.232.120] has joined #debian |
09:30 | -!- | magyar [~andrewn@76-10-176-50.dsl.teksavvy.com] has joined #debian |
09:30 | -!- | mentor [~mentor@92.39.196.126] has joined #debian |
09:30 | -!- | blackxored [~adrian@200.55.161.141] has joined #debian |
09:30 | -!- | Phoenix_the_II [ralph@home.deboom.biz] has joined #debian |
09:30 | -!- | narcan [~narcan@151.46.194-77.rev.gaoland.net] has joined #debian |
09:30 | -!- | mun [~mun@vpn2-093.vpn.net.ed.ac.uk] has quit [Quit: mun] |
09:30 | -!- | mentor is now known as Guest117 |
09:32 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
09:35 | -!- | Coolinger [~lohr@atradig143.informatik.tu-muenchen.de] has joined #debian |
09:35 | -!- | squelos [~squelos@93.11.79.180] has joined #debian |
09:35 | -!- | baalint [~baalint@h134-2.pool212-16.dyn.tolna.net] has joined #debian |
09:36 | -!- | zem_ [~voodoo@78-0-209-69.adsl.net.t-com.hr] has joined #debian |
09:36 | -!- | baalint [~baalint@h134-2.pool212-16.dyn.tolna.net] has quit [] |
09:36 | -!- | azeem_ is now known as azeem |
09:37 | -!- | mode/#debian [+l 389] by debhelper |
09:37 | -!- | ao2 [~u@2001:1418:117::1] has quit [Ping timeout: 480 seconds] |
09:37 | -!- | zem [~voodoo@93-139-50-162.adsl.net.t-com.hr] has quit [Ping timeout: 480 seconds] |
09:37 | -!- | Texou [~Texou@ax113-3-82-234-25-141.fbx.proxad.net] has joined #debian |
09:39 | -!- | Buglouse [~bug@cpe-174-102-181-166.wi.res.rr.com] has joined #debian |
09:39 | -!- | Guest117 is now known as mentor |
09:39 | -!- | jthomas_sb [~jthomas_s@nat.sierrabravo.net] has joined #debian |
09:40 | <arw1> | hello folks |
09:41 | -!- | grochap [~grochap@189.105.1.95] has joined #debian |
09:42 | -!- | Amorphous [jan@f049092130.adsl.alicedsl.de] has joined #debian |
09:42 | -!- | ao2 [~u@2001:1418:117::1] has joined #debian |
09:44 | -!- | cahoot [~radix@82.183.196.76] has joined #debian |
09:44 | -!- | skandaleras [~luiz@84.77.149.87] has joined #debian |
09:47 | -!- | mode/#debian [+l 395] by debhelper |
09:49 | -!- | Bolle1961 [~arie@dsl-087-195-205-164.solcon.nl] has quit [Read error: Connection reset by peer] |
09:52 | -!- | shweppsie_ [~shweppsie@125-236-157-132.broadband-telecom.global-gateway.net.nz] has quit [Ping timeout: 480 seconds] |
09:53 | -!- | squelos [~squelos@93.11.79.180] has quit [Quit: Ex-Chat] |
09:53 | -!- | Bolle1961 [~arie@dsl-087-195-205-164.solcon.nl] has joined #debian |
09:54 | -!- | erin2 [~bbelt16ag@c-76-29-131-195.hsd1.fl.comcast.net] has joined #debian |
09:55 | -!- | chattr [~mike@164.254.121.70.cfl.res.rr.com] has quit [Ping timeout: 480 seconds] |
09:55 | -!- | RoboShim [~wolf@genom2.umbr.cas.cz] has joined #debian |
09:57 | <RoboShim> | hi. I would like to pre-set some values using debconf-set-selections, but debconf-set-selections writes "error: Cannot find a question for". I would like to set these values before I install the package. Is there any solution for this problem? |
09:57 | <RoboShim> | thank you for hints |
09:57 | <blackxored> | I have two questions for you guys at #debian, first how to use a completely offline apt setup for a machine and using another one with fast connection for update/package install, I've setup apt-cacher-ng and rsyncing to usb stick but that wouldn't let me update, maybe I'm doing something wrong |
09:58 | <blackxored> | secondly, how it is possible to use sbuild or clone a lvm sid chroot to the offline machine? |
09:58 | <blackxored> | maybe debootstrap offline or something |
09:58 | <blackxored> | or clone lvm |
09:58 | -!- | matth [~matth@gelim.net] has quit [Quit: BUG: unable to handle kernel NULL pointer dereference at 00000001] |
09:58 | -!- | obie [~obie@166.205.6.29] has joined #debian |
09:59 | -!- | Torsten_W [~towo@port-212-202-129-192.static.qsc.de] has quit [Quit: Verlassend] |
10:00 | -!- | mentor_ [~mentor@217.28.12.200] has joined #debian |
10:00 | -!- | cloud [~IRC@pD9E9AEBF.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer] |
10:00 | <obie> | Do u see better advantages for installing the net install package wise? |
10:00 | -!- | neomilium [~quassel@lns-bzn-21-82-64-87-42.adsl.proxad.net] has joined #debian |
10:01 | -!- | alephnull [~alok@122.172.21.65] has quit [Ping timeout: 480 seconds] |
10:01 | -!- | bja [~bja@19NAAAA4C.tor-irc.dnsbl.oftc.net] has joined #debian |
10:02 | <blackxored> | does the mail bug interface supports the bts it abbrev? |
10:02 | -!- | spacebear__ [~spacebear@cm-84.215.3.96.getinternet.no] has quit [Ping timeout: 480 seconds] |
10:02 | -!- | spacebear [~spacebear@cm-84.215.3.96.getinternet.no] has quit [Ping timeout: 480 seconds] |
10:03 | -!- | spacebear_ [~spacebear@cm-84.215.3.96.getinternet.no] has quit [Ping timeout: 480 seconds] |
10:03 | -!- | ottoshmidt [~ottoshmid@92.51.76.50] has joined #debian |
10:03 | <blackxored> | sorry about the last one, ok anyone ??? |
10:04 | <Maulkin> | obie: you only download the bits you need. |
10:05 | -!- | mentor [~mentor@92.39.196.126] has quit [Ping timeout: 480 seconds] |
10:05 | <blackxored> | I have two questions for you guys at #debian, first how to use a completely offline apt setup for a machine and using another one with fast connection for update/package install, I've setup apt-cacher-ng and rsyncing to usb stick but that wouldn't let me update, maybe I'm doing something wrong |
10:05 | -!- | xanonus [~xanonus@p57B55F87.dip.t-dialin.net] has joined #debian |
10:06 | <Maulkin> | !ask |
10:06 | <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>. |
10:06 | -!- | ottoshmidt [~ottoshmid@92.51.76.50] has quit [Remote host closed the connection] |
10:07 | <Maulkin> | blackxored: I would suggest just using the point releases if you have a true offline environment |
10:07 | -!- | RoboShim [~wolf@genom2.umbr.cas.cz] has quit [Quit: Leaving] |
10:07 | <Maulkin> | And I don't think lvm can do what your'e asking for. |
10:08 | <Maulkin> | It may be useful for you to keep a local mirror of things which you can move from one machine to another. |
10:08 | -!- | abraham [abraham@174-22-209-30.phnx.qwest.net] has joined #debian |
10:08 | -!- | bo [~bo@84-72-174-245.dclient.hispeed.ch] has joined #debian |
10:08 | <valdyn> | blackxored: theres apt-zip |
10:09 | -!- | bo [~bo@84-72-174-245.dclient.hispeed.ch] has quit [] |
10:10 | -!- | matth [~matth@gelim.net] has joined #debian |
10:10 | -!- | Lin [~igormorga@mvx-200-142-97-206.mundivox.com] has joined #debian |
10:13 | -!- | mentor_ [~mentor@217.28.12.200] has quit [Ping timeout: 480 seconds] |
10:14 | -!- | forest [~mars@mail.mnn.org] has joined #debian |
10:15 | <obie> | Thanx |
10:15 | -!- | paola [~paola@host86-211-static.25-87-b.business.telecomitalia.it] has joined #debian |
10:16 | -!- | paola [~paola@host86-211-static.25-87-b.business.telecomitalia.it] has quit [] |
10:17 | -!- | rC_Croft [~eric@c-14bfe355.025-19-73746f29.cust.bredbandsbolaget.se] has joined #debian |
10:18 | -!- | Cowardly_Dog [~Cowardly_@32.Red-80-34-135.staticIP.rima-tde.net] has joined #debian |
10:20 | -!- | ao2 [~u@2001:1418:117::1] has quit [Ping timeout: 480 seconds] |
10:20 | <blackxored> | Maulkin, I have setup apt-cacher-ng as I said, the packages install fine, but the lists, umm, that's another story, when i do apt-get update it tries to connect to the online mirror |
10:24 | -!- | foolano [~magnetic@14.Red-88-26-177.staticIP.rima-tde.net] has joined #debian |
10:25 | -!- | kmshanah [~kmshanah@cubit.disenchant.net] has quit [Remote host closed the connection] |
10:25 | -!- | klh [~klh@AClermont-Ferrand-551-1-67-139.w92-143.abo.wanadoo.fr] has quit [Remote host closed the connection] |
10:25 | -!- | mhash [~mhash@147.146.70.202.dynamic.max.com.pk] has joined #debian |
10:25 | -!- | SpAcE [~SpAcE@cm-84.215.243.75.getinternet.no] has joined #debian |
10:25 | -!- | SpAcE [~SpAcE@cm-84.215.243.75.getinternet.no] has left #debian [] |
10:26 | -!- | cirrose [~artista_f@201-24-228-52.ctame704.dsl.brasiltelecom.net.br] has quit [Ping timeout: 480 seconds] |
10:27 | -!- | oigres [~Oigres@cosmos.astroscu.unam.mx] has joined #debian |
10:28 | -!- | ao2 [~u@host3-192-dynamic.3-87-r.retail.telecomitalia.it] has joined #debian |
10:28 | <oigres> | What's the command to protect a package (say a downgraded package) for not being removing when upgrades by apt are done? |
10:29 | <petemc> | !hold |
10:29 | <dpkg> | from memory, hold is a status flag that tells the package manager not to automatically upgrade a package. To hold a package: 'echo <package> hold|dpkg --set-selections'. It is also possible to use aptitude: 'aptitude hold <package>'. Notice that the hold flag set using aptitude might be ignored by other package managers (ie Update Manager and Synaptic) but that aptitude will respect the hold set in the dpkg database. Ask me about <why aptitude>. |
10:30 | -!- | hinge_cut [~hinge_cut@219-84-6-171-adsl-tpe.STATIC.so-net.net.tw] has quit [Ping timeout: 480 seconds] |
10:30 | -!- | davyg [~davyg@lns-bzn-53-82-65-53-160.adsl.proxad.net] has joined #debian |
10:31 | -!- | magnetic_ [~magnetic@122.Red-83-38-18.dynamicIP.rima-tde.net] has joined #debian |
10:31 | -!- | usuario21-08 [~usuario21@132.248.86.51] has joined #debian |
10:32 | <usuario21-08> | ola |
10:32 | <usuario21-08> | qe onda |
10:32 | -!- | usuario21-08 [~usuario21@132.248.86.51] has quit [] |
10:33 | -!- | neglesaks [~peter@77.214.36.4] has joined #debian |
10:34 | <oigres> | tx! |
10:34 | -!- | mitch000001 [~mitch@p549011C3.dip0.t-ipconnect.de] has joined #debian |
10:34 | -!- | togakushi [~tigakushi@PPPbf1056.chiba-ip.dti.ne.jp] has quit [Quit: Leaving] |
10:34 | -!- | foolano [~magnetic@14.Red-88-26-177.staticIP.rima-tde.net] has quit [Ping timeout: 480 seconds] |
10:35 | <Maulkin> | !dk |
10:35 | <dpkg> | hmm... dk is Hvis du vil tale dansk og få hjælp til debian, skriv /join #linux.dk in your irc client, also the country Denmark |
10:36 | -!- | kremit [~kremittt@c-98-201-119-225.hsd1.tx.comcast.net] has joined #debian |
10:37 | -!- | cirrose [~artista_f@201-35-52-39.ctame704.dsl.brasiltelecom.net.br] has joined #debian |
10:37 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
10:38 | -!- | oigres [~Oigres@cosmos.astroscu.unam.mx] has quit [Quit: [BX] The Power Rangers use BitchX. Shouldn't you?] |
10:39 | -!- | kremit [~kremittt@c-98-201-119-225.hsd1.tx.comcast.net] has quit [] |
10:41 | -!- | mentor [~mentor@87.254.83.8] has joined #debian |
10:41 | -!- | mentor is now known as Guest124 |
10:42 | -!- | narcan [~narcan@151.46.194-77.rev.gaoland.net] has quit [Quit: WeeChat 0.2.6] |
10:42 | -!- | Torsten_W [~torsten@erft-5d80a613.pool.einsundeins.de] has joined #debian |
10:43 | -!- | vieux_gars [~marc@45-69.77-83.cust.bluewin.ch] has joined #debian |
10:43 | -!- | vieux_gars [~marc@45-69.77-83.cust.bluewin.ch] has quit [] |
10:44 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
10:45 | -!- | otavio_ [~otavio@189.127.164.70] has joined #debian |
10:46 | -!- | jcwu [~jcwu@219-84-6-171-adsl-tpe.STATIC.so-net.net.tw] has joined #debian |
10:46 | -!- | rosbe [~rosbe@150.187.25.19] has joined #debian |
10:47 | <otavio_> | ME MANDA SEU ORKUT |
10:47 | -!- | rosbe [~rosbe@150.187.25.19] has quit [] |
10:47 | <otavio_> | O emeio |
10:47 | -!- | kardan__i [~kardan@p54BE6B41.dip.t-dialin.net] has joined #debian |
10:47 | <bja> | !br |
10:47 | <dpkg> | Este canal é apenas em inglês. Por favor, use #debian-br (/j #debian-br) para ajuda em portugues. |
10:49 | <otavio_> | em cade vc? |
10:49 | -!- | otavio_ [~otavio@189.127.164.70] has quit [] |
10:49 | -!- | jackyf [~jackyf@94-248-118-22.dynamic.peoplenet.ua] has quit [Ping timeout: 480 seconds] |
10:49 | -!- | mitch000001 [~mitch@p549011C3.dip0.t-ipconnect.de] has left #debian [Konversation terminated!] |
10:50 | -!- | Zylvain [~sylvain@203186107206.ctinets.com] has quit [Quit: Leaving.] |
10:50 | -!- | Kalessin [~Kalessin@did75-3-82-66-148-158.fbx.proxad.net] has quit [Quit: WeeChat 0.2.6] |
10:50 | -!- | Kalessin [~Kalessin@did75-3-82-66-148-158.fbx.proxad.net] has joined #debian |
10:52 | -!- | jcwu [~jcwu@219-84-6-171-adsl-tpe.STATIC.so-net.net.tw] has quit [Remote host closed the connection] |
10:54 | -!- | kardan_ [~kardan@p54BE2FBC.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
10:55 | -!- | kardan [~kardan@p54BE2FBC.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
10:55 | -!- | obie [~obie@166.205.6.29] has quit [Ping timeout: 480 seconds] |
10:57 | -!- | QPrime [~QPrime@96-36-117-011.static.hckr.nc.charter.com] has quit [Quit: Leaving.] |
10:58 | -!- | obie [~obie@166.205.7.167] has joined #debian |
10:59 | -!- | kwalltert [~kwalltert@150.188.41.237] has joined #debian |
10:59 | -!- | bike__ [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
11:00 | <kwalltert> | saludos amigos debianitas |
11:01 | -!- | dr|z3d [~dr|z3d@09GAABB65.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
11:02 | <bja> | !es |
11:02 | <dpkg> | Hispanohablantes: Por favor /join #debian-es, alli obtendran mas ayuda. Spanish Speakers: Please /join #debian-es, there you will get much more help. |
11:02 | -!- | dr|z3d [~dr|z3d@09GAABCBQ.tor-irc.dnsbl.oftc.net] has joined #debian |
11:02 | -!- | k3lpy [~k3lpy@host253-86-dynamic.0-79-r.retail.telecomitalia.it] has joined #debian |
11:02 | -!- | jcwu [~jcwu@219-84-6-171-adsl-tpe.STATIC.so-net.net.tw] has joined #debian |
11:03 | -!- | k3lpy [~k3lpy@host253-86-dynamic.0-79-r.retail.telecomitalia.it] has quit [] |
11:03 | <bja> | kwalltert: there is also a #debian-ve |
11:04 | -!- | freex [~user@62-47-20-91.adsl.highway.telekom.at] has joined #debian |
11:04 | -!- | mentor_ [~mentor@92.39.206.194] has joined #debian |
11:05 | -!- | sphenxes [~sphenxes@85-127-209-55.dynamic.xdsl-line.inode.at] has quit [Remote host closed the connection] |
11:06 | -!- | Guest124 [~mentor@87.254.83.8] has quit [Ping timeout: 480 seconds] |
11:06 | -!- | dr|zed [~dr|z3d@09GAABCBW.tor-irc.dnsbl.oftc.net] has joined #debian |
11:06 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
11:06 | -!- | neoXsys [~neoXsys@115.240.42.86] has joined #debian |
11:06 | <kwalltert> | thanks |
11:07 | -!- | sphenxes [~sphenxes@85-127-209-55.dynamic.xdsl-line.inode.at] has joined #debian |
11:08 | -!- | erin2 [~bbelt16ag@c-76-29-131-195.hsd1.fl.comcast.net] has quit [Ping timeout: 480 seconds] |
11:10 | -!- | jgarvey [~jgarvey@cpe-098-026-065-013.nc.res.rr.com] has joined #debian |
11:10 | -!- | spyder89 [kvirc@74.10.108.62] has joined #debian |
11:10 | <spyder89> | hello all |
11:11 | -!- | dr|z3d [~dr|z3d@09GAABCBQ.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
11:11 | -!- | dr|zed is now known as dr|z3d |
11:12 | -!- | sergejh [~Sergej@p5B0FC136.dip.t-dialin.net] has joined #debian |
11:12 | -!- | jclinton [~jclinton@mars.advancedclustering.com] has joined #debian |
11:13 | -!- | Paggas [~Paggas@45.237.freebone.cz] has joined #debian |
11:15 | -!- | chealer [~chealer@69.172.85.211] has joined #debian |
11:15 | -!- | Hideo [~irc@c-24-30-5-161.hsd1.ga.comcast.net] has quit [Ping timeout: 480 seconds] |
11:15 | -!- | narcan [~narcan@151.46.194-77.rev.gaoland.net] has joined #debian |
11:16 | -!- | Rafael [~user@190.74.125.233] has joined #debian |
11:17 | -!- | mode/#debian [+l 402] by debhelper |
11:17 | -!- | neglesaks [~peter@77.214.36.4] has quit [Quit: Leaving] |
11:17 | -!- | ttf [~tom@ipx20310.ipxserver.de] has joined #debian |
11:18 | -!- | happydufus [~happydufu@92-239-234-162.cable.ubr10.hari.blueyonder.co.uk] has quit [Remote host closed the connection] |
11:18 | -!- | zap [~zap@sgs57-1-78-228-33-37.fbx.proxad.net] has joined #debian |
11:19 | -!- | zap is now known as Guest127 |
11:19 | -!- | Guest127 [~zap@sgs57-1-78-228-33-37.fbx.proxad.net] has quit [] |
11:20 | -!- | craigevil [~craigevil@adsl-76-253-105-193.dsl.klmzmi.sbcglobal.net] has joined #debian |
11:20 | -!- | debalance_ [~quassel@92.116.189.245] has quit [Remote host closed the connection] |
11:21 | -!- | jpablo [~chatzilla@190.248.12.2] has joined #debian |
11:22 | -!- | Paggas [~Paggas@45.237.freebone.cz] has left #debian [] |
11:25 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
11:25 | -!- | endomandi [~mentor@217.28.7.0] has joined #debian |
11:25 | -!- | terje [~terje@197.76.34.95.customer.cdi.no] has joined #debian |
11:26 | -!- | mhash [~mhash@147.146.70.202.dynamic.max.com.pk] has quit [Quit: Leaving] |
11:27 | -!- | obie_ [~obie@166.205.7.53] has joined #debian |
11:27 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
11:28 | -!- | mentor_ [~mentor@92.39.206.194] has quit [Ping timeout: 480 seconds] |
11:28 | -!- | davyg [~davyg@lns-bzn-53-82-65-53-160.adsl.proxad.net] has quit [Ping timeout: 480 seconds] |
11:29 | -!- | quaker66 [~quaker66@213.191.105.214] has quit [Ping timeout: 480 seconds] |
11:29 | -!- | obie [~obie@166.205.7.167] has quit [Ping timeout: 480 seconds] |
11:30 | -!- | ptr [~ptr@pool-141-157-220-69.ny325.east.verizon.net] has quit [Remote host closed the connection] |
11:30 | -!- | FairyCosmo [~Cossie@p5B23FC65.dip.t-dialin.net] has joined #debian |
11:31 | -!- | mentor_ [~mentor@87.254.66.5] has joined #debian |
11:31 | -!- | karl_ [~karl@office.fizzback.net] has joined #debian |
11:31 | -!- | bike__ [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
11:32 | -!- | markew2143 [~abc@dzq27.neoplus.adsl.tpnet.pl] has joined #debian |
11:33 | -!- | ptr [~ptr@dsl254-085-243.nyc1.dsl.speakeasy.net] has joined #debian |
11:33 | -!- | ottoshmidt [~ottoshmid@95.104.52.152] has joined #debian |
11:33 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
11:34 | -!- | faw [~felipe@201.21.148.181] has joined #debian |
11:35 | -!- | obie_ [~obie@166.205.7.53] has quit [Ping timeout: 480 seconds] |
11:36 | -!- | frewo64 [~frewo64@p5491E48F.dip.t-dialin.net] has joined #debian |
11:36 | -!- | obie [~obie@166.205.4.165] has joined #debian |
11:37 | -!- | Rafael [~user@190.74.125.233] has quit [Quit: Ex-Chat] |
11:37 | -!- | endomandi [~mentor@217.28.7.0] has quit [Ping timeout: 480 seconds] |
11:37 | -!- | jimcooncat [~jim@lan.howeandcompany.com] has joined #debian |
11:38 | -!- | FunkTheSYS [~Funk@f051143243.adsl.alicedsl.de] has joined #debian |
11:39 | -!- | terje [~terje@197.76.34.95.customer.cdi.no] has quit [Quit: Leaving] |
11:39 | -!- | narcan_ [~narcan@89.152.194-77.rev.gaoland.net] has joined #debian |
11:39 | -!- | faw [~felipe@201.21.148.181] has quit [Remote host closed the connection] |
11:39 | -!- | faw [~felipe@201.21.148.181] has joined #debian |
11:40 | -!- | markew2143 [~abc@dzq27.neoplus.adsl.tpnet.pl] has quit [Quit: Leaving] |
11:40 | -!- | mentor_ [~mentor@87.254.66.5] has quit [Ping timeout: 480 seconds] |
11:40 | -!- | narcan [~narcan@151.46.194-77.rev.gaoland.net] has quit [Ping timeout: 480 seconds] |
11:41 | -!- | mentor_ [~mentor@80.65.246.236] has joined #debian |
11:41 | -!- | char [~char@190.74.125.233] has joined #debian |
11:42 | -!- | muammar [~muammar@190.72.112.111] has quit [Quit: imagine a big red swirl here..!] |
11:42 | -!- | ptr [~ptr@dsl254-085-243.nyc1.dsl.speakeasy.net] has quit [Ping timeout: 480 seconds] |
11:43 | -!- | mezod [~nnscript@99.Red-80-34-140.staticIP.rima-tde.net] has joined #debian |
11:44 | -!- | Coolinger [~lohr@atradig143.informatik.tu-muenchen.de] has quit [Remote host closed the connection] |
11:44 | -!- | obie [~obie@166.205.4.165] has quit [Ping timeout: 480 seconds] |
11:44 | -!- | FunkTheSYS [~Funk@f051143243.adsl.alicedsl.de] has left #debian [Verlassend] |
11:45 | -!- | kwalltert [~kwalltert@150.188.41.237] has quit [Quit: Saliendo] |
11:45 | -!- | jcwu [~jcwu@219-84-6-171-adsl-tpe.STATIC.so-net.net.tw] has quit [Remote host closed the connection] |
11:46 | -!- | linac [~lin@122.90.106.182] has joined #debian |
11:46 | -!- | narcan__ [~narcan@89.152.194-77.rev.gaoland.net] has joined #debian |
11:47 | -!- | Caelum [~rkitover@caelum.cachemiss.com] has quit [Quit: leaving] |
11:47 | -!- | drakeman [~drakeman@selena.electrisa.com] has joined #debian |
11:47 | -!- | narcan_ [~narcan@89.152.194-77.rev.gaoland.net] has quit [Ping timeout: 480 seconds] |
11:48 | -!- | Yoda-BZH`Wk [~yoda@LMontsouris-152-63-15-185.w217-128.abo.wanadoo.fr] has quit [Quit: ⏏ --] |
11:48 | -!- | Paggas [~Paggas@45.237.freebone.cz] has joined #debian |
11:48 | -!- | szabo [tszabo@cpu18.student.cs.uwaterloo.ca] has joined #debian |
11:49 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
11:50 | -!- | Bayron [~robinhack@barmen.interhost.no] has joined #debian |
11:50 | -!- | Paggas [~Paggas@45.237.freebone.cz] has left #debian [] |
11:50 | -!- | char [~char@190.74.125.233] has quit [Quit: Ex-Chat] |
11:50 | <Bayron> | hola a todos |
11:50 | <Bayron> | alguien me puede ayudar ??? |
11:51 | -!- | char [~char@190.74.125.233] has joined #debian |
11:51 | -!- | vev [~vev@athedsl-332352.home.otenet.gr] has joined #debian |
11:52 | <Bayron> | hola alguien me puede ayudar |
11:52 | <cgc> | !es |
11:52 | <dpkg> | Hispanohablantes: Por favor /join #debian-es, alli obtendran mas ayuda. Spanish Speakers: Please /join #debian-es, there you will get much more help. |
11:52 | <lavaramano> | #debian-es |
11:52 | <lavaramano> | right |
11:53 | <lavaramano> | it's just me or the message for spanish speakers (in english) doesn't make much sense? |
11:54 | <Bayron> | sorry |
11:54 | <Bayron> | not problem |
11:54 | <Bayron> | dpkg: ok bro |
11:54 | <dpkg> | no idea, Bayron |
11:54 | -!- | Bayron [~robinhack@barmen.interhost.no] has left #debian [] |
11:56 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
11:57 | -!- | endomandi [~mentor@217.28.14.238] has joined #debian |
11:57 | -!- | ptr [~ptr@pool-141-157-220-69.ny325.east.verizon.net] has joined #debian |
11:58 | -!- | char [~char@190.74.125.233] has quit [Quit: Ex-Chat] |
12:02 | -!- | mentor_ [~mentor@80.65.246.236] has quit [Ping timeout: 480 seconds] |
12:02 | -!- | scrp3l [~scrp3l@201.250.182.226] has joined #debian |
12:02 | -!- | mentor_ [~mentor@92.39.197.91] has joined #debian |
12:03 | -!- | SQlvpapir [~teis@0x50c60c4b.virnxx10.dynamic.dsl.tele.dk] has joined #debian |
12:04 | -!- | obie [~obie@166.205.5.131] has joined #debian |
12:05 | -!- | adama26 [~adama@static-68-179-76-140.ptr.terago.net] has joined #debian |
12:06 | -!- | larsaaaa [~lars@cm-84.215.30.242.getinternet.no] has joined #debian |
12:07 | -!- | endomandi [~mentor@217.28.14.238] has quit [Ping timeout: 480 seconds] |
12:07 | -!- | user_ [~user@nightshade.nl] has joined #debian |
12:08 | -!- | matth_ [~matth@gelim.net] has joined #debian |
12:08 | -!- | obie_ [~obie@166.205.7.34] has joined #debian |
12:09 | -!- | user_ [~user@nightshade.nl] has quit [] |
12:09 | -!- | kubu [~kubu@196.200.104.82] has joined #debian |
12:10 | -!- | matth [~matth@gelim.net] has quit [Ping timeout: 480 seconds] |
12:10 | -!- | mentor_ [~mentor@92.39.197.91] has quit [Ping timeout: 480 seconds] |
12:10 | -!- | user_ [~user@nightshade.nl] has joined #debian |
12:10 | -!- | Snake23 [~Snake23@AAubervilliers-154-1-46-23.w90-3.abo.wanadoo.fr] has quit [Quit: Leaving] |
12:11 | -!- | szabo [tszabo@cpu18.student.cs.uwaterloo.ca] has quit [Ping timeout: 480 seconds] |
12:12 | -!- | obie [~obie@166.205.5.131] has quit [Ping timeout: 480 seconds] |
12:12 | -!- | chattr [~mike@164.254.121.70.cfl.res.rr.com] has joined #debian |
12:13 | -!- | muh2000 [~muh2000@HSI-KBW-078-042-127-062.hsi3.kabel-badenwuerttemberg.de] has joined #debian |
12:14 | -!- | patrikf [~patrik@cnh809211548.pppoe.surfer.cnh.at] has joined #debian |
12:15 | -!- | itwart [~itwart@p54ACEF3C.dip.t-dialin.net] has joined #debian |
12:15 | -!- | itwart is now known as Twerp |
12:15 | <Twerp> | Hallo |
12:16 | -!- | karl_ [~karl@office.fizzback.net] has quit [Quit: Ex-Chat] |
12:16 | -!- | obie_ [~obie@166.205.7.34] has quit [Ping timeout: 480 seconds] |
12:16 | -!- | karl_ [~karl@office.fizzback.net] has joined #debian |
12:17 | -!- | mode/#debian [+l 408] by debhelper |
12:17 | -!- | Twerp [~itwart@p54ACEF3C.dip.t-dialin.net] has quit [] |
12:17 | -!- | mentor_ [~mentor@87.254.92.116] has joined #debian |
12:18 | -!- | Jids [~Jids@CPE001b2fffed45-CM000a739c0010.cpe.net.cable.rogers.com] has quit [Ping timeout: 480 seconds] |
12:18 | -!- | HELLth [~HELLth@teruel.cust.2enet.cz] has quit [Ping timeout: 480 seconds] |
12:20 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
12:20 | -!- | mrnice [bouncer@ip077244250141.rev.nessus.at] has joined #debian |
12:22 | -!- | szabo [tszabo@cpu18.student.cs.uwaterloo.ca] has joined #debian |
12:22 | -!- | szabo [tszabo@cpu18.student.cs.uwaterloo.ca] has quit [Remote host closed the connection] |
12:24 | -!- | QPrime [~QPrime@96-36-117-011.static.hckr.nc.charter.com] has joined #debian |
12:26 | <RichiH> | how can i tell lenny to take (back) control over grub's menu.lst? also, even a aptitude reinstall nor dpkg-reconfigure grub does not ask me if i want to use grub as the boot loader |
12:26 | -!- | davyg [~davyg@lns-bzn-53-82-65-53-160.adsl.proxad.net] has joined #debian |
12:26 | <petemc> | grub-install |
12:26 | <petemc> | or use the grub shell |
12:26 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
12:27 | <RichiH> | yah, but that does not put it back under dpkg's control |
12:27 | <RichiH> | i don't want to manually redo menu.lst for every kernel |
12:28 | -!- | sergejh [~Sergej@p5B0FC136.dip.t-dialin.net] has left #debian [] |
12:28 | -!- | mhash [~mhash@147.146.70.202.dynamic.max.com.pk] has joined #debian |
12:28 | <petemc> | RichiH: so if you install a new kernel it doesnt add entries? |
12:28 | <RichiH> | nope |
12:29 | <petemc> | not sure then, sorry |
12:29 | -!- | karl_ [~karl@office.fizzback.net] has quit [Quit: Ex-Chat] |
12:29 | -!- | scrp3l [~scrp3l@201.250.182.226] has left #debian [Ex-Chat] |
12:29 | <RichiH> | thanks though |
12:30 | <themill> | is it not editing the menu.lst or is it that grub isn't using that particular installation's menu.lst? |
12:30 | -!- | karl_ [~karl@office.fizzback.net] has joined #debian |
12:30 | -!- | oizo [~oizo@c-24-1-135-14.hsd1.in.comcast.net] has joined #debian |
12:30 | -!- | oizo [~oizo@c-24-1-135-14.hsd1.in.comcast.net] has quit [] |
12:31 | <karl_> | RichiH: How did it "fall out of" dpkg control? |
12:32 | -!- | psypher [~psypher@ip72-223-91-60.ph.ph.cox.net] has joined #debian |
12:33 | <psypher> | Does anyone know what backtrack linux runs on? |
12:33 | <Tekno> | ? |
12:33 | <psypher> | I think its debian not sure |
12:34 | <psypher> | Is there a command in linux to reveal information on the system? |
12:34 | <gsimmons> | dpkg: tell psypher -about backtrack |
12:34 | <psypher> | like msconfig? |
12:34 | -!- | patrikf [~patrik@cnh809211548.pppoe.surfer.cnh.at] has quit [Quit: patrikf] |
12:34 | -!- | nice-guy [~chrono@189.35.187.84] has joined #debian |
12:34 | <psypher> | WOW, thanks, that was quick |
12:37 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
12:37 | <psypher> | I have been trying to find a decent mp3 player that will work with backtrack |
12:37 | -!- | LoRez [~lorez@09GAABBWZ.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
12:37 | <psypher> | And yes, I have googled it |
12:38 | <psypher> | Doesnt seem to be much out there |
12:39 | -!- | bike__ [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
12:40 | -!- | endomandi [~mentor@217.28.1.118] has joined #debian |
12:40 | <psypher> | Well, let me know of a good mp3 player if you know of one |
12:40 | -!- | mhash [~mhash@147.146.70.202.dynamic.max.com.pk] has quit [Quit: Leaving] |
12:40 | <psypher> | FOr B a cktrack |
12:40 | <RichiH> | karl_: no idea |
12:40 | <RichiH> | karl_: a cow-orker installed some random crap boot loader by hand |
12:41 | -!- | BipTest [startkeylo@startkeylogger.hungrycats.org] has joined #debian |
12:41 | -!- | spyder89 [kvirc@74.10.108.62] has quit [Quit: When two people dream the same dream, it ceases to be an illusion. KVIrc 3.4.2 Shiny http://www.kvirc.net] |
12:41 | <psypher> | does anyone know of a linux command to reveal system info. |
12:41 | <psypher> | I am quite noobish |
12:42 | <bja> | uname |
12:42 | -!- | Worf_ [~worf@84-119-66-230.dynamic.xdsl-line.inode.at] has quit [Read error: Connection reset by peer] |
12:42 | -!- | LoRez [~lorez@28IAABSSQ.tor-irc.dnsbl.oftc.net] has joined #debian |
12:42 | <petemc> | psypher: depends exactly which info you want |
12:42 | <psypher> | Thanks, I will try that now |
12:42 | <psypher> | Just general system specs, platfrom etcx |
12:42 | <grummund> | Hi, What permissions should be set on a dir owned by root:staff so that users in group staff can create subdirs which inherit the group staff permissions? |
12:42 | <grummund> | ...or can it be done at all? |
12:42 | <gsimmons> | psypher: As mentioned by dpkg, BackTrack isn't supported here. Ask questions concerning it in #remote-exploit on irc.freenode.net. |
12:43 | <psypher> | thanks! Will do |
12:43 | -!- | raboof [arnouten@5ee5397b.ftth.concepts.nl] has joined #debian |
12:43 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Read error: Operation timed out] |
12:43 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
12:44 | -!- | adama26 [~adama@static-68-179-76-140.ptr.terago.net] has quit [Quit: Lost terminal] |
12:44 | <karl_> | RichiH: Does your /boot/grub/menu.lst have the "BEGIN AUTOMAGIC KERNELS LIST" and "END ..ditto" lines? If not, then I would not expect the update-grub script to touch it... |
12:44 | -!- | fregl [~fregl@dslb-084-057-141-051.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
12:44 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
12:44 | -!- | mentor_ [~mentor@87.254.92.116] has quit [Ping timeout: 480 seconds] |
12:44 | <nice-guy> | guys, im using squeeze amd64, and my trash icon on desktop dont point to real folder |
12:45 | -!- | Horrid [~Horrid@201.171.15.226.dsl.dyn.telnor.net] has joined #debian |
12:45 | <themill> | nice-guy: /msg dpkg trash ; I'm not sure exactly what you mean, but that's been the case for many years |
12:46 | <Horrid> | Find out the true statistics on the crimes that negroes commit at Chimp Out Forum! http://chimpout.com/forum/showthread.php?t=9680 We are not White Supremacists, rather we are Negro Inferiorists. We welcome all races that aren't Negroid. The criteria for joining Chimpout: Non-negroid and hates niggggras! |
12:46 | <adb> | !ops Horrid spam |
12:46 | <dpkg> | Hydroxide, bob2, caphuso, dondelelcaro, doogie, eeyore-, ElectricElf, ):, helix, ljlane, LoRez, RichiH, mentor, Netsnipe, TML, walters, xk, abrotman, gravity, azeem, Maulkin, stew, peterS, Alife, Myon, Ganneff, Maulkin, weasel, zobel: adb complains about: Horrid spam |
12:46 | -!- | mode/#debian [+o stew] by ChanServ |
12:46 | -!- | Horrid was kicked from #debian by stew [you should know better] |
12:46 | -!- | mode/#debian [+b *!*@201.171.15.226.dsl.dyn.telnor.net] by stew |
12:47 | -!- | mode/#debian [-o stew] by stew |
12:47 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
12:47 | <themill> | thanks, stew |
12:47 | <petemc> | apt name |
12:47 | <nice-guy> | if i try to open it, it shows a new and empty folder... i have tried to put something in it, it sends to real trash folder, but nothing appears on desktop icon |
12:47 | <Maulkin> | Akill added |
12:48 | -!- | patrikf [~patrik@cnh809211548.pppoe.surfer.cnh.at] has joined #debian |
12:48 | <raboof> | i'd like to enable wireless internet for 2 laptops, and have a 24/7 running debian machine |
12:48 | <themill> | Maulkin: that's a particular piece of spam that has been coming around every few days for some months :( |
12:48 | -!- | bike__ [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
12:48 | <Maulkin> | themill: Does it always mention that domain? |
12:49 | <raboof> | am i right that I could just get a network card supported by hostapd, and skip buying an access point alltogether? |
12:49 | <nice-guy> | if i click on Desktop icon, it stay showing a empty folder |
12:49 | <themill> | Maulkin: yes, I believe so. |
12:49 | -!- | netskillsii [~netskills@207.136.154.140] has joined #debian |
12:49 | <Maulkin> | themill: thanks, I'll add a trigger |
12:49 | <themill> | !beer Maulkin |
12:49 | * | dpkg deftly decants a fine Franziskaner Hefeweizen for Maulkin |
12:49 | -!- | endomandi [~mentor@217.28.1.118] has quit [Ping timeout: 480 seconds] |
12:50 | -!- | zas [~bl4ckc00k@80.30.15.83] has joined #debian |
12:50 | -!- | bike__ [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
12:52 | -!- | psypher [~psypher@ip72-223-91-60.ph.ph.cox.net] has quit [Quit: Leaving] |
12:52 | <nice-guy> | hey, and about fglrx? after upgrade it stopped working on 2.6.26-1 kernel |
12:52 | -!- | skandaleras [~luiz@84.77.149.87] has quit [Quit: Ex-Chat] |
12:53 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
12:55 | -!- | Jids [~Jids@CPE001b1160e318-CM001225422682.cpe.net.cable.rogers.com] has joined #debian |
12:55 | -!- | karl_ [~karl@office.fizzback.net] has quit [Quit: Ex-Chat] |
12:55 | -!- | salvo [~salvo@host178-162-dynamic.23-79-r.retail.telecomitalia.it] has joined #debian |
12:55 | -!- | karl_ [~karl@office.fizzback.net] has joined #debian |
12:56 | -!- | ottoshmidt [~ottoshmid@95.104.52.152] has quit [Remote host closed the connection] |
12:57 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
12:58 | <netskillsii> | hello everyone, need help with nautilus application, currently running Debian Lenny kernel 2.6.26 and gnome 2.22.3. After installing Httrack, restarted LT and Desktop files where gone but directory exist on command line. I tried launching nautilus actions config but get the following: "Failed to execute child prcess "nautilus-actions-config" |
12:59 | <nice-guy> | the bug is like this: bugs.debian.org/511071 but im using nautilus 2.6 |
13:02 | -!- | swo [~swo@p54AEFA42.dip.t-dialin.net] has joined #debian |
13:04 | -!- | kubu [~kubu@196.200.104.82] has quit [Remote host closed the connection] |
13:06 | <nice-guy> | bye |
13:06 | -!- | user_ is now known as user |
13:06 | -!- | user is now known as usr |
13:06 | -!- | nice-guy [~chrono@189.35.187.84] has quit [Quit: Saindo] |
13:06 | -!- | swo [~swo@p54AEFA42.dip.t-dialin.net] has left #debian [] |
13:06 | -!- | usr [~user@nightshade.nl] has quit [Quit: leaving] |
13:07 | -!- | nooteh [~nooteh@104.59.broadband9.iol.cz] has joined #debian |
13:08 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has joined #debian |
13:09 | -!- | foka [~foka@61.51.165.56] has quit [Read error: Operation timed out] |
13:10 | -!- | zem_ is now known as zem |
13:11 | <grummund> | hmm, why does debian default to umask 022 ? |
13:11 | -!- | tazz [~gaurav@59.162.86.164] has quit [Read error: Connection reset by peer] |
13:12 | <grummund> | since each user has their own group |
13:13 | -!- | Elton06209 [~Delphi@189.82.201.174] has joined #debian |
13:15 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
13:15 | <nooteh> | where is located debian mirror's file? |
13:17 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has joined #debian |
13:17 | -!- | azraelru [~azrael@237-5-191-213.fttb.ur.ru] has joined #debian |
13:17 | <adb> | cat /etc/apt/sources.list nooteh |
13:18 | -!- | Elton06209 [~Delphi@189.82.201.174] has quit [Read error: Connection reset by peer] |
13:18 | <nooteh> | thanks |
13:18 | -!- | akmes [~akmes@cam44-1-82-67-123-209.fbx.proxad.net] has joined #debian |
13:19 | -!- | uva [bno@118-160-166-201.dynamic.hinet.net] has joined #debian |
13:19 | -!- | akmes [~akmes@cam44-1-82-67-123-209.fbx.proxad.net] has quit [] |
13:20 | -!- | tzafrir_laptop [~tzafrir@local.xorcom.com] has quit [Ping timeout: 480 seconds] |
13:20 | -!- | nooteh [~nooteh@104.59.broadband9.iol.cz] has quit [Quit: Programming's good!] |
13:20 | -!- | zjason [~user@211-74-12-31.adsl.dynamic.seed.net.tw] has quit [Remote host closed the connection] |
13:21 | -!- | Ozelbiri [~MT52846@88.250.200.81] has joined #debian |
13:21 | -!- | Ozelbiri [~MT52846@88.250.200.81] has left #debian [] |
13:21 | -!- | upsy [~augh@92-237-83-191.cable.ubr17.aztw.blueyonder.co.uk] has joined #debian |
13:21 | -!- | bike__ [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
13:22 | -!- | ZPF [~francois@ANantes-257-1-137-141.w90-32.abo.wanadoo.fr] has joined #debian |
13:25 | -!- | foka [~foka@61.51.165.56] has joined #debian |
13:25 | -!- | Elton04946 [~Delphi@189.82.201.174] has joined #debian |
13:25 | <netskillsii> | hello everyone, need help with nautilus application, currently running Debian Lenny kernel 2.6.26 and gnome 2.22.3. After installing Httrack, restarted LT and Desktop files where gone but directory exist on command line. I tried launching nautilus actions config but get the following: "Failed to execute child prcess "nautilus-actions-config" |
13:28 | -!- | MontenegrO [bah@77.222.22.11] has joined #debian |
13:28 | <MontenegrO> | op |
13:28 | <MontenegrO> | kako je |
13:28 | -!- | MontenegrO [bah@77.222.22.11] has quit [] |
13:32 | -!- | hever [~hever@ip-78-94-154-229.unitymediagroup.de] has quit [Remote host closed the connection] |
13:32 | -!- | MikeChelen [~MikeChele@208-59-115-131.c3-0.129-ubr1.lnh-129.md.cable.rcn.com] has joined #debian |
13:32 | -!- | jimcooncat [~jim@lan.howeandcompany.com] has quit [Quit: Ex-Chat] |
13:32 | -!- | hever [~hever@ip-78-94-154-229.unitymediagroup.de] has joined #debian |
13:33 | -!- | Lin [~igormorga@mvx-200-142-97-206.mundivox.com] has quit [Quit: Ex-Chat] |
13:34 | -!- | KeumarBug [~chatzilla@not-a-number.org] has joined #debian |
13:34 | -!- | happydufus [~happydufu@92-239-234-162.cable.ubr10.hari.blueyonder.co.uk] has joined #debian |
13:35 | -!- | themill [~stuart@themill.user.oftc.net] has quit [Ping timeout: 480 seconds] |
13:35 | -!- | FairyCosmo [~Cossie@p5B23FC65.dip.t-dialin.net] has quit [Quit: Verlassend] |
13:36 | -!- | flw [~flw@p54BE6B41.dip.t-dialin.net] has joined #debian |
13:36 | -!- | fregl [~fregl@stgt-5f708156.pool.einsundeins.de] has joined #debian |
13:36 | -!- | Lin [~igormorga@mvx-200-142-97-206.mundivox.com] has joined #debian |
13:36 | -!- | flw [~flw@p54BE6B41.dip.t-dialin.net] has quit [] |
13:36 | -!- | ZPF [~francois@ANantes-257-1-137-141.w90-32.abo.wanadoo.fr] has quit [Quit: Quitte] |
13:36 | -!- | streuner [foobar@p5DD3BAA1.dip.t-dialin.net] has joined #debian |
13:37 | -!- | dinamic [~dinamic@c-164372d5.020-128-6e6b701.cust.bredbandsbolaget.se] has joined #debian |
13:38 | -!- | jello [~joe@dot.nahmias.net] has joined #debian |
13:43 | -!- | b0r15 [~b0r15@adsl-76-254-125-187.dsl.hstntx.sbcglobal.net] has joined #debian |
13:43 | -!- | Nigbjort [~Nigbjort@201.171.100.192] has joined #debian |
13:44 | -!- | Elton04946 [~Delphi@189.82.201.174] has quit [Read error: Connection reset by peer] |
13:44 | -!- | Jahman [~ooups@65.250.81-79.rev.gaoland.net] has joined #debian |
13:44 | <Nigbjort> | Read Chimp Out's Official Appology to the Feral Negro Beast! http://chimpout.com/forum/showthread.php?t=31766 We appologize here for all the bad we have done them! At Chimpout.com we are not White Supremacist, rather we are Negro Inferiorists! We welcome all non-negroid races. Critera for joining: non-negroid, and hates niiggggggers! |
13:44 | -!- | Nigbjort [~Nigbjort@201.171.100.192] has quit [autokilled: Do not spam other people. Mail support@oftc.net if you feel this is in error. (2009-08-19 17:44:44)] |
13:45 | -!- | resmo [~moserre@adsl-84-227-137-160.adslplus.ch] has joined #debian |
13:45 | -!- | sney [~sney@S010600508b2f6457.cg.shawcable.net] has joined #debian |
13:46 | <raboof> | :S |
13:46 | <bja> | !beer Maulkin |
13:46 | * | dpkg deftly decants a fine Jever for Maulkin |
13:47 | -!- | mode/#debian [+l 414] by debhelper |
13:48 | -!- | squelos [~squelos@93.11.80.216] has joined #debian |
13:48 | <squelos> | salut les gens |
13:49 | <squelos> | hi |
13:49 | -!- | neglesaks [~peter@77.214.36.4] has joined #debian |
13:50 | -!- | b0r15 [~b0r15@adsl-76-254-125-187.dsl.hstntx.sbcglobal.net] has quit [Quit: Leaving] |
13:50 | -!- | cgc [~cgalisteo@51.244.222.87.dynamic.jazztel.es] has quit [Remote host closed the connection] |
13:51 | -!- | debfx [~debfx@HSI-KBW-091-089-185-226.hsi2.kabel-badenwuerttemberg.de] has joined #debian |
13:53 | -!- | fregl [~fregl@stgt-5f708156.pool.einsundeins.de] has quit [Ping timeout: 480 seconds] |
13:53 | -!- | justin [~justin@cpe-66-61-33-36.neo.res.rr.com] has joined #debian |
13:55 | * | bja slaps squelos with a croisant and reminds him that english is the language of preference in #debian |
13:55 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
13:55 | -!- | chattr [~mike@164.254.121.70.cfl.res.rr.com] has quit [Ping timeout: 480 seconds] |
13:55 | <squelos> | rofl bja. i thought i was in a another chan. |
13:56 | <bja> | thought so |
13:56 | <bja> | thats why you didn't get the !fr stuff |
13:56 | <bja> | mais quelque fois ilya pas de problem |
13:57 | -!- | themill [~stuart@themill.user.oftc.net] has joined #debian |
13:57 | <squelos> | are you french too ? |
13:57 | <squelos> | i dont think so :p |
13:57 | <squelos> | because you forgot a e at probleme :) |
13:57 | <squelos> | good night craig |
13:58 | <bja> | no, i just know a few bad writen phrases |
13:58 | <squelos> | oh :) |
13:58 | <bja> | :) |
13:58 | <squelos> | its been a while since i didnt eat a croissant. |
13:58 | <squelos> | its not fun, no one is here complaining about problems :( |
13:59 | <squelos> | thats why i brought my problem. |
13:59 | <squelos> | I cant mount my second HDD ^ |
13:59 | <squelos> | ^^ |
13:59 | <petemc> | what happens when you try? |
14:00 | -!- | kyskyl [~kyskyl@186.12.70.54] has joined #debian |
14:00 | -!- | berto [~berto@155.99.117.91.static.mundo-r.com] has quit [Quit: bye] |
14:00 | -!- | Phoenix_the_II [ralph@home.deboom.biz] has quit [Remote host closed the connection] |
14:00 | <squelos> | well i dunno, i added some lines into some file in /etc/ methinks. And when i boot it just says : /media/drive1 cannot be mounted |
14:01 | -!- | chattr [~mike@164.254.121.70.cfl.res.rr.com] has joined #debian |
14:01 | <petemc> | try and mount it with the mount command before putting anything in /etc/fstab |
14:01 | <squelos> | i can see it in my computer, but when i try to open it, its says that i dont have the right to mount it |
14:01 | <petemc> | and saying things like "some lines in some file" isnt going to help people help you |
14:01 | <squelos> | ok, ill take the lines out of /etc/fstab |
14:02 | -!- | hever [~hever@ip-78-94-154-229.unitymediagroup.de] has quit [Ping timeout: 480 seconds] |
14:02 | -!- | miguelzinho [~miguel@quake.ic.unicamp.br] has quit [Quit: Leaving] |
14:02 | <squelos> | /dev/sdb /media/drive1 ext3 errors=remount-ro 0 0 |
14:03 | <petemc> | you havent specified a partition |
14:03 | <petemc> | /dev/sdb1 , if theres only one partition |
14:03 | <petemc> | fdisk -l /dev/sdb will list the partitions |
14:03 | <squelos> | theres only one partition |
14:04 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
14:04 | -!- | szabo [tszabo@cpu18.student.cs.uwaterloo.ca] has joined #debian |
14:06 | <abraham> | squelos, i built an amd64 emerald.deb if you're interested |
14:06 | -!- | justin [~justin@cpe-66-61-33-36.neo.res.rr.com] has quit [Ping timeout: 480 seconds] |
14:06 | -!- | mentor [~mentor@87.254.75.65] has joined #debian |
14:06 | <squelos> | oh yeah i sure am abraham. |
14:07 | -!- | Starlight [~chatzilla@222.64.6.65] has joined #debian |
14:07 | -!- | kyskyl [~kyskyl@186.12.70.54] has quit [Quit: Saliendo] |
14:07 | -!- | mentor is now known as Guest149 |
14:07 | -!- | hever [~hever@ip-78-94-154-229.unitymediagroup.de] has joined #debian |
14:07 | <abraham> | you'll have to install the dependancies of course |
14:08 | <squelos> | yeah :) |
14:08 | <squelos> | but its easier than compiling the stuff on my own. |
14:08 | -!- | jcwu [~jcwu@219-84-6-171-adsl-tpe.STATIC.so-net.net.tw] has joined #debian |
14:08 | <squelos> | where did tu find the sources ? |
14:09 | <abraham> | i got them from a compiz on debian site |
14:10 | <squelos> | oh, i was looking for the sources but i cudnt find them anywhere. Im going to eat. ill be back in 10/15mins |
14:10 | <abraham> | accept the transfer |
14:10 | -!- | bike__ [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
14:10 | <jthomas_sb> | can anyone tell me how to create a .zip file from the command line? I have 'zip' and 'unzip' both installed, but it is not very clear in the man pages for me. 'zip inputdir/ outputfile.zip' doesn't do it... |
14:11 | -!- | mentor_ [~mentor@92.39.202.35] has joined #debian |
14:11 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
14:11 | <petemc> | 3jlook at the EXAMPLES section |
14:11 | -!- | skylla [~skylla@c-2665e353.173-1-64736c13.cust.bredbandsbolaget.se] has joined #debian |
14:11 | -!- | skylla [~skylla@c-2665e353.173-1-64736c13.cust.bredbandsbolaget.se] has left #debian [] |
14:11 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
14:12 | <petemc> | jthomas_sb: look at the EXAMPLES section |
14:12 | -!- | skylla [~skylla@c-2665e353.173-1-64736c13.cust.bredbandsbolaget.se] has joined #debian |
14:12 | <abraham> | jthomas_sb, zip -b /dir zipfile.zip |
14:13 | -!- | XayOn [~xayon@122.Red-83-38-18.dynamicIP.rima-tde.net] has quit [Remote host closed the connection] |
14:14 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has joined #debian |
14:14 | <jthomas_sb> | petemc i have; the example given creates a zip file which is much much smaller than the one that Ark creates in KDE |
14:14 | <petemc> | isnt that a good thing? |
14:14 | <abraham> | thats not right |
14:14 | -!- | bike__ [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Read error: Operation timed out] |
14:14 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has joined #debian |
14:15 | <petemc> | jthomas_sb: i guess the thing to do would be to unzip and see if the files are there |
14:15 | -!- | bl4ckc00k1e_ [~bl4ckc00k@80.30.15.83] has joined #debian |
14:15 | <jthomas_sb> | they are not. |
14:15 | -!- | bike__ [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
14:15 | <petemc> | which command did you run? |
14:15 | <jthomas_sb> | zip -r outfile.zip infolder |
14:15 | <jthomas_sb> | i haven't tried the -b |
14:15 | -!- | chattr [~mike@164.254.121.70.cfl.res.rr.com] has quit [Read error: Operation timed out] |
14:16 | -!- | bl4ckc00k1e_ [~bl4ckc00k@80.30.15.83] has quit [] |
14:16 | <abraham> | zip zipfile.zip /dir |
14:16 | <abraham> | i think thats the correct way |
14:16 | <abraham> | after reading the manpage |
14:16 | <jthomas_sb> | that strips the leading folder, no? |
14:16 | -!- | Guest149 [~mentor@87.254.75.65] has quit [Ping timeout: 480 seconds] |
14:16 | -!- | bike_ [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
14:16 | <abraham> | yes i believe so |
14:17 | <ml|> | To zip up an entire directory, the command: zip -r foo foo creates the archive foo.zip, containing all the files and directories in the directory foo that is contained within the cur‐ rent directory. |
14:17 | <abraham> | -r must be recursive then |
14:17 | <jthomas_sb> | i don't want that. and that gives the output, 'adding: foldername/ (stored 0%)' and the output has too-small size |
14:17 | <jthomas_sb> | -r is recursive, yeah |
14:18 | -!- | xadmin [~xadmin@218.248.67.247] has joined #debian |
14:18 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Read error: Operation timed out] |
14:18 | <petemc> | ive just tested and it works fine for me |
14:18 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
14:19 | <xadmin> | wasssuupp...doode |
14:19 | <jthomas_sb> | -b is the temp path, not needed here |
14:19 | <petemc> | http://pastie.org/588803 |
14:19 | -!- | Blacker47 [~Blacker47@p57A936B2.dip0.t-ipconnect.de] has joined #debian |
14:19 | <abraham> | jthomas_sb, its zip filename.zip /dir/to/be/zipped |
14:20 | -!- | endomandi [~mentor@217.28.10.85] has joined #debian |
14:20 | <jthomas_sb> | yeah wierd, it is working now, tells me the files its adding etc. honestly, it wasn't working before :( |
14:20 | <jthomas_sb> | ok thanks. |
14:21 | -!- | mentor_ [~mentor@92.39.202.35] has quit [Ping timeout: 480 seconds] |
14:22 | -!- | __iron [~tobias@p4FD2BD31.dip.t-dialin.net] has joined #debian |
14:23 | -!- | xadmin [~xadmin@218.248.67.247] has quit [Quit: Leaving] |
14:23 | -!- | alephnull [~alok@122.172.21.65] has joined #debian |
14:23 | -!- | cirrose [~artista_f@201-35-52-39.ctame704.dsl.brasiltelecom.net.br] has quit [Read error: Operation timed out] |
14:24 | -!- | __iron [~tobias@p4FD2BD31.dip.t-dialin.net] has quit [] |
14:24 | -!- | bike__ [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
14:26 | -!- | AzaToth [~azatoth@32-232-96-87.cust.blixtvik.se] has joined #debian |
14:26 | -!- | kfe [~kf@drms-590ed03f.pool.einsundeins.de] has joined #debian |
14:26 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has quit [Ping timeout: 480 seconds] |
14:26 | -!- | obie [~obie@166.205.7.45] has joined #debian |
14:27 | -!- | mentor_ [~mentor@87.254.82.63] has joined #debian |
14:27 | -!- | __iron [~tobias@p4FD2BD31.dip.t-dialin.net] has joined #debian |
14:30 | -!- | Snake23 [~Snake23@glg95-1-82-233-7-98.fbx.proxad.net] has joined #debian |
14:30 | -!- | xayon_ [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has joined #debian |
14:31 | -!- | tzafrir_laptop [~tzafrir@bzq-179-75-202.static.bezeqint.net] has joined #debian |
14:32 | -!- | endomandi [~mentor@217.28.10.85] has quit [Ping timeout: 480 seconds] |
14:34 | -!- | tweber [~weber@p54A5C159.dip.t-dialin.net] has joined #debian |
14:34 | -!- | fgrequena_ [~fernando@4.red-80-28-31.adsl.static.ccgg.telefonica.net] has joined #debian |
14:34 | -!- | paul [~paul@190.80.235.214] has joined #debian |
14:35 | -!- | paul [~paul@190.80.235.214] has left #debian [] |
14:35 | -!- | flawd [~jesperj@c213-89-133-79.bredband.comhem.se] has joined #debian |
14:35 | -!- | spox [~slunsky@ip-85-160-66-161.eurotel.cz] has joined #debian |
14:35 | -!- | paul_nm [~paul@190.80.235.214] has joined #debian |
14:35 | -!- | xayon [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has quit [Ping timeout: 480 seconds] |
14:35 | <paul_nm> | can anybody tell me.. |
14:36 | <paul_nm> | for what its this for??? |
14:36 | <olasd> | what is "it" ? |
14:36 | <paul_nm> | is* |
14:36 | <paul_nm> | in can a new.. |
14:36 | -!- | candelaresi [~candelare@190.172.145.26] has joined #debian |
14:36 | <olasd> | what is "this" then? |
14:37 | -!- | mode/#debian [+l 428] by debhelper |
14:37 | <paul_nm> | so i could use a little help |
14:37 | <candelaresi> | hello |
14:37 | <candelaresi> | i can't install a tar package.... |
14:37 | <bja> | dpkg: tell paul_nm about es |
14:37 | <candelaresi> | i don't understand how i have to install? |
14:37 | <flawd> | I have came across the following error which is reflected in this bugreport for libhighgui : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490700 . I use Lenny and libhighgui1 Version: 1.0.0-6.1 and libhighgui-dev Version: 1.0.0-6.1. What are your suggestions for sollution? |
14:38 | -!- | salvo [~salvo@host178-162-dynamic.23-79-r.retail.telecomitalia.it] has quit [Quit: Sto andando via] |
14:40 | -!- | cirrose [~artista_f@201-15-205-36.ctame704.dsl.brasiltelecom.net.br] has joined #debian |
14:40 | <paul_nm> | thanx |
14:40 | <ml|> | candelaresi: you don't install tar files |
14:41 | -!- | iKBaLix [~iKBaLix@41.103.65.80] has joined #debian |
14:42 | -!- | pbe [~pbe@nl101-221-55.student.uu.se] has joined #debian |
14:42 | <chealer> | flawd: ask on the bug report |
14:43 | -!- | karl_ [~karl@office.fizzback.net] has quit [Quit: Ex-Chat] |
14:43 | <flawd> | ok |
14:43 | -!- | xayon_ is now known as XayOn |
14:43 | -!- | iKBaLix [~iKBaLix@41.103.65.80] has quit [] |
14:43 | -!- | narcan__ [~narcan@89.152.194-77.rev.gaoland.net] has quit [Quit: WeeChat 0.2.6] |
14:43 | <squelos> | abraham, can you send me the 64 emerald again ? |
14:43 | <squelos> | im back |
14:44 | -!- | Snake23 [~Snake23@glg95-1-82-233-7-98.fbx.proxad.net] has quit [Quit: Leaving] |
14:45 | <pbe> | Does someone here have any problems with Xfce and Lenny after installing the latest upgrades? After I upgraded Debian Lenny the last time, the desktop and wallpaper disappeared and there is no interaction with the desktop whatsoever. This happened on both my computers. |
14:46 | -!- | Cowardly_Dog [~Cowardly_@32.Red-80-34-135.staticIP.rima-tde.net] has quit [Ping timeout: 480 seconds] |
14:46 | -!- | spox [~slunsky@ip-85-160-66-161.eurotel.cz] has quit [Remote host closed the connection] |
14:46 | -!- | tofix [~tofix@appart.dorz.fr] has joined #debian |
14:47 | <tofix> | hi all, i would like to know which greylisting solution do you use ? (don't explain me why you dislike it ... :) ) |
14:47 | -!- | neomilium [~quassel@lns-bzn-21-82-64-87-42.adsl.proxad.net] has quit [Remote host closed the connection] |
14:49 | -!- | dr|zed [~dr|z3d@28IAABSW1.tor-irc.dnsbl.oftc.net] has joined #debian |
14:51 | <tofix> | actually, i'm using spey, that seems just fine cause doesn' request any specifiq SMTP server behind, but it doesn't to be well prepared to have more than 40k mail in a day, which open solution do you use , and if possible which other proxy smtp greylistener do you know ? |
14:52 | -!- | dr|z3d [~dr|z3d@09GAABCBW.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
14:52 | -!- | dr|zed is now known as dr|z3d |
14:52 | -!- | edwin [~edwin@79.114.95.163] has joined #debian |
14:53 | -!- | magnetic_ [~magnetic@122.Red-83-38-18.dynamicIP.rima-tde.net] has quit [Remote host closed the connection] |
14:53 | -!- | jpablo [~chatzilla@190.248.12.2] has quit [Read error: Connection reset by peer] |
14:55 | -!- | larsaaaa [~lars@cm-84.215.30.242.getinternet.no] has quit [Remote host closed the connection] |
14:55 | -!- | erin2 [~bbelt16ag@c-76-29-131-195.hsd1.fl.comcast.net] has joined #debian |
14:57 | <tofix> | hey guys, noone use a greylisting solution ? :( |
14:58 | -!- | alephnull [~alok@122.172.21.65] has quit [Remote host closed the connection] |
14:58 | -!- | forest [~mars@mail.mnn.org] has quit [Quit: forest] |
14:58 | <olasd> | tofix: I use sqlgrey here, we've got 4 MXs on two sites, with one postgresql base on each site, synched using. |
14:59 | <olasd> | hmm |
14:59 | <olasd> | using what |
14:59 | * | olasd checks |
14:59 | <koollman> | tofix: I use postfix-gld |
14:59 | <olasd> | bucardo |
14:59 | <olasd> | that's it |
15:00 | <tofix> | koollman : thanks but it's a kind of postfix plugin ? |
15:00 | <tofix> | olasd : bucardo ? |
15:00 | <koollman> | tofix: it is. (it's a 'policy daemon' for postfix and perhaps some other MTA that know how to speak to it) |
15:01 | <olasd> | tofix: yeah, that's what we use to synch the greylisting databases back and forth between our two sites |
15:01 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
15:02 | -!- | XayOn [~xayon@14.Red-88-26-177.staticIP.rima-tde.net] has quit [Ping timeout: 480 seconds] |
15:02 | <olasd> | we had a few problems with sqlgrey losing connexion to the database (problems like "making the smtpd process hang forever waiting for a response"), but now we don't have anymore problems |
15:03 | -!- | forest [~mars@mail.mnn.org] has joined #debian |
15:03 | -!- | squelos [~squelos@93.11.80.216] has quit [Quit: Ex-Chat] |
15:04 | <olasd> | we tried to use milter-greylist but the etch version seems to want to segfault every now and then, and we don't really want to upgrade the servers, so... |
15:05 | <tofix> | thanks a lot guys , but even i would prefer have to work with a postfix, i have to prepare 2 greylistner on 2 separate server placed before 2 antispam barracuda appliance connected to an Groupwise SMTP (novell) and i would prefer not to install a fully smtp server but just a psmtp (but i'm not an expert ...) |
15:06 | -!- | vinicius [~vinicius@201-66-32-231.ctaje700.dsl.brasiltelecom.net.br] has joined #debian |
15:06 | -!- | skomak [~master@90-231-233-196-no109.tbcn.telia.com] has quit [Remote host closed the connection] |
15:06 | <tofix> | olasd : actually , upper that 40k mail in a day mail are declarate like differed on the antispam appliance placed after the greylistner |
15:06 | -!- | scm007 [~scm007@237-dyn.otsys.com] has joined #debian |
15:06 | <flawd> | damnit. seems that using libhighgui from multimeda repos breaks img_convert in libavcodec |
15:06 | -!- | fregl [~fregl@stgt-5f708156.pool.einsundeins.de] has joined #debian |
15:06 | <scm007> | join |
15:06 | <scm007> | #join |
15:06 | <vinicius> | i would like to configure X to emulate the scrolling of my mouse, where is the best place to ask help about that? |
15:06 | <koollman> | tofix: the two appliances can't do greylisting ? |
15:06 | <flawd> | since I wont go through the hassle of downgrading I guess I'll make another debian install in virtualbox and get my app compiled there |
15:06 | <flawd> | annoying |
15:07 | -!- | mode/#debian [+l 421] by debhelper |
15:07 | <flawd> | http://nuigroup.com/forums/viewthread/326/P15/ |
15:07 | <olasd> | tofix: aw, that's what you get from using proprietary appliances ! ;) |
15:07 | <tofix> | koollman : surprised ? me too ... but no |
15:07 | <olasd> | s/from/for/ |
15:08 | -!- | neglesaks [~peter@77.214.36.4] has quit [Quit: Leaving] |
15:08 | <olasd> | so I understand you just want a greylisting frontend to your antispam appliance |
15:08 | <tofix> | olasd : yeah, you know i'm an opensource installer, and i try to put it in almost every situation , but i don't choose my customer's architecture |
15:08 | <tofix> | olasd : exactly |
15:08 | -!- | Lin [~igormorga@mvx-200-142-97-206.mundivox.com] has quit [Ping timeout: 480 seconds] |
15:08 | -!- | scm007 [~scm007@237-dyn.otsys.com] has quit [] |
15:09 | <koollman> | tofix: you could try something like spey |
15:09 | <koollman> | never tested it personnally, but should do what you want |
15:11 | <tofix> | koollman : it's what i use :( |
15:11 | -!- | Tallken [~f2f93bf57@av3-84-90-163-110.netvisao.pt] has joined #debian |
15:13 | -!- | beloni [~beloni@201-40-162-47.cable.viacabocom.com.br] has quit [Read error: Connection reset by peer] |
15:13 | -!- | Ourson [~coco@stm59-2-88-175-41-180.fbx.proxad.net] has joined #debian |
15:13 | -!- | nihil [~nihil@w214.wist.uni-linz.ac.at] has quit [Ping timeout: 480 seconds] |
15:13 | <tofix> | koollman : and upper 40k .. .each incoming mail are declared as differed and truncated on the following appliance , changing concurent socket session numbers or session smtp delay on each side of this smtp communication helps for a better result, but the result of the situation is always 100% of incoming mail declared as differed and truncated |
15:14 | -!- | vvas [~mod@94-193-241-45.zone7.bethere.co.uk] has quit [Ping timeout: 480 seconds] |
15:14 | -!- | Ourson [~coco@stm59-2-88-175-41-180.fbx.proxad.net] has quit [] |
15:15 | -!- | freex_ [~user@80-123-7-226.adsl.highway.telekom.at] has joined #debian |
15:16 | -!- | justin [~justin@cpe-66-61-33-36.neo.res.rr.com] has joined #debian |
15:17 | -!- | beloni [~beloni@201-40-162-47.cable.viacabocom.com.br] has joined #debian |
15:17 | -!- | ill_1be7d8 [debian-tor@28IAABSX4.tor-irc.dnsbl.oftc.net] has joined #debian |
15:17 | -!- | vvas [~mod@94-193-241-45.zone7.bethere.co.uk] has joined #debian |
15:17 | -!- | abraham [abraham@174-22-209-30.phnx.qwest.net] has quit [Quit: I bid thee farewell] |
15:18 | <koollman> | tofix: well ... any other smtp proxy then ... but I'm not sure your appliances can handle many opened connections at the same time (which is provoked by the greylisting handling) |
15:18 | -!- | mentor_ [~mentor@87.254.82.63] has quit [Ping timeout: 480 seconds] |
15:19 | <koollman> | I written once a smtp proxy that was a bit smarter about that kind of things (not opening connection to the next server until the greylisting was done). |
15:19 | <tofix> | koollman : it can , i handled it for |
15:19 | <koollman> | but it's not really made for production use :) |
15:19 | -!- | muh2000 [~muh2000@HSI-KBW-078-042-127-062.hsi3.kabel-badenwuerttemberg.de] has quit [Remote host closed the connection] |
15:19 | -!- | simNIX [~simNIX@156-60.bbned.dsl.internl.net] has quit [Ping timeout: 480 seconds] |
15:20 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has joined #debian |
15:20 | -!- | chattr [~mike@164.254.121.70.cfl.res.rr.com] has joined #debian |
15:21 | <tofix> | koolman : ... :( , i'm lost, do you think that i can install a postfix in a minimalist configuraton just like a proxy and plug it an sqlgrey solution , and keep my smtp chain behind ? does it sound good for you ? |
15:21 | <koollman> | tofix: Well, I don't know enough about your mail architecture/load/everything else... but it seems to be a sane decision. |
15:22 | -!- | misspiggy [~misspiggy@74-129-14-253.dhcp.insightbb.com] has joined #debian |
15:22 | <misspiggy> | hi folks |
15:23 | -!- | freex [~user@62-47-20-91.adsl.highway.telekom.at] has quit [Ping timeout: 480 seconds] |
15:23 | -!- | misspiggy [~misspiggy@74-129-14-253.dhcp.insightbb.com] has quit [Remote host closed the connection] |
15:24 | <tofix> | koollman : so, i'm on ... thank you |
15:24 | <tofix> | olasd : thanks |
15:24 | -!- | Gun_Smoke [~G@c-98-208-129-243.hsd1.fl.comcast.net] has quit [Ping timeout: 480 seconds] |
15:25 | -!- | simNIX [~simNIX@156-60.bbned.dsl.internl.net] has joined #debian |
15:27 | -!- | resmo [~moserre@adsl-84-227-137-160.adslplus.ch] has quit [Quit: resmo] |
15:28 | -!- | jgarvey [~jgarvey@cpe-098-026-065-013.nc.res.rr.com] has quit [Ping timeout: 480 seconds] |
15:29 | -!- | FrustradoAllMighty [~Frustrado@201-15-205-36.ctame704.dsl.brasiltelecom.net.br] has joined #debian |
15:31 | -!- | fregl [~fregl@stgt-5f708156.pool.einsundeins.de] has quit [Ping timeout: 480 seconds] |
15:32 | -!- | mentor [~mentor@80.65.245.12] has joined #debian |
15:32 | -!- | robson [~robson@200.174.78.2] has joined #debian |
15:32 | <robson> | channel #debian-sp |
15:32 | -!- | mentor is now known as Guest156 |
15:33 | -!- | beloni [~beloni@201-40-162-47.cable.viacabocom.com.br] has quit [Ping timeout: 480 seconds] |
15:33 | -!- | Jahman [~ooups@65.250.81-79.rev.gaoland.net] has quit [Ping timeout: 480 seconds] |
15:33 | <robson> | ip |
15:34 | <edwin> | there's a new fglrx-driver uploaded buildd.net says its built on amd64 but its not on the mirrors |
15:34 | <edwin> | can I download it directly from the buildds? |
15:35 | -!- | sebastien [~sebastien@4va54-4-82-244-102-86.fbx.proxad.net] has joined #debian |
15:35 | -!- | paul_nm [~paul@190.80.235.214] has quit [Remote host closed the connection] |
15:35 | -!- | FrustradoAllMighty [~Frustrado@201-15-205-36.ctame704.dsl.brasiltelecom.net.br] has quit [Quit: Leaving] |
15:37 | -!- | mode/#debian [+l 415] by debhelper |
15:37 | -!- | shweppsie [~shweppsie@125-236-157-157.broadband-telecom.global-gateway.net.nz] has joined #debian |
15:40 | -!- | pbe [~pbe@nl101-221-55.student.uu.se] has quit [Quit: Lost terminal] |
15:40 | -!- | Snake23 [~Snake23@glg95-1-82-233-7-98.fbx.proxad.net] has joined #debian |
15:41 | -!- | beloni [~beloni@201-40-162-47.cable.viacabocom.com.br] has joined #debian |
15:41 | -!- | flawd [~jesperj@c213-89-133-79.bredband.comhem.se] has left #debian [] |
15:42 | -!- | Guest156 [~mentor@80.65.245.12] has quit [Ping timeout: 480 seconds] |
15:43 | -!- | mentor_ [~mentor@217.28.6.176] has joined #debian |
15:43 | -!- | rendrYx [~heliton.m@biobrasilsa.com.br] has quit [Ping timeout: 480 seconds] |
15:45 | -!- | eythor [~eirikur@212-30-216-208.static.simnet.is] has joined #debian |
15:47 | -!- | midlis [~midlis@94-194-60-168.zone8.bethere.co.uk] has joined #debian |
15:48 | <eythor> | I encrypted the root partition using dm-crypt in the debian installer with a passphrase. Is it possible to save the passphrase onto a USB stick. So I don't have to type the passphrase on startup? Could someone point me in the right direction? |
15:50 | -!- | Snake23 [~Snake23@glg95-1-82-233-7-98.fbx.proxad.net] has quit [Quit: Leaving] |
15:50 | -!- | beloni [~beloni@201-40-162-47.cable.viacabocom.com.br] has quit [Read error: Connection reset by peer] |
15:51 | -!- | happydufus [~happydufu@92-239-234-162.cable.ubr10.hari.blueyonder.co.uk] has quit [Remote host closed the connection] |
15:52 | -!- | sebastien [~sebastien@4va54-4-82-244-102-86.fbx.proxad.net] has quit [Quit: Quitte] |
15:53 | -!- | szabo [tszabo@cpu18.student.cs.uwaterloo.ca] has quit [Ping timeout: 480 seconds] |
15:54 | -!- | beloni [~beloni@201-40-162-47.cable.viacabocom.com.br] has joined #debian |
15:54 | -!- | dr|z3d [~dr|z3d@28IAABSW1.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
15:55 | -!- | BipTest [startkeylo@startkeylogger.hungrycats.org] has quit [Quit: Coyote finally caught me] |
15:55 | -!- | heliton [~heliton.m@biobrasilsa.com.br] has joined #debian |
15:58 | -!- | Texou [~Texou@ax113-3-82-234-25-141.fbx.proxad.net] has quit [Quit: ++] |
16:00 | -!- | dr|z3d [~dr|z3d@28IAABSY1.tor-irc.dnsbl.oftc.net] has joined #debian |
16:00 | -!- | vev [~vev@athedsl-332352.home.otenet.gr] has quit [Remote host closed the connection] |
16:01 | -!- | appldrm [~appldrm@659AABXAA.tor-irc.dnsbl.oftc.net] has joined #debian |
16:01 | -!- | mentor_ [~mentor@217.28.6.176] has quit [Ping timeout: 480 seconds] |
16:01 | -!- | Texou [~Texou@ax113-3-82-234-25-141.fbx.proxad.net] has joined #debian |
16:02 | -!- | Lin [~igormorga@mvx-200-142-97-206.mundivox.com] has joined #debian |
16:03 | <eythor> | anyone? |
16:04 | -!- | sere [~sere@168.226.129.80] has joined #debian |
16:04 | -!- | sere [~sere@168.226.129.80] has left #debian [] |
16:05 | <chealer> | edwin: no. it wasn't built on a buildd |
16:06 | -!- | MagnusE [~costis@83-212-32-209.uth.gr] has joined #debian |
16:06 | <chealer> | craigevil: stop sending that message |
16:07 | -!- | mentor_ [~mentor@92.39.193.47] has joined #debian |
16:07 | -!- | mentor_ is now known as mentor |
16:08 | -!- | Snake23 [~Snake23@glg95-1-82-233-7-98.fbx.proxad.net] has joined #debian |
16:09 | -!- | kfe [~kf@drms-590ed03f.pool.einsundeins.de] has quit [Read error: Connection reset by peer] |
16:11 | -!- | justin [~justin@cpe-66-61-33-36.neo.res.rr.com] has quit [Read error: Operation timed out] |
16:11 | <ml|> | chealer: you're getting that i'm away message from craigevil also? |
16:11 | -!- | Spami|Thug [~Spami|Thu@ip-70.net-89-3-17.rev.numericable.fr] has joined #debian |
16:13 | <rudi_s> | ml|: Me too .. |
16:13 | <ml|> | rudi_s: ok, thanks |
16:14 | <chealer> | ml|: yes |
16:14 | <chealer> | seems to be be OK now |
16:14 | <ml|> | problably everyone is getting it connected on same channel craigevil is in |
16:14 | -!- | Cowardly_Dog [~Cowardly_@32.Red-80-34-135.staticIP.rima-tde.net] has joined #debian |
16:15 | <ml|> | this was the second one i've received |
16:15 | -!- | tuxwarrior [~ulises@190.87.121.246] has joined #debian |
16:15 | <ml|> | chealer: thanks |
16:16 | -!- | robson [~robson@200.174.78.2] has quit [Quit: Saindo] |
16:17 | -!- | Cyclonos [~steeve@142-217-190-95.telebecinternet.net] has joined #debian |
16:18 | -!- | appldrm [~appldrm@659AABXAA.tor-irc.dnsbl.oftc.net] has quit [Quit: appldrm] |
16:18 | -!- | squelos [~squelos@93.11.80.216] has joined #debian |
16:18 | -!- | Cyclonos [~steeve@142-217-190-95.telebecinternet.net] has quit [] |
16:19 | -!- | Cyclonos [~steeve@142-217-190-95.telebecinternet.net] has joined #debian |
16:19 | -!- | knoppix_ [~knoppix@77-23-188-106-dynip.superkabel.de] has joined #debian |
16:19 | <Cyclonos> | hello |
16:19 | -!- | bike [~ike@ti0122a340-dhcp0053.bb.online.no] has joined #debian |
16:20 | <knoppix_> | guten tag |
16:20 | -!- | knoppix_ is now known as Guest157 |
16:20 | <bja> | !de |
16:20 | <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). |
16:20 | <Cyclonos> | est-ce qu<il y a quelqu<un pour me donner un coup de main sur debian |
16:20 | -!- | mentor_ [~mentor@217.28.13.239] has joined #debian |
16:21 | <Guiiks> | oui j'suis francais Cyclonos |
16:21 | <Cyclonos> | Bonjour |
16:21 | <Guiiks> | bonjour |
16:21 | <bja> | !fr |
16:21 | <dpkg> | Pour l'aide en francais, veuillez rejoindre le canal #debian-fr sur irc.oftc.net. French users: for help in french, please go to #debian-fr on irc.oftc.net. |
16:21 | -!- | Guest157 [~knoppix@77-23-188-106-dynip.superkabel.de] has left #debian [] |
16:21 | -!- | mentor [~mentor@92.39.193.47] has quit [Ping timeout: 480 seconds] |
16:22 | -!- | tweber [~weber@p54A5C159.dip.t-dialin.net] has left #debian [Verlassend] |
16:22 | -!- | erin2 [~bbelt16ag@c-76-29-131-195.hsd1.fl.comcast.net] has quit [Ping timeout: 480 seconds] |
16:22 | -!- | Lanz [~Lanz@dyn216-8-181-150.ADSL.mnsi.net] has joined #debian |
16:24 | -!- | hanthana| [~hanthana@124.43.50.40] has joined #debian |
16:26 | -!- | Cyclonos [~steeve@142-217-190-95.telebecinternet.net] has left #debian [Quitte] |
16:27 | -!- | candelaresi [~candelare@190.172.145.26] has quit [Remote host closed the connection] |
16:31 | -!- | hanthana_ [~hanthana@124.43.61.98] has quit [Ping timeout: 480 seconds] |
16:32 | -!- | tazz [~gaurav@120.60.128.130] has joined #debian |
16:32 | -!- | mentor_ [~mentor@217.28.13.239] has quit [Ping timeout: 480 seconds] |
16:34 | <edwin> | chealer: then where is the package? http://www.buildd.net/cgi/package_status?unstable_pkg=fglrx-driver&searchtype=all |
16:34 | -!- | klh [~klh@AClermont-Ferrand-551-1-67-139.w92-143.abo.wanadoo.fr] has joined #debian |
16:34 | -!- | ottoshmidt [~ottoshmid@95.104.52.152] has joined #debian |
16:35 | -!- | jc_ [~jc@AMontpellier-751-1-16-80.w90-57.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
16:36 | -!- | candelaresi [~candelare@190.172.145.26] has joined #debian |
16:36 | -!- | pl [~pl@riviera.nat.student.pw.edu.pl] has joined #debian |
16:36 | <pl> | hi |
16:37 | -!- | justin [~justin@cpe-66-61-33-36.neo.res.rr.com] has joined #debian |
16:37 | -!- | themo|ester [GGG@cpe-173-171-166-87.tampabay.res.rr.com] has joined #debian |
16:37 | -!- | themolester [GGG@cpe-173-171-166-87.tampabay.res.rr.com] has quit [Read error: No route to host] |
16:37 | <bja> | !pl |
16:37 | <dpkg> | polska -> #debian.pl (on irc.freenode.net). Also, pl is a common extension for perl scripts and is sometimes used as an abbreviation for "packet loss". |
16:38 | -!- | kmap [kumar@dhcp-53-177.ece.utexas.edu] has quit [Quit: leaving] |
16:39 | -!- | kmap [kumar@dhcp-53-177.ece.utexas.edu] has joined #debian |
16:39 | -!- | Cowardly_Dog [~Cowardly_@32.Red-80-34-135.staticIP.rima-tde.net] has quit [Ping timeout: 480 seconds] |
16:40 | -!- | candelaresi [~candelare@190.172.145.26] has quit [Remote host closed the connection] |
16:41 | -!- | bozz [~b0zzo@sba49-1-82-245-57-62.fbx.proxad.net] has joined #debian |
16:41 | -!- | jidm [~chatzilla@190.3.75.86] has joined #debian |
16:42 | -!- | steeve_ [~steeve@142-217-190-95.telebecinternet.net] has joined #debian |
16:42 | <chealer> | edwin: on mirrors |
16:42 | <eythor> | !is |
16:42 | <dpkg> | is is, like, the country code for iceland |
16:42 | <edwin> | its not there yet :( |
16:42 | <edwin> | 9.7 is on the mirrors |
16:42 | <edwin> | and 9.8 for i386 |
16:43 | -!- | steeve_ [~steeve@142-217-190-95.telebecinternet.net] has left #debian [] |
16:43 | -!- | muh2000 [~muh2000@HSI-KBW-078-042-127-062.hsi3.kabel-badenwuerttemberg.de] has joined #debian |
16:43 | <jidm> | hi. How can i edit a mo file if i don't have the po? |
16:43 | -!- | __iron [~tobias@p4FD2BD31.dip.t-dialin.net] has quit [Remote host closed the connection] |
16:44 | -!- | naiv [~david@ARennes-552-1-99-178.w92-139.abo.wanadoo.fr] has quit [Read error: No route to host] |
16:46 | <pl> | bja: :) |
16:46 | -!- | themo|ester [GGG@cpe-173-171-166-87.tampabay.res.rr.com] has quit [Ping timeout: 480 seconds] |
16:46 | -!- | d0rt [~ni@its-vlan1.simons-rock.edu] has quit [Read error: Connection reset by peer] |
16:47 | -!- | Tallken [~f2f93bf57@av3-84-90-163-110.netvisao.pt] has quit [Quit: Leaving] |
16:47 | -!- | neglesaks [~peter@77.214.36.4] has joined #debian |
16:49 | -!- | [[ZERO]] [~No@mail.grupoplaza.com.ar] has joined #debian |
16:49 | -!- | Jahman [~ooups@79.81.250.65] has joined #debian |
16:50 | -!- | blackxored [~adrian@200.55.161.141] has quit [Quit: Leaving] |
16:50 | -!- | azraelru1 [~azrael@36-4-191-213.fttb.ur.ru] has joined #debian |
16:51 | -!- | themolester [GGG@cpe-173-171-166-87.tampabay.res.rr.com] has joined #debian |
16:53 | -!- | azraelru [~azrael@237-5-191-213.fttb.ur.ru] has quit [Ping timeout: 480 seconds] |
16:54 | -!- | fgrequena_ [~fernando@4.red-80-28-31.adsl.static.ccgg.telefonica.net] has quit [Remote host closed the connection] |
16:55 | -!- | Lin [~igormorga@mvx-200-142-97-206.mundivox.com] has quit [Ping timeout: 480 seconds] |
16:55 | -!- | Lin [~igormorga@mvx-200-142-97-206.mundivox.com] has joined #debian |
16:57 | -!- | Lin [~igormorga@mvx-200-142-97-206.mundivox.com] has quit [] |
16:58 | -!- | happydufus [~happydufu@92-239-234-162.cable.ubr10.hari.blueyonder.co.uk] has joined #debian |
16:58 | -!- | netskillsii [~netskills@207.136.154.140] has quit [Quit: Leaving] |
16:59 | -!- | candelaresi [~candelare@190.172.145.26] has joined #debian |
17:00 | <candelaresi> | i have this problem |
17:00 | -!- | mentor [~mentor@87.254.88.22] has joined #debian |
17:00 | <candelaresi> | i trying to open a file |
17:01 | <candelaresi> | i use $su |
17:01 | <candelaresi> | and then $kate |
17:01 | <candelaresi> | and i have this error |
17:01 | <candelaresi> | kate: cannot connect to X server :0.0 |
17:01 | -!- | mentor is now known as Guest160 |
17:01 | <themill> | !root x |
17:01 | <dpkg> | If you need to run an X application as root (or another user), ask me about <sux> <gksu> <sshx> <mit-magic-cookie> <xauth> or look at kdesu and gksudo. Whatever you do, don't use <xhost> or try <running x as root>! |
17:02 | -!- | T_X_ [~quassel@cl-3161.ham-01.de.sixxs.net] has quit [Quit: No Ping reply in 90 seconds.] |
17:02 | -!- | T_X [~quassel@cl-3161.ham-01.de.sixxs.net] has joined #debian |
17:03 | <ml|> | or just use a different editor like vim, emacs, nano etc... that does not need X to run |
17:03 | <candelaresi> | no |
17:03 | <candelaresi> | all the proces said me the same |
17:03 | <vinicius> | how can i hide my computer from bing seen on the network? |
17:03 | <petemc> | use iptables to block icmp |
17:04 | <vinicius> | petemc, thanks |
17:04 | <petemc> | if you mean ping, and not microsofts search engine |
17:04 | <themill> | "being", I suspect |
17:04 | <vinicius> | petemc, and what about ms networks? |
17:04 | <vinicius> | themill, yeah.. i meant being =) |
17:04 | <petemc> | vinicius: bing is a search engine |
17:05 | <vinicius> | petemc, wow... how close =) |
17:05 | <petemc> | :) |
17:05 | <ml|> | heh |
17:05 | -!- | ctaylor [~vortex@216.240.158.70] has joined #debian |
17:05 | -!- | dmoerner [~dmr@ppp-71-139-19-1.dsl.snfc21.pacbell.net] has quit [Read error: Operation timed out] |
17:05 | -!- | ctaylor [~vortex@216.240.158.70] has quit [] |
17:05 | <petemc> | microsoft spent a lot of money marketing it, i think theyd be annoyed you didnt know that |
17:05 | -!- | grochap [~grochap@189.105.1.95] has quit [Ping timeout: 480 seconds] |
17:05 | -!- | ctaylor [~vortex@user127-82.microbio.ucla.edu] has joined #debian |
17:05 | -!- | rC_Croft [~eric@c-14bfe355.025-19-73746f29.cust.bredbandsbolaget.se] has quit [Remote host closed the connection] |
17:06 | <themill> | what is this "microsoft" of which you all speak? |
17:06 | <ml|> | yeah was about to say, ms has spend some coin on ads fron bing ;) |
17:06 | <vinicius> | petemc, i dont mind once i have a debian box |
17:06 | <rudi_s> | ;-) |
17:06 | <petemc> | themill: ignorance is bliss |
17:06 | <ml|> | *for |
17:06 | <themill> | yay! |
17:06 | <ml|> | haha |
17:07 | <vinicius> | wel... if i block icmp no network will see me? |
17:07 | -!- | mentor_ [~mentor@87.254.67.249] has joined #debian |
17:07 | <petemc> | vinicius: no, that will just stop people discovering you via ping |
17:07 | <rudi_s> | vinicius: No, it will know you're there. |
17:07 | -!- | candelaresi [~candelare@190.172.145.26] has quit [Remote host closed the connection] |
17:07 | -!- | ctaylor [~vortex@user127-82.microbio.ucla.edu] has quit [Remote host closed the connection] |
17:08 | <vinicius> | petemc, ok... |
17:08 | -!- | fdd [~algol@188.24.62.219] has quit [Quit: 10100011010101000011100101.00.] |
17:08 | -!- | ctaylor [~vortex@216.240.158.70] has joined #debian |
17:08 | <petemc> | vinicius: you can use iptables to drop all packets sent to you, but im not sure if thats effective in hiding you |
17:08 | <vinicius> | petemc, do you know a iptables line by heart to do that? |
17:08 | <rudi_s> | vinicius, petemc: It isn't, you can't hide. |
17:09 | <petemc> | vinicius: reject everything on INPUT, but theres probably not much point |
17:09 | -!- | Laky [~michael@ppp-88-217-124-179.dynamic.mnet-online.de] has joined #debian |
17:09 | <bja> | vinicius: do you know what tor is? |
17:09 | <rudi_s> | vinicius: iptables -A INPUT -m ctstate --ctstate ESTABLISHED,RELATED -j ACCEPT ; iptables -A INPUT -i lo -j ACCEPT ; iptables -A INPUT -j DROP |
17:09 | <rudi_s> | vinicius: But you can't hide with this. |
17:10 | -!- | Worf_ [~worf@84-119-66-230.dynamic.xdsl-line.inode.at] has joined #debian |
17:10 | -!- | magentar_ [~magentar@ip-95-223-204-78.unitymediagroup.de] has joined #debian |
17:10 | <vinicius> | rudi_s, so is there a way? |
17:10 | -!- | candelaresi [~candelare@190.172.145.26] has joined #debian |
17:10 | <rudi_s> | vinicius: Pull the network cable ;-) |
17:10 | -!- | Laky [~michael@ppp-88-217-124-179.dynamic.mnet-online.de] has quit [] |
17:10 | <candelaresi> | how i test if my nvidia is correctly installed? |
17:11 | <vinicius> | rudi_s, =/ |
17:11 | -!- | terrusse [~terrusse@gar13-5-88-161-20-67.fbx.proxad.net] has joined #debian |
17:12 | -!- | justin [~justin@cpe-66-61-33-36.neo.res.rr.com] has quit [Ping timeout: 480 seconds] |
17:12 | <ml|> | candelaresi: usually if you see the nvidia logo when starting X, means it's working |
17:12 | <vinicius> | the lines you gave are useless against a network scan? |
17:12 | <bja> | vinicius: https://www.torproject.org |
17:12 | -!- | endomandi [~mentor@87.254.67.188] has joined #debian |
17:12 | -!- | Guest160 [~mentor@87.254.88.22] has quit [Ping timeout: 480 seconds] |
17:13 | -!- | neglesaks [~peter@77.214.36.4] has quit [Quit: Leaving] |
17:14 | <vinicius> | bja, cool... thanks |
17:14 | <dioz> | am i cool cause i have ipv6 ? |
17:15 | -!- | beloni [~beloni@201-40-162-47.cable.viacabocom.com.br] has quit [Remote host closed the connection] |
17:15 | <rudi_s> | vinicius: Depends what you want. The lines prevent anybody connection to the computer, nothing more. To be more polite you could use -j REJECT in the last rule. |
17:15 | -!- | mentor_ [~mentor@87.254.67.249] has quit [Ping timeout: 480 seconds] |
17:16 | <vinicius> | rudi_s, ok |
17:16 | -!- | candelaresi [~candelare@190.172.145.26] has quit [Remote host closed the connection] |
17:16 | -!- | bozz [~b0zzo@sba49-1-82-245-57-62.fbx.proxad.net] has quit [Remote host closed the connection] |
17:17 | -!- | magentar [~magentar@ip-95-223-204-78.unitymediagroup.de] has quit [Ping timeout: 480 seconds] |
17:17 | -!- | Netsplit charon.oftc.net <-> kinetic.oftc.net quits: dinamic, azraelru1, Bunnyh, lbt, themill, valdyn, Bucciarati, LoRez, Spami|Thug, olri, (+52 more, use /NETSPLIT to show all of them) |
17:17 | -!- | mag3lla [~mag3lla@84-218-22-75.eurobelladsl.telenor.se] has joined #debian |
17:17 | -!- | shrubbery [saapas@xob.kapsi.fi] has joined #debian |
17:17 | -!- | Netsplit over, joins: musca |
17:17 | -!- | Netsplit over, joins: valdyn |
17:17 | -!- | ikonia [~mattd@alesi.projecthugo.co.uk] has joined #debian |
17:17 | -!- | Netsplit over, joins: Bunnyh |
17:17 | -!- | r3c4ll [~r3c4ll@201.242.182.75] has joined #debian |
17:17 | -!- | Netsplit over, joins: rmrfchik, jkoenig |
17:17 | -!- | Netsplit over, joins: panthera |
17:17 | -!- | Netsplit over, joins: the-dude |
17:17 | -!- | Netsplit over, joins: olasd, rudi_s |
17:17 | -!- | Netsplit over, joins: helix, mezod |
17:17 | -!- | Maulkin [~maulkin@cheddar.halon.org.uk] has joined #debian |
17:17 | -!- | Netsplit over, joins: Snake23, zeroXten |
17:17 | -!- | Netsplit over, joins: streuner |
17:17 | -!- | LoRez [~lorez@123.108.108.147] has joined #debian |
17:17 | -!- | Netsplit over, joins: kneet |
17:17 | -!- | Netsplit over, joins: snorre, azeem |
17:17 | -!- | Netsplit over, joins: Shadowcat |
17:17 | -!- | Netsplit over, joins: sekas |
17:17 | -!- | mag3lla is now known as magellanino |
17:17 | -!- | terrusse [~terrusse@gar13-5-88-161-20-67.fbx.proxad.net] has left #debian [] |
17:17 | -!- | shrubbery is now known as saapas |
17:17 | -!- | Netsplit over, joins: dinamic, zas |
17:17 | -!- | locklace [~locklace@tor-exit-router.viol8r.org] has joined #debian |
17:17 | -!- | Netsplit over, joins: joel |
17:17 | -!- | ill_1be7d8 [~illum@78.142.140.194] has joined #debian |
17:17 | -!- | Netsplit over, joins: Guiiks |
17:17 | -!- | Netsplit over, joins: Spami|Thug, lbt |
17:17 | -!- | Netsplit over, joins: idbgthusiexist |
17:17 | -!- | tomaw [tom@mextli.tomaw.net] has joined #debian |
17:18 | -!- | Netsplit over, joins: sep |
17:18 | -!- | Netsplit over, joins: iwamatsu_ |
17:18 | -!- | dr|z3d [~dr|z3d@cs-tor.bu.edu] has joined #debian |
17:18 | -!- | Netsplit over, joins: les |
17:18 | -!- | abraham [abraham@174-22-209-30.phnx.qwest.net] has joined #debian |
17:18 | -!- | candelaresi [~candelare@190.172.145.26] has joined #debian |
17:18 | <abraham> | squelos, you here? |
17:19 | <candelaresi> | thank... the nvidia logo apears |
17:19 | <vinicius> | snother issu |
17:19 | <vinicius> | another* |
17:19 | <vinicius> | ive got a wrong keyboard layout just on gnome-terminal |
17:19 | <vinicius> | is that a xorg.conf misconfiguration? |
17:20 | -!- | weasel [~weasel@anguilla.debian.or.at] has joined #debian |
17:20 | -!- | weasel [~weasel@weasel.noc.oftc.net] has quit [] |
17:20 | -!- | weasel [~weasel@weasel.noc.oftc.net] has joined #debian |
17:20 | -!- | Torsten_W [~torsten@erft-5d80a613.pool.einsundeins.de] has joined #debian |
17:20 | -!- | cmot [~avbidder@62-2-219-110.static.cablecom.ch] has joined #debian |
17:20 | -!- | Bucciarati [~buccia@212.45.155.126] has joined #debian |
17:20 | -!- | mentor_ [~mentor@87.254.81.166] has joined #debian |
17:21 | -!- | skylla [~skylla@c-2665e353.173-1-64736c13.cust.bredbandsbolaget.se] has joined #debian |
17:21 | -!- | upsy [~augh@92-237-83-191.cable.ubr17.aztw.blueyonder.co.uk] has joined #debian |
17:21 | -!- | saint [~saint@blueice4n1.de.ibm.com] has joined #debian |
17:21 | -!- | MagnusE [~costis@83-212-32-209.uth.gr] has joined #debian |
17:21 | -!- | deavid [~deavid@sedice.dnssw.net] has joined #debian |
17:21 | -!- | FilipeMaia [~filipe@sb-fw.bmc.uu.se] has joined #debian |
17:21 | -!- | klh [~klh@AClermont-Ferrand-551-1-67-139.w92-143.abo.wanadoo.fr] has joined #debian |
17:21 | -!- | elmex [elmex@ist.m8geil.de] has joined #debian |
17:21 | -!- | patrikf [~patrik@cnh809211548.pppoe.surfer.cnh.at] has joined #debian |
17:21 | -!- | azraelru [~azrael@36-4-191-213.fttb.ur.ru] has joined #debian |
17:21 | -!- | ajonat [~ajonat@190.48.122.251] has joined #debian |
17:22 | -!- | themill [~stuart@themill.user.oftc.net] has joined #debian |
17:22 | -!- | scientes__ [~scientes@97-126-29-111.tukw.qwest.net] has joined #debian |
17:22 | -!- | Getty [torsten@cubestats.net] has joined #debian |
17:22 | -!- | Sylvan [~sylvan@102.80-202-220.nextgentel.com] has joined #debian |
17:23 | -!- | endomandi [~mentor@87.254.67.188] has quit [Ping timeout: 480 seconds] |
17:24 | -!- | Nazcafan [~fou@ant06-1-82-242-110-209.fbx.proxad.net] has joined #debian |
17:25 | -!- | EmleyMoor [phil@topdeck.tinsleyviaduct.com] has joined #debian |
17:25 | -!- | darkeagle [jaakko@ged1.kyla.fi] has joined #debian |
17:25 | -!- | tuxcrafter [~jelle@84-245-3-195.dsl.cambrium.nl] has joined #debian |
17:26 | -!- | MoDaX [~ith@lan-84-240-22-131.vln.skynet.lt] has joined #debian |
17:26 | -!- | hobbestigrou_ [~Hobbestig@AMontsouris-156-1-148-154.w83-202.abo.wanadoo.fr] has joined #debian |
17:28 | -!- | martin_ [~martin@93-97-0-97.zone5.bethere.co.uk] has joined #debian |
17:29 | -!- | abraham [abraham@174-22-209-30.phnx.qwest.net] has quit [Quit: I bid thee farewell] |
17:31 | -!- | drakeman [~drakeman@selena.electrisa.com] has quit [Quit: Saliendo] |
17:32 | -!- | mib_4lm2emmi [52717979@webchat.mibbit.com] has joined #debian |
17:32 | -!- | martin_ [~martin@93-97-0-97.zone5.bethere.co.uk] has left #debian [] |
17:33 | -!- | mib_4lm2emmi [52717979@webchat.mibbit.com] has quit [] |
17:34 | -!- | edwin [~edwin@79.114.95.163] has quit [Remote host closed the connection] |
17:35 | -!- | lfu [~lfu@nat-204-14-239-162-sfo.net.salesforce.com] has joined #debian |
17:35 | -!- | lfu [~lfu@nat-204-14-239-162-sfo.net.salesforce.com] has quit [] |
17:36 | -!- | hever [~hever@ip-78-94-154-229.unitymediagroup.de] has quit [Ping timeout: 480 seconds] |
17:36 | -!- | oxmoz_ [oxmoz@mini-dweeb.org] has quit [Ping timeout: 480 seconds] |
17:37 | -!- | Lanz [~Lanz@dyn216-8-181-150.ADSL.mnsi.net] has quit [Remote host closed the connection] |
17:37 | -!- | vinicius [~vinicius@201-66-32-231.ctaje700.dsl.brasiltelecom.net.br] has quit [Ping timeout: 480 seconds] |
17:37 | -!- | zenfur_ [~zenfur@public24818.xdsl.centertel.pl] has quit [Remote host closed the connection] |
17:37 | -!- | candelaresi [~candelare@190.172.145.26] has quit [Quit: Saliendo] |
17:42 | -!- | ill_1be7d8 [~illum@7R1AABPUU.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
17:43 | -!- | Torsten_W [~torsten@erft-5d80a613.pool.einsundeins.de] has quit [Quit: so, nu isser wech] |
17:43 | -!- | tazz [~gaurav@120.60.128.130] has quit [Quit: Leaving] |
17:44 | -!- | szabo [~szabo@li61-199.members.linode.com] has joined #debian |
17:44 | -!- | abraham [abraham@174-22-209-30.phnx.qwest.net] has joined #debian |
17:46 | -!- | Elton09743 [~Delphi@189.82.255.217] has joined #debian |
17:46 | -!- | Hideo [~irc@c-24-30-5-161.hsd1.ga.comcast.net] has joined #debian |
17:47 | -!- | mode/#debian [+l 407] by debhelper |
17:47 | -!- | [[ZERO]] [~No@mail.grupoplaza.com.ar] has quit [Quit: Saliendo] |
17:49 | -!- | nono [~Nono@108.61.72-86.rev.gaoland.net] has joined #debian |
17:49 | -!- | MagnusE [~costis@83-212-32-209.uth.gr] has left #debian [Leaving] |
17:50 | -!- | KeumarBug [~chatzilla@not-a-number.org] has quit [Quit: ChatZilla 0.9.85 [Firefox 3.5.2/20090729225027]] |
17:50 | <nono> | hey |
17:50 | -!- | xanonus [~xanonus@p57B55F87.dip.t-dialin.net] has quit [] |
17:51 | -!- | olri [~olri@elisout.isms.hs-bremen.de] has joined #debian |
17:51 | -!- | erin2 [~bbelt16ag@c-76-29-131-195.hsd1.fl.comcast.net] has joined #debian |
17:51 | -!- | jgarvey [~jgarvey@cpe-098-026-065-013.nc.res.rr.com] has joined #debian |
17:52 | <nono> | you know an equivalent of Deezer? |
17:53 | -!- | manphiz [~dxy@cpe-76-171-4-98.socal.res.rr.com] has joined #debian |
17:56 | -!- | Elton09743 [~Delphi@189.82.255.217] has quit [Ping timeout: 480 seconds] |
17:56 | -!- | LoRez [~lorez@9KCAABYLI.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
17:56 | -!- | LoRez [~lorez@1RDAAAAC3.tor-irc.dnsbl.oftc.net] has joined #debian |
17:57 | -!- | hever [~hever@ip-78-94-154-229.unitymediagroup.de] has joined #debian |
17:59 | -!- | cahoot [~radix@82.183.196.76] has quit [Ping timeout: 480 seconds] |
18:00 | -!- | eythor [~eirikur@212-30-216-208.static.simnet.is] has quit [Remote host closed the connection] |
18:02 | -!- | scientes_ [~scientes@174-21-104-85.tukw.qwest.net] has joined #debian |
18:02 | <squelos> | abraham ? |
18:02 | -!- | ottoshmidt [~ottoshmid@95.104.52.152] has quit [Quit: Ex-Chat] |
18:05 | -!- | forest [~mars@mail.mnn.org] has quit [Quit: forest] |
18:06 | -!- | upsy [~augh@92-237-83-191.cable.ubr17.aztw.blueyonder.co.uk] has quit [Quit: Leaving] |
18:07 | -!- | LoRez [~lorez@1RDAAAAC3.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
18:07 | -!- | Caroll [~caroll@189.4.48.241] has joined #debian |
18:07 | -!- | jclinton [~jclinton@mars.advancedclustering.com] has quit [Quit: Ex-Chat] |
18:08 | <abraham> | yes |
18:08 | <abraham> | squelos |
18:08 | <squelos> | im here. The transfert didnt start, i dont know why :/ |
18:08 | -!- | scientes__ [~scientes@97-126-29-111.tukw.qwest.net] has quit [Ping timeout: 480 seconds] |
18:09 | <abraham> | /accept? |
18:10 | <abraham> | do you have im software? |
18:10 | <squelos> | im ? |
18:10 | <squelos> | i got xchat for gnome |
18:10 | <abraham> | instant message |
18:10 | <squelos> | how do i accept. |
18:10 | <squelos> | Like msn ? |
18:11 | <abraham> | type /dcc get abraham |
18:11 | <squelos> | oh yeah thanks |
18:11 | -!- | Xenguy [~gnu@206-248-151-3.dsl.ncf.ca] has joined #debian |
18:11 | <abraham> | n/p lemme know how it works |
18:12 | <squelos> | ok :) |
18:12 | -!- | neoXsys [~neoXsys@115.240.42.86] has quit [Ping timeout: 480 seconds] |
18:13 | -!- | jthomas_sb [~jthomas_s@nat.sierrabravo.net] has quit [Remote host closed the connection] |
18:13 | -!- | SuperDale [dalek@178.28.233.220.static.exetel.com.au] has quit [Quit: leaving] |
18:15 | <squelos> | i got it := |
18:15 | <squelos> | :) |
18:15 | <abraham> | cool |
18:16 | -!- | h2 [~h2@c-76-102-29-229.hsd1.ca.comcast.net] has joined #debian |
18:17 | -!- | mode/#debian [+l 401] by debhelper |
18:17 | <squelos> | humm, still need to find where the "download" folder is .... |
18:17 | <h2> | the businesscard installer appears to be broken, as are the older versions I have for this install, is there some other way to do the stripped down debian install at the moment? |
18:17 | <squelos> | it should be in home ? |
18:17 | <h2> | the may 31 business card iso fails on network setup, an older one fails on the debootstrap part, and the new one won't even boot |
18:19 | -!- | Nazcafan [~fou@ant06-1-82-242-110-209.fbx.proxad.net] has quit [Ping timeout: 480 seconds] |
18:20 | <squelos> | abraham, i installed the packet. Now i need the dependencies right ? |
18:20 | -!- | fregl [~fregl@dslb-084-057-179-201.pools.arcor-ip.net] has joined #debian |
18:21 | <abraham> | yeah if it says you are missing anything |
18:21 | -!- | happydufus [~happydufu@92-239-234-162.cable.ubr10.hari.blueyonder.co.uk] has quit [Remote host closed the connection] |
18:21 | <abraham> | apt-get install -f should do it automatically |
18:21 | <chealer> | h2: which version of Debian do you want to install? |
18:21 | -!- | Snake23 [~Snake23@glg95-1-82-233-7-98.fbx.proxad.net] has quit [Quit: Leaving] |
18:21 | <h2> | chealer: testing |
18:21 | <h2> | squeeze |
18:22 | <h2> | and if I have to use and learn debootstrap... well.... ubuntu starts to look a lot better, and I do not want to use ubuntu |
18:22 | <h2> | but if the installer doesn't even work, that leaves me with few options |
18:22 | -!- | cirrose [~artista_f@201-15-205-36.ctame704.dsl.brasiltelecom.net.br] has quit [Read error: Operation timed out] |
18:22 | <h2> | how did this situation come about? |
18:23 | <petemc> | install stavble, upgrade |
18:23 | <petemc> | s/vb/b/ |
18:23 | <h2> | businesscard isn't working at all |
18:23 | <bja> | h2: the normal way to install testing is by first installing stable and then upgrading |
18:23 | <h2> | can I do the stripped down install like oin business card? |
18:23 | <squelos> | bja => how else could you upgrade to testing ? O.o |
18:23 | -!- | happydufus [~happydufu@92-239-234-162.cable.ubr10.hari.blueyonder.co.uk] has joined #debian |
18:24 | <petemc> | h2: you can opt not to install any packages with any of the installers |
18:24 | <squelos> | afaik, you cant install testing from a CD can you ? |
18:24 | <chealer> | !ops please kick craigevil, sending notices because he's away whether he's addressed or not for several hours. |
18:24 | <dpkg> | Hydroxide, bob2, caphuso, dondelelcaro, doogie, eeyore-, ElectricElf, ):, helix, ljlane, LoRez, RichiH, mentor, Netsnipe, TML, walters, xk, abrotman, gravity, azeem, Maulkin, stew, peterS, Alife, Myon, Ganneff, Maulkin, weasel, zobel: chealer complains about: please kick craigevil, sending notices because he's away whether he's addressed or not for several hours. |
18:24 | <h2> | squelos: sure you could, with businesscard, it asked you which you wanted, stable, testing , or sid |
18:24 | <Ganneff> | hm |
18:24 | <h2> | it was nice |
18:24 | <h2> | but now it just fails |
18:24 | <squelos> | oh |
18:24 | <RichiH> | chealer: what triggers them? |
18:24 | <petemc> | i dont see any messages from craigevil |
18:24 | <squelos> | he sends some now and again |
18:24 | <Ganneff> | craigevil: . |
18:25 | -!- | tano_ [~tano_@74-100-16-190.fibertel.com.ar] has joined #debian |
18:25 | -!- | tano_ [~tano_@74-100-16-190.fibertel.com.ar] has quit [Remote host closed the connection] |
18:25 | <RichiH> | craigevil: banzai! |
18:25 | <squelos> | nice seeing you tano |
18:25 | <Ganneff> | well. i got one in reply now, but nothing more yet |
18:25 | -!- | tuxwarrior [~ulises@190.87.121.246] has quit [Read error: Operation timed out] |
18:25 | <h2> | let me try downloading the big iso, but that defeats the purpose of using the small iso downloads, sigh |
18:25 | <squelos> | what about a netinst ? |
18:26 | <RichiH> | Ganneff: same |
18:26 | -!- | endomandi [~mentor@87.254.66.163] has joined #debian |
18:26 | <RichiH> | chealer: when you say the nick of someone, expect automated stuff to happen |
18:26 | <azeem> | is he sending the messages to people highlighting them, or to random people? |
18:26 | <azeem> | s/them/him/ |
18:26 | <squelos> | hey, how can you qualifie linux when you are talking to someone who uses win32 ? |
18:26 | <RichiH> | azeem: afaict the former |
18:26 | <RichiH> | which is fine in my book |
18:26 | <azeem> | squelos: this is off-topic here |
18:26 | <h2> | squelos: I'm informed that the netinstall iso has the same failure to boot bug |
18:27 | <squelos> | h2, well i dunno then :/ What kind of hardware is causing that ? |
18:27 | <squelos> | azeem : sorry then |
18:27 | <h2> | squelos: well, the guy who told me this issue is ongoing has it, I have it |
18:27 | <h2> | so I assume it's wideranging, my case is older, socket 462 |
18:27 | <h2> | standard mobo, gigabyte |
18:28 | <chealer> | h2: did you see http://wiki.debian.org/DebianInstaller/Today ? |
18:28 | <squelos> | h2 : generally linux supports well old hardware. |
18:28 | <h2> | another guy told me he hasn't been able to install using the installer since lenny came out |
18:28 | <h2> | squelos: this appears to not be a linux issue but a debian installer issue |
18:28 | <h2> | the hardware is fine |
18:28 | -!- | mentor_ [~mentor@87.254.81.166] has quit [Ping timeout: 480 seconds] |
18:29 | <h2> | but I prefer debian's package pool, but if I lose this type of time helping friends in the future, I'll have to stop using debian, sigh |
18:29 | <squelos> | yeah the hardware is fine, thats for sure. But then what in debian could cause that. Even with a minimal install ? |
18:29 | <squelos> | At what stage does it bug ? |
18:29 | <h2> | squelos: each release I have fails differently |
18:29 | <squelos> | lenny, squeeze, sid etc ... all fail ? |
18:29 | <h2> | may 31, fails on network setup, tonight's, fails on boot, and that boot failure has been there I guess for a while now |
18:29 | <chealer> | RichiH: as I wrote, he doesn't need to be addressed. his thing seems to have a delay before resending the away message. |
18:30 | -!- | nikka [~inasdi@dialup-4.238.219.36.Dial1.Philadelphia1.Level3.net] has joined #debian |
18:30 | <petemc> | h2: you're free to ask for help with whatever problems you're having with the various installers |
18:30 | <nikka> | et.net |
18:30 | -!- | nikka [~inasdi@dialup-4.238.219.36.Dial1.Philadelphia1.Level3.net] has quit [] |
18:30 | <h2> | chealer: I think craig installed some new script in his irc client and doesn't know it does that auto thing |
18:30 | <squelos> | fails on boot => as soon as you put the CD in ? |
18:30 | <h2> | it's doing it on other channels too |
18:30 | <squelos> | well, once it should show up the menu ? |
18:30 | <chealer> | h2: hopefully, yes |
18:30 | <h2> | squelos: no, at usb detection |
18:30 | <squelos> | can you not deactivate the USB detection somehow ? |
18:31 | <h2> | squelos: no idea |
18:31 | <squelos> | i think you probly can. |
18:31 | <petemc> | "usb detection" works fine for the majority of people |
18:31 | -!- | cmot [~avbidder@62-2-219-110.static.cablecom.ch] has quit [Ping timeout: 480 seconds] |
18:31 | <petemc> | what isnt being detected? |
18:31 | <h2> | kernel hangs |
18:31 | <squelos> | petemc => its bugs at that stage he says. |
18:31 | <h2> | on usb part |
18:31 | <h2> | my old versions don't |
18:31 | <petemc> | what hangs? |
18:32 | <h2> | so it's clearly an introduced bug |
18:32 | <h2> | the boot |
18:32 | <h2> | kernel |
18:32 | <h2> | you know, the white letters on the screen, they stop |
18:32 | <squelos> | so : freeze at the usb detection for one version, at the network detection for another |
18:32 | <h2> | and on my old version, that used to work on most stuff, it fails at debootstrap |
18:32 | <h2> | this forms a pattern |
18:33 | <petemc> | what about "some guy", what doesnt work for him? |
18:33 | <squelos> | h2, id start stripping it. Start with just a ps2 keyboard and mouse |
18:33 | <squelos> | no usb stuff. |
18:33 | <squelos> | just the minimal. |
18:33 | <h2> | petemc: same on new iso I think |
18:33 | <h2> | doesn't boot up, hangs |
18:33 | <squelos> | that might do something. |
18:33 | <h2> | squelos: it doesn't boot |
18:33 | <squelos> | and have a look in the bios to see if nothing could be changed to help it out. |
18:33 | <h2> | never gets to the installer |
18:33 | <h2> | no |
18:33 | <squelos> | thats what im saying h2. it might help. |
18:33 | <h2> | not when other users report the same issues |
18:33 | <squelos> | oh |
18:34 | <squelos> | well the hardware is incompatible then :/ |
18:34 | <h2> | I was hoping htere might be a stable version somewhere |
18:34 | <h2> | yes, apparently |
18:34 | <h2> | but it's not incompatible with the version from may or 2008 |
18:34 | <h2> | which does boot |
18:34 | <h2> | very erratic, but the businesscard installer has been erratic now for a long time |
18:35 | <squelos> | why dont you install an old version then , |
18:35 | <squelos> | ? |
18:35 | <h2> | they don't work either |
18:35 | <h2> | I've already tried 3 |
18:35 | <squelos> | oh, so old versions boot, but thats all, and the newer versions dont even boot. |
18:35 | <h2> | the new one has a known bug that a guy told me about |
18:35 | -!- | vev [~vev@athedsl-332352.home.otenet.gr] has joined #debian |
18:35 | <h2> | the old ones fail with various internal bugs |
18:36 | <h2> | I'll try some more old ones, I have a collection, lo, |
18:36 | <h2> | lol |
18:36 | -!- | xbytemx [~xbytemx@189.151.75.60] has joined #debian |
18:36 | <squelos> | well im a newbie, cant help you much. |
18:36 | <h2> | this is an installer issue, it's been a problem now for years |
18:36 | <squelos> | but it seems to me that the hardware is incompatible. |
18:36 | <squelos> | what kernel are you using ? |
18:37 | <chealer> | !tell h2 about enter |
18:37 | <h2> | I seriously doubt I could find any linux 32 bit live cd that wouldn't boot on this box |
18:37 | -!- | cirrose [~artista_f@201-24-207-94.ctame704.dsl.brasiltelecom.net.br] has joined #debian |
18:37 | <squelos> | h2, with the old versions, is it still the installer that freezes? |
18:37 | <h2> | what, my sentences are on average longer than most here, oh well |
18:38 | -!- | sphenxes [~sphenxes@85-127-209-55.dynamic.xdsl-line.inode.at] has quit [Remote host closed the connection] |
18:38 | <h2> | squelos: I'll burn a few more and see, ok, back later before I hit enter again |
18:38 | -!- | h2 [~h2@c-76-102-29-229.hsd1.ca.comcast.net] has left #debian [time to go] |
18:38 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has quit [Remote host closed the connection] |
18:38 | <squelos> | id throw away the case |
18:39 | <squelos> | abraham, i got the dependencies methinks |
18:39 | <petemc> | the chaps problem isnt hardware or software |
18:39 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has joined #debian |
18:39 | -!- | Worf_ [~worf@84-119-66-230.dynamic.xdsl-line.inode.at] has quit [Remote host closed the connection] |
18:39 | <squelos> | now, i need to launch emerald, is that correct ? And does emerald replace GTK ? |
18:40 | -!- | scientes__ [~scientes@174-21-106-77.tukw.qwest.net] has joined #debian |
18:40 | -!- | taras_ [~taras@15-49-124-91.pool.ukrtel.net] has joined #debian |
18:40 | -!- | hobbesti1rou_ [~Hobbestig@AMontsouris-156-1-148-154.w83-202.abo.wanadoo.fr] has joined #debian |
18:40 | <abraham> | emerald is automatic with compiz |
18:40 | <abraham> | just turn on window decorations |
18:41 | <abraham> | you'll have to d/l some themes first |
18:41 | -!- | fregl_ [~fregl@dslb-084-057-179-201.pools.arcor-ip.net] has joined #debian |
18:41 | -!- | Netsplit joule.oftc.net <-> kilo.oftc.net quits: fregl, hobbestigrou_ |
18:41 | <squelos> | and how do i get the compiz fusion icon to come up on startup ? |
18:41 | <squelos> | compiz is launched on startup, but i dont have the icon :/ |
18:41 | <squelos> | yeah, i got a theme : |
18:41 | <squelos> | :p |
18:43 | -!- | tarask [~taras@97-98-124-91.pool.ukrtel.net] has quit [Ping timeout: 480 seconds] |
18:44 | -!- | scientes_ [~scientes@174-21-104-85.tukw.qwest.net] has quit [Ping timeout: 480 seconds] |
18:44 | <abraham> | there isnt an icon unless you install the icon package |
18:45 | <squelos> | i got the icon package |
18:45 | -!- | ajavid [~ajavid@ip72-203-157-46.br.br.cox.net] has quit [Remote host closed the connection] |
18:45 | -!- | mezod [~nnscript@99.Red-80-34-140.staticIP.rima-tde.net] has quit [Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )] |
18:46 | -!- | muammar [~muammar@201.211.51.219] has joined #debian |
18:46 | -!- | neglesaks [~peter@77.214.36.4] has joined #debian |
18:46 | <squelos> | abraham, if i add compuz fusion icon to the startup stuff, will it launch it at the start up ? and is emerald a windows decorator ? |
18:47 | <abraham> | yes and yes |
18:47 | <squelos> | is compiz fusion icon the exact command ? So how to launch emerald at startup now ? Same thing : emerald ? |
18:48 | <abraham> | it just launches automatically for me |
18:48 | <abraham> | do you have the config manager installed? |
18:48 | <squelos> | yes i do |
18:49 | <abraham> | check the window decorations box |
18:49 | <squelos> | i only have gtk in it. And its unchecked |
18:50 | <abraham> | check it |
18:51 | <abraham> | or go to preferences for emerald and install a theme then logout and login |
18:51 | -!- | debfx [~debfx@HSI-KBW-091-089-185-226.hsi2.kabel-badenwuerttemberg.de] has quit [Remote host closed the connection] |
18:52 | <miksuh> | emerald is not in debian |
18:54 | -!- | r3c4ll [~r3c4ll@201.242.182.75] has quit [Remote host closed the connection] |
18:55 | -!- | gusnan [~gusnan@h214n6c1o269.bredband.skanova.com] has joined #debian |
18:56 | -!- | neglesaks [~peter@77.214.36.4] has quit [Quit: Leaving] |
18:57 | -!- | mode/#debian [+l 395] by debhelper |
18:57 | -!- | Guiiks_ [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has joined #debian |
18:58 | -!- | jgarvey [~jgarvey@cpe-098-026-065-013.nc.res.rr.com] has quit [Read error: Operation timed out] |
18:58 | -!- | chriss [~chriss@port-87-234-105-128.dynamic.qsc.de] has joined #debian |
18:58 | -!- | chriss [~chriss@port-87-234-105-128.dynamic.qsc.de] has quit [] |
18:59 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
19:00 | -!- | erin2 [~bbelt16ag@c-76-29-131-195.hsd1.fl.comcast.net] has quit [Ping timeout: 480 seconds] |
19:01 | -!- | gravity_ [~david@void.printf.net] has joined #debian |
19:01 | -!- | gravity_ [~david@void.printf.net] has quit [] |
19:03 | -!- | nice-guy [~chrono@189.35.187.84] has joined #debian |
19:03 | -!- | kalium_ [~kalium@dslb-092-076-140-172.pools.arcor-ip.net] has joined #debian |
19:03 | -!- | szes [~hfhfsd@7GDAAB0TZ.tor-irc.dnsbl.oftc.net] has joined #debian |
19:05 | <themill> | !qotd0 |
19:05 | <dpkg> | <PhatJ> ugh - i picked the wrong week to stop sniffling glue <Supaplex> PhatJ: http://en.wikipedia.org/wiki/List_of_glues just for you :) |
19:06 | <nice-guy> | guys, i have problems with fglrx. After upgrade (Squeeze AMD64) i cant use fglrx anymore on 2.6.26-1. I have tried to install all ways, repositories, making packages and using the installer... |
19:07 | <Hideo> | bahahaha Supaplex is a funny guy |
19:08 | <nice-guy> | installation goes well, no problems on log... but when i try use fglrx on xorg.conf my notebook restart. |
19:08 | -!- | joel [~joel@193.145.14.94] has quit [Ping timeout: 480 seconds] |
19:08 | -!- | joel [~joel@193.145.14.94] has joined #debian |
19:09 | <nice-guy> | im using Radeon X1200 (5xxx) |
19:10 | <nice-guy> | does anyone knows how to solve? i have already searched on google... |
19:10 | -!- | Bucciarati [~buccia@212.45.155.126] has quit [Ping timeout: 480 seconds] |
19:11 | <nice-guy> | and another doubt: there is a way to start installing squeeze by zero, from a CD iso? |
19:13 | -!- | squelos [~squelos@93.11.80.216] has quit [Ping timeout: 480 seconds] |
19:13 | -!- | esaym153 [~esaym153@cpe-24-174-186-34.satx.res.rr.com] has quit [Ping timeout: 480 seconds] |
19:13 | -!- | abrotman [~abrotman@c-71-230-50-249.hsd1.pa.comcast.net] has joined #debian |
19:13 | <nice-guy> | if there is no way with fglrx, ill try to make a new partition, and start Debian again... now with some experience... but i want to know if there is a way to fix first... |
19:13 | <nice-guy> | hey abrotman, are u the man to help me! :D |
19:14 | <abrotman> | in english? |
19:14 | -!- | Bucciarati [~buccia@212.45.155.126] has joined #debian |
19:14 | <nice-guy> | yes.. there are another language that you prefer? |
19:15 | <nice-guy> | ill repeat my problem for u |
19:15 | -!- | iwmt0 [~iwamatsu@w142187.ppp.asahi-net.or.jp] has quit [Ping timeout: 480 seconds] |
19:15 | <abrotman> | i'm waiting for you to type in english |
19:15 | <nice-guy> | i have problems with fglrx. After upgrade (Squeeze AMD64) i cant use fglrx anymore on 2.6.26-1. I have tried to install all ways, repositories, making packages and using the installer... |
19:15 | <nice-guy> | installation goes well, no problems on log... but when i try use fglrx on xorg.conf my notebook restart. |
19:16 | -!- | foka [~foka@61.51.165.56] has quit [Ping timeout: 480 seconds] |
19:16 | <nice-guy> | im using Radeon X1200 (5xxx) |
19:16 | <abrotman> | don't use fglrx ? |
19:16 | <abrotman> | craigevil: TURN THAT OFF |
19:16 | -!- | arthurfurlan [~arthurfur@201.21.136.29] has joined #debian |
19:16 | -!- | faw [~felipe@201.21.148.181] has quit [Quit: Leaving] |
19:17 | <nice-guy> | im trying to use fglrx again... it was working last week... |
19:17 | -!- | mode/#debian [+o dondelelcaro] by ChanServ |
19:17 | -!- | craigevil was kicked from #debian by dondelelcaro [feel free to rejoin when you've turned of that notice thing] |
19:17 | -!- | craigevil [~craigevil@adsl-76-253-105-193.dsl.klmzmi.sbcglobal.net] has joined #debian |
19:17 | <themill> | heh |
19:18 | -!- | mode/#debian [+b *!*@adsl-76-253-105-193.dsl.klmzmi.sbcglobal.net] by dondelelcaro |
19:18 | -!- | craigevil was kicked from #debian by dondelelcaro [you should know better] |
19:18 | <@dondelelcaro> | I hate auto-rejoin |
19:18 | -!- | mode/#debian [-o dondelelcaro] by dondelelcaro |
19:18 | <nice-guy> | after a 15 days without updates, i upgraded Squeeze amd64 |
19:18 | <abrotman> | nice-guy: did you try the radeon driver? |
19:19 | <nice-guy> | and fglrx stopped working after that |
19:20 | <nice-guy> | yes im using it now... im a fan of opensource.. but its performance is very low... on 1280x800 it don't renders a video with xv.. x11 is not working well |
19:23 | <nice-guy> | (im a fan of Anime, and i download some 200MB .mkv episodes with full HD definition, it not renders well with x11 mplayer mode. xv renders well, but only work with fglrx) |
19:23 | <Hideo> | don't blame opensource, blame the hardware manufacturers for not opening the specs for drivers |
19:25 | <nice-guy> | i dont blame opensource.. but anyone know that the non-free ATI driver works better... |
19:25 | <nice-guy> | unfortunately |
19:26 | -!- | Dayofswords [~Dayofswor@200.portland-14-15rs.or.dial-access.att.net] has joined #debian |
19:26 | <Hideo> | of course it does, people who made the hw wrote it |
19:26 | <Hideo> | nice-guy: have you looked at this page yet, http://wiki.debian.org/ATIProprietary |
19:27 | <Hideo> | I don't have ati stuffs so can't really help ya |
19:27 | -!- | lbt [~david@78.32.229.233] has quit [Ping timeout: 480 seconds] |
19:27 | -!- | Ampelbein [andreas@golem.warperbbs.de] has joined #debian |
19:27 | <nice-guy> | if opensource driver works better, or almost equal, its 100 times more cool for me |
19:28 | <nice-guy> | i know.., im using 9.3 on my ati x1200 |
19:28 | <nice-guy> | cause it is r500 |
19:29 | -!- | LoRez [~lorez@1RDAAAABC.tor-irc.dnsbl.oftc.net] has joined #debian |
19:29 | <nice-guy> | ok... abrotman do you know anything about my problem? |
19:30 | -!- | squelos [~squelos@93.11.80.216] has joined #debian |
19:30 | <abrotman> | i told you to use the radeon driver |
19:30 | <nice-guy> | im using it... |
19:31 | <nice-guy> | my doubt is how to make fglrx work again.. |
19:31 | -!- | colby|other [~colby@lanip-170-65.go180.net] has joined #debian |
19:31 | <abraham> | reinstall it the kernel probably upgraded |
19:31 | <nice-guy> | i use radeonhd on 2.6.30-1, but i want to use fglrx on 2.6.26-1 |
19:32 | -!- | Lanz [~Lanz@dyn216-8-181-150.ADSL.mnsi.net] has joined #debian |
19:33 | -!- | shweppsie_ [~shweppsie@125-236-157-134.broadband-telecom.global-gateway.net.nz] has joined #debian |
19:34 | -!- | obie [~obie@166.205.7.45] has quit [Ping timeout: 480 seconds] |
19:34 | -!- | szes [~hfhfsd@7GDAAB0TZ.tor-irc.dnsbl.oftc.net] has left #debian [Leaving] |
19:34 | <nice-guy> | abraham, i have tried it.. from repositories, from ati-installer from website (9.3).. nothing wrong on installation or in log files... but when i try boot with fglrx instead radeonhd it just dont works... |
19:34 | <nice-guy> | it restart my computer like pressing a reset button |
19:35 | -!- | jgarvey [~jgarvey@cpe-098-026-065-013.nc.res.rr.com] has joined #debian |
19:36 | <squelos> | nice guy, i might be able to help you. |
19:36 | <squelos> | i had some similair problem witht the fglrx drivers |
19:37 | <nice-guy> | thank you |
19:37 | <squelos> | try installing the drivers from the debian packages :) |
19:37 | <squelos> | It worked for me. |
19:37 | -!- | jgarvey [~jgarvey@cpe-098-026-065-013.nc.res.rr.com] has quit [] |
19:37 | <nice-guy> | i have tried, but the same happened... |
19:37 | <squelos> | black screen ? |
19:37 | -!- | xbytemx [~xbytemx@189.151.75.60] has quit [Remote host closed the connection] |
19:37 | <squelos> | did you do the aticonfig --initial thing ? |
19:37 | -!- | d0rt [~ni@c-24-2-241-40.hsd1.ct.comcast.net] has joined #debian |
19:38 | <nice-guy> | no.. whats happening is "reset" my computer. When the time comes to gdm start.. my computer reset |
19:38 | -!- | brendan_ [~brendan@shield2.sb.rangefire.net] has quit [Quit: brendan_] |
19:38 | -!- | colbinator [~colby@lanip-170-65.go180.net] has quit [Ping timeout: 480 seconds] |
19:38 | <squelos> | ok. |
19:39 | <squelos> | well boot without launching the x server. |
19:39 | <squelos> | then type : aticonfig --initial |
19:39 | <squelos> | and startx |
19:39 | <squelos> | what GPU do you have ? i have a 4870x2 |
19:39 | <nice-guy> | i have a Radeon X1200. Notebook |
19:40 | -!- | shweppsie [~shweppsie@125-236-157-157.broadband-telecom.global-gateway.net.nz] has quit [Read error: Operation timed out] |
19:40 | <squelos> | hum. |
19:40 | <nice-guy> | the same happen... reset |
19:40 | <squelos> | did you download the good drivers ? |
19:40 | -!- | Jahman [~ooups@79.81.250.65] has quit [Remote host closed the connection] |
19:41 | <squelos> | and are you sure your system is up to date ? Do you have all the dependencies installed ? |
19:41 | -!- | HellDragon [jd@modemcable178.248-201-24.mc.videotron.ca] has quit [Quit: it's better to push something when it's slipping than to risk being dragged down] |
19:41 | <squelos> | Because for the fglrx drivers to work well, i needed to install some of the packages that the ati installer (the pdf thing) says are recommended to install |
19:41 | -!- | rudi_s [~rudi_s@p5DCE4C0D.dip.t-dialin.net] has quit [Quit: leaving] |
19:42 | -!- | Jids [~Jids@CPE001b1160e318-CM001225422682.cpe.net.cable.rogers.com] has quit [Read error: Operation timed out] |
19:43 | -!- | AzaToth [~azatoth@32-232-96-87.cust.blixtvik.se] has quit [Remote host closed the connection] |
19:43 | <nice-guy> | squelos, the driver was working last week |
19:43 | -!- | LoRez [~lorez@1RDAAAABC.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
19:43 | <nice-guy> | after upgrade on squeeze amd64 it just stopped |
19:43 | <squelos> | well, downgrade to stable then :/ Something is probly broken |
19:44 | -!- | ao2 [~u@host3-192-dynamic.3-87-r.retail.telecomitalia.it] has quit [Quit: Leaving] |
19:45 | <nice-guy> | downgrade? |
19:45 | <nice-guy> | something like reinstall from zero? |
19:45 | -!- | HKdnp [~khdpz@AMarseille-152-1-47-109.w81-251.abo.wanadoo.fr] has joined #debian |
19:46 | <nice-guy> | if there is a way to do it without losing all my configurations... |
19:46 | -!- | LoRez [~lorez@19NAAABL9.tor-irc.dnsbl.oftc.net] has joined #debian |
19:47 | -!- | mode/#debian [+l 388] by debhelper |
19:47 | <Hideo> | nice-guy: first of all, did you use the fglrx driver from debian repo or from ati's website? |
19:47 | <Hideo> | the one from debian repo is basically the same thing, maybe a little bit outdated |
19:48 | <Hideo> | use it and follow the instruction on the debian wiki to rebuild the module for your new kernel |
19:50 | <nice-guy> | there is no new kernel... |
19:50 | <nice-guy> | its the old one.. it was working on it perfectly,,... |
19:50 | <Hideo> | didn't you say you went from 2.6.30 to 2.6.26? |
19:51 | <nice-guy> | no |
19:51 | <Hideo> | ok forget that then, regardless, did you build the module for your current kernel? |
19:52 | <nice-guy> | yes |
19:52 | <nice-guy> | 3 months ago |
19:52 | -!- | Lanz [~Lanz@dyn216-8-181-150.ADSL.mnsi.net] has quit [Remote host closed the connection] |
19:52 | <nice-guy> | so i have a problem after updates 1 week ago.. and it stopped working |
19:52 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has quit [Read error: Connection reset by peer] |
19:52 | <Hideo> | what kinda problem? |
19:53 | -!- | obie [~obie@166.205.7.178] has joined #debian |
19:53 | <nice-guy> | when i try to boot-up with fglrx on xorg.conf, it goes well until the gdm... |
19:53 | <Hideo> | you have to provide logs and shits on a paste site, you can't just say it does not work and expect people here who know about this stuff to help |
19:53 | <Hideo> | !paste |
19:53 | <dpkg> | Do not paste more than 2 lines to this channel. Instead, use: http://paste.debian.net/ http://pastebin.ca or http://picpaste.com for pics. Use wikisend.com for large files (think tar.gz) up to 100MB. Remember to tell us the URL of your paste! Just use pastebinit (package) if you cannot cut & paste. |
19:54 | <nice-guy> | but whe... |
19:54 | -!- | brendan_ [~brendan@shield2.sb.rangefire.net] has joined #debian |
19:54 | <nice-guy> | but when it goes on gdm my computer just reset |
19:54 | <Hideo> | logs? |
19:55 | <nice-guy> | no logs ofv error... |
19:55 | <nice-guy> | all ok |
19:55 | <nice-guy> | off |
19:55 | <nice-guy> | i tried to reinstall drivers... |
19:56 | <nice-guy> | no errors found |
19:56 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has joined #debian |
19:56 | <Hideo> | still pastebin them, /var/log/Xorg.0.log /var/log/dmesg or /var/log/syslog |
19:56 | <nice-guy> | ok |
19:57 | <Hideo> | also you still haven't answered this question, 19.47.22 <Hideo> nice-guy: first of all, did you use the fglrx driver from debian repo or from ati's website? |
19:58 | <Hideo> | I would use the utility from ati to remove it and install the ones from debian repo |
19:58 | <nice-guy> | i used from site long time... but after the error i tried both.. none of them worked |
19:58 | -!- | angasule [~angasule@190.177.22.12] has joined #debian |
19:59 | -!- | magentar_ [~magentar@ip-95-223-204-78.unitymediagroup.de] has quit [Remote host closed the connection] |
19:59 | -!- | squelos [~squelos@93.11.80.216] has quit [Quit: Ex-Chat] |
20:00 | <nono> | i like debian |
20:00 | <nono> | ;-) |
20:00 | -!- | blendmaster1024 [~fakename@c-67-182-212-33.hsd1.ut.comcast.net] has joined #debian |
20:01 | -!- | obie [~obie@166.205.7.178] has quit [Ping timeout: 480 seconds] |
20:01 | <Hideo> | pastebin your xorg.conf too |
20:01 | -!- | squelos [~squelos@93.11.80.216] has joined #debian |
20:02 | -!- | davyg [~davyg@lns-bzn-53-82-65-53-160.adsl.proxad.net] has quit [Ping timeout: 480 seconds] |
20:02 | <nice-guy> | http://pastebin.ca/1535765 http://pastebin.ca/1535766 |
20:02 | <squelos> | abraham, its working now :) |
20:02 | <nice-guy> | and xorg.. |
20:02 | -!- | fregl_ [~fregl@dslb-084-057-179-201.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
20:03 | -!- | vvas [~mod@94-193-241-45.zone7.bethere.co.uk] has quit [Quit: a goat is for life, not just for friday nights] |
20:03 | <nice-guy> | http://pastebin.ca/1535769 |
20:03 | <Hideo> | nice-guy: I saw an error in your Xorg.0.log |
20:03 | <nice-guy> | what is it? |
20:04 | -!- | Dayofswords [~Dayofswor@200.portland-14-15rs.or.dial-access.att.net] has quit [Remote host closed the connection] |
20:04 | <Hideo> | line 446 |
20:04 | -!- | LoRez [~lorez@19NAAABL9.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
20:04 | <nice-guy> | my xorg is just with radeonhd, just trade with fglrx |
20:05 | -!- | scientes__ [~scientes@174-21-106-77.tukw.qwest.net] has quit [Ping timeout: 480 seconds] |
20:05 | <Hideo> | I thought you're trying to use fglrx? why does the xorg.conf says radeonhd? |
20:05 | -!- | klh [~klh@AClermont-Ferrand-551-1-67-139.w92-143.abo.wanadoo.fr] has quit [Remote host closed the connection] |
20:05 | <abraham> | squelos, cool |
20:05 | <nice-guy> | look up |
20:05 | <nice-guy> | <nice-guy> my xorg is just with radeonhd, just trade with fglrx |
20:06 | <Hideo> | nice-guy: *sigh* the logs of fglrx when the problem occurs |
20:06 | <Hideo> | why would anyone want the logs of when the alledged problem doesn't occur |
20:07 | -!- | mode/#debian [+l 382] by debhelper |
20:07 | -!- | kuki [~kuki@217.153.102.218] has joined #debian |
20:09 | -!- | kuki [~kuki@217.153.102.218] has quit [] |
20:09 | -!- | hever [~hever@ip-78-94-154-229.unitymediagroup.de] has quit [Ping timeout: 480 seconds] |
20:09 | <nice-guy> | but everytime it tries to use fglrx it reset... |
20:09 | <Hideo> | it should have written something in the logs? |
20:10 | -!- | hanthana| [~hanthana@124.43.50.40] has quit [Ping timeout: 480 seconds] |
20:11 | <nice-guy> | what logs do you need? ill restart comuter with fglrx, it will reset,.. so ill use on single mode, copy the logs and then change to radeonhd and send for the channel |
20:12 | <nice-guy> | its the right way? |
20:12 | -!- | Y1v3nant [~Y1v3nant@55.Red-80-37-163.staticIP.rima-tde.net] has joined #debian |
20:13 | <Hideo> | nice-guy: change driver to fglrx in xorg.conf, boot up, let it resets, boot into single mode, copy/back up the logs, then change to radeonhd and upload to paste site |
20:13 | <nice-guy> | ok |
20:13 | -!- | nice-guy [~chrono@189.35.187.84] has quit [Quit: Saindo] |
20:14 | -!- | nice-guy [~chrono@189.35.187.84] has joined #debian |
20:15 | <nice-guy> | sorry what logs do you need? |
20:15 | <nice-guy> | /var/log/Xorg.0.log /var/log/dmesg or /var/log/syslog ? |
20:15 | <Hideo> | nice-guy: just the first 2 |
20:15 | <nice-guy> | ok |
20:15 | -!- | nice-guy [~chrono@189.35.187.84] has quit [] |
20:16 | -!- | s5unty [~s5unty@117.88.167.86] has joined #debian |
20:16 | -!- | themill [~stuart@themill.user.oftc.net] has quit [Ping timeout: 480 seconds] |
20:20 | -!- | Guiiks_ [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has quit [Read error: Connection reset by peer] |
20:20 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has joined #debian |
20:20 | <Hideo> | damn, should have told him /var/log/dmesg.0 |
20:21 | -!- | bja [~bja@19NAAAA4C.tor-irc.dnsbl.oftc.net] has quit [Quit: cu l8tr] |
20:22 | -!- | FruityLoops [~null@client-86-0-100-244.nrth.adsl.virgin.net] has joined #debian |
20:23 | -!- | frewo64 [~frewo64@p5491E48F.dip.t-dialin.net] has quit [Remote host closed the connection] |
20:23 | -!- | tcsetattr [pacman@c-69-245-227-37.hsd1.in.comcast.net] has joined #debian |
20:24 | <FruityLoops> | Hi, I currently have lenny installed and wish to reinstall, however upon booting the installer (cd netinst) I persistantly get hda: failed to get interrut (or similar) messages. Advice would be appreciated. |
20:24 | <FruityLoops> | It then fails to recognise and CD-drives and so the install fails at that point |
20:25 | -!- | Bony [~juan@112.78.217.87.dynamic.jazztel.es] has joined #debian |
20:26 | -!- | Guiiks [~Guiiks@ANancy-158-1-90-90.w90-26.abo.wanadoo.fr] has quit [Quit: Quitte] |
20:26 | -!- | blendmaster1024 [~fakename@c-67-182-212-33.hsd1.ut.comcast.net] has quit [Quit: Leaving] |
20:30 | -!- | szabo [~szabo@li61-199.members.linode.com] has quit [Remote host closed the connection] |
20:30 | -!- | szabo [~szabo@li61-199.members.linode.com] has joined #debian |
20:30 | -!- | fike [~fike@201.86.150.85.dynamic.adsl.gvt.net.br] has joined #debian |
20:31 | -!- | blendmaster1024 [~fakename@c-67-182-212-33.hsd1.ut.comcast.net] has joined #debian |
20:32 | -!- | codeco [~code@189-015-177-218.xd-dynamic.ctbcnetsuper.com.br] has joined #debian |
20:32 | -!- | codeco [~code@189-015-177-218.xd-dynamic.ctbcnetsuper.com.br] has left #debian [] |
20:33 | -!- | blendmaster1024 [~fakename@c-67-182-212-33.hsd1.ut.comcast.net] has quit [] |
20:33 | -!- | goodger [~ben@host86-156-58-147.range86-156.btcentralplus.com] has quit [Quit: I am goodger, please insert pepsi max] |
20:33 | -!- | dli [~dli@wireless-197-159.uchicago.edu] has joined #debian |
20:34 | -!- | FruityLoops [~null@client-86-0-100-244.nrth.adsl.virgin.net] has quit [Quit: Lost terminal] |
20:35 | -!- | OkropNick [kuba@host-n2-72-114.telpol.net.pl] has quit [Remote host closed the connection] |
20:37 | -!- | goodger [~ben@host86-156-58-147.range86-156.btcentralplus.com] has joined #debian |
20:38 | -!- | alphad64 [~alphad64@41.189.33.149] has joined #debian |
20:38 | <alphad64> | hi all |
20:38 | <alphad64> | Hideo, adb |
20:39 | <adb> | salut alphad64 |
20:41 | <alphad64> | not in debian-fr? |
20:42 | <alphad64> | long time |
20:42 | -!- | azeem_ [~mbanck@pD9E1DDF0.dip0.t-ipconnect.de] has joined #debian |
20:44 | -!- | jclinton [~jclinton@65.28.71.204] has joined #debian |
20:44 | -!- | vortek [~vortek@adsl-99-19-44-3.dsl.klmzmi.sbcglobal.net] has joined #debian |
20:44 | <vortek> | Any one know the debian site that tells you the depends for a certian deb? |
20:45 | <vortek> | [21:39] * Salosu (~Salosu@widOw.users.undernet.org) has joined #debian |
20:45 | <vortek> | [21:39] * Salosu (~Salosu@widOw.users.undernet.org) has left #debian |
20:45 | <vortek> | eek sorry |
20:45 | -!- | stevecotton [~stevecott@cpc2-hitc1-0-0-cust457.lutn.cable.ntl.com] has quit [Remote host closed the connection] |
20:45 | <abrotman> | cute .. |
20:45 | -!- | Blacker47 [~Blacker47@p57A936B2.dip0.t-ipconnect.de] has quit [Quit: Verlassend] |
20:45 | <abrotman> | vortek: apt-cache depends <pkg> .. or packages.debian.org/<pkg> |
20:45 | -!- | nice-guy [~chrono@189.35.187.84] has joined #debian |
20:45 | <nice-guy> | Hideo |
20:45 | <vortek> | Any one know the site im seeking? It's a www. I don't have debian instaald yet on this comp |
20:46 | <abrotman> | or ignore me .. |
20:47 | <vortek> | there used to be a debian site that would tell you the depends off a package, I,m trying to find it. |
20:48 | <abrotman> | vortek: apt-cache depends <pkg> .. or packages.debian.org/<pkg> |
20:48 | <nice-guy> | dmesg http://pastebin.ca/1535800 Xorg.0.log http://pastebin.ca/1535802 |
20:48 | -!- | s5unty [~s5unty@117.88.167.86] has quit [Quit: Message too long] |
20:48 | -!- | s5unty [~s5unty@117.88.167.86] has joined #debian |
20:49 | <nice-guy> | I have the logs that Hideo tells me to copy... |
20:49 | <dli> | vortek, packages.debian.org |
20:50 | -!- | azeem [~mbanck@pD9E1DCE8.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
20:50 | -!- | brendan_ [~brendan@shield2.sb.rangefire.net] has quit [Ping timeout: 480 seconds] |
20:50 | <nice-guy> | abrotman, can u give a look on the logs? |
20:50 | <abrotman> | i know nothing about fglrx |
20:50 | <abrotman> | dli: stop copying me! |
20:51 | -!- | Jids [~Jids@CPE001b2fffed45-CM000a739c0010.cpe.net.cable.rogers.com] has joined #debian |
20:51 | <dli> | abrotman, sorry, didn't follow to the second line |
20:52 | <abrotman> | i said it twice :) |
20:52 | -!- | ajavid [~ajavid@ip72-203-157-46.br.br.cox.net] has joined #debian |
20:54 | <nice-guy> | (EE) fglrx(0): [FB] Can not get FB MC address range. |
20:57 | -!- | forest [~mars@CLIENT-4-241.WIFINY.NET] has joined #debian |
20:58 | <vortek> | Does any one know the debian site that lists packege depends? |
21:00 | <abrotman> | vortek: THIRD TIME .. http://packages.debian.org/ |
21:00 | <abrotman> | holy crap |
21:00 | -!- | chitchat [~guest@218-214-24-203.people.net.au] has joined #debian |
21:01 | <dli> | abrotman, including mine, 4th |
21:01 | <abrotman> | i know .. i bet he asks again in five minutes |
21:02 | -!- | clanehin [~clanehin@cpe-069-134-154-178.nc.res.rr.com] has joined #debian |
21:03 | -!- | nono [~Nono@108.61.72-86.rev.gaoland.net] has quit [Remote host closed the connection] |
21:03 | -!- | clanehin [~clanehin@cpe-069-134-154-178.nc.res.rr.com] has left #debian [] |
21:04 | <vortek> | sorry |
21:05 | <vortek> | packages |
21:05 | <vortek> | ahh |
21:09 | -!- | nono [~Nono@108.61.72-86.rev.gaoland.net] has joined #debian |
21:09 | -!- | durruti [~Pedro@pc-143-24-161-190.cm.vtr.net] has joined #debian |
21:09 | -!- | durruti [~Pedro@pc-143-24-161-190.cm.vtr.net] has quit [] |
21:10 | -!- | vortek [~vortek@adsl-99-19-44-3.dsl.klmzmi.sbcglobal.net] has quit [] |
21:11 | -!- | obie [~obie@166.205.7.142] has joined #debian |
21:13 | -!- | chitchat [~guest@218-214-24-203.people.net.au] has quit [Read error: Operation timed out] |
21:14 | -!- | Brigo [~Brigo@139.182.60.213.dynamic.mundo-r.com] has quit [Ping timeout: 480 seconds] |
21:14 | -!- | chitchat [~guest@218-214-24-203.people.net.au] has joined #debian |
21:15 | -!- | Texou [~Texou@ax113-3-82-234-25-141.fbx.proxad.net] has quit [Quit: ++] |
21:17 | -!- | ml| [~ml@c-98-211-162-162.hsd1.fl.comcast.net] has quit [] |
21:18 | -!- | patrikf [~patrik@cnh809211548.pppoe.surfer.cnh.at] has quit [Quit: patrikf] |
21:18 | <nice-guy> | nobody can help? |
21:19 | -!- | obie [~obie@166.205.7.142] has quit [Ping timeout: 480 seconds] |
21:23 | -!- | squelos [~squelos@93.11.80.216] has quit [Quit: Ex-Chat] |
21:23 | <nice-guy> | please anyone help |
21:23 | -!- | Floosy [~Floosy@c211-30-247-59.rivrw6.nsw.optusnet.com.au] has joined #debian |
21:24 | -!- | jcwu [~jcwu@219-84-6-171-adsl-tpe.STATIC.so-net.net.tw] has quit [Remote host closed the connection] |
21:26 | -!- | forest_ [~mars@209.48.4.62] has joined #debian |
21:26 | -!- | forest [~mars@CLIENT-4-241.WIFINY.NET] has quit [Read error: Connection reset by peer] |
21:27 | <chealer> | nice-guy: just ask your question |
21:28 | -!- | ml| [~ml@c-98-211-162-162.hsd1.fl.comcast.net] has joined #debian |
21:28 | -!- | gusnan [~gusnan@h214n6c1o269.bredband.skanova.com] has quit [Quit: Lämnar] |
21:29 | <nice-guy> | dmesg http://pastebin.ca/1535800 Xorg.0.log http://pastebin.ca/1535802 |
21:29 | -!- | Coco [~coco@136.Red-217-127-226.staticIP.rima-tde.net] has joined #debian |
21:29 | <nice-guy> | Hideo say me to catch these logs.. my fglrx isnt working ... |
21:30 | <nice-guy> | it was working last week.. after some upgrades it stopped |
21:31 | <nice-guy> | i tried to reinstall, no errors, but when i try enter gdm using fglrx it reset my computer |
21:31 | -!- | Coco [~coco@136.Red-217-127-226.staticIP.rima-tde.net] has quit [] |
21:32 | <chealer> | nice-guy: which Debian suite do you use? |
21:32 | -!- | alphad64 [~alphad64@41.189.33.149] has quit [Ping timeout: 480 seconds] |
21:32 | <nice-guy> | Squeeze AMD64, |
21:33 | <nice-guy> | Radeon X1200 (r500, driver 9.3) |
21:35 | <chealer> | nice-guy: are you aware that 2.6.26-1 is outdated? |
21:35 | <nice-guy> | i still booting on it.. |
21:36 | <nice-guy> | i have .26-1 and .30-1 |
21:36 | <nice-guy> | on .30-1 i will let to install all when i have more time... |
21:37 | -!- | brendan_ [~brendan@ResNet-32-121.resnet.ucsb.edu] has joined #debian |
21:37 | -!- | muammar [~muammar@201.211.51.219] has quit [Quit: imagine a big red swirl here..!] |
21:38 | <abrotman> | .26-1 is still outdated |
21:38 | <nice-guy> | so, i though that the installation of a new kernel wont interfere on old |
21:40 | <nice-guy> | abrotman, outdated means no more support? |
21:42 | <Hideo> | nice-guy: I'm back, sry about that |
21:42 | -!- | sere_ [~sere@168.226.130.90] has joined #debian |
21:42 | <abrotman> | it means there's a security issue in that version |
21:43 | <abrotman> | there is a -2- available |
21:43 | <Hideo> | nice-guy: btw just so you know I also know nothing about ati issues, I'm just looking for maybe an obvious mistake I can help with |
21:43 | -!- | sere_ [~sere@168.226.130.90] has left #debian [] |
21:45 | <nice-guy> | Thank you Hideo |
21:45 | -!- | zas [~bl4ckc00k@80.30.15.83] has quit [Remote host closed the connection] |
21:47 | -!- | mode/#debian [+l 376] by debhelper |
21:47 | <nice-guy> | abrotman, but how can i use the new kernel if its dont give support to my GPU 3D acceleration? i use it to render some videos with xv |
21:47 | -!- | Gathond_ [gathond@0x5551ad9e.adsl.cybercity.dk] has joined #debian |
21:47 | <Hideo> | how do you know it won't support it? |
21:48 | -!- | Gathond [gathond@0x5551ad9e.adsl.cybercity.dk] has quit [Ping timeout: 480 seconds] |
21:48 | -!- | Gathond_ is now known as Gathond |
21:49 | <nice-guy> | fglrx 9.3 are not supported by 2.6.30 kernel... |
21:49 | <nice-guy> | at least on Debian.... |
21:49 | <dli> | nice-guy, can you use xserver-xorg-video-ati? |
21:49 | <nice-guy> | yes.. radeonhd too |
21:50 | <dli> | nice-guy, I don't want to hear anything about fglrx anyway |
21:52 | <nice-guy> | but i cant use xv mode on mplayer with radeonhd.. what cuts my performance watching my mkv files. |
21:53 | -!- | obluda [~obluda@jaim.at] has joined #debian |
21:53 | <nice-guy> | the image quality is 3 times better on xv on my machine |
21:54 | <Hideo> | nice-guy: http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg629906.html this looks like it maybe related |
21:54 | -!- | fike_ [~fike@189.27.36.114] has joined #debian |
21:55 | -!- | obie [~obie@166.205.6.130] has joined #debian |
21:56 | <Hideo> | nice-guy: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521655 |
21:56 | <Hideo> | try it and report |
21:56 | -!- | hijodeanubis [~hijodeanu@189.247.168.109] has joined #debian |
21:57 | <nice-guy> | ok, libdrm |
21:59 | <Hideo> | nice-guy: a little tip for the future ;) when problem arises, look for the logs, copy the offending section and google it =P |
21:59 | <nice-guy> | ok |
21:59 | <Hideo> | now try and downgrade libdrm2 |
22:00 | <Hideo> | what version do you have of libdrm2? |
22:00 | <dli> | nice-guy, I run the video-ati driver on r5xx, with 3d, xv, compiz, etc |
22:00 | -!- | hijodeanubis [~hijodeanu@189.247.168.109] has quit [Remote host closed the connection] |
22:02 | <nice-guy> | really? on mine i cant run Neverball |
22:02 | -!- | fike [~fike@201.86.150.85.dynamic.adsl.gvt.net.br] has quit [Ping timeout: 480 seconds] |
22:02 | -!- | noflash [noflash@2001:5c0:1000:a:8000:0:cda7:61ee] has quit [Quit: leaving] |
22:02 | <nice-guy> | video-ati |
22:02 | -!- | noflash [noflash@2001:5c0:1400:a:8000:0:cda7:61ee] has joined #debian |
22:03 | -!- | obie [~obie@166.205.6.130] has quit [Ping timeout: 480 seconds] |
22:04 | <Hideo> | nice-guy: maybe dli can help you with getting radeon with hardware acceleration working, it's better to use radeon driver if your card is supported |
22:05 | -!- | meglo [~meglo@69.51.104.87] has quit [Ping timeout: 480 seconds] |
22:05 | <nice-guy> | ok, dli what i need to do to have full 3d acceleration ? |
22:07 | <dli> | nice-guy, just remove fglrx, upgrade kernel to (.30), install the video-ati driver. X -configure, maybe |
22:07 | <dli> | nice-guy, you have to rmmod fglrx (maybe reboot) |
22:07 | <nice-guy> | rmmod? |
22:07 | <nice-guy> | video-ati? |
22:08 | <nice-guy> | xserver-xorg-video-ati? |
22:08 | <nice-guy> | installed |
22:08 | <nice-guy> | fglrx : removed |
22:08 | <adb> | !enter |
22:08 | <dpkg> | The enter key is not a substitute for punctuation. Hitting enter unnecessarily makes it difficult to follow what you are saying. Consider using ',', '. ', ';', '...', '---', or ':' instead. If you hit enter too often, you will be autokicked by debhelper for flooding the channel. |
22:09 | -!- | Lanz [~Lanz@dyn216-8-181-150.ADSL.mnsi.net] has joined #debian |
22:11 | <nice-guy> | i am using radeonhd on my notebook |
22:11 | <nice-guy> | so all of this are installed, what more? |
22:12 | <Hideo> | make sure you uninstall fglrx so it doesn't interfere |
22:12 | <nice-guy> | its uninstalled |
22:13 | <Hideo> | http://wiki.debian.org/AtiHowTo |
22:13 | -!- | franck_ [~franck@sas76-1-78-229-252-23.fbx.proxad.net] has joined #debian |
22:13 | <Hideo> | it is not neccessary to change the identifier fyi |
22:14 | <nice-guy> | direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose) |
22:14 | <nice-guy> | OpenGL renderer string: Mesa GLX Indirect |
22:14 | <nice-guy> | its right dli? |
22:15 | <Hideo> | doesn't look right |
22:15 | <nice-guy> | i think too |
22:15 | <Hideo> | "apt-cache show xserver-xorg-video-radeonhd" says your card, X1200 is supported though |
22:16 | -!- | jpablo [foobar@186.81.86.66] has joined #debian |
22:16 | <Hideo> | nice-guy: you did install libgl1-mesa-dri right? |
22:16 | <nice-guy> | yes.. |
22:18 | <nice-guy> | how to install an older package ? |
22:19 | <nice-guy> | i have a package installed on my system, its newer but bugged... how can i install an older one? |
22:19 | -!- | Chipdancer [~chip@gw.jamver.id.au] has joined #debian |
22:19 | <Chipdancer> | hiho |
22:20 | <franck_> | hye all |
22:20 | <Chipdancer> | how can I install a specific version of a package via aptitude or apt-get? |
22:20 | <franck_> | can someone use openbsd ? |
22:21 | <nono> | aptitude install package |
22:21 | <Chipdancer> | apt-get show winbind shows me 3 versions, 3.0.24-6etch10, 2:3.2.5-4lenny6 and 2:3.3.4-1 (from oldstable, stable and testing) and I want to install the testing version due to match my installed samba |
22:21 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has quit [Quit: Lost terminal] |
22:22 | <nono> | use synaptic |
22:22 | <Chipdancer> | nono, unfrotunately, apt-get and aptitude insist on only offering me the stable/lenny version and wanting to downgrade everything else |
22:23 | <Chipdancer> | synaptic is insisting on downgrading libldap from testing to stable |
22:23 | <Chipdancer> | (aptitude installing synaptic, rather) |
22:23 | -!- | forest_ [~mars@209.48.4.62] has quit [Quit: forest_] |
22:24 | -!- | drakeman [~drakeman@190.32.183.34] has joined #debian |
22:27 | -!- | cirrose [~artista_f@201-24-207-94.ctame704.dsl.brasiltelecom.net.br] has quit [Ping timeout: 480 seconds] |
22:28 | -!- | twb [~twb@nat064.cyber.com.au] has joined #debian |
22:28 | <Chipdancer> | interestingly, aptitude show winbind only shows the stable version, not the testing version |
22:28 | <twb> | So I have libpam_ldap and libnss_ldap and slapd all doing their thing quite nicely. |
22:28 | -!- | nice-guy [~chrono@189.35.187.84] has quit [Quit: Saindo] |
22:28 | <twb> | Now, how do I make them encrypt their traffic (i.e. SSL)? |
22:29 | <twb> | Chipdancer: aptitude -t testing show winbind, or apt-cache policy winbind |
22:29 | <Chipdancer> | twb: -t, thanks! I missed that option |
22:30 | -!- | _Aonix [DELORIMIER@modemcable045.88-131-66.mc.videotron.ca] has joined #debian |
22:30 | <Chipdancer> | twb: thanks a lot, that worked a treat! |
22:30 | -!- | dli [~dli@wireless-197-159.uchicago.edu] has quit [Remote host closed the connection] |
22:31 | -!- | dre360 [~dre360@196.213.33.35] has joined #debian |
22:31 | -!- | Elton05605 [~Delphi@189.82.255.16] has joined #debian |
22:32 | -!- | esaym153 [~esaym153@cpe-24-174-186-34.satx.res.rr.com] has joined #debian |
22:32 | -!- | szabo [~szabo@li61-199.members.linode.com] has quit [Remote host closed the connection] |
22:35 | -!- | locklace [~locklace@7R1AABPU9.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
22:40 | -!- | cirrose [~artista_f@201-25-164-103.ctame704.dsl.brasiltelecom.net.br] has joined #debian |
22:40 | -!- | franck_ [~franck@sas76-1-78-229-252-23.fbx.proxad.net] has quit [Quit: Quitte] |
22:43 | -!- | obie [~obie@166.205.7.157] has joined #debian |
22:43 | -!- | locklace [~locklace@7GDAAB0YB.tor-irc.dnsbl.oftc.net] has joined #debian |
22:45 | -!- | static [~max@d118-75-142-173.try.wideopenwest.com] has joined #debian |
22:45 | -!- | tuxwarrior [~ulises@190.87.121.246] has joined #debian |
22:45 | -!- | streuner_ [foobar@p5DD39F57.dip.t-dialin.net] has joined #debian |
22:47 | -!- | mode/#debian [+l 384] by debhelper |
22:47 | -!- | obie [~obie@166.205.7.157] has quit [] |
22:48 | -!- | drakeman [~drakeman@190.32.183.34] has quit [Quit: Leaving] |
22:53 | -!- | streuner [foobar@p5DD3BAA1.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
22:53 | -!- | Wyzard [~mike@pool-71-166-48-124.bltmmd.fios.verizon.net] has quit [Quit: Client exiting] |
22:53 | -!- | Caroll [~caroll@189.4.48.241] has quit [Quit: Leaving] |
22:54 | -!- | Alam_Squeeze [quasselcor@mono.lawarias.srb2.org] has quit [Remote host closed the connection] |
22:54 | -!- | Alam_Squeeze [quasselcor@mono.lawarias.srb2.org] has joined #debian |
22:56 | -!- | arw1 [foobar@190.26.232.120] has left #debian [Leaving.] |
22:56 | -!- | Bishop [~joseph@190.53.84.228] has joined #debian |
22:58 | -!- | static [~max@d118-75-142-173.try.wideopenwest.com] has quit [Quit: So long] |
22:59 | -!- | Wyzard [~mike@pool-71-166-48-124.bltmmd.fios.verizon.net] has joined #debian |
22:59 | -!- | abrotman [~abrotman@c-71-230-50-249.hsd1.pa.comcast.net] has quit [Remote host closed the connection] |
23:00 | -!- | obluda [~obluda@jaim.at] has left #debian [] |
23:01 | -!- | jobal [~jobal@189.82.7.222] has joined #debian |
23:02 | <jobal> | oi |
23:03 | <jobal> | ola |
23:03 | -!- | jobal [~jobal@189.82.7.222] has quit [] |
23:03 | -!- | kalium__ [~kalium@dslb-092-076-151-214.pools.arcor-ip.net] has joined #debian |
23:07 | -!- | mode/#debian [+l 378] by debhelper |
23:07 | -!- | Chaos`Eternal [~chaos@116.231.57.20] has joined #debian |
23:07 | -!- | kalium_ [~kalium@dslb-092-076-140-172.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
23:09 | -!- | Chaos`Eternal [~chaos@116.231.57.20] has quit [] |
23:10 | -!- | ga_bash [~gaurav@210.18.180.131] has quit [Ping timeout: 480 seconds] |
23:11 | -!- | _Aonix [DELORIMIER@modemcable045.88-131-66.mc.videotron.ca] has quit [Ping timeout: 480 seconds] |
23:12 | -!- | HellDragon [jd@modemcable178.248-201-24.mc.videotron.ca] has joined #debian |
23:13 | -!- | _Aonix [~hilld@modemcable045.88-131-66.mc.videotron.ca] has joined #debian |
23:14 | -!- | Chipdancer [~chip@gw.jamver.id.au] has left #debian [] |
23:15 | <dre360> | hey all |
23:15 | -!- | mike [~mike@ip68-103-235-29.ks.ok.cox.net] has joined #debian |
23:15 | <nono> | hey |
23:16 | -!- | mike [~mike@ip68-103-235-29.ks.ok.cox.net] has quit [] |
23:16 | -!- | paratux [~user@62-47-25-207.adsl.highway.telekom.at] has joined #debian |
23:20 | -!- | superjet_busy [~superjet@27WAAACNZ.tor-irc.dnsbl.oftc.net] has joined #debian |
23:22 | -!- | meglo [~meglo@69.51.104.87] has joined #debian |
23:23 | -!- | static [~max@d118-75-142-173.try.wideopenwest.com] has joined #debian |
23:23 | -!- | freex_ [~user@80-123-7-226.adsl.highway.telekom.at] has quit [Ping timeout: 480 seconds] |
23:26 | -!- | taras_ [~taras@15-49-124-91.pool.ukrtel.net] has quit [Read error: Connection reset by peer] |
23:27 | -!- | Rob [~Jeff@ip72-197-187-254.sd.sd.cox.net] has joined #debian |
23:27 | -!- | Rob [~Jeff@ip72-197-187-254.sd.sd.cox.net] has left #debian [] |
23:27 | -!- | tofix [~tofix@appart.dorz.fr] has quit [Remote host closed the connection] |
23:29 | -!- | taras_ [~taras@42-82-124-91.pool.ukrtel.net] has joined #debian |
23:29 | -!- | manphiz [~dxy@cpe-76-171-4-98.socal.res.rr.com] has quit [Read error: Connection reset by peer] |
23:31 | <nono> | good night |
23:31 | -!- | nono [~Nono@108.61.72-86.rev.gaoland.net] has quit [Quit: Ex-Chat] |
23:33 | -!- | manphiz [~dxy@cpe-76-171-4-98.socal.res.rr.com] has joined #debian |
23:37 | -!- | DPic_ [~DPic@pool-173-76-231-217.bstnma.fios.verizon.net] has joined #debian |
23:38 | -!- | alephnull [~alok@122.172.21.65] has joined #debian |
23:40 | -!- | Starlight [~chatzilla@222.64.6.65] has left #debian [] |
23:42 | -!- | mode/#debian [+o stew] by ChanServ |
23:42 | -!- | koko [~koko@77.236.187.130] has joined #debian |
23:42 | -!- | mode/#debian [-b *!*@adsl-76-253-105-193.dsl.klmzmi.sbcglobal.net] by stew |
23:43 | -!- | mode/#debian [-o stew] by stew |
23:46 | -!- | craigevil [~craigevil@adsl-76-253-105-193.dsl.klmzmi.sbcglobal.net] has joined #debian |
23:46 | -!- | foka [~foka@125.33.0.52] has joined #debian |
23:46 | -!- | koko [~koko@77.236.187.130] has quit [] |
23:49 | -!- | cuckoo [~cuckoo@58.207.152.38] has joined #debian |
23:49 | -!- | tuxwarrior [~ulises@190.87.121.246] has quit [Quit: leaving] |
23:52 | -!- | brendan_ [~brendan@ResNet-32-121.resnet.ucsb.edu] has quit [Quit: brendan_] |
23:54 | -!- | datacrusher [bibadmin@200.145.119.198] has quit [Ping timeout: 480 seconds] |
23:54 | -!- | static [~max@d118-75-142-173.try.wideopenwest.com] has quit [Quit: So long] |
23:55 | -!- | cheal [~chealer@69.172.113.162] has joined #debian |
23:59 | -!- | chealer [~chealer@69.172.85.211] has quit [Ping timeout: 480 seconds] |
--- | Log | closed Thu Aug 20 00:00:01 2009 |