--- | Log | opened Thu Apr 12 00:00:59 2012 |
00:04 | -!- | amphi_ [~amphi@59.95.26.188] has quit [Ping timeout: 480 seconds] |
00:04 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
00:05 | -!- | shuren [~shuren@net-2-40-126-158.cust.dsl.teletu.it] has joined #debian |
00:05 | -!- | donfede [~fgrau@165.215.160.205] has quit [Read error: Operation timed out] |
00:06 | -!- | whodare_ [~whodare@114.249.219.185] has joined #debian |
00:07 | -!- | crshd_ [~crshd@175.141.12.101] has joined #debian |
00:08 | -!- | shuren [~shuren@net-2-40-126-158.cust.dsl.teletu.it] has left #debian [] |
00:08 | -!- | Rehnquist [~yossarian@ip-89-103-71-201.net.upcbroadband.cz] has joined #debian |
00:10 | -!- | donfede [~fgrau@165.215.160.205] has joined #debian |
00:11 | -!- | Alam_Lenny [quasselcor@rigginstereo.lawarias.srb2.org] has quit [Ping timeout: 480 seconds] |
00:12 | -!- | crshd [~crshd@175.141.12.101] has quit [Ping timeout: 480 seconds] |
00:12 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has joined #debian |
00:14 | -!- | nodots [~nodots@cpe-76-186-163-239.tx.res.rr.com] has joined #debian |
00:15 | <nodots> | if I ssh into my system, how do I send messages to someone logged in? |
00:16 | <nodots> | when I was using PCLinuxOS, I just echoed out to /dev/pts/0. How do I do this on Debian? |
00:17 | <haylo> | talk , mail , ytalk |
00:17 | <nodots> | are those installed by default? |
00:17 | <nodots> | I am looking for a mechanism that is installed by default. |
00:18 | <haylo> | i am not sure debian people really anwser lots of questions- if i were you id wait till you had something really hard to figure |
00:18 | -!- | debsan [~debsan@190.245.74.16] has quit [Quit: Leaving] |
00:19 | <haylo> | mail is part of every linux system ive ever used- but im just a normal user |
00:19 | -!- | Rehnquist [~yossarian@ip-89-103-71-201.net.upcbroadband.cz] has quit [Quit: Leaving] |
00:20 | -!- | Rehnquist [~yossarian@ip-89-103-71-201.net.upcbroadband.cz] has joined #debian |
00:20 | <nodots> | yeah, but mail doesn't give you an info popup in gnome... |
00:20 | <nodots> | I want to send a message whose existence won't go ignored |
00:20 | <haylo> | you could use remote desktop and just move a big message in their face |
00:20 | <haylo> | lol |
00:21 | <nodots> | Love that idea, but it has to be in a default install... |
00:21 | -!- | scientes [~scientes@ppp-71-139-15-231.dsl.snfc21.pacbell.net] has joined #debian |
00:22 | -!- | amphi_ [~amphi@59.95.19.172] has joined #debian |
00:22 | -!- | Rehnquist [~yossarian@ip-89-103-71-201.net.upcbroadband.cz] has quit [] |
00:23 | -!- | Alam_Squeeze [quasselcor@rigginstereo.lawarias.srb2.org] has joined #debian |
00:23 | <nodots> | how do I send messages using the same pop-up system as the info pop-ups that the system uses? Like when your eth0 goes down? |
00:26 | -!- | amphi__ [~amphi@59.95.47.169] has joined #debian |
00:27 | -!- | amphi [~amphi@59.95.8.2] has quit [Ping timeout: 480 seconds] |
00:29 | <nodots> | wow, libnotify1 is installed by default, but not libnotify-bin? |
00:30 | -!- | amphi_ [~amphi@59.95.19.172] has quit [Ping timeout: 480 seconds] |
00:32 | -!- | scientes [~scientes@ppp-71-139-15-231.dsl.snfc21.pacbell.net] has quit [Ping timeout: 480 seconds] |
00:37 | -!- | anthony [~anthony@72.20.195.152] has joined #debian |
00:37 | <anthony> | hey hows it going |
00:38 | -!- | anthony [~anthony@72.20.195.152] has quit [] |
00:38 | -!- | scientes [~scientes@ppp-71-139-15-231.dsl.snfc21.pacbell.net] has joined #debian |
00:42 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
00:42 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
00:43 | -!- | jm_ [flier@icc.mindwipe.org] has joined #debian |
00:44 | <kop> | nodots: What do you mean "by default"? A minimal install contains very little, certainly no gui. |
00:47 | <nodots> | default as in "I clicked yes/ok to accept everything as presented" |
00:48 | <nodots> | libnotify is what I was looking for, but the binary wasn't installed - just the lib |
00:48 | <haylo> | and you use that to send messages? |
00:49 | <nodots> | binary meaning the elf to actually DO it |
00:49 | <jm_> | the binary is in -bin |
00:49 | <nodots> | jm_: yes, found that out and rectified... ;) |
00:51 | <nodots> | is there a way to tie an instance to '/dev/pts/0'? |
00:52 | <nodots> | or is /dev/pts/0 tied to something else? |
00:52 | <kop> | nodots: You might be able to use 'write' to send to pts0 |
00:54 | <nodots> | kop: I'll check that out now... |
00:56 | <kop> | nodots: Why not just: printf foo > /dev/pts/0 ? |
00:56 | -!- | ypwong [~anthony@199.48.229.86] has quit [Quit: cya] |
00:57 | <nodots> | nothing is poping up in the user's screen... |
00:58 | <nodots> | kop: I am used to a simple 'echo "message" >> /dev/pts/0', but that doesn't work |
00:58 | <jm_> | and you're sure user's tty is /dev/pts/0? |
00:59 | <jm_> | and they allow messages? |
00:59 | <nodots> | how is it changed to allow/disallow? |
00:59 | <jm_> | man mesg |
01:00 | -!- | noahfx [~noahfx@190.148.143.24] has quit [Quit: Lost terminal] |
01:00 | -!- | mlundblad [~marcus@host-95-199-134-248.mobileonline.telia.com] has joined #debian |
01:03 | -!- | kriller [~kriller@83.91.92.154] has joined #debian |
01:04 | <nodots> | jm_: that only works if they have a terminal open. the users I will be notifying probably will not... |
01:06 | -!- | keystreams [~keystream@S0106b8c75dcc6bcf.cg.shawcable.net] has quit [Ping timeout: 480 seconds] |
01:07 | <nodots> | I think that my old KDE based distro linked /dev/pts/0 to a notify-send daemon |
01:09 | -!- | worellana [~worellana@190.86.48.195] has quit [Read error: Operation timed out] |
01:10 | -!- | jardiamj [~jardiamj@rdbk.p3-221.molalla.net] has quit [Quit: Leaving] |
01:10 | <nodots> | /dev/pts/0 seems to do nothing, no matter what/how I send... |
01:11 | -!- | tparker [~tparker@2600:3c03::1d:4242] has quit [Remote host closed the connection] |
01:15 | -!- | phorce1_ [~gvl2@76.252.176.30] has quit [Read error: Connection reset by peer] |
01:19 | -!- | tparker [~tparker@2600:3c03::f03c:91ff:fe93:9541] has joined #debian |
01:21 | -!- | mengman_ [~mats@79-133-3-242.bredband.aland.net] has joined #debian |
01:23 | -!- | hazard2 [~hazard@pool-96-237-170-195.bstnma.fios.verizon.net] has quit [Quit: This computer has gone to sleep] |
01:23 | -!- | mengman [~mats@79-133-3-242.bredband.aland.net] has quit [Ping timeout: 480 seconds] |
01:23 | -!- | vladuke_ [~vladuke@87.226.144.82] has joined #debian |
01:24 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/] |
01:24 | -!- | worellana [~worellana@190.86.48.195] has joined #debian |
01:24 | -!- | chaosIrs1i [torment@54009903.dsl.pool.telekom.hu] has joined #debian |
01:25 | -!- | phorce1 [~gvl2@76.252.176.30] has joined #debian |
01:26 | -!- | chaosIrssi [torment@540099DE.dsl.pool.telekom.hu] has quit [Ping timeout: 480 seconds] |
01:26 | -!- | chaos [torment@540099DE.dsl.pool.telekom.hu] has quit [Ping timeout: 480 seconds] |
01:28 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
01:29 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
01:29 | -!- | simonlnu_ [simon@64.235.204.134] has joined #debian |
01:29 | -!- | project2501b [~kot@109.171.130.235] has quit [Remote host closed the connection] |
01:29 | -!- | mhall119 [~mhall119@24.94.156.242] has quit [Remote host closed the connection] |
01:29 | -!- | bluewater [~nautics-a@124-148-190-150.dyn.iinet.net.au] has joined #debian |
01:29 | -!- | mhall119 [~mhall119@24.94.156.242] has joined #debian |
01:30 | -!- | oskie [~usel@h23n4-m-fb-gr100.ias.bredband.telia.com] has quit [Ping timeout: 480 seconds] |
01:30 | -!- | Ariannah [~knitsock@blk-222-91-184.eastlink.ca] has quit [Ping timeout: 480 seconds] |
01:30 | <nodots> | what I am looking for is a 'notify-send' that can be used from within php, so my server can pop-up info for me. |
01:30 | -!- | SynrG [~synrg@24.222.91.184] has quit [Ping timeout: 480 seconds] |
01:30 | -!- | TaitenP [~TaitenP@210.242.151.101] has quit [Quit: Ex-Chat] |
01:31 | -!- | amphi [~amphi@59.95.48.76] has joined #debian |
01:31 | -!- | simonlnu [simon@64.235.204.134] has quit [Ping timeout: 480 seconds] |
01:31 | -!- | cdlu [~cdlu@cdlu.advisor.oftc.net] has quit [Ping timeout: 480 seconds] |
01:31 | -!- | simonlnu_ is now known as simonlnu |
01:31 | -!- | borsin [~borsin@c-98-253-107-225.hsd1.il.comcast.net] has joined #debian |
01:31 | -!- | bfly_ [~bfly@p57BD6B98.dip0.t-ipconnect.de] has joined #debian |
01:31 | -!- | DragonDon [~DragonDon@121.132.143.93] has joined #debian |
01:31 | -!- | ctaylor [~vortex@git.code-monkeys.org] has quit [Ping timeout: 480 seconds] |
01:32 | -!- | TaitenP [~TaitenP@210.242.151.101] has joined #debian |
01:32 | -!- | kuhkatz [~kuhkatz@191-18-142-46.pool.kielnet.net] has joined #debian |
01:32 | -!- | jrib [~jrib@129.10.70.167] has quit [Ping timeout: 480 seconds] |
01:33 | -!- | jrib_ [~jrib@129.10.70.167] has joined #debian |
01:33 | -!- | jrib_ is now known as jrib |
01:33 | -!- | debhelper [~debhelper@debhelper.bot.oftc.net] has quit [Ping timeout: 480 seconds] |
01:33 | -!- | kris- [~kris@irc.codemonki.es] has joined #debian |
01:33 | -!- | Wyzard [~mike@pool-98-117-207-54.bltmmd.fios.verizon.net] has quit [Ping timeout: 480 seconds] |
01:33 | -!- | iwamatsu [~iwamatsu@v-183-181-22-108.ub-freebit.net] has quit [Ping timeout: 480 seconds] |
01:34 | -!- | gnusosa_ [~gnusosa@botnoise.org] has joined #debian |
01:34 | -!- | sutula [sutula@free.linux.hp.com] has quit [Ping timeout: 480 seconds] |
01:35 | -!- | newb [~chatzilla@177.42.179.226] has quit [Ping timeout: 480 seconds] |
01:35 | -!- | debhelper [~debhelper@crito.ucr.edu] has joined #debian |
01:35 | -!- | MTecknology [~Mike@li324-39.members.linode.com] has quit [Ping timeout: 480 seconds] |
01:35 | -!- | hazard2 [~hazard@pool-96-237-170-195.bstnma.fios.verizon.net] has joined #debian |
01:35 | -!- | ctaylor [~vortex@git.code-monkeys.org] has joined #debian |
01:35 | -!- | chaos [torment@54009903.dsl.pool.telekom.hu] has joined #debian |
01:35 | -!- | TheDudeKnows [~TheDudeKn@jasper.ruschserver.com] has quit [Ping timeout: 480 seconds] |
01:35 | -!- | deansu [~deansu@irc.codemonki.es] has quit [Ping timeout: 480 seconds] |
01:35 | -!- | mode/#debian [+o debhelper] by ChanServ |
01:35 | -!- | gnusosa [~gnusosa@botnoise.org] has quit [Ping timeout: 480 seconds] |
01:35 | -!- | amphi_ [~amphi@59.95.58.140] has joined #debian |
01:35 | -!- | toote [~toote@190.210.68.9] has quit [Ping timeout: 480 seconds] |
01:35 | -!- | Decantur [~tdsch@c-65-96-247-3.hsd1.nh.comcast.net] has quit [Ping timeout: 480 seconds] |
01:36 | -!- | cdlu [~cdlu@railfan.ca] has joined #debian |
01:36 | -!- | ant_ [~anton@gbibp9ph1--blueice4n2.emea.ibm.com] has quit [Ping timeout: 480 seconds] |
01:36 | -!- | kris [~kris@irc.codemonki.es] has quit [Ping timeout: 480 seconds] |
01:36 | -!- | kris- is now known as kris |
01:36 | -!- | msantana [msantana@SDF.ORG] has quit [Remote host closed the connection] |
01:36 | -!- | quentusrex [~quentusre@70-89-155-57-amigo-vino-wa.hfc.comcastbusiness.net] has quit [Ping timeout: 480 seconds] |
01:36 | -!- | flypiper [~mb_@75-149-68-164-Illinois.hfc.comcastbusiness.net] has quit [Ping timeout: 480 seconds] |
01:36 | -!- | msantana [msantana@SDF.ORG] has joined #debian |
01:36 | -!- | msantana is now known as Guest25 |
01:37 | -!- | amphi__ [~amphi@59.95.47.169] has quit [Ping timeout: 480 seconds] |
01:37 | -!- | worellana [~worellana@190.86.48.195] has quit [Quit: leaving] |
01:37 | -!- | Wyzard [~mike@pool-98-117-207-54.bltmmd.fios.verizon.net] has joined #debian |
01:38 | -!- | iwamatsu [~iwamatsu@v-183-181-22-108.ub-freebit.net] has joined #debian |
01:38 | -!- | flypiper [~mb_@75-149-68-164-Illinois.hfc.comcastbusiness.net] has joined #debian |
01:38 | -!- | Decantur [~tdsch@c-65-96-247-3.hsd1.nh.comcast.net] has joined #debian |
01:38 | -!- | bfly [~bfly@p57BD6668.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
01:39 | -!- | newb [~chatzilla@177.42.179.226] has joined #debian |
01:39 | -!- | nautics-lap [~nautics-a@203.217.89.61] has joined #debian |
01:39 | -!- | sutula [sutula@free.linux.hp.com] has joined #debian |
01:39 | -!- | ant_ [~anton@gbibp9ph1--blueice4n2.emea.ibm.com] has joined #debian |
01:39 | -!- | quentusrex [~quentusre@70-89-155-57-amigo-vino-wa.hfc.comcastbusiness.net] has joined #debian |
01:39 | -!- | TheDudeKnows [~TheDudeKn@jasper.ruschserver.com] has joined #debian |
01:41 | -!- | toote [~toote@190.210.68.9] has joined #debian |
01:41 | -!- | MTecknology [~Mike@li324-39.members.linode.com] has joined #debian |
01:41 | -!- | deansu [~deansu@irc.codemonki.es] has joined #debian |
01:42 | -!- | amphi [~amphi@59.95.48.76] has quit [Ping timeout: 480 seconds] |
01:42 | -!- | hazard2 [~hazard@pool-96-237-170-195.bstnma.fios.verizon.net] has quit [Quit: This computer has gone to sleep] |
01:42 | -!- | bluewater [~nautics-a@124-148-190-150.dyn.iinet.net.au] has quit [Ping timeout: 480 seconds] |
01:44 | -!- | kmshanah_ [~kmshanah@ppp118-210-157-6.lns20.adl6.internode.on.net] has joined #debian |
01:44 | -!- | DebianLover [~mo@095-096-172-237.static.chello.nl] has joined #debian |
01:45 | -!- | ccb056 [~ccb056@97-95-32-188.dhcp.bycy.mi.charter.com] has quit [Ping timeout: 480 seconds] |
01:46 | -!- | phorce1 [~gvl2@76.252.176.30] has quit [Quit: leaving] |
01:46 | -!- | zer0pouet [~quassel@lan31-7-82-241-249-15.fbx.proxad.net] has joined #debian |
01:47 | -!- | kriller [~kriller@83.91.92.154] has quit [Ping timeout: 480 seconds] |
01:47 | -!- | Aleric [~carlo@aleric.user.oftc.net] has quit [Ping timeout: 480 seconds] |
01:48 | -!- | johfel [~johfel@p5091CCF2.dip.t-dialin.net] has joined #debian |
01:48 | -!- | kmshanah [~kmshanah@ppp121-45-48-93.lns20.adl2.internode.on.net] has quit [Ping timeout: 480 seconds] |
01:49 | -!- | jet [~jet@4-22-135-95.pool.ukrtel.net] has quit [Quit: Konversation terminated!] |
01:51 | -!- | phorce1 [~gvl2@76.252.176.30] has joined #debian |
01:51 | -!- | ccb056 [~ccb056@97-95-32-188.dhcp.bycy.mi.charter.com] has joined #debian |
01:52 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
01:52 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
01:53 | -!- | blair [~blair@static-108-0-197-17.lsanca.fios.verizon.net] has joined #debian |
01:54 | -!- | mlundblad [~marcus@host-95-199-134-248.mobileonline.telia.com] has quit [Ping timeout: 480 seconds] |
01:54 | -!- | jet [~jet@4-22-135-95.pool.ukrtel.net] has joined #debian |
01:57 | -!- | jet [~jet@4-22-135-95.pool.ukrtel.net] has quit [Remote host closed the connection] |
01:59 | -!- | thomas [~quassel@178-27-220-199-dynip.superkabel.de] has joined #debian |
02:00 | -!- | iam_ [iam@devio.us] has joined #debian |
02:01 | -!- | iam_ [iam@devio.us] has left #debian [] |
02:05 | -!- | jet [~jet@4-22-135-95.pool.ukrtel.net] has joined #debian |
02:05 | -!- | iam_ [iam@devio.us] has joined #debian |
02:06 | -!- | borsin [~borsin@c-98-253-107-225.hsd1.il.comcast.net] has left #debian [] |
02:07 | -!- | amphi [~amphi@59.95.19.155] has joined #debian |
02:07 | -!- | amphi_ [~amphi@59.95.58.140] has quit [Ping timeout: 480 seconds] |
02:08 | -!- | ernesto [~ernesto@web21.amm.unipg.it] has joined #debian |
02:10 | -!- | johfel [~johfel@p5091CCF2.dip.t-dialin.net] has quit [Quit: leaving] |
02:10 | -!- | zer0pouet [~quassel@lan31-7-82-241-249-15.fbx.proxad.net] has quit [Remote host closed the connection] |
02:12 | -!- | aranax [~aranax@201.216.150.80] has quit [Quit: Leaving] |
02:13 | -!- | edog [~edog@86.57.155.126] has quit [Ping timeout: 480 seconds] |
02:14 | -!- | and1bm [~andi@HSI-KBW-149-172-216-243.hsi13.kabel-badenwuerttemberg.de] has joined #debian |
02:17 | -!- | moujik [~moujik@c80-217-191-53.bredband.comhem.se] has joined #debian |
02:19 | <moujik> | Hi guys! Your grub2 totally destroyed mandrivas grub, although it said that it found it during the installation |
02:20 | -!- | phorce1 [~gvl2@76.252.176.30] has quit [Ping timeout: 480 seconds] |
02:20 | <moujik> | VFS: Cannot open root device, if I try to boot into mandriva |
02:20 | -!- | jordi_ [~jordi@100.Red-88-9-19.dynamicIP.rima-tde.net] has joined #debian |
02:21 | -!- | jordi_ [~jordi@100.Red-88-9-19.dynamicIP.rima-tde.net] has quit [] |
02:21 | <moujik> | debian 3.0.0, mandriva 2.6.33.7 |
02:21 | <jm_> | my grub? definitely not |
02:22 | <moujik> | debian |
02:22 | <moujik> | ujnable to mount root fs on unknown block(o,o) |
02:23 | <moujik> | panic |
02:23 | <jm_> | verify if it uses the right initrd/root device for it |
02:23 | <moujik> | UUID, i'm not a robot |
02:23 | -!- | liegruppe [~felix@dslb-188-098-182-225.pools.arcor-ip.net] has joined #debian |
02:24 | -!- | kriller [~kriller@89.184.150.254] has joined #debian |
02:24 | -!- | steeb [~steeb@jabberd.draugr.de] has joined #debian |
02:24 | -!- | taleon [cr@rt.fm] has quit [Quit: leaving] |
02:25 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
02:25 | <moujik> | how could I verify that? |
02:25 | <jm_> | you can see it in grub.cfg |
02:25 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
02:25 | -!- | akulah [~akulah@22.pool85-58-225.dynamic.orange.es] has joined #debian |
02:25 | -!- | micove [~micove@72.187.240.39] has quit [Read error: Operation timed out] |
02:26 | <moujik> | but how would I know if it's the right one. I cannot get into mandriva |
02:27 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has joined #debian |
02:27 | <jm_> | the path it's being loaded from will reveal it, i.e. compare to /proc/partitions etc - that doesn't matter as you can mount its fs in debian |
02:28 | -!- | micove [~micove@72.187.240.39] has joined #debian |
02:29 | <jm_> | the same goes for kernel image |
02:30 | <nodots> | moujik: you can use 'blkid' to get the UUID of every mountable fs in debian, then use that info to check any UUID data in grub, if that's how it is setup. |
02:31 | -!- | yip [~ali@5acb8746.bb.sky.com] has joined #debian |
02:31 | <moujik> | well it looks as though it mentions the right UUID |
02:31 | <jm_> | (you can also compare an entry in debian's grub.cfg with that of mandriva) |
02:33 | -!- | amphi_ [~amphi@59.95.18.75] has joined #debian |
02:34 | <moujik> | initrd (hd0,0)/boot/initrd.img for mandriva |
02:34 | -!- | mlundblad [~marcus@193.12.106.2] has joined #debian |
02:35 | <jm_> | is that the right partition for it? |
02:35 | -!- | alephnull [~alok@122.172.21.41] has quit [Ping timeout: 480 seconds] |
02:35 | <moujik> | where for debian it's without (hd0,0) |
02:35 | <nodots> | moujik: it sounds like your kernel and initrd are loading, it's just that your / partition isn't found... |
02:35 | -!- | C0w0-Kerja-BadMood [~C0w0-Kerj@118.96.78.123] has joined #debian |
02:35 | <jm_> | debian's one is $root/... so check what root is set to |
02:36 | -!- | tensorpudding_ [~michael@99.148.194.217] has quit [Ping timeout: 480 seconds] |
02:36 | -!- | C0w0-Kerja-BadMood [~C0w0-Kerj@118.96.78.123] has quit [] |
02:37 | <moujik> | they're all set to what they're supposed to |
02:37 | <nodots> | moujik: instead of root=/dev/sda1, you might be able to use root=UUID=3d74a094-bc7e-4898-aca4-c6e10b55c594 (for example) |
02:37 | -!- | jet [~jet@4-22-135-95.pool.ukrtel.net] has quit [Remote host closed the connection] |
02:37 | <nodots> | moujik: for the append line, i mean |
02:38 | -!- | kriller_ [~kriller@89.184.150.254] has joined #debian |
02:39 | -!- | amphi_ [~amphi@59.95.18.75] has quit [Read error: Connection reset by peer] |
02:39 | <nodots> | moujik: I had a problem with using /dev/sda1, etc. so I now use UUID instead. (some systems find drives in a different order) |
02:39 | <moujik> | oops, root=.... resume=something else |
02:39 | -!- | amphi [~amphi@59.95.19.155] has quit [Ping timeout: 480 seconds] |
02:40 | -!- | fabrianchi [~fabrianch@r186-52-129-65.dialup.adsl.anteldata.net.uy] has quit [Ping timeout: 480 seconds] |
02:40 | <nodots> | moujik: resume is not the root partition |
02:40 | <nodots> | moujik: resume is used for suspend |
02:40 | <moujik> | debian has not got resujme only mandriva |
02:41 | -!- | kmshanah [~kmshanah@ppp121-45-93-1.lns20.adl6.internode.on.net] has joined #debian |
02:41 | -!- | harry [~harry@business-188-111-109-182.static.arcor-ip.net] has joined #debian |
02:41 | -!- | amphi [~amphi@59.95.57.74] has joined #debian |
02:41 | -!- | fr33k [~fvb@546BFCBE.cm-12-4d.dynamic.ziggo.nl] has joined #debian |
02:41 | -!- | harry [~harry@business-188-111-109-182.static.arcor-ip.net] has quit [] |
02:41 | <nodots> | moujik: I'm just saying that a bad resume will make it not suspend, it will not affect a normal boot |
02:42 | <moujik> | ok |
02:42 | <akulah> | hello guys |
02:42 | -!- | edog [~edog@alcotrash.org] has joined #debian |
02:42 | -!- | kriller_ [~kriller@89.184.150.254] has quit [] |
02:43 | <nodots> | you can even remove the resume= part of the append, and be fine (if you don't suspend/resume) |
02:43 | <akulah> | I just want to ask where did wine dissapeared? |
02:43 | -!- | kriller_ [~kriller@89.184.150.254] has joined #debian |
02:43 | <akulah> | I am running testing and I cannot find it using apt |
02:43 | <jm_> | akulah: someone has drank it |
02:43 | <akulah> | :) |
02:43 | <jm_> | !why is wine not in testing |
02:43 | <dpkg> | wine is not in testing for the reasons listed in http://release.debian.org/migration/testing.pl?package=wine |
02:43 | <nodots> | if you *need* it, winehq.org |
02:44 | -!- | taha [~taha@77.110.18.66] has joined #debian |
02:44 | -!- | taha [~taha@77.110.18.66] has quit [] |
02:44 | <akulah> | well there is no program on linux to add embedded subtitles to divx file for my standalone divx player |
02:45 | <moujik> | how do you use blkid? |
02:45 | -!- | kriller [~kriller@89.184.150.254] has quit [Ping timeout: 480 seconds] |
02:45 | <akulah> | thanks |
02:45 | <nodots> | moujik: as root |
02:46 | <nodots> | moujik: it will not work as user |
02:46 | -!- | kmshanah_ [~kmshanah@ppp118-210-157-6.lns20.adl6.internode.on.net] has quit [Ping timeout: 480 seconds] |
02:46 | -!- | amphi_ [~amphi@59.95.47.133] has joined #debian |
02:46 | <jm_> | akulah: check if you can install it from sid, but make sure you know what you're doing |
02:46 | -!- | shivam [~shivam@c-24-7-197-57.hsd1.il.comcast.net] has joined #debian |
02:47 | <nodots> | moujik: it only tells you the UUID and label |
02:47 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/] |
02:47 | <moujik> | it just blinks |
02:48 | -!- | jet [~jet@4-22-135-95.pool.ukrtel.net] has joined #debian |
02:48 | -!- | inkbottle [~inkbottle@AAubervilliers-751-1-4-146.w90-3.abo.wanadoo.fr] has joined #debian |
02:49 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
02:49 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
02:49 | -!- | shivam [~shivam@c-24-7-197-57.hsd1.il.comcast.net] has quit [] |
02:50 | -!- | mode/#debian [+l 484] by debhelper |
02:50 | -!- | amphi [~amphi@59.95.57.74] has quit [Ping timeout: 480 seconds] |
02:50 | -!- | andybooth [~boothy@85.Red-83-55-116.dynamicIP.rima-tde.net] has joined #debian |
02:51 | <nodots> | moujik: how are you running it? by starting a terminal and then typing it in? |
02:51 | <moujik> | yes |
02:51 | -!- | Firdaus [~firdos@114.79.0.105] has joined #debian |
02:52 | <nodots> | what do you mean it just blinks? |
02:52 | <moujik> | sorry, i didn't specify devices |
02:52 | -!- | sangi [~sangi@218.248.24.19] has joined #debian |
02:52 | <nodots> | you don't need to with blkid |
02:53 | <moujik> | mandrivas dev is correct |
02:53 | <moujik> | nothing showed until I put /dev/sda1 |
02:55 | -!- | sangi [~sangi@218.248.24.19] has quit [] |
02:56 | <jm_> | it should show entries for all devices from /proc/partitions when called without arguments |
02:56 | <nodots> | jm_: that's what I thought, that's what it does on my system |
02:57 | -!- | amphi_ [~amphi@59.95.47.133] has quit [Ping timeout: 480 seconds] |
02:58 | -!- | mareck [~mareck@swla0804.WLAN.Uni-Marburg.DE] has joined #debian |
02:58 | -!- | mareck [~mareck@swla0804.WLAN.Uni-Marburg.DE] has quit [] |
02:59 | <nodots> | jm_: you just inadvertently helped my bash scripting there... |
02:59 | -!- | kaziem [~devnull@112.117.218.87.dynamic.jazztel.es] has joined #debian |
03:00 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has joined #debian |
03:00 | -!- | domenico [~domenico@host132-51-dynamic.247-95-r.retail.telecomitalia.it] has joined #debian |
03:00 | -!- | amphi [~amphi@59.95.55.197] has joined #debian |
03:00 | <moujik> | /proc/partitions shows what is expected |
03:01 | <jm_> | nodots: ehh? |
03:01 | -!- | OkropNick [kuba@host-n2-72-190.telpol.net.pl] has joined #debian |
03:01 | <nodots> | jm_: /proc/partitions. More stuff to test for. |
03:01 | -!- | domenico [~domenico@host132-51-dynamic.247-95-r.retail.telecomitalia.it] has quit [] |
03:02 | -!- | Firdaus [~firdos@114.79.0.105] has quit [Ping timeout: 480 seconds] |
03:03 | <moujik> | so, what if I delete those funny resume UUIDs? |
03:03 | <nodots> | akulah: is your standalone divx player compatible with '.mkv'? |
03:03 | -!- | lionel_ [~lionel@ip-52.net-81-220-93.rev.numericable.fr] has joined #debian |
03:03 | <akulah> | no |
03:03 | <nodots> | moujik: the system will not hibernate in that kernel |
03:03 | -!- | afuentes [~afuentes@95.61.119.171] has joined #debian |
03:04 | <nodots> | akulah: avi, mp4? |
03:04 | <moujik> | how would I delete them. I cannot edit grub.cfg |
03:04 | <nodots> | moujik: grub 1 or grub2? |
03:05 | <moujik> | 2 |
03:05 | <nodots> | debian? |
03:05 | <moujik> | yeah |
03:05 | -!- | lokojajaja [~lelele@49.Red-80-24-67.staticIP.rima-tde.net] has joined #debian |
03:05 | <lokojajaja> | holaa |
03:05 | <lokojajaja> | xd |
03:06 | -!- | lionel [~lionel@ip-52.net-81-220-93.rev.numericable.fr] has quit [Ping timeout: 480 seconds] |
03:06 | -!- | inkbottle [~inkbottle@AAubervilliers-751-1-4-146.w90-3.abo.wanadoo.fr] has quit [Quit: Konversation terminated!] |
03:06 | <nodots> | first, try by copying the one entry (one entire menu entry) to 40 |
03:07 | <nodots> | first, try by copying the one entry (one entire menu entry) to 40_custom |
03:07 | -!- | toto42 [~toto@p5B393F11.dip.t-dialin.net] has joined #debian |
03:07 | -!- | joselete [~josete@49.Red-80-24-67.staticIP.rima-tde.net] has joined #debian |
03:07 | <joselete> | eeeeeeeeeee |
03:08 | <nodots> | moujik: the files are in /etc/grub.d |
03:08 | -!- | hele [~hele@cs181222070.pp.htv.fi] has joined #debian |
03:08 | <nodots> | moujik: the 40_custom is |
03:08 | <lokojajaja> | hola |
03:08 | <lokojajaja> | xD |
03:08 | <joselete> | eeeeeeeeee |
03:08 | <lokojajaja> | <<---- |
03:08 | <joselete> | cabron |
03:09 | <lokojajaja> | tu |
03:09 | <lokojajaja> | xd |
03:09 | <joselete> | eeeeeeeeeeeeeee |
03:09 | <lokojajaja> | -.- |
03:09 | <lokojajaja> | lok hace el aburrimiento |
03:09 | <lokojajaja> | xd |
03:10 | -!- | mode/#debian [+l 491] by debhelper |
03:10 | <lokojajaja> | xd |
03:10 | -!- | k43 [~k43@202.152.194.149] has joined #debian |
03:10 | <lokojajaja> | ?¿ |
03:10 | <lokojajaja> | xd |
03:10 | <nodots> | mantenerlo limpio |
03:10 | <joselete> | eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee |
03:10 | <lokojajaja> | iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii |
03:10 | -!- | joselete [~josete@49.Red-80-24-67.staticIP.rima-tde.net] has quit [] |
03:10 | -!- | akulah [~akulah@22.pool85-58-225.dynamic.orange.es] has quit [Quit: Leaving] |
03:11 | <k43> | somebody here can help me or give me link to install my vga driver,,,!? |
03:11 | -!- | JanC [~janc@ip-213-49-100-127.dsl.scarlet.be] has quit [Read error: Connection reset by peer] |
03:11 | <lokojajaja> | alomejor voy a la warner bros en madrid |
03:12 | <OpenTokix> | k43: What vgs-card do you have? |
03:12 | <nodots> | moujik: by the way, this just gives you a way to add a testing entry, to make sure that it works |
03:13 | <k43> | OpenTokix : Intel HD Graphics 3000 |
03:13 | <nodots> | moujik: and you will still have to run update-grub |
03:13 | -!- | Sillvester [~Sillveste@60.209.94.166] has joined #debian |
03:14 | -!- | luca_ [~luca@151.63.74.235] has joined #debian |
03:14 | <moujik> | what do I enter in the entry? |
03:14 | -!- | Sillvester [~Sillveste@60.209.94.166] has quit [Remote host closed the connection] |
03:14 | <OpenTokix> | k43: I havent used that - so I can't give anymore then google-links, sorry. |
03:14 | -!- | luca_ [~luca@151.63.74.235] has quit [] |
03:15 | -!- | Xavi [~xavi@142.Red-81-33-61.dynamicIP.rima-tde.net] has joined #debian |
03:15 | -!- | lokojajaja [~lelele@49.Red-80-24-67.staticIP.rima-tde.net] has quit [Quit: Saliendo] |
03:15 | -!- | cvr [~johnny@ppp118-209-147-119.lns20.mel6.internode.on.net] has quit [Ping timeout: 480 seconds] |
03:15 | <k43> | OpenTokix: Ohhh Ok,,,, |
03:15 | <k43> | i'll keep googling maybe,,,, |
03:15 | <k43> | Thanks a lot before,,,, |
03:16 | <moujik> | I removed resume, do I have to put in ro single? |
03:17 | -!- | amphi [~amphi@59.95.55.197] has quit [Ping timeout: 480 seconds] |
03:19 | -!- | steeb [~steeb@jabberd.draugr.de] has left #debian [] |
03:20 | <jm_> | k43: newer xorg is available on backports, try that with newer kernel |
03:22 | <nodots> | jm_: what's the pastebin again? |
03:22 | <jm_> | nodots: paste.debian.net |
03:23 | -!- | zz_andres is now known as andres |
03:23 | <moujik> | on mandriva it doesn't specify initrd.img-x.x.xx.x |
03:24 | -!- | SynrG [~synrg@blk-222-91-184.eastlink.ca] has joined #debian |
03:24 | -!- | Ariannah [~knitsock@blk-222-91-184.eastlink.ca] has joined #debian |
03:24 | <nodots> | moujik: here is the 40_custom entry for my PCLinuxOS install http://paste.debian.net/162951/ |
03:24 | -!- | Santi3 [~Santi@49.Red-80-24-67.staticIP.rima-tde.net] has joined #debian |
03:24 | <Santi3> | holaaaa |
03:24 | <Santi3> | doy santiiii |
03:25 | -!- | degli [~degli@2001:1418:193:60:65d5:2ecb:171b:584d] has joined #debian |
03:25 | -!- | ant__ [~anton@gbibp9ph1--blueice4n2.emea.ibm.com] has joined #debian |
03:25 | -!- | Xoxo3 [~m@49.Red-80-24-67.staticIP.rima-tde.net] has joined #debian |
03:25 | <Xoxo3> | eeeeee |
03:25 | -!- | penguin01210 [~penguin01@fer01-1-78-234-67-117.fbx.proxad.net] has joined #debian |
03:25 | <Xoxo3> | pedazo cabron |
03:26 | <Xoxo3> | xd |
03:26 | <Xoxo3> | mecago tus muertos |
03:26 | -!- | nemofish [~user@vps711.directvps.nl] has joined #debian |
03:26 | <Xoxo3> | qe quieres |
03:26 | <Santi3> | comeme el rabo |
03:26 | <Xoxo3> | me la chupas |
03:26 | <Xoxo3> | oh sii |
03:26 | <moujik> | nodots: you don't have (hd0,0) either |
03:26 | <Xoxo3> | oh siiiiiii |
03:26 | <Xoxo3> | aaaaaaaaaaaaaaaaa |
03:26 | <Xoxo3> | aaaaaaaaaaaaaa |
03:26 | <Xoxo3> | aaaaaaaa |
03:26 | <Xoxo3> | ahhsiii |
03:26 | -!- | k43 [~k43@202.152.194.149] has quit [Ping timeout: 480 seconds] |
03:26 | <Xoxo3> | ohsu |
03:26 | <Xoxo3> | oh yesss |
03:26 | <Xoxo3> | oh yess |
03:27 | <Xoxo3> | oh yeesssssssssssssssssssss |
03:27 | <Xoxo3> | oh my godd |
03:27 | -!- | xination [~xination@27-32-49-133.tpgi.com.au] has joined #debian |
03:27 | <moujik> | I think I'm gonna remove it |
03:27 | <ansgar> | !ops Xoxo3 |
03:27 | <dpkg> | Hydroxide, dondelelcaro, ):, helix, LoRez, RichiH, mentor, xk, abrotman, gravity, azeem, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen: ansgar complains about: Xoxo3 |
03:27 | -!- | joselete [~josete@49.Red-80-24-67.staticIP.rima-tde.net] has joined #debian |
03:28 | <joselete> | eeeeeeeeeeeeeeee |
03:28 | <Santi3> | eeeee |
03:28 | <Xoxo3> | me cago tus muertos |
03:28 | <Xoxo3> | ç |
03:28 | <Xoxo3> | oh my good |
03:28 | -!- | JanC [~janc@ip-213-49-101-252.dsl.scarlet.be] has joined #debian |
03:28 | <Xoxo3> | oh my gooddddddddddddddd |
03:28 | <Xoxo3> | oh siiiiiiiiiiii |
03:28 | -!- | xination [~xination@27-32-49-133.tpgi.com.au] has left #debian [] |
03:28 | <Xoxo3> | oh siiiiiiiiiiiiiiiii |
03:28 | <joselete> | oh siiiiiiiiiiiiiiiiiiiiiiiiiii |
03:28 | <Xoxo3> | oh yesssssssssssss |
03:28 | <penguin01210> | ? |
03:28 | <Xoxo3> | OH MY GOOODDDDDDDDDDDDDDDDD |
03:28 | -!- | lokojajaja [~lelele@49.Red-80-24-67.staticIP.rima-tde.net] has joined #debian |
03:28 | <lokojajaja> | eii |
03:28 | <lokojajaja> | xD |
03:28 | <lokojajaja> | soii manu xdddd |
03:28 | <joselete> | sige sige |
03:28 | <Santi3> | comeme el rabooo |
03:29 | <EmleyMoor> | penguin01210: Nuisance host messing us about |
03:29 | -!- | Santi3 [~Santi@49.Red-80-24-67.staticIP.rima-tde.net] has quit [] |
03:29 | <joselete> | oh yea oh yea |
03:29 | <lokojajaja> | YEAH_ |
03:29 | -!- | gael [~gael@83.167.43.235] has joined #debian |
03:29 | <Xoxo3> | OH YEA TIO |
03:29 | <penguin01210> | sorry? i'm new to IRC |
03:29 | <Xoxo3> | OH YEEEEEEEEEEEEEEEEEEEEEEEEEAAAAAAAA |
03:30 | <EmleyMoor> | penguin01210: If you're wondering about all the "noise", that is |
03:30 | -!- | Porno [~Porno@49.Red-80-24-67.staticIP.rima-tde.net] has joined #debian |
03:30 | <Xoxo3> | PINGUIN CALLATE O SI NO TE METO UN POLLAZO |
03:30 | -!- | lokojajaja [~lelele@49.Red-80-24-67.staticIP.rima-tde.net] has quit [] |
03:31 | <penguin01210> | i'm just asking: what's happening there? isn't that a support channel? :D |
03:31 | <EmleyMoor> | It is - support for Debian in English... |
03:31 | <Xoxo3> | QUIEN ERES |
03:32 | <Porno> | hola wapetones |
03:32 | <Porno> | :) |
03:32 | <moujik> | nodots: or not. 30_os_prober is cryptic |
03:32 | <Xoxo3> | THERE ARE CHOCHO |
03:32 | <penguin01210> | Xoxo3: i don't understand |
03:32 | -!- | clopez [~clopez@fanzine.igalia.com] has joined #debian |
03:32 | <nodots> | can someone kick these guys? |
03:32 | <EmleyMoor> | nodots: We have tried to alert the ops |
03:32 | <Porno> | alguien kiere sex?? |
03:32 | <Xoxo3> | OH SYYYYYYYYYY |
03:32 | <ansgar> | penguin01210: There are some annoying people that like annoying others and it looks like there is noone who can kick them around right now. |
03:32 | <Xoxo3> | YO TENGO CHOCHOOO |
03:32 | <penguin01210> | ok, now i understand |
03:33 | <nodots> | moujik: 30_os_prober is a script, not to be edited |
03:34 | -!- | mode/#debian [+o weasel] by ChanServ |
03:34 | -!- | mode/#debian [+b *!*Porno@*.Red-80-24-67.staticIP.rima-tde.net] by weasel |
03:34 | -!- | Porno was kicked from #debian by weasel [Porno] |
03:34 | -!- | mode/#debian [+b *!*josete@*.Red-80-24-67.staticIP.rima-tde.net] by weasel |
03:34 | -!- | joselete was kicked from #debian by weasel [joselete] |
03:34 | -!- | mode/#debian [+b *!*m@*.Red-80-24-67.staticIP.rima-tde.net] by weasel |
03:34 | -!- | Xoxo3 was kicked from #debian by weasel [Xoxo3] |
03:35 | <penguin01210> | someone kicked them |
03:35 | <moujik> | I can try to revitalize it with mandriva CD, I jjust don't want mandriva eating up debian |
03:35 | -!- | asfethan [~asfethan@enigma.cyberasylum.eu] has quit [Quit: "reboot"] |
03:35 | <EmleyMoor> | Yes, weasel answered the call |
03:35 | -!- | mode/#debian [+b *!*@49.Red-80-24-67.staticIP.rima-tde.net] by weasel |
03:35 | -!- | mode/#debian [-o weasel] by weasel |
03:35 | -!- | superkulak [~nicola@net-2-38-222-141.cust.dsl.vodafone.it] has joined #debian |
03:35 | -!- | jesusprubio [~fadsfadsf@83.165.219.240] has joined #debian |
03:36 | <penguin01210> | i would like to ask about debian testing/unstable , is it the right place? |
03:36 | -!- | domenico [~domenico@host132-51-dynamic.247-95-r.retail.telecomitalia.it] has joined #debian |
03:36 | -!- | Aleric [~carlo@aleric.user.oftc.net] has joined #debian |
03:36 | -!- | domenico [~domenico@host132-51-dynamic.247-95-r.retail.telecomitalia.it] has quit [] |
03:37 | <nodots> | moujik: if you re-install mandriva, you can install grub to the superblock (not the mbr) and then use grub2 to chainload to grub 1 |
03:37 | -!- | toote [~toote@190.210.68.9] has quit [Quit: Leaving.] |
03:38 | * | EmleyMoor is changing ISP later today - and is hoping he won't encounter problems... |
03:38 | -!- | penguin01210 [~penguin01@fer01-1-78-234-67-117.fbx.proxad.net] has quit [Quit: penguin01210] |
03:38 | -!- | penguin01210 [~penguin01@fer01-1-78-234-67-117.fbx.proxad.net] has joined #debian |
03:38 | -!- | toabctl [~tom@213.172.126.10] has joined #debian |
03:38 | -!- | penguin01210 [~penguin01@fer01-1-78-234-67-117.fbx.proxad.net] has quit [] |
03:39 | <moujik> | nodots: how do I chainload? |
03:39 | -!- | foolano [~magnetic@239.Red-88-15-203.dynamicIP.rima-tde.net] has joined #debian |
03:39 | -!- | asfethan [~asfethan@enigma.cyberasylum.eu] has joined #debian |
03:40 | -!- | mode/#debian [+l 497] by debhelper |
03:42 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/] |
03:42 | -!- | luca_ [~luca@151.63.74.235] has joined #debian |
03:42 | -!- | luca_ [~luca@151.63.74.235] has quit [] |
03:44 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has quit [Quit: Konversation terminated!] |
03:45 | <nodots> | moujik: I don't honestly remember, lol |
03:46 | -!- | Aleric [~carlo@aleric.user.oftc.net] has quit [Ping timeout: 480 seconds] |
03:47 | <moujik> | ok, thank you for your time! |
03:47 | -!- | malat [~smuxi@bac69-9-88-174-17-130.fbx.proxad.net] has joined #debian |
03:49 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
03:49 | -!- | nautics-lap is now known as bluewater |
03:49 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
03:51 | -!- | Aleric [~carlo@aleric.user.oftc.net] has joined #debian |
03:52 | -!- | moujik [~moujik@c80-217-191-53.bredband.comhem.se] has quit [Quit: Leaving] |
03:52 | -!- | polluX_ [~pollux@aresrh7317-2.clients.easynet.fr] has joined #debian |
03:52 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has quit [Remote host closed the connection] |
03:53 | -!- | qord [~qord@a81-14-225-151.net-htp.de] has joined #debian |
03:54 | -!- | tuvshinjargal [~tuvshinja@mt-242.mtcone.net] has joined #debian |
03:54 | -!- | zlynx [~Lynx@15.211.153.75] has left #debian [QUIT :Leaving.] |
03:55 | <tuvshinjargal> | help me: i installed google earth, now how to run it |
03:56 | -!- | stderr_dk [~pohol@0x55517066.adsl.cybercity.dk] has quit [Ping timeout: 480 seconds] |
03:56 | <Nemoder> | /usr/bin/google-earth ? |
03:56 | -!- | steeb [~steeb@jabberd.draugr.de] has joined #debian |
03:56 | -!- | zlynx [~Lynx@15.211.153.75] has joined #debian |
03:59 | <tuvshinjargal> | yes |
03:59 | <tuvshinjargal> | bin |
03:59 | <tuvshinjargal> | director |
03:59 | <tuvshinjargal> | google-earth |
03:59 | -!- | phorce1 [~gvl2@76.252.176.30] has joined #debian |
04:00 | -!- | ikarso [~ikarso@static-212.214.94.164.addr.tdcsong.se] has joined #debian |
04:00 | -!- | ikarso [~ikarso@static-212.214.94.164.addr.tdcsong.se] has left #debian [] |
04:00 | <tuvshinjargal> | google-earth |
04:00 | <tuvshinjargal> | Google Earth has caught signal 11. |
04:00 | <tuvshinjargal> | We apologize for the inconvenience, but Google Earth has crashed. |
04:00 | <tuvshinjargal> | This is a bug in the program, and should never happen under normal |
04:00 | <tuvshinjargal> | circumstances. A bug report and debugging data have been written |
04:00 | <tuvshinjargal> | to this text file: |
04:00 | -!- | tuvshinjargal was kicked from #debian by debhelper [use http://paste.debian.net or /msg dpkg paste] |
04:01 | -!- | zlynx [~Lynx@15.211.153.75] has left #debian [] |
04:05 | -!- | stderr_dk [~pohol@0x55517066.adsl.cybercity.dk] has joined #debian |
04:09 | -!- | ao2 [~u@cl-35.trn-01.it.sixxs.net] has joined #debian |
04:09 | -!- | wintellect [~wintellec@cpc2-nmal8-0-0-cust1262.croy.cable.virginmedia.com] has joined #debian |
04:17 | -!- | crshd_ [~crshd@175.141.12.101] has quit [Ping timeout: 480 seconds] |
04:17 | -!- | hate29 [~hate29@a91-154-206-38.elisa-laajakaista.fi] has joined #debian |
04:18 | -!- | hele [~hele@cs181222070.pp.htv.fi] has quit [Quit: Konversation terminated!] |
04:20 | -!- | nodots [~nodots@cpe-76-186-163-239.tx.res.rr.com] has quit [Quit: Stock is for suckers! Modify everything!] |
04:21 | -!- | cloud [~IRC@HSI-KBW-109-192-000-093.hsi6.kabel-badenwuerttemberg.de] has joined #debian |
04:23 | -!- | Architekton [~Architekt@92.41.41.253.threembb.co.uk] has joined #debian |
04:24 | -!- | Architekton [~Architekt@92.41.41.253.threembb.co.uk] has left #debian [] |
04:25 | <hate29> | Is there any hope running Debian on a tablet? I'm planning buying one but don't like android. Not buying ipad though. |
04:25 | -!- | alleyoopster [~alleyoops@41-135-71-244.dsl.mweb.co.za] has joined #debian |
04:25 | -!- | alleyoopster [~alleyoops@41-135-71-244.dsl.mweb.co.za] has quit [] |
04:26 | <EmleyMoor> | How can I get the current time of day in 64-bit NTP format? |
04:26 | -!- | phorce1 [~gvl2@76.252.176.30] has quit [Quit: leaving] |
04:27 | <jm_> | isn't that just seconds from epoch? |
04:27 | <jm_> | ahh no, it's that + fraction |
04:28 | -!- | scientes [~scientes@ppp-71-139-15-231.dsl.snfc21.pacbell.net] has quit [Ping timeout: 480 seconds] |
04:29 | -!- | bfly_ is now known as bfly |
04:30 | -!- | crshd [~crshd@175.141.12.101] has joined #debian |
04:31 | -!- | phorce1 [~gvl2@76.252.176.30] has joined #debian |
04:34 | <EmleyMoor> | I think what I need is whatever it is, byte by byte... |
04:35 | -!- | safinaskar [~quassel@188.44.56.155] has joined #debian |
04:36 | -!- | MeNinBoX [~MeNinBoX@110.139.23.220] has joined #debian |
04:36 | -!- | Black_Prince [~Prince@91.191.20.15] has joined #debian |
04:36 | -!- | DebianLover [~mo@095-096-172-237.static.chello.nl] has left #debian [] |
04:41 | -!- | Architekton [~Architekt@92.41.41.253.threembb.co.uk] has joined #debian |
04:42 | <Architekton> | Can debian help me trace and ID a stalker? |
04:43 | -!- | karl_otto [~karl_otto@46.253.55.23] has joined #debian |
04:43 | -!- | karl_otto [~karl_otto@46.253.55.23] has quit [] |
04:43 | -!- | MeNinBoX [~MeNinBoX@110.139.23.220] has quit [Quit: Leaving] |
04:45 | -!- | Architekton [~Architekt@92.41.41.253.threembb.co.uk] has quit [] |
04:46 | -!- | yip [~ali@5acb8746.bb.sky.com] has quit [Quit: Lost terminal] |
04:53 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
04:54 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
04:54 | -!- | Zaba [~zaba@178.236.141.156] has quit [Ping timeout: 480 seconds] |
04:55 | -!- | rubs [~ruben@193.51.120.163] has joined #debian |
04:56 | -!- | Xavi [~xavi@142.Red-81-33-61.dynamicIP.rima-tde.net] has quit [Read error: No route to host] |
04:56 | -!- | degli [~degli@2001:1418:193:60:65d5:2ecb:171b:584d] has quit [Quit: Leaving] |
04:58 | -!- | degli [~degli@2001:1418:193:60:65d5:2ecb:171b:584d] has joined #debian |
05:01 | -!- | imphil_ [~philipp@0024d78b42d4.dfn.mwn.de] has joined #debian |
05:02 | -!- | dandelion [~dandelion@93.240.106.212.dynamic.jazztel.es] has joined #debian |
05:03 | -!- | hate29 [~hate29@a91-154-206-38.elisa-laajakaista.fi] has quit [Quit: leaving] |
05:03 | -!- | yip [~ali@5acb8746.bb.sky.com] has joined #debian |
05:04 | -!- | imphil__ [~philipp@129.187.237.61] has joined #debian |
05:06 | -!- | Xavi [~xavi@142.Red-81-33-61.dynamicIP.rima-tde.net] has joined #debian |
05:06 | -!- | babilen [~babilen@babilen.user.oftc.net] has quit [Ping timeout: 480 seconds] |
05:06 | -!- | and1bm [~andi@HSI-KBW-149-172-216-243.hsi13.kabel-badenwuerttemberg.de] has quit [Quit: Konversation terminated!] |
05:06 | -!- | [machine] [~timb@paris1.fr.nth-dimension.org.uk] has joined #debian |
05:07 | -!- | nmt4 [~nmt4@p578b32c5.dip0.t-ipconnect.de] has joined #debian |
05:08 | -!- | nmt4 [~nmt4@p578b32c5.dip0.t-ipconnect.de] has quit [] |
05:08 | -!- | hayg25 [~guler@polnthg.in2p3.fr] has joined #debian |
05:09 | -!- | hayg25 [~guler@polnthg.in2p3.fr] has left #debian [] |
05:09 | -!- | byonk [~byonk@220-136-176-96.dynamic.hinet.net] has joined #debian |
05:11 | -!- | imphil_ [~philipp@0024d78b42d4.dfn.mwn.de] has quit [Ping timeout: 480 seconds] |
05:12 | -!- | jgomez [~jgomez@83-148-163-185.gsk.managedbroadband.co.uk] has joined #debian |
05:12 | -!- | technologov__ [~technolog@bzq-79-181-167-86.red.bezeqint.net] has joined #debian |
05:13 | -!- | Zaba [~zaba@178.236.141.156] has joined #debian |
05:14 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has quit [Remote host closed the connection] |
05:15 | -!- | pafmaf [~Pete@dslb-188-096-171-235.pools.arcor-ip.net] has joined #debian |
05:15 | -!- | technologov_ [~technolog@109.65.166.150] has quit [Ping timeout: 480 seconds] |
05:16 | -!- | technologov__ [~technolog@bzq-79-181-167-86.red.bezeqint.net] has quit [Read error: Connection reset by peer] |
05:16 | -!- | amphi [~amphi@59.95.25.217] has joined #debian |
05:18 | -!- | __iron [~tobias@ip-141-31-182-26.nat.selfnet.de] has joined #debian |
05:18 | -!- | b3nmar [~b3nmar@168.167.180.161] has joined #debian |
05:19 | -!- | steeb [~steeb@jabberd.draugr.de] has left #debian [] |
05:20 | -!- | mode/#debian [+l 503] by debhelper |
05:21 | -!- | technologov__ [~technolog@bzq-109-64-152-200.red.bezeqint.net] has joined #debian |
05:23 | -!- | babilen [~babilen@babilen.user.oftc.net] has joined #debian |
05:27 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
05:27 | -!- | martin_ [~martin@f048160090.adsl.alicedsl.de] has quit [Quit: Leaving] |
05:27 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
05:28 | -!- | TaitenP [~TaitenP@210.242.151.101] has quit [Ping timeout: 480 seconds] |
05:28 | -!- | gruetzkopf [~martin@f048160090.adsl.alicedsl.de] has joined #debian |
05:30 | -!- | alephnull [~alok@btm.ideadevice.com] has joined #debian |
05:36 | -!- | grandie [~Grandad@p57ACEFB6.dip.t-dialin.net] has joined #debian |
05:36 | -!- | nestor [~smuxi@wan.taric.es] has joined #debian |
05:40 | -!- | TaitenP [~TaitenP@210.242.151.101] has joined #debian |
05:44 | -!- | grandie [~Grandad@p57ACEFB6.dip.t-dialin.net] has quit [Remote host closed the connection] |
05:45 | -!- | bluenemo [~bluenemo@p5797A23E.dip.t-dialin.net] has joined #debian |
05:47 | -!- | grandie [~grandie@p57ACEFB6.dip.t-dialin.net] has joined #debian |
05:47 | -!- | ufi2012 [~ufi2012@60-242-102-15.tpgi.com.au] has joined #debian |
05:48 | -!- | pafmaf [~Pete@dslb-188-096-171-235.pools.arcor-ip.net] has quit [Quit: Verlassend] |
05:48 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
05:50 | -!- | mode/#debian [+l 510] by debhelper |
05:51 | -!- | ufi2012 [~ufi2012@60-242-102-15.tpgi.com.au] has quit [] |
05:51 | -!- | jkf [~Greg_od@79.140.14.173] has joined #debian |
05:52 | -!- | amphi [~amphi@59.95.25.217] has quit [Read error: Connection reset by peer] |
05:52 | -!- | amphi_ [~amphi@59.95.53.95] has joined #debian |
05:54 | -!- | lancelot_of [~TheKnight@dyninside204.lnf.infn.it] has joined #debian |
05:54 | <lancelot_of> | hi there |
05:54 | -!- | bluenemo [~bluenemo@p5797A23E.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
05:55 | <lancelot_of> | i'm trying to change permissions in mtab as root, but the the file in /proc the mtab is linked to is unchangebly read-only. how to workaround? |
05:57 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
05:57 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
05:58 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has joined #debian |
05:58 | <lancelot_of> | in other words, my vfat fs is mounted in read only by default, why?every time i must run from root: mount -o remount,rw /media/Kindle, for example, and it's really annoyig |
05:58 | <lancelot_of> | annoying ;) |
05:59 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has quit [] |
05:59 | -!- | indigo [~indigo@d14-69-78-200.try.wideopenwest.com] has quit [Quit: leaving] |
05:59 | <streuner_> | !vfat+rw |
06:00 | <streuner_> | !vfatrw |
06:00 | <dpkg> | To get write access to a <vfat> partition when mounting it with fstab, use the line "/dev/partition /mount/point vfat defaults,user,uid=USERID,gid=GROUPID,umask=002 0 0" in /etc/fstab. umask=002 will make the partition rwxrwxr-x, while umask=022 will make it rwxr-xr-x. Get your user/group ids with the command "id". |
06:00 | <EmleyMoor> | Is there an automated way to generate a Global ID for RFC4193 addressing? |
06:05 | -!- | bluenemo [~bluenemo@p5797A23E.dip.t-dialin.net] has joined #debian |
06:09 | -!- | floppy [~floppy@85.122.145.68] has joined #debian |
06:09 | -!- | floppy [~floppy@85.122.145.68] has quit [] |
06:10 | <lancelot_of> | streuner_, even following your suggestion mtab still contains ro instruction and the device is always mounted as read only |
06:10 | -!- | avinash [~avinash@49.248.27.202] has joined #debian |
06:10 | <lancelot_of> | so i come back to the first question..how to change mtab? |
06:10 | <avinash> | hi |
06:11 | -!- | avinash [~avinash@49.248.27.202] has quit [] |
06:12 | <jm_> | lancelot_of: perhaps finding out what mounts it will help |
06:13 | -!- | imphil__ [~philipp@129.187.237.61] has quit [Read error: Operation timed out] |
06:14 | -!- | malat [~smuxi@bac69-9-88-174-17-130.fbx.proxad.net] has left #debian [] |
06:15 | -!- | sangi [~sangi@218.248.24.19] has joined #debian |
06:15 | -!- | sla [~c28@81-95-223-1.pool.linky.ru] has joined #debian |
06:17 | <lancelot_of> | jm_, it's mounted by mtab with those permissions, so being unable to modify mtab dunno how to solve. Up by now, no apps are using /media/Kindle and the device is not connected but the dir and its permissions are still there |
06:18 | -!- | fheinrich [~fheinrich@xdsl-92-252-23-90.dip.osnanet.de] has joined #debian |
06:18 | -!- | fheinrich [~fheinrich@xdsl-92-252-23-90.dip.osnanet.de] has left #debian [] |
06:19 | <jm_> | lancelot_of: there must be something that's mounting it - you need to find out what and how to change mount options it uses |
06:19 | <lancelot_of> | jm_, in ps -def nothing is readble about |
06:19 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
06:20 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
06:20 | <jm_> | lancelot_of: is it kde/gnome/...? |
06:21 | <lancelot_of> | jm_, no fluxbox |
06:22 | <jm_> | lancelot_of: fluxbox doesn't do this so you must have something else running |
06:23 | -!- | DebianLover [~mo@095-096-172-237.static.chello.nl] has joined #debian |
06:23 | <DragonDon> | Trying to use SSH as a low-tech VPN, something seems to be missing I think from the following instructions.... |
06:23 | <DragonDon> | "After you make a [SSH]connection, then set your browser of choice (or any application that allows proxy) to localhost:5222. This will create a dynamic port forward and tunnel all the application traffic through your SSH server, both encrypting your data and bypassing content filters. " |
06:23 | <lancelot_of> | jm_, the only mounting app running is dolphin but it's not mounting the device nor tis latter is connected |
06:23 | -!- | ant777 [~jay@unc-gw.aqa.com.ru] has joined #debian |
06:24 | -!- | nikita [~nikita@89.232.137.202] has joined #debian |
06:24 | <DragonDon> | does the SSH server actualy automatically send out an http request, get it back and then server it back to my client? wouldn't I need something like squid(?) or other to do that? |
06:24 | -!- | ant777 [~jay@unc-gw.aqa.com.ru] has left #debian [] |
06:24 | -!- | darkbasic [~quassel@host37-245-static.119-2-b.business.telecomitalia.it] has quit [Remote host closed the connection] |
06:25 | -!- | vickey [~vickey@122.169.17.149] has joined #debian |
06:25 | <lancelot_of> | jm_, and i report again that in my opinion the problem is still mtab, where only i found something related to that dir in /media |
06:25 | -!- | Guest1658 [~pierre@c80-217-236-91.bredband.comhem.se] has quit [Quit: Textual IRC Client: http://www.textualapp.com/] |
06:25 | <jm_> | lancelot_of: no, changing stuff in mtab is pointless |
06:25 | -!- | pierre [~pierre@c80-217-236-91.bredband.comhem.se] has joined #debian |
06:26 | <jm_> | DragonDon: it's a tcp tunnel |
06:26 | -!- | pierre is now known as Guest46 |
06:27 | <DragonDon> | I think I got it, his example is from a command line using the -D arg for ssh, have to check to see how , if possible, to do the same o Connectbot... |
06:27 | -!- | darkbasic [~quassel@host37-245-static.119-2-b.business.telecomitalia.it] has joined #debian |
06:27 | <[machine]> | dragondon: depends... you can either use ssh as a SOCKS proxy, in which case SOCKS takes care of it, you can also do specific host/port forwards, in which case the SSH server will know where to forward .. also OpenSSH has a full VPN implementation too |
06:28 | -!- | safinaskar [~quassel@188.44.56.155] has quit [Remote host closed the connection] |
06:28 | -!- | vickey [~vickey@122.169.17.149] has quit [] |
06:28 | <[machine]> | so it really depends on what flags you're using in your SSH client |
06:29 | <[machine]> | -D implements SOCKS4/5 |
06:29 | -!- | KayZee [~Kay@ool-4351a621.dyn.optonline.net] has joined #debian |
06:29 | <anbe> | lancelot_of, if the device is not connected but still appears to be mounted (aka listed in /etc/mtab), it was not unmounted cleanly |
06:29 | <DragonDon> | I wish I knew of a client that allowed me to pass flags on Android. I am currently using ConnectBot so I have to translate flags to menu options. I think I did find the right one though [machine] & _jm |
06:30 | <[machine]> | so you tell your local apps to use the -D specified host/port as a SOCKS proxy |
06:30 | <lancelot_of> | anbe, it's possible, so what to do? |
06:30 | <anbe> | umount /media/Kindle |
06:31 | <DragonDon> | sweet, figured it out! Works on LAN, now to test WAN. :) |
06:31 | -!- | technologov__ [~technolog@bzq-109-64-152-200.red.bezeqint.net] has quit [Ping timeout: 480 seconds] |
06:32 | -!- | airodump [~airodump@85.122.145.68] has joined #debian |
06:32 | -!- | micove [~micove@72.187.240.39] has quit [Quit: Leaving] |
06:33 | -!- | airodump [~airodump@85.122.145.68] has quit [] |
06:34 | <DragonDon> | awesome, yippe for feeling more secure about using public wifi! :) |
06:35 | -!- | vladuke_ [~vladuke@87.226.144.82] has quit [Quit: Konversation terminated!] |
06:35 | -!- | vladuke__ [~vladuke@87.226.144.82] has joined #debian |
06:35 | -!- | grandie [~grandie@p57ACEFB6.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
06:36 | -!- | joydog [~joydog@1.176.115.142] has joined #debian |
06:37 | <joydog> | hi |
06:37 | -!- | joydog [~joydog@1.176.115.142] has quit [] |
06:38 | <lancelot_of> | ok, i umounted Kindle and added the lines suggested before by streuner_ for vfatrw in /etc/fstab. Remounting Kindle in mtab there's still ro option and the device is unusable...i'm getting angry |
06:38 | -!- | jurgen [~jurgen@94-224-59-26.access.telenet.be] has joined #debian |
06:38 | -!- | jurgen [~jurgen@94-224-59-26.access.telenet.be] has quit [] |
06:38 | -!- | zlatan [~zlatan@adsl-165-162-184.teol.net] has joined #debian |
06:39 | <jm_> | lancelot_of: wait, do you mount it manually? |
06:39 | -!- | zlatan [~zlatan@adsl-165-162-184.teol.net] has left #debian [] |
06:39 | <lancelot_of> | jm_, with dolphin or calinre |
06:39 | <lancelot_of> | calibre |
06:40 | -!- | nikita [~nikita@89.232.137.202] has quit [Quit: Leaving] |
06:40 | <jm_> | lancelot_of: calibre uses /usr/bin/calibre-mount-helper or somesuch, doesn't it? |
06:41 | <lancelot_of> | jm_, it is |
06:42 | <jm_> | lancelot_of: and it uses udisks in debian it seems |
06:43 | -!- | nikita [~nikita@89.232.137.202] has joined #debian |
06:44 | -!- | quentusrex_ [~quentusre@70-89-155-57-amigo-vino-wa.hfc.comcastbusiness.net] has quit [Ping timeout: 480 seconds] |
06:44 | <lancelot_of> | yes |
06:44 | -!- | quentusrex [~quentusre@70-89-155-57-amigo-vino-wa.hfc.comcastbusiness.net] has quit [Ping timeout: 480 seconds] |
06:44 | -!- | amphi_ [~amphi@59.95.53.95] has quit [Remote host closed the connection] |
06:44 | <lancelot_of> | jm_, and in dmesg i get : [109749.945883] FAT-fs (sdc1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! |
06:44 | <lancelot_of> | [109760.331215] FAT-fs (sdc1): error, fat_free_clusters: deleting FAT entry beyond EOF |
06:44 | <lancelot_of> | [109760.331229] FAT-fs (sdc1): Filesystem has been set read-only |
06:44 | -!- | technologov [~technolog@bzq-109-65-145-219.red.bezeqint.net] has joined #debian |
06:45 | <jm_> | lancelot_of: right, so that must be the reason for ro |
06:45 | <lancelot_of> | jm_, which seems to be the main cause of unusability of the device |
06:45 | <lancelot_of> | jm_, exactly, we agree ;) |
06:46 | <jm_> | lancelot_of: well there's fsck in dosfstools if you want to, but back it up first I guess |
06:47 | -!- | henr_k_ [~henrikau@acheron.austad.us] has joined #debian |
06:48 | -!- | felgru [~felgru@xdsl-87-78-173-101.netcologne.de] has joined #debian |
06:48 | -!- | hychen [~hychen@210.242.151.101] has quit [Quit: Leaving] |
06:49 | -!- | henr_k [~henrikau@acheron.austad.us] has quit [Ping timeout: 480 seconds] |
06:49 | -!- | DrGkill [~DrGkill@omegacube.pck.nerim.net] has joined #debian |
06:51 | -!- | nikita [~nikita@89.232.137.202] has left #debian [Leaving] |
06:54 | -!- | koshiDL [~koshiDL@mnch-5d86c7f2.pool.mediaWays.net] has joined #debian |
06:54 | -!- | amphi [~amphi@59.95.53.95] has joined #debian |
06:55 | -!- | koshiDL [~koshiDL@mnch-5d86c7f2.pool.mediaWays.net] has quit [] |
06:55 | -!- | BusMaster [~sagar@pc057221.md.kth.se] has joined #debian |
06:56 | -!- | hewe [~helmut@ip-2-207-135-199.web.vodafone.de] has joined #debian |
06:56 | -!- | BusMaster [~sagar@pc057221.md.kth.se] has quit [] |
06:56 | -!- | salvin [~salvin@93-46-34-28.ip105.fastwebnet.it] has joined #debian |
06:59 | -!- | _Qman [~Q@host-238-160.m-link.be] has joined #debian |
06:59 | -!- | vladuke__ [~vladuke@87.226.144.82] has quit [Ping timeout: 480 seconds] |
06:59 | -!- | hewe [~helmut@ip-2-207-135-199.web.vodafone.de] has quit [] |
07:00 | -!- | vladuke__ [~vladuke@87.226.144.82] has joined #debian |
07:01 | -!- | SieB [~r00t@steinsel.perfect-privacy.com] has joined #debian |
07:01 | <SieB> | hey |
07:01 | <SieB> | im having problems with my cryptdevice |
07:01 | -!- | EmleyMoor [phil@topdeck.tinsleyviaduct.com] has quit [Quit: New line install time] |
07:01 | -!- | unix70 [~ubuntu64@net-93-148-236-218.cust.dsl.teletu.it] has joined #debian |
07:02 | -!- | sla [~c28@81-95-223-1.pool.linky.ru] has quit [Read error: Operation timed out] |
07:02 | -!- | fr33k [~fvb@546BFCBE.cm-12-4d.dynamic.ziggo.nl] has quit [Ping timeout: 480 seconds] |
07:03 | <SieB> | it says no key available with that passphrase |
07:03 | <SieB> | http://pastebin.com/2Bk5Rzgu |
07:03 | <SieB> | thats a cryptsetup luksDump |
07:03 | -!- | _Qman [~Q@host-238-160.m-link.be] has quit [] |
07:04 | -!- | BusMaster [~sagar@pc057221.md.kth.se] has joined #debian |
07:04 | -!- | BusMaster [~sagar@pc057221.md.kth.se] has left #debian [] |
07:05 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has quit [Quit: buh bye!] |
07:05 | -!- | whodare_ [~whodare@114.249.219.185] has quit [Quit: Konversation terminated!] |
07:05 | -!- | whodare [~whodare@114.249.219.185] has joined #debian |
07:05 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has joined #debian |
07:07 | -!- | sla [~c28@81-95-223-1.pool.linky.ru] has joined #debian |
07:08 | -!- | meise [~dm@3st.be] has quit [Remote host closed the connection] |
07:09 | -!- | meise [~dm@3st.be] has joined #debian |
07:09 | -!- | bittin [~bittin@c213-100-108-76.cust.tele2.se] has joined #debian |
07:13 | -!- | KayZee [~Kay@ool-4351a621.dyn.optonline.net] has quit [Remote host closed the connection] |
07:13 | -!- | naiv [~quassel@AAnnecy-552-1-255-79.w90-4.abo.wanadoo.fr] has joined #debian |
07:13 | -!- | naiv_ [~quassel@AAnnecy-552-1-255-79.w90-4.abo.wanadoo.fr] has joined #debian |
07:17 | -!- | Guest46 [~pierre@c80-217-236-91.bredband.comhem.se] has quit [Quit: Computer has gone to sleep.] |
07:17 | -!- | b3nmar [~b3nmar@168.167.180.161] has quit [Quit: Leaving] |
07:17 | <gnugr> | SieB: create a new passphrase instead to change it : http://www.debianuserforums.org/viewtopic.php?f=7&t=400 |
07:18 | -!- | anon_ [~anon@79.109.108.16.dyn.user.ono.com] has joined #debian |
07:19 | <SieB> | does not work -.- |
07:19 | -!- | anon_ [~anon@79.109.108.16.dyn.user.ono.com] has quit [] |
07:21 | -!- | safinaskar [~quassel@188.44.56.155] has joined #debian |
07:21 | <gnugr> | i think that is a right suggestion for lucksaddkey |
07:22 | <SieB> | my partition table was broken.... so i searched for luks header |
07:22 | <gnugr> | oh i see |
07:22 | <SieB> | hexdump found it and now i created a loopdevice |
07:22 | <SieB> | ;) |
07:22 | <SieB> | sry for holding that information |
07:22 | <SieB> | but my english is not that good... |
07:23 | -!- | imphil__ [~philipp@irap7n.rad.med.uni-muenchen.de] has joined #debian |
07:23 | <SieB> | loopdevice starts at header.... and luksDump shows the header.... but its not possible to mount cause of passphrase problems |
07:23 | <SieB> | maybe a hash is broken or something like that |
07:24 | <SieB> | and i read somewhere that it might be possible to disable checks and build cryptsetup by myself |
07:25 | -!- | carandraug [~carandrau@proxy3.library.nuigalway.ie] has joined #debian |
07:27 | -!- | freex [~user@178-191-212-149.adsl.highway.telekom.at] has quit [Ping timeout: 480 seconds] |
07:28 | -!- | movl [~arares@89.47.83.116] has quit [Read error: No route to host] |
07:29 | <gnugr> | SieB: check if this is similar to what you need: http://www.hermann-uwe.de/blog/howto-disk-encryption-with-dm-crypt-luks-and-debian |
07:29 | -!- | pierre [~pierre@host-95-199-135-132.mobileonline.telia.com] has joined #debian |
07:29 | -!- | andres is now known as zz_andres |
07:29 | -!- | pierre is now known as Guest50 |
07:30 | -!- | Guest50 [~pierre@host-95-199-135-132.mobileonline.telia.com] has quit [] |
07:31 | -!- | tlyu_ [~tlyu@SARNATH.MIT.EDU] has joined #debian |
07:32 | -!- | tlyu [~tlyu@SARNATH.MIT.EDU] has quit [Read error: Operation timed out] |
07:32 | -!- | movl [~arares@89.47.83.116] has joined #debian |
07:33 | <lancelot_of> | jm_, back it up means do i have to reboot? |
07:33 | -!- | pierre_ [~pierre@host-95-199-135-132.mobileonline.telia.com] has joined #debian |
07:34 | <jm_> | lancelot_of: no, I mean to use some backup tool |
07:34 | -!- | EmleyMoor [~phil@topdeck.tinsleyviaduct.com] has joined #debian |
07:36 | -!- | freex [~user@88-117-18-93.adsl.highway.telekom.at] has joined #debian |
07:40 | <SieB> | gnugr, .... no thats somethin diff |
07:40 | <SieB> | goin to give up the stuff on that partition.... |
07:40 | <lancelot_of> | jm_, dosfsck /dev/sdc1 reports no errors |
07:40 | -!- | maks_ [~smuxi@94.182.102.28] has joined #debian |
07:41 | -!- | maks_ [~smuxi@94.182.102.28] has left #debian [] |
07:41 | -!- | AzaToth [~azatoth@h87-96-232-93.dynamic.se.alltele.net] has joined #debian |
07:43 | -!- | aguslr [~aguslr@45.113.165.83.dynamic.mundo-r.com] has quit [Ping timeout: 480 seconds] |
07:44 | <lancelot_of> | jm_, even if now the only message in dmesg is: FAT-fs (sdc1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! |
07:44 | -!- | zz_andres is now known as andres |
07:44 | <jm_> | lancelot_of: but is it still "ro"? |
07:44 | <lancelot_of> | jm_, so where to change IO charset for vfat? |
07:45 | -!- | steeb [~steeb@jabberd.draugr.de] has joined #debian |
07:45 | <lancelot_of> | jm_, no, now in mtab it's rw |
07:45 | <jm_> | lancelot_of: it's a mount option, so try fstab |
07:46 | -!- | pierre_ [~pierre@host-95-199-135-132.mobileonline.telia.com] has quit [Quit: Computer has gone to sleep.] |
07:47 | -!- | chitchat [~guest@218-214-24-203.people.net.au] has joined #debian |
07:48 | <lancelot_of> | jm_, something like '... charset=iso*' right? |
07:49 | -!- | abdulkarim [~abdulkari@27.97.192.185] has joined #debian |
07:49 | <jm_> | lancelot_of: iocharset= probably, but vfat also has utf8 (and utf8=no to turn it off) |
07:50 | -!- | mode/#debian [+l 516] by debhelper |
07:50 | -!- | degli [~degli@2001:1418:193:60:65d5:2ecb:171b:584d] has quit [Quit: Leaving] |
07:53 | -!- | babilen [~babilen@babilen.user.oftc.net] has quit [Ping timeout: 480 seconds] |
07:54 | -!- | dattaya [~dattaya@54-116-55-37.pool.ukrtel.net] has joined #debian |
07:56 | -!- | dattaya [~dattaya@54-116-55-37.pool.ukrtel.net] has left #debian [] |
07:57 | -!- | dattaya [~dattaya@54-116-55-37.pool.ukrtel.net] has joined #debian |
07:57 | -!- | kblin [~kai@webserv01.biotech.uni-tuebingen.de] has joined #debian |
07:57 | <kblin> | hi folks |
07:57 | <lancelot_of> | thanks everybody for help |
07:57 | <lancelot_of> | have a nice day |
07:57 | <lancelot_of> | bye |
07:58 | -!- | lancelot_of [~TheKnight@dyninside204.lnf.infn.it] has quit [Quit: Sto andando via] |
07:58 | -!- | pierre_ [~pierre@212.181.83.218] has joined #debian |
07:58 | <kblin> | what do I need to put into /etc/lxc to get my containers to start? |
07:58 | -!- | antares [~antares@gw.lipn.univ-paris13.fr] has joined #debian |
07:59 | -!- | darkbasic [~quassel@host37-245-static.119-2-b.business.telecomitalia.it] has quit [Ping timeout: 480 seconds] |
08:03 | -!- | bitman [~contor@dslb-178-009-134-168.pools.arcor-ip.net] has joined #debian |
08:03 | -!- | betim [~betim@80.80.160.7] has joined #debian |
08:03 | -!- | dattaya [~dattaya@54-116-55-37.pool.ukrtel.net] has left #debian [Konversation terminated!] |
08:04 | -!- | betim [~betim@80.80.160.7] has quit [] |
08:06 | -!- | antares [~antares@gw.lipn.univ-paris13.fr] has quit [Quit: Quitte] |
08:07 | -!- | sangi [~sangi@218.248.24.19] has quit [Quit: Leaving] |
08:11 | -!- | whodare [~whodare@114.249.219.185] has quit [Read error: Connection reset by peer] |
08:12 | -!- | whodare [~whodare@222.128.177.103] has joined #debian |
08:14 | -!- | Firdaus [~firdos@114.79.1.65] has joined #debian |
08:15 | <Firdaus> | how to install gnome 3 on Debian Wheezy ? |
08:16 | -!- | dvs [~me@cwv.teksavvy.com] has joined #debian |
08:17 | <jm_> | !install gnome |
08:17 | <dpkg> | To install GNOME: install the 'gnome' package to install everything, 'gnome-desktop-environment' for GNOME as defined by upstream, 'gnome-core' for a bit less and 'gnome-session' for the basic components actually needed to run a GNOME session. You will need Xorg installed as well, ask me about <install x>. http://wiki.debian.org/Gnome |
08:17 | <Firdaus> | oh - my ask is wrong |
08:17 | <Firdaus> | how to install gnome 2 on debian wheezy ? |
08:18 | -!- | sztano [~sztano@94-21-118-116.pool.digikabel.hu] has joined #debian |
08:21 | -!- | sztano [~sztano@94-21-118-116.pool.digikabel.hu] has quit [] |
08:21 | -!- | Squirrel-Neko [~neko@178.127.146.240] has joined #debian |
08:21 | -!- | pestr [~peter@adsl-195-098-015-194.dynamic.nextra.sk] has joined #debian |
08:21 | -!- | bitman [~contor@dslb-178-009-134-168.pools.arcor-ip.net] has quit [Remote host closed the connection] |
08:22 | -!- | defnordic [~Flo@84-119-25-54.dynamic.xdsl-line.inode.at] has joined #debian |
08:24 | -!- | Caroll [~caroll@189.123.216.170] has joined #debian |
08:24 | <abrotman> | Firdaus: you don't |
08:24 | <abrotman> | Firdaus: if you don't like gnome3, find a new WM |
08:24 | -!- | dvs [~me@cwv.teksavvy.com] has quit [Remote host closed the connection] |
08:24 | <abrotman> | Firdaus: gnome2 is dead upstream, gnome3 is the way forward, get used to it or find a new WM |
08:25 | -!- | hugo [~hugo@84.35.81.2] has joined #debian |
08:25 | <Firdaus> | abrotman: what DE do you use |
08:25 | <abrotman> | gnome3, i like it .. try getting used to it |
08:25 | <abrotman> | Firdaus: many who are unhappy with gnome3 have gone to XFCE |
08:26 | <abrotman> | Firdaus: alternately, look to see if MATE or Cinnamon are in Wheezy yet |
08:26 | * | abrotman doesn't think they are |
08:27 | -!- | s4br3 [~kvirc@1-1-11-1a.ss.sth.bostream.se] has joined #debian |
08:27 | -!- | morison [~morison@77-36-55-37.pool.ukrtel.net] has joined #debian |
08:28 | -!- | morison [~morison@77-36-55-37.pool.ukrtel.net] has quit [] |
08:29 | -!- | erol [~erol@mar92-19-78-248-89-121.fbx.proxad.net] has joined #debian |
08:30 | <abrotman> | Firdaus: please keep it in the channel |
08:30 | <Firdaus> | ok |
08:30 | -!- | antares [~antares@gw.lipn.univ-paris13.fr] has joined #debian |
08:30 | <s4br3> | I have failed several times trying to rename multiple files using mv, cp, rename, and krename. The files are typically named 'file 1 - subject.txt' but I want them to be named 'file 01 - subject.txt'. Thanks for any assistance! |
08:31 | <weasel> | use vidir |
08:31 | <weasel> | (and then whatever your editor can do to help you mass change lines) |
08:32 | -!- | horse01 [~Horse01@men91-2-88-186-192-205.fbx.proxad.net] has joined #debian |
08:33 | <s4br3> | man vidir was _very_ kurt |
08:33 | <abrotman> | $/win 3 |
08:34 | -!- | antares [~antares@gw.lipn.univ-paris13.fr] has quit [] |
08:34 | -!- | horse01 [~Horse01@men91-2-88-186-192-205.fbx.proxad.net] has left #debian [] |
08:35 | -!- | nemesis75 [~nemesis@94.163.48.197] has joined #debian |
08:35 | -!- | airodump [~airodump@85.122.145.68] has joined #debian |
08:35 | -!- | airodump [~airodump@85.122.145.68] has quit [] |
08:35 | <jm_> | s4br3: prename or mmv are perfect for such tasks |
08:37 | <s4br3> | Thanks all! I need to look more into them all. vidir, mmc and prename. |
08:39 | -!- | q66 [~q66@213.191.105.214] has joined #debian |
08:39 | -!- | JimLesta [~user@80.240.193.174] has joined #debian |
08:40 | -!- | mode/#debian [+l 524] by debhelper |
08:40 | -!- | JimLesta [~user@80.240.193.174] has left #debian [] |
08:41 | -!- | Gerald [~Gerald@61.190.42.97] has joined #debian |
08:42 | -!- | floe__ [~flo@e179011014.adsl.alicedsl.de] has joined #debian |
08:43 | -!- | jm_ [flier@icc.mindwipe.org] has quit [Quit: Disconnecting] |
08:43 | <Firdaus> | abrotman: maybe l need install mate |
08:44 | <nevyn> | s4br3: mv "file 1 - subject.txt" "file 01 - subject.txt" |
08:45 | -!- | temporalanomaly [~Flo@84-119-0-80.dynamic.xdsl-line.inode.at] has joined #debian |
08:47 | -!- | ring2 [~ring0@dslb-188-097-079-141.pools.arcor-ip.net] has joined #debian |
08:48 | -!- | domenico [~domenico@host132-51-dynamic.247-95-r.retail.telecomitalia.it] has joined #debian |
08:48 | -!- | domenico [~domenico@host132-51-dynamic.247-95-r.retail.telecomitalia.it] has quit [] |
08:49 | <abrotman> | Firdaus: i doubt it .. |
08:49 | <abrotman> | Firdaus: why don't you trygetting used to gnome3 before you start running around like a crazy person |
08:49 | <abrotman> | nevyn: i think he's trying to script it |
08:50 | -!- | nemesis75 [~nemesis@94.163.48.197] has quit [Ping timeout: 480 seconds] |
08:50 | <Firdaus> | abrotman: l don't like Gnome 3 ... |
08:50 | -!- | naiv__ [~quassel@AAnnecy-552-1-211-107.w109-208.abo.wanadoo.fr] has joined #debian |
08:50 | -!- | leviathan_ [~quassel@edu-41.140.zhaw.ch] has joined #debian |
08:50 | <Firdaus> | l like Gnome 2 any idea for my Debian Wheezy ? |
08:50 | -!- | naiv___ [~quassel@AAnnecy-552-1-211-107.w109-208.abo.wanadoo.fr] has joined #debian |
08:50 | -!- | leviathan_ [~quassel@edu-41.140.zhaw.ch] has quit [] |
08:51 | -!- | leviathan_ [~quassel@edu-41.140.zhaw.ch] has joined #debian |
08:52 | -!- | domenico [~domenico@host132-51-dynamic.247-95-r.retail.telecomitalia.it] has joined #debian |
08:52 | -!- | domenico [~domenico@host132-51-dynamic.247-95-r.retail.telecomitalia.it] has quit [] |
08:52 | -!- | defnordic [~Flo@84-119-25-54.dynamic.xdsl-line.inode.at] has quit [Ping timeout: 480 seconds] |
08:53 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
08:54 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
08:54 | -!- | ring1 [~ring0@dslb-188-097-002-154.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
08:54 | -!- | babilen [~babilen@188-223-11-8.zone14.bethere.co.uk] has joined #debian |
08:54 | -!- | naiv [~quassel@AAnnecy-552-1-255-79.w90-4.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
08:54 | -!- | naiv_ [~quassel@AAnnecy-552-1-255-79.w90-4.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
08:54 | <s4br3> | nevyn: That would work for one file at the time, but if you have hundreds it would be very cumbersome. |
08:54 | -!- | Firdaus [~firdos@114.79.1.65] has left #debian [] |
08:55 | -!- | Firdaus [~firdos@114.79.1.65] has joined #debian |
08:55 | -!- | manel [~EMROG@189.157.162.171] has joined #debian |
08:57 | <abrotman> | Firdaus: i already told you what you can do .. |
08:57 | <abrotman> | Firdaus: but gnome2 is going away in wheezy .. MATE isn't in Debian .. |
08:58 | <Firdaus> | abrotman: http://wiki.mate-desktop.org/download |
09:00 | <abrotman> | Firdaus: *not in Debian* .. i'm aware their website exists .. if you want to compile it, you're on your own .. it's not in Debian .. |
09:00 | <andres> | s4br3: what was the problem with rename? rename -n 's/^file (\d) -/file 0$1 -/' * |
09:00 | <abrotman> | if i were going to be fixated on gnome2, i'd rather go with Cinnamon, at least it has a better path forward |
09:00 | -!- | Martian67 [~Martian67@2001:470:a:782::2] has quit [Remote host closed the connection] |
09:01 | -!- | Ricki [~Ricki@84.19.108.75] has joined #debian |
09:01 | -!- | Martian67 [~Martian67@2001:470:a:782::2] has joined #debian |
09:03 | -!- | mokmeister [~quassel@109.78.0.162] has joined #debian |
09:03 | <s4br3> | andres: Thanks for the input, but I don't understand what your script does. |
09:04 | <Firdaus> | abrotman: yes, l need META or If META is not compatible on Wheezy l need install cinnamon .. |
09:04 | -!- | hazard2 [~hazard@pool-96-237-170-195.bstnma.fios.verizon.net] has joined #debian |
09:04 | <abrotman> | wtf is META? |
09:05 | <andres> | s4br3: it runs rename in dry run modus with a regex to replace any single digit surrounded by spaces after the word 'filename' by 0$thedigitfrombefore |
09:05 | <Firdaus> | opssss sorry wrong word, Mate |
09:06 | <andres> | s4br3: regular expressions are a usefull toy if you want to do something like renaming using some rules |
09:06 | <DebianLover> | hi guys |
09:06 | <Firdaus> | DebianLover: yeah ! :) |
09:08 | <DebianLover> | is it possible to run fdisk from a script to make partitions on a hdd according to fdisk -l result? |
09:08 | <abrotman> | Firdaus: okay, that's fine, but it's not supported here, you're on your own .. good luck |
09:09 | <Firdaus> | abrotman: ok thanks you ! what DE do you use ? |
09:09 | <s4br3> | andres: I have been force fed to use regexp in both R and LibreOffice, but I can't say I'm all up and running... ;) Thanks for the explanation. I'll give it a serious try, even if your script didn't work OOTB. |
09:10 | <DebianLover> | i mean that the script runs fdisk and gets needed parameters to it from a file in which the result of fdisk -l is copied |
09:11 | <DebianLover> | do you get it :)? |
09:12 | <DebianLover> | *result fo fdisk -l is saved |
09:12 | -!- | lduros [~lduros@dhcp0641.nic.resnet.group.UPENN.EDU] has joined #debian |
09:13 | -!- | chitchat [~guest@218-214-24-203.people.net.au] has quit [Ping timeout: 480 seconds] |
09:14 | -!- | jkf [~Greg_od@79.140.14.173] has quit [Quit: Leaving.] |
09:14 | -!- | fabrianchi [~fabrianch@r186-52-178-187.dialup.adsl.anteldata.net.uy] has joined #debian |
09:14 | -!- | quentusrex [~quentusre@70-89-155-57-amigo-vino-wa.hfc.comcastbusiness.net] has joined #debian |
09:14 | -!- | quentusrex_ [~quentusre@70-89-155-57-amigo-vino-wa.hfc.comcastbusiness.net] has joined #debian |
09:15 | -!- | lord_rob [robert@170.76-247-81.adsl-dyn.isp.belgacom.be] has joined #debian |
09:15 | -!- | mmmmbud [~mmmbud@82.110.13.161] has joined #debian |
09:16 | -!- | Gerald [~Gerald@61.190.42.97] has quit [Quit: Leaving] |
09:17 | <abrotman> | Firdaus: i told you, i like gnome3 |
09:18 | -!- | remikp [~remikp@89-69-142-130.dynamic.chello.pl] has joined #debian |
09:18 | -!- | TaitenP [~TaitenP@210.242.151.101] has quit [Quit: Ex-Chat] |
09:18 | -!- | alienux4 [~theXman@41.250.155.44] has joined #debian |
09:20 | -!- | mode/#debian [+l 533] by debhelper |
09:20 | -!- | alienux2 [~theXman@41.250.203.82] has quit [Ping timeout: 480 seconds] |
09:20 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
09:21 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
09:23 | -!- | pestr [~peter@adsl-195-098-015-194.dynamic.nextra.sk] has left #debian [] |
09:24 | -!- | jaap [~jaap@212.64.52.224] has joined #debian |
09:25 | -!- | gdb [~cbell@circe.inetdb.com] has joined #debian |
09:25 | -!- | janos_ [~janos@93-87-213-144.dynamic.isp.telekom.rs] has joined #debian |
09:26 | -!- | tensorpudding_ [~michael@99.148.194.217] has joined #debian |
09:28 | -!- | kriller_ [~kriller@89.184.150.254] has quit [Ping timeout: 480 seconds] |
09:34 | <s4br3> | I am not sure what is happening here. If i type '' mmv -n 'Kapitel *' ''Kapitel 0*' |
09:35 | <s4br3> | Hmmm. something is wrong |
09:35 | <abrotman> | s4br3: i feel like rename would be goodh here ? are all the numbers single digit? |
09:35 | -!- | sptrut [~vsmkl@riservato-181-201.dimnp.unipi.it] has joined #debian |
09:35 | -!- | Samkov [~Samkov@d27-96-5-34.nap.wideopenwest.com] has joined #debian |
09:35 | -!- | Firdaus [~firdos@114.79.1.65] has left #debian [] |
09:36 | <s4br3> | abrotman: Yes, for the time being |
09:36 | -!- | sptrut [~vsmkl@riservato-181-201.dimnp.unipi.it] has quit [] |
09:37 | -!- | DebianLover [~mo@095-096-172-237.static.chello.nl] has left #debian [] |
09:37 | -!- | luca_ [~luca@151.63.74.235] has joined #debian |
09:37 | -!- | luca_ [~luca@151.63.74.235] has quit [] |
09:38 | -!- | SieB [~r00t@steinsel.perfect-privacy.com] has quit [Ping timeout: 480 seconds] |
09:38 | -!- | jaap [~jaap@212.64.52.224] has quit [Quit: Leaving] |
09:38 | <abrotman> | s4br3: can't rename match on something like a sed to replace [:digit:] with 0[:digit:] or whichever syntax it uses? |
09:38 | <Samkov> | i have recently discovered the use of dpkg-buildpackage, I really like using that on my squeeze system, without upright upgrading to wheezy..my question is say i have the source code for a software application, say it is deluge 1.3.5. there is no deluge 1.3.5 in the wheezy repos and therefore no debian folder to drop into the source directory, how do i go about creating all that needs to be done to create .deb packages? I do not want to u |
09:38 | <Samkov> | se checkinstall for this |
09:39 | -!- | scrp3l [~scrp3l__@201.250.185.123] has joined #debian |
09:39 | <Samkov> | i suppose a better question is, how to i create the debian folder to drop into the source directory to perform dpkg-buildpackage? |
09:39 | <abrotman> | !tell Samkov about uupdate |
09:43 | -!- | Optical [~dlz@124.78.219.219] has joined #debian |
09:45 | -!- | ring1 [~ring0@dslb-188-107-208-080.pools.arcor-ip.net] has joined #debian |
09:45 | -!- | DebianLover [~mo@095-096-172-237.static.chello.nl] has joined #debian |
09:45 | -!- | DebianLover [~mo@095-096-172-237.static.chello.nl] has quit [] |
09:48 | -!- | hugo [~hugo@84.35.81.2] has quit [Read error: Connection reset by peer] |
09:48 | -!- | grandie [~Grandad@p4FD4E3DE.dip.t-dialin.net] has joined #debian |
09:50 | -!- | buntu [~buntu@118.97.212.180] has joined #debian |
09:50 | -!- | mmmmbud [~mmmbud@82.110.13.161] has quit [Remote host closed the connection] |
09:50 | -!- | ring2 [~ring0@dslb-188-097-079-141.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
09:50 | -!- | abdulkarim [~abdulkari@27.97.192.185] has quit [Read error: Connection reset by peer] |
09:51 | -!- | buntu [~buntu@118.97.212.180] has quit [] |
09:54 | -!- | Alverid [~none@190.252.130.79] has joined #debian |
09:54 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has joined #debian |
09:56 | -!- | Samkov [~Samkov@d27-96-5-34.nap.wideopenwest.com] has quit [Quit: Leaving] |
09:56 | -!- | foleor [~rixt@82-168-227-100.ip.telfort.nl] has joined #debian |
10:00 | -!- | XeonBloomfield [~XeonBloom@n02.satfilm.pl] has joined #debian |
10:00 | -!- | rubs [~ruben@193.51.120.163] has quit [Ping timeout: 480 seconds] |
10:01 | -!- | Madatnek [~adamd@c-fd72e255.035-214-7673741.cust.bredbandsbolaget.se] has quit [Ping timeout: 480 seconds] |
10:01 | -!- | munga [~abate@knopper.inria.fr] has joined #debian |
10:04 | -!- | oznt [~BabartheK@blackhole.science-computing.de] has quit [Quit: Verlassend] |
10:04 | -!- | Madatnek [~adamd@c-fd72e255.035-214-7673741.cust.bredbandsbolaget.se] has joined #debian |
10:04 | <sml> | question. if I want to run an app, let's say xlock, on a remote box via "ssh -X" what is the bare minimum I need on that remote box? The whole of x11 or just the client libs? |
10:05 | <sml> | s/xlock/xclock |
10:05 | <abrotman> | xbase-clients IIRC |
10:05 | <sml> | cool. thanks. |
10:06 | -!- | s4br3 [~kvirc@1-1-11-1a.ss.sth.bostream.se] has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/] |
10:06 | -!- | safinaskar [~quassel@188.44.56.155] has quit [Remote host closed the connection] |
10:06 | -!- | Xavi [~xavi@142.Red-81-33-61.dynamicIP.rima-tde.net] has quit [Read error: Operation timed out] |
10:06 | -!- | erol [~erol@mar92-19-78-248-89-121.fbx.proxad.net] has quit [Read error: Connection reset by peer] |
10:08 | -!- | grandie [~Grandad@p4FD4E3DE.dip.t-dialin.net] has quit [Remote host closed the connection] |
10:08 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/] |
10:09 | -!- | Zheo [~tim@ip51ce75ed.adsl-surfen.hetnet.nl] has joined #debian |
10:09 | <Zheo> | . |
10:09 | -!- | mlavin [~mlavin@rrcs-98-101-157-31.midsouth.biz.rr.com] has joined #debian |
10:09 | -!- | Zheo [~tim@ip51ce75ed.adsl-surfen.hetnet.nl] has quit [] |
10:10 | -!- | debsan [~debsan@190.245.74.16] has joined #debian |
10:10 | -!- | mlavin [~mlavin@rrcs-98-101-157-31.midsouth.biz.rr.com] has left #debian [] |
10:13 | -!- | Optical [~dlz@124.78.219.219] has quit [Remote host closed the connection] |
10:16 | <cento> | anyone interested in seahorse-nautilus package? |
10:16 | -!- | iaa [~iaa@217.172.29.105] has joined #debian |
10:17 | -!- | iaa [~iaa@217.172.29.105] has quit [] |
10:17 | -!- | hazard2 [~hazard@pool-96-237-170-195.bstnma.fios.verizon.net] has quit [Quit: This computer has gone to sleep] |
10:17 | -!- | zlatan [~zlatan@adsl-165-162-184.teol.net] has joined #debian |
10:18 | -!- | zlatan [~zlatan@adsl-165-162-184.teol.net] has left #debian [] |
10:18 | -!- | bluewater [~nautics-a@203.217.89.61] has quit [Quit: Konversation terminated!] |
10:19 | -!- | allenyk [~allenyk@183.64.203.240] has joined #debian |
10:19 | -!- | allenyk [~allenyk@183.64.203.240] has quit [] |
10:19 | -!- | allenyk is "(unknown)" on (unknown) |
10:19 | -!- | hugo [~hugo@84.35.81.2] has joined #debian |
10:20 | -!- | mode/#debian [+l 526] by debhelper |
10:21 | -!- | amphi_ [~amphi@59.95.3.218] has joined #debian |
10:21 | -!- | allenyk [~allenyk@183.64.203.240] has joined #debian |
10:21 | <kop> | !tell cento about anyone |
10:22 | -!- | tonsofpcs [~tonsofpcs@cpe-72-230-192-8.stny.res.rr.com] has quit [Ping timeout: 480 seconds] |
10:23 | -!- | allenyk [~allenyk@183.64.203.240] has left #debian [] |
10:23 | -!- | amphi [~amphi@59.95.53.95] has quit [Ping timeout: 480 seconds] |
10:23 | -!- | foleor [~rixt@82-168-227-100.ip.telfort.nl] has quit [Quit: Ik ga weg] |
10:26 | -!- | alephnull [~alok@btm.ideadevice.com] has quit [Ping timeout: 480 seconds] |
10:26 | -!- | tonsofpcs [~tonsofpcs@cpe-72-230-192-8.stny.res.rr.com] has joined #debian |
10:28 | -!- | y2kcorvette [~y2kcorvet@50.9.75.138] has joined #debian |
10:29 | -!- | bluewater [~nautics-a@203.217.89.61] has joined #debian |
10:30 | <cento> | kop, mine is a real question |
10:30 | -!- | DragonDon [~DragonDon@121.132.143.93] has quit [Quit: I'm outta here] |
10:31 | <cento> | I ask if anyone interested in specific program |
10:31 | <cento> | <anyone> isn't a global keyword for flame, lol |
10:31 | -!- | darkbasic [~quassel@host37-245-static.119-2-b.business.telecomitalia.it] has joined #debian |
10:32 | -!- | mrolle [~mrolle@201.189.237.36] has joined #debian |
10:33 | -!- | educr0w [~educr0w@190.176.74.98] has joined #debian |
10:33 | <kblin> | cento: I'd argue that it's still not a good question to ask here |
10:34 | -!- | faw0 is now known as faw |
10:35 | -!- | iso [iso@pD9F65C88.dip.t-dialin.net] has joined #debian |
10:35 | -!- | qord [~qord@a81-14-225-151.net-htp.de] has quit [Quit: Nettalk6 - www.ntalk.de] |
10:37 | -!- | mrolle [~mrolle@201.189.237.36] has left #debian [Leaving] |
10:38 | <cento> | is silent better? |
10:38 | -!- | aertl [~aertl@mail.univention.de] has joined #debian |
10:38 | -!- | fVckingmania [~informati@200.55.136.171] has joined #debian |
10:38 | -!- | aertl [~aertl@mail.univention.de] has quit [Remote host closed the connection] |
10:39 | -!- | toabctl [~tom@213.172.126.10] has quit [Quit: adios] |
10:40 | -!- | rg-400 [~rg-400@metro.parma.ru] has joined #debian |
10:42 | -!- | hugo [~hugo@84.35.81.2] has quit [Ping timeout: 480 seconds] |
10:42 | -!- | gutoyr [~gutoyr@32.104.18.240] has joined #debian |
10:42 | <fVckingmania> | is there any channel for samba??? |
10:43 | <daemonkeeper> | On Freenode there presumably is. |
10:43 | -!- | lduros [~lduros@dhcp0641.nic.resnet.group.UPENN.EDU] has left #debian [] |
10:43 | -!- | rg-400 [~rg-400@metro.parma.ru] has quit [] |
10:44 | -!- | lduros [~lduros@dhcp0641.nic.resnet.group.UPENN.EDU] has joined #debian |
10:46 | -!- | fVckingmania [~informati@200.55.136.171] has quit [Quit: Leaving] |
10:46 | -!- | jesusprubio [~fadsfadsf@83.165.219.240] has quit [Ping timeout: 480 seconds] |
10:47 | -!- | Honeyman [~Alex@37.19.4.1] has joined #debian |
10:47 | -!- | mbw290 [~matt@ool-182ebd46.dyn.optonline.net] has joined #debian |
10:47 | -!- | henr_k_ is now known as henr_k |
10:47 | <mbw290> | I am trying to add a printer via SAMBA in CUPS but SAMBA does not appear as an option |
10:48 | <mbw290> | I am not sure if I set up SAMBA properly |
10:48 | -!- | pitelpan [~quassel@cust-30-162.on6.ontelecoms.GR] has joined #debian |
10:49 | -!- | fulgor [~tronkey@46.12.209.222.dsl.dyn.forthnet.gr] has joined #debian |
10:50 | -!- | Guest25 is now known as msantana |
10:54 | -!- | abdulkarim [~abdulkari@106.77.15.142] has joined #debian |
10:54 | -!- | deadmund [~ed@th136-2.cs.wm.edu] has joined #debian |
10:55 | -!- | deadmund [~ed@th136-2.cs.wm.edu] has quit [] |
10:55 | -!- | DeadPanda [~brett@host-92-25-96-213.as13285.net] has joined #debian |
10:57 | -!- | Pipoia [~alex@2.157.130.238] has joined #debian |
10:58 | -!- | Pipoia [~alex@2.157.130.238] has quit [] |
10:58 | -!- | whodare [~whodare@222.128.177.103] has quit [Remote host closed the connection] |
11:00 | -!- | bittin [~bittin@c213-100-108-76.cust.tele2.se] has quit [Quit: Ex-Chat] |
11:02 | -!- | DeadPanda [~brett@host-92-25-96-213.as13285.net] has quit [Read error: No route to host] |
11:03 | -!- | alex_ [~alex@2.157.130.238] has joined #debian |
11:03 | <sney> | mbw290, you need the smbclient package |
11:03 | -!- | gusnan [~gusnan@h19n3c1o269.bredband.skanova.com] has joined #debian |
11:03 | -!- | alex_ is now known as Pipoia |
11:03 | -!- | aranax [~aranax@190.56.140.209] has joined #debian |
11:03 | -!- | abdulkarim [~abdulkari@106.77.15.142] has quit [Remote host closed the connection] |
11:04 | -!- | Blacker47 [~Blacker47@p57A918D4.dip0.t-ipconnect.de] has joined #debian |
11:04 | -!- | nestor is now known as Guest67 |
11:04 | -!- | whodare [~whodare@222.128.177.103] has joined #debian |
11:05 | -!- | towo` [~torsten_w@178-24-37-129-dynip.superkabel.de] has joined #debian |
11:06 | -!- | fulgor [~tronkey@46.12.209.222.dsl.dyn.forthnet.gr] has quit [Quit: Αποχώρησε] |
11:07 | -!- | edog [~edog@alcotrash.org] has quit [Ping timeout: 480 seconds] |
11:07 | -!- | Pipoia [~alex@2.157.130.238] has quit [Remote host closed the connection] |
11:07 | -!- | ant_ [~anton@gbibp9ph1--blueice4n2.emea.ibm.com] has quit [Read error: Connection reset by peer] |
11:10 | -!- | jgomez [~jgomez@83-148-163-185.gsk.managedbroadband.co.uk] has quit [Quit: Leaving] |
11:10 | -!- | polluX_ [~pollux@aresrh7317-2.clients.easynet.fr] has quit [Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.] |
11:11 | -!- | mlundblad [~marcus@193.12.106.2] has quit [Ping timeout: 480 seconds] |
11:11 | -!- | safinaskar [~quassel@188.44.56.155] has joined #debian |
11:15 | -!- | Rehnquist [~yossarian@ip-89-103-71-201.net.upcbroadband.cz] has joined #debian |
11:15 | -!- | sml [~stinkyfis@89.107.20.218] has quit [Quit: leaving] |
11:15 | -!- | ant__ [~anton@gbibp9ph1--blueice4n2.emea.ibm.com] has quit [Ping timeout: 480 seconds] |
11:19 | -!- | grandie [~thomas@p4FD4FCDC.dip.t-dialin.net] has joined #debian |
11:19 | -!- | ubuntubhoy [~ubuntubho@027b17de.bb.sky.com] has quit [Quit: Leaving] |
11:21 | -!- | Rehnquist [~yossarian@ip-89-103-71-201.net.upcbroadband.cz] has quit [Remote host closed the connection] |
11:22 | -!- | safinaskar [~quassel@188.44.56.155] has quit [Ping timeout: 480 seconds] |
11:23 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has joined #debian |
11:26 | -!- | bobx [~asdf@h-177-146.a258.priv.bahnhof.se] has joined #debian |
11:27 | -!- | pierre_ [~pierre@212.181.83.218] has quit [Quit: Textual IRC Client: http://www.textualapp.com/] |
11:29 | -!- | Nik05 [~Nik05@83.119.181.137] has joined #debian |
11:29 | -!- | tensorpudding__ [~michael@99.56.161.184] has joined #debian |
11:31 | -!- | Birki [~wbirk@puppis.zmpbmt.meduniwien.ac.at] has joined #debian |
11:32 | -!- | Birki [~wbirk@puppis.zmpbmt.meduniwien.ac.at] has quit [] |
11:35 | -!- | cloud [~IRC@HSI-KBW-109-192-000-093.hsi6.kabel-badenwuerttemberg.de] has quit [Ping timeout: 480 seconds] |
11:36 | -!- | tensorpudding_ [~michael@99.148.194.217] has quit [Ping timeout: 480 seconds] |
11:38 | -!- | afuentes [~afuentes@95.61.119.171] has quit [Ping timeout: 480 seconds] |
11:39 | <EmleyMoor> | Is there an easy way to set up an IPv6-only Debian box? |
11:40 | -!- | aguslr [~aguslr@171.119.165.83.dynamic.mundo-r.com] has joined #debian |
11:40 | -!- | afuentes [~afuentes@95.61.119.171] has joined #debian |
11:40 | <sney> | I don't think you can disable ipv4 quite yet, but only setting up the ipv6 addresses in interfaces should do the trick |
11:41 | -!- | user [~user@host3-238-static.12-87-b.business.telecomitalia.it] has joined #debian |
11:42 | -!- | user is now known as Guest71 |
11:42 | -!- | Guest71 [~user@host3-238-static.12-87-b.business.telecomitalia.it] has quit [] |
11:43 | <mbw290> | what is the difference in speed between transmission and transmission-daemon |
11:43 | <mbw290> | or is there one? |
11:44 | <EmleyMoor> | sney: I'm seriously under-supplied for IPv4 addresses if so - but is there a way to get automatically assigned IPv6 and no IPv4? I'll check it out... |
11:44 | <babilen> | I would be surprised. Why do you think that there is a difference in speed? It should mostly be a difference in the UI |
11:46 | -!- | mbw290 [~matt@ool-182ebd46.dyn.optonline.net] has left #debian [] |
11:47 | -!- | ernesto [~ernesto@web21.amm.unipg.it] has quit [Remote host closed the connection] |
11:51 | <sney> | EmleyMoor, if you're talking dhcp it'll be server-side. but dhcpd can have separate addressing rules for separate mac addresses etc |
11:54 | <EmleyMoor> | sney: I'm talking allocation |
11:54 | -!- | dirichle1 [~ffurnari@216.251.112.134] has joined #debian |
11:55 | -!- | afuentes [~afuentes@95.61.119.171] has quit [Ping timeout: 480 seconds] |
11:56 | -!- | kajoken [~kajoken@zulu315.server4you.de] has joined #debian |
11:56 | -!- | dirichlet [~ffurnari@195.110.154.34] has quit [Ping timeout: 480 seconds] |
11:56 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has joined #debian |
11:56 | -!- | kajoken [~kajoken@zulu315.server4you.de] has quit [] |
11:56 | -!- | y2kcorvette [~y2kcorvet@50.9.75.138] has quit [Quit: Network connection lost...] |
11:57 | -!- | grandie [~thomas@p4FD4FCDC.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
11:58 | -!- | fike [~fike@187.37.204.175] has joined #debian |
11:58 | -!- | ao2 [~u@cl-35.trn-01.it.sixxs.net] has quit [Quit: Ex-Chat] |
11:58 | -!- | gutoyr [~gutoyr@32.104.18.240] has quit [Ping timeout: 480 seconds] |
11:59 | <EmleyMoor> | I can't get my laptop to connect with IPv4 enabled... it seems to hang for a long time then get de-authenticated with reason 3 |
11:59 | -!- | bobx [~asdf@h-177-146.a258.priv.bahnhof.se] has quit [Ping timeout: 480 seconds] |
12:00 | -!- | mode/#debian [+l 520] by debhelper |
12:00 | -!- | mengman [~mats@79-133-3-242.bredband.aland.net] has joined #debian |
12:01 | -!- | grandie [~Grandad@p4FD4FCDC.dip.t-dialin.net] has joined #debian |
12:02 | -!- | ao2 [~u@cl-35.trn-01.it.sixxs.net] has joined #debian |
12:03 | -!- | mengman_ [~mats@79-133-3-242.bredband.aland.net] has quit [Ping timeout: 480 seconds] |
12:04 | -!- | iso [iso@pD9F65C88.dip.t-dialin.net] has quit [] |
12:05 | -!- | gusnan [~gusnan@h19n3c1o269.bredband.skanova.com] has quit [Quit: Lämnar] |
12:06 | <dave_> | Hi all someone can help me to solve a problem with pacemaker ? |
12:06 | <dave_> | I have 2 node in standard setup after apt-get install pacemaker |
12:06 | -!- | technologov [~technolog@bzq-109-65-145-219.red.bezeqint.net] has quit [Remote host closed the connection] |
12:07 | <dave_> | I have edited my conf modifying bindnetaddr to my network and started corosync |
12:07 | <dave_> | but each node don't see the other :( |
12:08 | -!- | dirichle1 [~ffurnari@216.251.112.134] has quit [Ping timeout: 480 seconds] |
12:08 | -!- | jkf [~Greg_od@79.140.14.173] has joined #debian |
12:08 | -!- | kriller_ [~kriller@2009ds2-gj.0.fullrate.dk] has joined #debian |
12:08 | -!- | Guest67 [~smuxi@wan.taric.es] has quit [Remote host closed the connection] |
12:09 | <dave_> | I'm thinking of mcast problem but how can I check this layer ? |
12:10 | -!- | bluewater [~nautics-a@203.217.89.61] has quit [Quit: Konversation terminated!] |
12:11 | -!- | anonymous_soldier [~unknown_s@41.34.189.217] has joined #debian |
12:13 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has quit [Quit: Konversation terminated!] |
12:13 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has joined #debian |
12:14 | <anonymous_soldier> | hello and welcome anonymous |
12:15 | -!- | grandie [~Grandad@p4FD4FCDC.dip.t-dialin.net] has quit [Remote host closed the connection] |
12:16 | <srtu> | hi, i compile a little programm and like to test it, where is the correct place to store it? |
12:16 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has quit [Remote host closed the connection] |
12:17 | -!- | lord_rob [robert@170.76-247-81.adsl-dyn.isp.belgacom.be] has quit [Quit: Konversation terminated!] |
12:17 | <anonymous_soldier> | i am new on here and i wanna learn some tricks |
12:18 | <gnugr> | tricks? here is debian support channel |
12:18 | <anonymous_soldier> | yea debian tricks |
12:18 | <anonymous_soldier> | is that ok? |
12:19 | <gnugr> | if you need help with your debian its okay |
12:19 | <educr0w> | hello, I have linux kernel 2.6.32-5-amd64, I enable squeeze-backports, how can I update to a newer kernel? |
12:20 | -!- | Ricki [~Ricki@84.19.108.75] has quit [Read error: Connection reset by peer] |
12:20 | <babilen> | !tell educr0w -about bdo kernel |
12:20 | <movl> | educr0w: install linux-image-$version |
12:20 | -!- | Ricki [~Ricki@84.19.108.75] has joined #debian |
12:20 | -!- | mengman_ [~mats@79-133-3-242.bredband.aland.net] has joined #debian |
12:20 | -!- | hever [~hever@91-65-246-198-dynip.superkabel.de] has joined #debian |
12:20 | <babilen> | educr0w: Note that you might need the linux-header-$ARCH package as well (in particular if you compile kernel modules) |
12:20 | -!- | anonymous_soldier [~unknown_s@41.34.189.217] has quit [Quit: Leaving] |
12:20 | <haylo> | im on debian-offtopic anonymous_soldier . maybe more the place for "tricks" |
12:21 | <gnugr> | haylo: join #debian-offtopic tho |
12:22 | <haylo> | right /join #debian-offtopic |
12:22 | <educr0w> | babilen, movl thanks, let me try :) |
12:22 | <haylo> | sorry |
12:22 | -!- | Unmenschlich [~steven@p5DC11AA9.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
12:22 | <babilen> | educr0w: You essentially end up installing something like "linux-image-amd64 linux-headers-amd64" (assuming you use amd64) |
12:23 | -!- | steeb [~steeb@jabberd.draugr.de] has left #debian [] |
12:23 | -!- | dado [~dado@host222-192-dynamic.12-79-r.retail.telecomitalia.it] has joined #debian |
12:23 | -!- | TrifFiD [~kvirc@217.118.83.183] has joined #debian |
12:23 | <educr0w> | babilen, yeah :) |
12:23 | -!- | nestor_ [~smuxi@wan.taric.es] has joined #debian |
12:25 | -!- | freealan [~freealan@61-217-20-236.dynamic.hinet.net] has joined #debian |
12:25 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has quit [Ping timeout: 480 seconds] |
12:26 | -!- | fike [~fike@187.37.204.175] has quit [Ping timeout: 480 seconds] |
12:26 | -!- | wintellect [~wintellec@cpc2-nmal8-0-0-cust1262.croy.cable.virginmedia.com] has quit [Quit: leaving] |
12:26 | -!- | dado [~dado@host222-192-dynamic.12-79-r.retail.telecomitalia.it] has quit [] |
12:27 | -!- | mengman [~mats@79-133-3-242.bredband.aland.net] has quit [Ping timeout: 480 seconds] |
12:28 | -!- | Havok_Novak [~Havok_Nov@ram94-7-82-232-191-237.fbx.proxad.net] has joined #debian |
12:29 | -!- | newb [~chatzilla@177.42.179.226] has quit [Ping timeout: 480 seconds] |
12:30 | -!- | mode/#debian [+l 514] by debhelper |
12:30 | -!- | zykotick9 [~ZykoticK9@209-195-85-49.cpe.distributel.net] has joined #debian |
12:31 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has joined #debian |
12:32 | -!- | Alverid [~none@190.252.130.79] has quit [Ping timeout: 480 seconds] |
12:32 | <jmho> | I heard somewhere that there are issues with debian-multimedia.org packages, but could not find anything. Does anyone have a link perhaps? |
12:32 | -!- | CyberBunny [~u@c83-249-147-215.bredband.comhem.se] has joined #debian |
12:33 | -!- | oskie [~usel@h23n4-m-fb-gr100.ias.bredband.telia.com] has joined #debian |
12:33 | -!- | goxa [~goxa@62.118.137.14] has joined #debian |
12:33 | -!- | riyas [~riyas_tk@117.214.18.4] has joined #debian |
12:33 | -!- | goxa [~goxa@62.118.137.14] has quit [] |
12:34 | -!- | vladuke__ [~vladuke@87.226.144.82] has quit [Ping timeout: 480 seconds] |
12:34 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has quit [] |
12:34 | -!- | hever [~hever@91-65-246-198-dynip.superkabel.de] has quit [Quit: Leaving] |
12:35 | <gnugr> | !tell jmho -about dmm squeeze |
12:37 | -!- | leviathan_ [~quassel@edu-41.140.zhaw.ch] has quit [Read error: Operation timed out] |
12:37 | <CyberBunny> | Hi! I'm having issues installing debian. Error is "Failed to get http://security.debian.org/dists/squeeze/updates/main/i18n/Translation-en.gz", anyone experienced something similar? |
12:37 | <jmho> | gnugr: thanks, but I was looking for a discussion about the quality of the dmo packages |
12:37 | -!- | swo [~swo@ip-95-223-139-208.unitymediagroup.de] has quit [Quit: Kein bock mehr.] |
12:39 | <CyberBunny> | I tried installing both on my laptop and on my main system (in vmware) with both the small netinst cd and the 4gb DVD, i386 & amd64 versions. |
12:39 | <haylo> | CyberBunny, did you use an ethernet cable? |
12:39 | <CyberBunny> | Yes? |
12:39 | <gnugr> | jmho: for dmo you can join #dmo on irc.oftc.net |
12:39 | <CyberBunny> | I have a LAN which is connected to the Internet by ADSL. |
12:39 | -!- | newb [~chatzilla@177.42.180.158] has joined #debian |
12:39 | -!- | swo [~swo@ip-95-223-139-208.unitymediagroup.de] has joined #debian |
12:40 | -!- | bluenemo [~bluenemo@p5797A23E.dip.t-dialin.net] has quit [Remote host closed the connection] |
12:40 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has joined #debian |
12:40 | -!- | riyas [~riyas_tk@117.214.18.4] has quit [Quit: Leaving] |
12:40 | <CyberBunny> | Both the laptop & the vmware virtual machine had internet access, I made sure to check. I could for example use wget to download index.html from google.com. |
12:42 | -!- | gdpaparo [~gdpaparo@82.158.98.169.dyn.user.ono.com] has joined #debian |
12:42 | <CyberBunny> | This is all very odd to me. I have installed Debian a few times before, but I never encountered this problem before. |
12:43 | <gnugr> | jmho: ask them for dmo-archive-keyring |
12:43 | <jmho> | gnugr: thanks |
12:44 | -!- | supaman [~ojs@213-167-139-144.dsl.dynamic.simnet.is] has joined #debian |
12:44 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has quit [] |
12:45 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
12:45 | -!- | freealan [~freealan@61-217-20-236.dynamic.hinet.net] has quit [Quit: leaving] |
12:45 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
12:47 | <nodiscc> | CyberBunny: that file is 404 for me too. Maybe the mirrors are out of sync for some time |
12:47 | <nodiscc> | CyberBunny: wait a few minutes |
12:47 | <CyberBunny> | Ok. |
12:48 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has joined #debian |
12:51 | -!- | NightMonkey [~NightrMon@nightmonkey.user.oftc.net] has joined #debian |
12:51 | -!- | steeb [~steeb@jabberd.draugr.de] has joined #debian |
12:52 | <gnugr> | dave_:did you check this link "http://clusterlabs.org/" ? |
12:52 | -!- | wim2 [~wim@cornogrande.khleuven.be] has quit [Ping timeout: 480 seconds] |
12:53 | <dave_> | gnugr not yet but I think multicast problem |
12:53 | -!- | bluenemo [~bluenemo@p5797A23E.dip.t-dialin.net] has joined #debian |
12:53 | <dave_> | I have installed ssmping |
12:53 | -!- | jkf [~Greg_od@79.140.14.173] has quit [Ping timeout: 480 seconds] |
12:53 | <dave_> | I'm running ssmpingd on one node and pinnging from other node but I receive unicast packets only :( |
12:53 | <CyberBunny> | I tried a few different mirrors in Sweden, Denmark & Norway - all failed. But then I tried a mirror in the USA and it seems to be working for now. |
12:54 | <dave_> | I don't know so much about multicast |
12:54 | -!- | janos_ [~janos@93-87-213-144.dynamic.isp.telekom.rs] has quit [Quit: Leaving.] |
12:55 | <gnugr> | dave_:nore i and i'm curious how it works |
12:55 | <gnugr> | reading now |
12:57 | -!- | imphil__ [~philipp@irap7n.rad.med.uni-muenchen.de] has quit [Ping timeout: 480 seconds] |
12:57 | -!- | oskie [~usel@h23n4-m-fb-gr100.ias.bredband.telia.com] has quit [Quit: grr] |
12:58 | -!- | noahfx [~noahfx@190.148.143.24] has joined #debian |
12:59 | -!- | seek3r [~seek3r@210.sub-75-204-162.myvzw.com] has joined #debian |
13:00 | -!- | CyberBunny [~u@c83-249-147-215.bredband.comhem.se] has quit [Quit: Restarting system.] |
13:00 | -!- | salvin [~salvin@93-46-34-28.ip105.fastwebnet.it] has quit [Ping timeout: 480 seconds] |
13:00 | -!- | rebli [~rb@host134-181-dynamic.54-82-r.retail.telecomitalia.it] has joined #debian |
13:01 | -!- | XeonBloomfield [~XeonBloom@n02.satfilm.pl] has quit [Ping timeout: 480 seconds] |
13:02 | <gnugr> | dave_:pacemaker looks like "Durios Hippos" |
13:03 | -!- | tuxampol [~tuxampol@ppp-188-174-46-83.dynamic.mnet-online.de] has joined #debian |
13:03 | <dave_> | "Durios Hippos" ? |
13:03 | <gnugr> | yes |
13:03 | <gnugr> | you know how Odysseus gor Troia? |
13:03 | <gnugr> | got* |
13:03 | -!- | EmleyMoor [~phil@topdeck.tinsleyviaduct.com] has quit [Ping timeout: 480 seconds] |
13:03 | -!- | gael [~gael@83.167.43.235] has quit [Remote host closed the connection] |
13:04 | -!- | el_erno [~el_erno@201.141.105.30] has joined #debian |
13:06 | -!- | leviathan_ [~quassel@39-233.197-178.cust.bluewin.ch] has joined #debian |
13:06 | -!- | tan [~tan@115.133.21.67] has joined #debian |
13:07 | -!- | CyberBunny [~u@c83-249-147-215.bredband.comhem.se] has joined #debian |
13:07 | -!- | tan [~tan@115.133.21.67] has left #debian [] |
13:07 | -!- | safinaskar [~quassel@188.44.56.155] has joined #debian |
13:10 | -!- | tan [~tan@115.133.21.67] has joined #debian |
13:10 | -!- | tan [~tan@115.133.21.67] has quit [] |
13:11 | -!- | plantigrade_ [~plantigra@mail.plantigrade.org] has quit [Quit: WeeChat 0.3.4] |
13:11 | -!- | plantigrade [~plantigra@mail.plantigrade.org] has joined #debian |
13:14 | -!- | oiig_ [oiig_@112.161.134.227] has joined #debian |
13:14 | -!- | munga [~abate@knopper.inria.fr] has quit [Quit: Ex-Chat] |
13:14 | -!- | seek3r [~seek3r@210.sub-75-204-162.myvzw.com] has quit [Quit: Leaving] |
13:14 | -!- | retrospe1tacus is now known as retrospectacus |
13:14 | -!- | bluenemo [~bluenemo@p5797A23E.dip.t-dialin.net] has quit [Remote host closed the connection] |
13:15 | -!- | amphi_ [~amphi@59.95.3.218] has quit [Ping timeout: 480 seconds] |
13:15 | -!- | gdpaparo [~gdpaparo@82.158.98.169.dyn.user.ono.com] has quit [Quit: Leaving] |
13:16 | -!- | keystreams [~keystream@S0106b8c75dcc6bcf.cg.shawcable.net] has joined #debian |
13:17 | -!- | vrkalak [~vrkalak@64.134.154.99] has joined #debian |
13:17 | -!- | zlatan [~zlatan@adsl-165-162-184.teol.net] has joined #debian |
13:17 | -!- | qt-x [~qt-x@188.24.115.177] has joined #debian |
13:18 | -!- | Nik05 [~Nik05@83.119.181.137] has quit [Quit: Leaving] |
13:19 | -!- | feldmaus_ [~markus@dslb-092-076-254-038.pools.arcor-ip.net] has joined #debian |
13:19 | -!- | zlatan [~zlatan@adsl-165-162-184.teol.net] has left #debian [] |
13:20 | -!- | CowboyBebop [~emilio@host125.186-125-91.telecom.net.ar] has joined #debian |
13:21 | -!- | casa [~casa@host222-4-dynamic.46-79-r.retail.telecomitalia.it] has joined #debian |
13:21 | -!- | CowboyBebop [~emilio@host125.186-125-91.telecom.net.ar] has quit [Remote host closed the connection] |
13:21 | -!- | stefano [~stefano@2-227-8-139.ip183.fastwebnet.it] has joined #debian |
13:21 | -!- | stefano [~stefano@2-227-8-139.ip183.fastwebnet.it] has quit [] |
13:22 | -!- | CowboyBebop [~emilio@host125.186-125-91.telecom.net.ar] has joined #debian |
13:22 | -!- | CowboyBebop [~emilio@host125.186-125-91.telecom.net.ar] has quit [Remote host closed the connection] |
13:25 | -!- | casa [~casa@host222-4-dynamic.46-79-r.retail.telecomitalia.it] has quit [] |
13:26 | <rebli> | is it possible, with gnome, the start-up of an application with a time delay: i. e. 5 min after the login ? |
13:27 | <daemonkeeper> | Launch a script instead, which sleeps 5 minutes before doing anything. |
13:27 | <movl> | rebli: write a script, use sleep |
13:28 | -!- | scrp3l [~scrp3l__@201.250.185.123] has quit [Quit: Ex-Chat] |
13:28 | -!- | sla [~c28@81-95-223-1.pool.linky.ru] has quit [Quit: Lost terminal] |
13:29 | -!- | leviathan_ [~quassel@39-233.197-178.cust.bluewin.ch] has quit [Ping timeout: 480 seconds] |
13:30 | <educr0w> | how can I know which icedove is the equivalent version of thunderbird 11 for example? |
13:31 | <daemonkeeper> | icedove 11 |
13:31 | -!- | swex_ [~swex@37.75.6.0] has quit [Read error: Connection reset by peer] |
13:31 | <movl> | only the naming and artwork differ |
13:31 | <daemonkeeper> | There is a secret and very complicated mapping algorithm. It goes like this: Pick the Thunderbird release, put a different name on it, release it. |
13:32 | <educr0w> | uhm..but mozilla.debian.net said version 3.0 3.1 and esr |
13:32 | <daemonkeeper> | So? |
13:32 | -!- | Tarjaizaid [sylvain@server5.tonbnc.fr] has quit [Quit: WeeChat 0.3.7] |
13:33 | -!- | zigo [~quassel@222.69.44.4] has joined #debian |
13:33 | <educr0w> | I don't see 11 anywhere |
13:33 | -!- | zer0pouet [~quassel@lan31-7-82-241-249-15.fbx.proxad.net] has joined #debian |
13:34 | <sney_> | esr is extended support release, it's supposed to be the current upstream 'release' version afaik |
13:34 | -!- | nestor_ [~smuxi@wan.taric.es] has quit [Remote host closed the connection] |
13:34 | <educr0w> | sney, thank you! |
13:34 | -!- | swex [~swex@37.75.6.0] has joined #debian |
13:35 | <sney_> | it might be version 10 but it'll be newer than 3.x |
13:35 | -!- | Tarjaizaid [sylvain@server5.tonbnc.fr] has joined #debian |
13:35 | <educr0w> | sney_, thank you! =) |
13:36 | <educr0w> | Iceweasel has esr, release, beta and aurora, what is the meaning of each? |
13:37 | <sney_> | beta and aurora are their development versions |
13:38 | -!- | papanowel [~papanowel@AToulouse-652-1-208-189.w86-213.abo.wanadoo.fr] has joined #debian |
13:39 | -!- | tlyu_ is now known as tlyu |
13:39 | -!- | and1bm [~andi@HSI-KBW-149-172-216-243.hsi13.kabel-badenwuerttemberg.de] has joined #debian |
13:39 | <sney_> | ok, I looked into mozilla's definitions, esr lags behind the cutting edge versions and focuses more on stability and support |
13:40 | -!- | cezar [~cezar@92.86.142.85] has joined #debian |
13:41 | -!- | Nik05 [~Nik05@83.119.181.137] has joined #debian |
13:41 | <papanowel> | ok |
13:41 | <papanowel> | !list |
13:41 | <dpkg> | VATTENE VIA! |
13:42 | -!- | helene [~helene@ANantes-756-1-8-205.w90-54.abo.wanadoo.fr] has joined #debian |
13:42 | -!- | EmleyMoor [phil@topdeck.tinsleyviaduct.com] has joined #debian |
13:42 | -!- | mark_ [~mark@5e064e09.bb.sky.com] has joined #debian |
13:43 | -!- | mark_ [~mark@5e064e09.bb.sky.com] has quit [] |
13:43 | <educr0w> | thank you sney_ |
13:44 | -!- | ab_fab [~fabien@def92-12-88-177-250-146.fbx.proxad.net] has joined #debian |
13:44 | -!- | papanowel [~papanowel@AToulouse-652-1-208-189.w86-213.abo.wanadoo.fr] has quit [Quit: Quitte] |
13:46 | -!- | aranax [~aranax@190.56.140.209] has quit [Read error: Connection reset by peer] |
13:46 | -!- | aranax [~aranax@190.56.140.209] has joined #debian |
13:47 | -!- | petrol91 [~petrol@nat4-28.ghnet.pl] has joined #debian |
13:47 | -!- | kaziem [~devnull@112.117.218.87.dynamic.jazztel.es] has quit [Quit: Saliendo] |
13:47 | -!- | abdulkarim [~abdulkari@123.237.72.19] has joined #debian |
13:47 | -!- | Tarjaizaid [sylvain@server5.tonbnc.fr] has quit [Quit: WeeChat 0.3.7] |
13:48 | -!- | rtheys_ [~rtheys@kulnet-nat-2.kulnet.kuleuven.be] has joined #debian |
13:48 | -!- | rtheys [~rtheys@kulnet-nat-2.kulnet.kuleuven.be] has quit [Read error: Connection reset by peer] |
13:49 | -!- | nodiscc [~mrzorg@pir44-3-88-165-23-157.fbx.proxad.net] has quit [Ping timeout: 480 seconds] |
13:50 | -!- | Tarjaizaid [sylvain@server5.tonbnc.fr] has joined #debian |
13:50 | -!- | degli [~degli@2001:1418:193:60:9472:1e4:2e1b:7748] has joined #debian |
13:51 | -!- | barnac1e [~barnac1e@143.sub-174-254-242.myvzw.com] has joined #debian |
13:52 | -!- | manio [~manio@82.160.187.4] has joined #debian |
13:52 | <barnac1e> | hi is this the right irc for debian help? |
13:52 | -!- | petrol [~petrol@nat4-28.ghnet.pl] has joined #debian |
13:53 | <gnugr> | barnac1e:yes |
13:54 | <barnac1e> | Okay, well I just need some guidance. I just installed a 2nd linux os, Scientific Linux. I believe they use only Grub Legacy so I chose not to have it install a bootloader. Now, how can I get my current Debian Grub-efi to boot to Scientific Linux? |
13:55 | -!- | ab_fab [~fabien@def92-12-88-177-250-146.fbx.proxad.net] has left #debian [] |
13:55 | <barnac1e> | Do I just need to chainload it? |
13:55 | -!- | cybersphinx [~cyber@p4FD6712B.dip.t-dialin.net] has joined #debian |
13:56 | -!- | iam_ [iam@devio.us] has quit [Quit: leaving] |
13:57 | -!- | mejsa [~misko@92-60-60-67.rev.bonet.sk] has joined #debian |
13:57 | <barnac1e> | I have run update grub but it cannot find the root partition I guess, which by the way is on a logical volume mapper partiton |
13:57 | <barnac1e> | I mean Scientific is on the mapper |
13:58 | -!- | petrol91 [~petrol@nat4-28.ghnet.pl] has quit [Ping timeout: 480 seconds] |
13:59 | -!- | XeonBloomfield [~XeonBloom@n02.satfilm.pl] has joined #debian |
13:59 | -!- | fike [~fike@187.37.204.175] has joined #debian |
13:59 | -!- | tdn [~tdn@1503ds1-van.0.fullrate.dk] has quit [Quit: leaving] |
14:00 | -!- | mode/#debian [+l 523] by debhelper |
14:00 | <sney_> | barnac1e: as long as you have os-prober installed, you should be able to just run update-grub from within your debian install and it will figure it out on its own |
14:00 | <barnac1e> | Hmmm... maybe that's what I need to get. Okay, I will check for that package. Thanks. |
14:00 | -!- | barnac1e [~barnac1e@143.sub-174-254-242.myvzw.com] has quit [Quit: Ex-Chat] |
14:01 | -!- | petrol [~petrol@nat4-28.ghnet.pl] has quit [Ping timeout: 480 seconds] |
14:02 | -!- | cybersphinx_ [~cyber@p5492FE3F.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
14:03 | -!- | whodare [~whodare@222.128.177.103] has quit [Quit: Konversation terminated!] |
14:04 | <SynrG> | "get"? |
14:04 | <SynrG> | sigh. would be nice if people stuck around |
14:05 | -!- | helene [~helene@ANantes-756-1-8-205.w90-54.abo.wanadoo.fr] has quit [Quit: Quitte] |
14:05 | <sney_> | we are just a support vending machine |
14:05 | -!- | Tarjaizaid [sylvain@server5.tonbnc.fr] has quit [Quit: WeeChat 0.3.7] |
14:05 | -!- | Tarjaizaid [sylvain@server5.tonbnc.fr] has joined #debian |
14:06 | <CyberBunny> | :D |
14:06 | -!- | stderr_dk [~pohol@0x55517066.adsl.cybercity.dk] has quit [Ping timeout: 480 seconds] |
14:07 | <movl> | ...except we don't take money |
14:07 | <sney_> | we don't ask for money. I'm sure most of us would take it if it was offered |
14:07 | -!- | youlysses-lt [~youlysses@75-132-17-145.dhcp.stls.mo.charter.com] has joined #debian |
14:08 | <movl> | well, people pay good money for tech support |
14:08 | -!- | SnitraM [ams@dexter.ludd.ltu.se] has joined #debian |
14:08 | -!- | dvs [~me@cwv.teksavvy.com] has joined #debian |
14:09 | <SnitraM> | What -dbg package goes with libqtcore4? And how do I find out myself? |
14:09 | -!- | tuxampol [~tuxampol@ppp-188-174-46-83.dynamic.mnet-online.de] has quit [Remote host closed the connection] |
14:10 | <movl> | SnitraM: aptitude search | grep dbg |
14:10 | <movl> | err |
14:10 | <sney_> | SnitraM: I would start by aptitude searching various pieces of that string |
14:10 | <movl> | *aptitude search libqtcore4-dbg |
14:10 | <sney_> | qtcore, libqt, etc |
14:10 | <movl> | usually it's the name plus the string "-dbg" |
14:10 | <sney_> | but normally it is just $packagename-dbg the same way we get $packagename-dev etc |
14:10 | -!- | rebli [~rb@host134-181-dynamic.54-82-r.retail.telecomitalia.it] has quit [Quit: Leaving] |
14:11 | <SnitraM> | Yes. I looked in aptitude for libqtcore4-dbg. Doesn't exist. |
14:11 | <SnitraM> | aptitude search libqtcore4-dbg: no output |
14:11 | <sney_> | ok, so now you get creative. |
14:11 | <movl> | libqt4-dbg |
14:12 | <movl> | I got creative by searching for libqt |
14:12 | <sney_> | or just let movl tell you, I guess. |
14:12 | <movl> | :) |
14:12 | -!- | zer0pouet [~quassel@lan31-7-82-241-249-15.fbx.proxad.net] has quit [Read error: Connection reset by peer] |
14:13 | <sney_> | see movl, if you give a man a torch, he'll be warm for the rest of the day; but if you set him on fire, he'll be warm for the rest of his life. or something. |
14:13 | <movl> | sney_: :)) yeah, good point |
14:13 | <CyberBunny> | Ok, this is odd. The laptop install stalls at 37% (Configuring apt/Scanning the mirror.../wget -q http://ftp.se.debian.org/debian//dists/squeeze/Release -O - | grep E ´^(Suite|Codename):´), while the vmware virtual machine (same cd image) stops later with "Problem with MergeList /var/lib/apt/lists/ftp.se.debian.org_debian_dists_squeeze-updates_main_i18n_Translation-sv%5fSE". |
14:13 | <SnitraM> | Short life... |
14:13 | <gnugr> | or "apt-cache policy libqtcore4" |
14:13 | -!- | tensorpudding_ [~michael@99.102.67.219] has joined #debian |
14:14 | -!- | EmleyMoor [phil@topdeck.tinsleyviaduct.com] has quit [Read error: Connection reset by peer] |
14:14 | -!- | feldmaus_ [~markus@dslb-092-076-254-038.pools.arcor-ip.net] has quit [Quit: Lost terminal] |
14:14 | -!- | skyegg [~olavo@189.125.242.3] has joined #debian |
14:15 | -!- | stderr_dk [~pohol@0x55517066.adsl.cybercity.dk] has joined #debian |
14:16 | <SnitraM> | gnugr: I don't get much out of "apt-cache policy libqtcore4". What's that good for? |
14:16 | -!- | fr33k [~fvb@546B3FBF.cm-12-4a.dynamic.ziggo.nl] has joined #debian |
14:16 | -!- | eof_ [~eof@178.120.89.240] has joined #debian |
14:17 | -!- | Enculemoi [~em@pla93-3-82-240-11-194.fbx.proxad.net] has joined #debian |
14:17 | <SnitraM> | Ouch! libqt4-dbg will take almost 0.5GB. |
14:18 | <Enculemoi> | quakenet :'( |
14:18 | -!- | Enculemoi [~em@pla93-3-82-240-11-194.fbx.proxad.net] has quit [] |
14:18 | <gnugr> | SnitraM: i use kde and that exists for me |
14:18 | -!- | eof [~eof@178.121.36.120] has quit [Ping timeout: 480 seconds] |
14:19 | <SnitraM> | gnugr: Well I get output, but not anything that points me to libqt4-dbg. |
14:19 | -!- | airodump [~airodump@85.122.145.68] has joined #debian |
14:19 | <gnugr> | i meant libqtcore4 |
14:19 | -!- | airodump [~airodump@85.122.145.68] has quit [] |
14:20 | -!- | whodare [~whodare@222.128.177.103] has joined #debian |
14:20 | -!- | tensorpudding__ [~michael@99.56.161.184] has quit [Ping timeout: 480 seconds] |
14:20 | -!- | Ricki [~Ricki@84.19.108.75] has quit [Ping timeout: 480 seconds] |
14:21 | -!- | clopez [~clopez@fanzine.igalia.com] has quit [Ping timeout: 480 seconds] |
14:21 | -!- | youlysses-lt [~youlysses@75-132-17-145.dhcp.stls.mo.charter.com] has quit [Quit: youlysses-lt] |
14:22 | -!- | tensorpudding__ [~michael@99.32.61.203] has joined #debian |
14:22 | -!- | tensorpudding_ [~michael@99.102.67.219] has quit [Read error: Connection reset by peer] |
14:22 | -!- | mase [~mase@kemp-5d8615e1.pool.mediaWays.net] has joined #debian |
14:22 | -!- | EmleyMoor [phil@53.150.187.81.in-addr.arpa] has joined #debian |
14:25 | <mase> | hello all; if i install packages via apt, is there a way to "preanswer" quiestions? i dont want to use the "priority of question"-mechanism... |
14:25 | <SnitraM> | HMmmm. It seems the Crash Reporting Assistant helps me fill in a debug report and tell me the provided information not good enough but it doesn't let me enter any information! |
14:25 | * | SnitraM scratches his head. |
14:26 | <gnugr> | SnitraM: what debian version you use? |
14:27 | -!- | wissem [~localhost@41.226.179.182] has joined #debian |
14:27 | <SnitraM> | gnugr: squeeze. |
14:28 | -!- | dirichlet [~ffurnari@host226-192-dynamic.52-79-r.retail.telecomitalia.it] has joined #debian |
14:28 | -!- | jet [~jet@4-22-135-95.pool.ukrtel.net] has quit [Quit: Konversation terminated!] |
14:28 | <gnugr> | and your looking for "libqt4-dbg"? |
14:28 | -!- | aidalgol [~user@114-134-6-132.rurallink.co.nz] has joined #debian |
14:28 | -!- | bfly_ [~bfly@p57BD65E9.dip0.t-ipconnect.de] has joined #debian |
14:29 | <SnitraM> | No. I surfed to <http://www.graymatter-game.com/> with konqueror and nspluginviewer crashed so this Crash Reporting Assistant popped up. |
14:29 | <retrospectacus> | mase: you might want "aptitude -y" |
14:29 | -!- | locote [~grabiel@186.90.31.13] has joined #debian |
14:29 | <locote> | hola |
14:29 | <SnitraM> | FOr a better backtrace I installed libqt4-dbg (as it suggested). |
14:30 | <gnugr> | i see |
14:31 | <mase> | retrospectacus no, i mean more specific questions like "do you want move directories from /var"...bla, bla, bla, more a dpgconf related question, i think. |
14:31 | <movl> | mase: that's usually not a very good idea |
14:32 | <movl> | you might ending up saying yes to soemthing undesirable for you |
14:33 | -!- | jet [~jet@4-22-135-95.pool.ukrtel.net] has joined #debian |
14:33 | <mase> | movl: i don't want say yes to everything, i want my own script to give the known answers |
14:33 | <movl> | oh |
14:34 | -!- | dave_ [~dave@194.244.1.44] has quit [Quit: Leaving] |
14:34 | <movl> | mase: you can't predict the questions, so you can't have the preset answers? |
14:34 | <movl> | without '?' |
14:35 | -!- | bfly [~bfly@p57BD6B98.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
14:35 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
14:35 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
14:36 | <mase> | movl actually "i" know them; the background: i want to write scripts setting up a server of mine; so i know all the answer of all questions because thats what i want dpkg to do, but how to tell without interaction |
14:36 | <locote> | hello |
14:36 | -!- | chattr [~mike@97.100.207.201] has quit [Ping timeout: 480 seconds] |
14:36 | -!- | mesutcan [~mesutcan@78.178.171.58] has quit [Quit: Leaving] |
14:37 | <retrospectacus> | locote: hi. Please ask your debian support question |
14:37 | -!- | NIN [~NIN@p5DD29A92.dip0.t-ipconnect.de] has joined #debian |
14:37 | <mase> | movl i thought there is a way via dpkgconf, because thats the debian way of getting configurations? |
14:37 | <movl> | might be, did you check the manual? |
14:38 | -!- | EmleyMoo1 [phil@topdeck.tinsleyviaduct.com] has joined #debian |
14:39 | -!- | tuxampol [~tuxampol@ppp-188-174-46-83.dynamic.mnet-online.de] has joined #debian |
14:39 | <mase> | movl: yes, roughly, but i did not get the point of "totaly automaticated instalation", redhat had something like kicker. did not like it but it worked nice in some way... |
14:39 | <mase> | ...or kickstart, cant remember |
14:40 | <movl> | kickstart |
14:40 | <movl> | mase: if I understand what you eant, try Puppet |
14:40 | <CyberBunny> | In the console for the i386 netinst cd on my laptop, if I type "wget http://www.google.com" I download a file called index.html, but, if I type "wget http://ftp.se.debian.org/debian//dists/squeeze/Release" it hangs on "Connecting to ftp.se.debian.org". The command works on my stationary system. Why could this be? |
14:41 | <mase> | movl, no i dont want it in that way (kickstart), i just want to write scripts, for example, setting up an mail server, with all settings known by the script |
14:41 | <rev> | fai (fully automatic installer) is for debian and it can have debconf preconfigured |
14:42 | <rev> | been a while since I used it |
14:42 | <rev> | dont know if it is still the perferred way |
14:42 | -!- | locote [~grabiel@186.90.31.13] has quit [Quit: Saliendo] |
14:42 | -!- | andres is now known as zz_andres |
14:42 | <rev> | http://fai-project.org/ |
14:43 | <mase> | rev yeah, not fai, but using debconf to configure a package... |
14:43 | -!- | skyegg [~olavo@189.125.242.3] has quit [Quit: Ex-Chat] |
14:43 | -!- | carandraug [~carandrau@proxy3.library.nuigalway.ie] has quit [Quit: Ex-Chat] |
14:43 | <rev> | yeah i have done that in fai |
14:43 | <rev> | or rather I have done what _you_ want when I was using fai |
14:44 | <rev> | let me see if they documented it |
14:44 | <mase> | rev: so do i have to prepare debconf files before installing packages via apt? |
14:44 | -!- | EmleyMoor [phil@53.150.187.81.in-addr.arpa] has quit [Quit: leaving] |
14:45 | <rev> | iirc properly I configured a test system the way i wanted it, dumped the debconf to a text file, then pushed it into the new systems |
14:45 | -!- | EmleyMoo1 is now known as EmleyMoor |
14:45 | -!- | havvky [~hauke@212-60-26-119.pool.shlink.de] has joined #debian |
14:46 | -!- | EmleyMoor is now known as Guest92 |
14:46 | -!- | havvky [~hauke@212-60-26-119.pool.shlink.de] has quit [Remote host closed the connection] |
14:46 | -!- | havvky [~hauke@212-60-26-119.pool.shlink.de] has joined #debian |
14:47 | -!- | gutoyr [~gutoyr@32.104.18.200] has joined #debian |
14:47 | <mase> | rev: interesting, so i can "re-use" an made installation of an deb-package, copy it to another system, install the package on the other system and "deb" wont ask any questions since it has every setting? |
14:49 | -!- | chattr [~mike@97.100.207.201] has joined #debian |
14:50 | -!- | Havok_Novak [~Havok_Nov@ram94-7-82-232-191-237.fbx.proxad.net] has quit [Quit: Quitte] |
14:51 | <rev> | sec almost have it |
14:51 | <rev> | install debconf-utils |
14:51 | -!- | kphi [~kphi@24-212-156-188.cable.teksavvy.com] has joined #debian |
14:53 | <rev> | debconf-get-selections and debconf-set-selections |
14:53 | <rev> | are your friends |
14:53 | -!- | CyberBunny [~u@c83-249-147-215.bredband.comhem.se] has quit [Quit: leaving] |
14:53 | <rev> | debconf-get-selections | grep grub-pc > temp.file ; cat temp.file | debconf-set-selections |
14:54 | -!- | rage [~rage@hel59-4-88-160-125-53.fbx.proxad.net] has joined #debian |
14:54 | -!- | GNUmatic [~dirk@HSI-KBW-046-005-247-075.hsi8.kabel-badenwuerttemberg.de] has joined #debian |
14:56 | <mase> | rev: Exactly what i was looking for (nearly), thanks a lot!, thanks movl! |
14:57 | <rev> | np |
14:57 | <movl> | yw] |
14:58 | -!- | pbakshi [~pbakshi@66.192.95.199] has joined #debian |
14:59 | -!- | pbakshi [~pbakshi@66.192.95.199] has left #debian [] |
14:59 | -!- | mejsa [~misko@92-60-60-67.rev.bonet.sk] has left #debian [] |
15:00 | -!- | kphi [~kphi@24-212-156-188.cable.teksavvy.com] has left #debian [Leaving] |
15:01 | -!- | clopez [~clopez@44.18.165.83.dynamic.mundo-r.com] has joined #debian |
15:01 | -!- | chattr [~mike@97.100.207.201] has quit [Ping timeout: 480 seconds] |
15:03 | -!- | andy_ [~andy@p578E1B80.dip.t-dialin.net] has joined #debian |
15:03 | -!- | andy_ [~andy@p578E1B80.dip.t-dialin.net] has quit [] |
15:05 | -!- | hele [~hele@cs181222070.pp.htv.fi] has joined #debian |
15:05 | -!- | ImageJPEG [~josh@173-21-113-111.client.mchsi.com] has joined #debian |
15:06 | -!- | byonk [~byonk@220-136-176-96.dynamic.hinet.net] has quit [Remote host closed the connection] |
15:07 | -!- | ImageJPEG [~josh@173-21-113-111.client.mchsi.com] has quit [] |
15:07 | -!- | ImageJPEG [~josh@173-21-113-111.client.mchsi.com] has joined #debian |
15:08 | -!- | cyril [~cyril@par69-11-88-188-68-203.fbx.proxad.net] has joined #debian |
15:08 | -!- | cyril [~cyril@par69-11-88-188-68-203.fbx.proxad.net] has left #debian [] |
15:08 | <mase> | rev last question: do you know anything about handling a "version-in-name"-issue? example: |
15:08 | <mase> | cyrus-common cyrus-common/removespools boolean true |
15:09 | <mase> | cyrus-common-2.2 cyrus-common-2.2/removespools boolean false |
15:09 | -!- | rik_ [~rik@d54C24DA0.access.telenet.be] has joined #debian |
15:09 | <mase> | (debconf-get-selections output) |
15:10 | -!- | konstantinos [~konstanti@athedsl-4382872.home.otenet.gr] has joined #debian |
15:10 | <mase> | is the "cyrus-common" reached to the most actual, and if so, why? |
15:11 | <mase> | i think i have to hande the versions (very mayor releases) by my self, do i? (no big deal...) |
15:11 | -!- | zer0pouet [~quassel@lan31-7-82-241-249-15.fbx.proxad.net] has joined #debian |
15:11 | -!- | konstantinos [~konstanti@athedsl-4382872.home.otenet.gr] has quit [] |
15:11 | -!- | Infra_HDC [~askinfra@skazo4nik.comex.ru] has joined #debian |
15:11 | -!- | Infra_HDC [~askinfra@skazo4nik.comex.ru] has quit [] |
15:14 | -!- | ImageJPEG [~josh@173-21-113-111.client.mchsi.com] has quit [Quit: Leaving] |
15:15 | -!- | bst [~bst@net24-0-245-109.mbb.telenor.rs] has quit [Read error: Connection reset by peer] |
15:16 | -!- | zlatan [~zlatan@adsl-165-162-184.teol.net] has joined #debian |
15:16 | -!- | Honeyman [~Alex@37.19.4.1] has quit [Ping timeout: 480 seconds] |
15:18 | -!- | feldmaus [~markus@dslb-092-076-254-038.pools.arcor-ip.net] has joined #debian |
15:19 | -!- | wd40s [~wd40s@205.178.35.196] has quit [Remote host closed the connection] |
15:19 | -!- | project2501b [~kot@109.171.130.235] has joined #debian |
15:19 | -!- | unix70 [~ubuntu64@net-93-148-236-218.cust.dsl.teletu.it] has quit [Remote host closed the connection] |
15:21 | -!- | swex_ [~swex@37.75.4.7] has joined #debian |
15:22 | -!- | chattr [~mike@97.100.207.201] has joined #debian |
15:23 | -!- | nou [Chaton@causse.larzac.fr.eu.org] has quit [Ping timeout: 480 seconds] |
15:26 | -!- | ompaul [~ompaul@109.255.108.128] has joined #debian |
15:26 | -!- | oiig_ [oiig_@112.161.134.227] has quit [Ping timeout: 480 seconds] |
15:27 | -!- | havvky [~hauke@212-60-26-119.pool.shlink.de] has quit [Remote host closed the connection] |
15:28 | -!- | foolano [~magnetic@239.Red-88-15-203.dynamicIP.rima-tde.net] has quit [Ping timeout: 480 seconds] |
15:28 | -!- | swex [~swex@37.75.6.0] has quit [Ping timeout: 480 seconds] |
15:28 | -!- | _0bitcount [~ulises11@82.158.3.63.dyn.user.ono.com] has joined #debian |
15:29 | -!- | feldmaus [~markus@dslb-092-076-254-038.pools.arcor-ip.net] has quit [Quit: Lost terminal] |
15:29 | -!- | bst [~bst@net112-0-245-109.mbb.telenor.rs] has joined #debian |
15:30 | -!- | salvin [~salvin@93-46-18-37.ip105.fastwebnet.it] has joined #debian |
15:30 | -!- | bst is now known as Guest98 |
15:30 | -!- | chattr [~mike@97.100.207.201] has quit [Ping timeout: 480 seconds] |
15:30 | -!- | qt-x [~qt-x@188.24.115.177] has quit [Remote host closed the connection] |
15:31 | -!- | redwolf [~redwolf@80.244.47.53] has joined #debian |
15:31 | -!- | chattr [~mike@97.100.207.201] has joined #debian |
15:32 | -!- | foolano [~magnetic@239.Red-88-15-203.dynamicIP.rima-tde.net] has joined #debian |
15:32 | -!- | fabrianchi [~fabrianch@r186-52-178-187.dialup.adsl.anteldata.net.uy] has quit [Remote host closed the connection] |
15:34 | -!- | amir_ [~amir@24-52-223-207.cable.teksavvy.com] has joined #debian |
15:35 | -!- | andybooth [~boothy@85.Red-83-55-116.dynamicIP.rima-tde.net] has quit [Quit: leaving] |
15:36 | -!- | Infiltrator [~tim@115.187.228.99] has quit [Remote host closed the connection] |
15:36 | -!- | Infiltrator [~tim@115.187.228.99] has joined #debian |
15:37 | -!- | amir_ [~amir@24-52-223-207.cable.teksavvy.com] has quit [] |
15:37 | -!- | fabrianchi [~fabrianch@r186-52-178-187.dialup.adsl.anteldata.net.uy] has joined #debian |
15:38 | -!- | hubutm20 [~hubutm20@79.114.119.180] has quit [Quit: Ulliendo] |
15:39 | -!- | redwolf [~redwolf@80.244.47.53] has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)] |
15:40 | -!- | scientes [~scientes@ppp-71-139-15-231.dsl.snfc21.pacbell.net] has joined #debian |
15:40 | -!- | vrkalak [~vrkalak@64.134.154.99] has quit [Read error: Connection reset by peer] |
15:41 | -!- | eliz [~eliz@catv-89-133-132-19.catv.broadband.hu] has joined #debian |
15:42 | -!- | CyberBunny [~u@c83-249-147-215.bredband.comhem.se] has joined #debian |
15:42 | -!- | dvs [~me@cwv.teksavvy.com] has quit [Remote host closed the connection] |
15:42 | <CyberBunny> | Hi! Is it possible to change the MTU of eth0 without using ifconfig? (Such as from netinst cd console.) |
15:43 | -!- | debsan [~debsan@190.245.74.16] has quit [Remote host closed the connection] |
15:44 | -!- | eliz [~eliz@catv-89-133-132-19.catv.broadband.hu] has quit [Remote host closed the connection] |
15:45 | -!- | |Ramzes| [~ramzes@s83-179-25-133.cust.tele2.se] has joined #debian |
15:46 | <sney_> | CyberBunny: the netinst busybox has the 'ip' tool which should be able to, yes |
15:46 | <|Ramzes|> | Hi, I updated an Etch server to latest Lenny (5.0.10), now I'm trying to upgrade it to latest Squueze, however when I run aptitude safe-upgrade nothing comes back - it's as if it is on the latest version of Debian already. |
15:46 | <|Ramzes|> | When I run apt-get dist-upgrade it's trying to remove pretty much all base packages. |
15:47 | -!- | jet_ [~jet@118-65-135-95.pool.ukrtel.net] has joined #debian |
15:47 | -!- | jet [~jet@4-22-135-95.pool.ukrtel.net] has quit [Read error: Connection reset by peer] |
15:48 | <movl> | |Ramzes|: paste somewhere the content of sources.list and the output |
15:49 | <CyberBunny> | sney_: Thanks! It worked! Seems as if my laptops network card driver is bugged. MTU of 1500 fails, but 1492 seems to work. Again, thank you! :) |
15:49 | <sney_> | |Ramzes|: also, for the lenny->squeeze upgrade, it is recommended that you install squeeze's udev and 2.6.32 kernel and boot into it before doing the dist-upgrade |
15:49 | <movl> | CyberBunny: what kind of connection? and what card? |
15:50 | <sney_> | CyberBunny: no problem |
15:51 | <CyberBunny> | movl: It's a TP cable gigabit LAN. The NIC is a Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02). |
15:51 | -!- | abdulkarim [~abdulkari@123.237.72.19] has quit [Ping timeout: 480 seconds] |
15:51 | -!- | ribe [~ribe@c-98-254-100-215.hsd1.fl.comcast.net] has joined #debian |
15:52 | <CyberBunny> | movl: After alot of searching on the Internet, it seems as if people have had trouble with the SiS 191 for years. |
15:52 | <|Ramzes|> | movl: Sources list: deb http://security.debian.org/ squeeze/updates main contrib non-free |
15:52 | <|Ramzes|> | deb http://debian.lcs.mit.edu/debian/ squeeze main contrib non-free |
15:52 | <|Ramzes|> | deb-src http://debian.lcs.mit.edu/debian/ squeeze main contrib non-free |
15:52 | <|Ramzes|> | deb http://debian.lcs.mit.edu/debian/ unstable main contrib non-free |
15:52 | -!- | |Ramzes| was kicked from #debian by debhelper [use http://paste.debian.net or /msg dpkg paste] |
15:52 | -!- | |Ramzes| [~ramzes@s83-179-25-133.cust.tele2.se] has joined #debian |
15:52 | <Sicelo> | !paste |
15:52 | <dpkg> | Do not paste more than 2 lines to this channel. Instead, use: http://paste.debian.net/ http://pastie.org/ http://paste.pocoo.org/ 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! Cannot cut and paste? Ask me about <pastebinit>, <nopaste>, <wgetpaste>, <lodgeit.py>. |
15:53 | <|Ramzes|> | movl: source.list -> http://paste.debian.net/163051/ |
15:53 | <|Ramzes|> | Sorry for the paste |
15:53 | -!- | zer0pouet [~quassel@lan31-7-82-241-249-15.fbx.proxad.net] has quit [Remote host closed the connection] |
15:53 | <|Ramzes|> | sney_: I'll try to update to squueze's udev and kernel now |
15:54 | <rev> | mase: sorry wasnt around, I am unsure how to handle that, i will have to look into it. |
15:55 | <|Ramzes|> | sney_: Please note that I've upgraded about 20 servers running lenny to squeeze without upgrading udev or kernel, and all of the upgrades went smooth. |
15:55 | <|Ramzes|> | This is the only server that caused this issue. |
15:55 | -!- | lolo [~lolo@pat35-4-88-164-240-188.fbx.proxad.net] has joined #debian |
15:55 | -!- | lolo [~lolo@pat35-4-88-164-240-188.fbx.proxad.net] has quit [] |
15:56 | -!- | Guest98 is now known as bst_ |
15:56 | <sney_> | |Ramzes|: ok, you got lucky, it hosed a lot of people's systems after squeeze released. |
15:56 | -!- | GNUmatic [~dirk@HSI-KBW-046-005-247-075.hsi8.kabel-badenwuerttemberg.de] has quit [Quit: Verlassend] |
15:57 | -!- | tuxampol [~tuxampol@ppp-188-174-46-83.dynamic.mnet-online.de] has quit [Quit: Verlassend] |
15:57 | <|Ramzes|> | sney_: I'm running a same setup on all hosts and I did stage a test upgrade prior to rolling out the upgrades. That's how I ensured that things are running. |
15:58 | <|Ramzes|> | sney_: I've tried to upgrade udev and kernel, but there are a lot of dependencies that can't be solved. What way should I try to install them? |
15:59 | -!- | zlatan [~zlatan@adsl-165-162-184.teol.net] has left #debian [Leaving] |
16:00 | -!- | mode/#debian [+l 515] by debhelper |
16:00 | -!- | mengman [~mats@79-133-3-242.bredband.aland.net] has joined #debian |
16:01 | <sney_> | |Ramzes|: can you pastebin the output please? there shouldn't be any dependency difficulties |
16:01 | -!- | foolano [~magnetic@239.Red-88-15-203.dynamicIP.rima-tde.net] has quit [Ping timeout: 480 seconds] |
16:01 | <sney_> | |Ramzes|: whoa, wait a minute, you have unstable in your sources.list. what's that doing there? |
16:02 | -!- | jesus [~jesus@34.Red-88-9-128.dynamicIP.rima-tde.net] has joined #debian |
16:02 | -!- | DedeLaSaumure [~user@ip-197.net-82-216-229.roubaix.rev.numericable.fr] has joined #debian |
16:02 | <movl> | I didn't notice that :( |
16:02 | -!- | DedeLaSaumure [~user@ip-197.net-82-216-229.roubaix.rev.numericable.fr] has left #debian [] |
16:03 | -!- | DedeLaSaumure [~user@ip-197.net-82-216-229.roubaix.rev.numericable.fr] has joined #debian |
16:03 | <|Ramzes|> | sney_: I use packages from unstable for squeeze. I can remove it. But I'll still have the same issue. |
16:03 | -!- | DedeLaSaumure [~user@ip-197.net-82-216-229.roubaix.rev.numericable.fr] has left #debian [] |
16:03 | <|Ramzes|> | Actually I've already tried that out. |
16:03 | -!- | tuxampol [~tuxampol@ppp-188-174-46-83.dynamic.mnet-online.de] has joined #debian |
16:03 | <sney_> | can you just comment it out for the duration of the upgrade and move your apt.conf out of the way to minimize the extra factors |
16:03 | -!- | diogenes79 [~diogenes@brhv-4d0a8c45.pool.mediaWays.net] has joined #debian |
16:04 | -!- | diogenes79 [~diogenes@brhv-4d0a8c45.pool.mediaWays.net] has left #debian [] |
16:04 | <sney_> | if you are deploying lots of servers I can only guess that you have some specific reason for installing sid packages on squeeze instead of backporting them and that you've tested it, etc, but it's still not recommended and if apt is giving you dependency hassles it is not going to make anything better |
16:06 | -!- | Nik05 [~Nik05@83.119.181.137] has quit [Quit: Leaving] |
16:07 | -!- | mengman_ [~mats@79-133-3-242.bredband.aland.net] has quit [Ping timeout: 480 seconds] |
16:08 | <|Ramzes|> | Yeah, I know what you mean, but I need to run sid stuff and I have a staging environment where I make sure that things are running smooth. |
16:08 | -!- | tuxampol [~tuxampol@ppp-188-174-46-83.dynamic.mnet-online.de] has quit [] |
16:08 | <|Ramzes|> | I commented out the unstable repo, upgrade still not possible. |
16:08 | <|Ramzes|> | Here is when I try to upgrade udev: http://paste.debian.net/163052/ |
16:09 | <movl> | did you update after altering the sources.list? |
16:09 | -!- | and1bm [~andi@HSI-KBW-149-172-216-243.hsi13.kabel-badenwuerttemberg.de] has quit [Quit: Konversation terminated!] |
16:09 | <|Ramzes|> | movl: of course. |
16:10 | -!- | curiousborg [~curiousbo@86-46-107-166-dynamic.b-ras1.wtd.waterford.eircom.net] has joined #debian |
16:10 | <sney_> | with a squeeze sources.list and having run apt-get update all you should need to do is 'apt-get install udev' |
16:10 | -!- | curiousborg [~curiousbo@86-46-107-166-dynamic.b-ras1.wtd.waterford.eircom.net] has left #debian [] |
16:10 | <sney_> | run apt-get upgrade and then try again |
16:11 | <sney_> | (note I didn't say dist-upgrade) |
16:12 | <|Ramzes|> | Here check it out: http://paste.debian.net/163055/ |
16:12 | <|Ramzes|> | That's an apt-get upgrade, apt-get install udev and apt-cache show udev. |
16:12 | -!- | pa|rty [~pa@host-184-174-128-161.AMNOLT1.epbfi.com] has joined #debian |
16:12 | <|Ramzes|> | If I manually specify each dependency package versions, then I'm able to upgrade packages, otherwise that's what I get. |
16:14 | -!- | _0bitcount [~ulises11@82.158.3.63.dyn.user.ono.com] has quit [Quit: Leaving] |
16:14 | -!- | mase [~mase@kemp-5d8615e1.pool.mediaWays.net] has quit [Quit: Konversation terminated!] |
16:15 | -!- | pastubbs [~pa@host-184-174-128-161.AMNOLT1.epbfi.com] has quit [Read error: Operation timed out] |
16:17 | <sney_> | |Ramzes|: that says you have 164-3 installed, which is what you want. am I missing something? |
16:17 | <sney_> | or no, it doesn't, what is going on here |
16:18 | -!- | mlundblad [~marcus@217.142.147.24] has joined #debian |
16:19 | <sney_> | |Ramzes|: what do /etc/debian_version and uname -r say? |
16:20 | -!- | user [~user@41.107.178.74] has joined #debian |
16:20 | <|Ramzes|> | sney_: I don't get you? I showed you the output of apt-cache so you can see it. I have udev version 0.125-7+leeny3 installed on the system. |
16:21 | -!- | user is now known as Guest103 |
16:21 | <sney_> | I just didn't scroll down far enough |
16:21 | <|Ramzes|> | debian_version says 5.0.10, uname -r says 2.6.26-2-xen-686 |
16:21 | -!- | fr33k [~fvb@546B3FBF.cm-12-4a.dynamic.ziggo.nl] has quit [Ping timeout: 480 seconds] |
16:22 | <|Ramzes|> | I know what I'm doing here, sort of :) The thing is that this server has been bugging me for a while. And it is the only server that was running 5.0.10. |
16:22 | <|Ramzes|> | This one is not part of the other servers, so I don't have a staging environment for it. This is just a dev playbox. |
16:23 | -!- | curiousborg [~curiousbo@86-46-107-166-dynamic.b-ras1.wtd.waterford.eircom.net] has joined #debian |
16:23 | <sney_> | so with the sid mixing thing, how did you keep yourself from upgrading to sid? pinning? |
16:24 | <curiousborg> | Hi everyone, trying to find a suitable linux distribution for my hold HP pavillion dv5000 laptop (AMD Turion64 1.4 GHz, 900 MB memory). Was running peppermint which was nice and fast but kept crashing. Have now installed debian 6.0.4 and it's very stable but a bit slow. Gnome is very responsive but web browsing something like youtube or facebook is very slow, and if i try to run a game like chromium-bsu(which |
16:24 | <curiousborg> | the hardware should be able to handle) it's far too slow. Do people have suggestions for making 6.0.4 faster? Particularly for web-browsing. I guess gdm might be hogging a lot of cpu time? I have xfce4 installed too but gdm seems to run in the background anyway |
16:24 | -!- | pa|rty [~pa@host-184-174-128-161.AMNOLT1.epbfi.com] has quit [Quit: Leaving] |
16:24 | -!- | rik_ [~rik@d54C24DA0.access.telenet.be] has quit [Quit: Konversation terminated!] |
16:24 | <sney_> | curiousborg: what video hardware? |
16:24 | <|Ramzes|> | @sney_: yes. |
16:25 | -!- | safinaskar [~quassel@188.44.56.155] has quit [Ping timeout: 480 seconds] |
16:25 | <movl> | |Ramzes|: isn't reinstalling from scratch an option? |
16:25 | <curiousborg> | sney_:ATI Radeon Xpress 200M |
16:26 | -!- | Guest103 [~user@41.107.178.74] has quit [Remote host closed the connection] |
16:26 | <|Ramzes|> | @sney_: You just answered my problems! :) |
16:26 | -!- | aliasdeep [~aliasdeep@91.225.200.59] has joined #debian |
16:26 | <sney_> | curiousborg: your gpu needs non-free firmware to work fully, install the firmware-linux-nonfree package and you'll see things speed back up |
16:27 | <sney_> | |Ramzes|: I did tell you to move apt.conf earlier... you might have your pinning in preferences, but the principle is the same |
16:27 | -!- | SaZha [~SaZha@88.128.140.51] has joined #debian |
16:27 | <curiousborg> | sney_: what repository is that in? |
16:28 | -!- | chitchat [~guest@218-214-24-203.people.net.au] has joined #debian |
16:28 | <|Ramzes|> | sney_: I totally forgot that this box was running Etch previously, it's quite old, so I had pinned squeeze on it. |
16:28 | <sney_> | as the name suggests it's in non-free. |
16:28 | -!- | dvs [~dvs@cwv.teksavvy.com] has joined #debian |
16:28 | <curiousborg> | sney_: thanks |
16:28 | <sney_> | |Ramzes|: yep, we tend to sabotage ourselves |
16:28 | <|Ramzes|> | sney_: definitely :) |
16:28 | -!- | keystreams [~keystream@S0106b8c75dcc6bcf.cg.shawcable.net] has quit [Remote host closed the connection] |
16:29 | <|Ramzes|> | Thanks for the help sney_ and movl. |
16:29 | <sney_> | np |
16:29 | <|Ramzes|> | Upgrade is now running. |
16:30 | <sney_> | for future reference, you know apt has the means to build sid packages for squeeze, right? |
16:30 | <movl> | yw |
16:31 | <|Ramzes|> | Yes of course I do. But i usually don't have issues running unstable. |
16:32 | <|Ramzes|> | I never got to like the debian way of handling packages to be 100% truthful. |
16:32 | -!- | mokmeister [~quassel@109.78.0.162] has quit [Remote host closed the connection] |
16:32 | <|Ramzes|> | But for folks that want to run Debian, I don't say no to help them out. |
16:33 | <sney_> | it's not so much a policy thing as it is a compatibility thing. sid never stops moving forward, so from the time a stable release is frozen, sid just gets farther and farther away |
16:33 | -!- | aPpYe [~aPpYe@71-93-104-120.dhcp.mtpk.ca.charter.com] has joined #debian |
16:33 | -!- | aPpYe [~aPpYe@71-93-104-120.dhcp.mtpk.ca.charter.com] has quit [Remote host closed the connection] |
16:34 | <sney_> | mixing sid and _testing_ is perfectly fine and many people do that, but even the developers will make a funny face if you talk about putting sid packages on stable. (unless they're something completely self-contained like a kernel.) |
16:34 | -!- | user_ [~user@41.107.178.74] has joined #debian |
16:34 | <|Ramzes|> | Yeah I know what you're saying. |
16:34 | <sney_> | I mean you said yourself it's a dev playbox so it's probably expendable, so it's not a big deal if sid does make everything explode |
16:34 | -!- | steeb [~steeb@jabberd.draugr.de] has left #debian [] |
16:34 | <|Ramzes|> | But packages like tomcat for instance run perfectly fine. |
16:34 | <sney_> | but at that point you may as well just completely use sid. |
16:34 | <|Ramzes|> | And I don't see the point to build them for squeeze. |
16:34 | -!- | zigo [~quassel@222.69.44.4] has quit [Ping timeout: 480 seconds] |
16:35 | <sney_> | yeah. tomcat, being a funky java beast, is almost completely self contained and barely touches anything else |
16:35 | -!- | shanttu [~shanttu@dsl-hkibrasgw3-ffdec300-4.dhcp.inet.fi] has joined #debian |
16:35 | <|Ramzes|> | Exactly. |
16:35 | <|Ramzes|> | I never put sid's base sw or libs. |
16:35 | -!- | ribe [~ribe@c-98-254-100-215.hsd1.fl.comcast.net] has quit [Quit: ribe] |
16:36 | <|Ramzes|> | Just instances of software that can't hose the system. |
16:36 | <sney_> | well, as long as you know what you're doing, and you have apt-listchanges installed... |
16:36 | <|Ramzes|> | apt-listchanges is part of my debian server provisioning :) |
16:37 | <|Ramzes|> | Plus some other stuff as well, I used to also do backports, but not anymore. |
16:39 | -!- | ultr [~ultr@bvm226.neoplus.adsl.tpnet.pl] has joined #debian |
16:41 | -!- | curiousborg [~curiousbo@86-46-107-166-dynamic.b-ras1.wtd.waterford.eircom.net] has quit [Quit: Leaving] |
16:41 | -!- | f8l [~f8l@77-255-7-152.adsl.inetia.pl] has joined #debian |
16:42 | -!- | ultr [~ultr@bvm226.neoplus.adsl.tpnet.pl] has quit [] |
16:42 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has joined #debian |
16:43 | <user_> | hello,i have laptop with NVIDIA® GeForce® 410M ,i can't get resolution other then 800x600 on squeeze,how can i fix that |
16:44 | -!- | user__ [~user@41.107.178.74] has joined #debian |
16:46 | -!- | user__ [~user@41.107.178.74] has left #debian [] |
16:46 | <devil> | user_: what driver are you using? |
16:46 | <user_> | how can i know |
16:47 | <devil> | user_: i was afraid, you'd say that |
16:47 | <sney_> | it's probably just a new install |
16:47 | <devil> | user_: pastebin xorg.0.log please |
16:48 | <sney_> | user_: is this a new install? did you download any drivers from the internet? |
16:49 | <SaZha> | where are the gogo-girls? |
16:49 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has joined #debian |
16:49 | <user_> | devil:i have no xorg |
16:49 | * | SaZha has headache and wishes to share some bad energy |
16:50 | <devil> | SaZha: please go to #debian-offtopic |
16:50 | <SaZha> | thx for advice |
16:50 | <towo`> | GeForce® 410M sounds like optimus? |
16:50 | <movl> | user_: of course you do |
16:50 | <devil> | user_: /var/log/Xorg.0.log |
16:50 | <movl> | the file in question is in /var/log |
16:51 | <user_> | devil,ah ok,not /etc/x11 |
16:51 | <devil> | user_: logs are never in /etc |
16:51 | -!- | m42 [~m42@2.81.148.244] has joined #debian |
16:52 | -!- | jalcine [~desktop@174.141.212.184] has joined #debian |
16:53 | -!- | jalcine [~desktop@174.141.212.184] has quit [Remote host closed the connection] |
16:53 | <user_> | ok,i'v tried this http://forum.linuxmint.org.tr/index.php?topic=2510.0 but non works |
16:53 | <user_> | translate it |
16:53 | <devil> | user_: can you please react to questions we have? |
16:53 | -!- | XeonBloomfield [~XeonBloom@n02.satfilm.pl] has quit [Remote host closed the connection] |
16:54 | <movl> | user_: what OS are you on? |
16:54 | -!- | lduros [~lduros@dhcp0641.nic.resnet.group.UPENN.EDU] has quit [Remote host closed the connection] |
16:54 | <user_> | squeeze |
16:55 | -!- | noahfx [~noahfx@190.148.143.24] has quit [Quit: leaving] |
16:56 | <user_> | my xorg http://pastebin.com/BgwCEAf0 |
16:56 | -!- | Telephasis [~Telephasi@modemcable181.229-20-96.mc.videotron.ca] has joined #debian |
16:57 | -!- | SaZha [~SaZha@88.128.140.51] has quit [Killed (Ganneff (troll elsewhere))] |
16:57 | <movl> | user_: install xserver-xorg-video-nouveau |
16:57 | <movl> | then reboot |
16:58 | -!- | SaZha [~SaZha@88.128.140.51] has joined #debian |
16:58 | <movl> | and make sure the module is not blacklisted |
16:58 | -!- | SaZha [~SaZha@88.128.140.51] has quit [] |
16:59 | <user_> | how can i return to the correct mode if there is a problem |
17:00 | <devil> | what is 'correct mode'? |
17:00 | -!- | Telephasis [~Telephasi@modemcable181.229-20-96.mc.videotron.ca] has left #debian [] |
17:01 | -!- | gutoyr [~gutoyr@32.104.18.200] has quit [Remote host closed the connection] |
17:01 | <user_> | if there is a problem in the graphic mode how can i restore this configuration te get back here |
17:02 | -!- | Black_Prince [~Prince@91.191.20.15] has quit [Quit: In /dev/null no one can hear you scream.] |
17:02 | <devil> | user_: deinstall xserver-xorg-video-nouveau |
17:02 | <movl> | huh? |
17:02 | <devil> | and reboot. it then uses vesaagain, as it does noe |
17:02 | -!- | felgru_ [~felgru@xdsl-87-78-120-130.netcologne.de] has joined #debian |
17:02 | <devil> | now |
17:03 | <devil> | movl: hwe wants to know what to do if nouveau leaves him in the dark |
17:03 | <movl> | oh |
17:05 | -!- | flower [~d@178-25-8-191-dynip.superkabel.de] has joined #debian |
17:05 | -!- | metalheadz [~metalhead@79.115.104.241] has joined #debian |
17:05 | -!- | manel [~EMROG@189.157.162.171] has quit [Quit: Saliendo] |
17:06 | <metalheadz> | hello guys ! |
17:06 | <sney_> | hi |
17:06 | <metalheadz> | how could i automate this command sysctl -w net.inet6.ip6.accept_rtadv=1 ? |
17:07 | -!- | user_ [~user@41.107.178.74] has quit [Read error: Operation timed out] |
17:07 | <metalheadz> | i have a spare apple machine |
17:07 | <sney_> | well, if you want it to run at boot you could put it in rc.local |
17:07 | -!- | towo` [~torsten_w@178-24-37-129-dynip.superkabel.de] has quit [Quit: so, nu isser wech] |
17:07 | -!- | PTKDev [~ptkdev@ppp-118-101.24-151.libero.it] has joined #debian |
17:07 | <metalheadz> | yes but the thing is it is running os x |
17:08 | <sney_> | this is #debian, we don't support osx |
17:08 | -!- | zlatan [~zlatan@adsl-165-162-184.teol.net] has joined #debian |
17:08 | <metalheadz> | i know |
17:08 | -!- | Telephasis [~Telephasi@modemcable181.229-20-96.mc.videotron.ca] has joined #debian |
17:08 | -!- | zlatan [~zlatan@adsl-165-162-184.teol.net] has left #debian [] |
17:08 | <metalheadz> | but it crossed my mind |
17:08 | <metalheadz> | to ask |
17:09 | <movl> | Linux and OSX differ a lot |
17:09 | <sney_> | apparently there is an ##apple on irc.freenode.net, they would probably know |
17:09 | -!- | Squirrel-Neko [~neko@178.127.146.240] has quit [Quit: Konversation terminated!] |
17:09 | -!- | felgru [~felgru@xdsl-87-78-173-101.netcologne.de] has quit [Ping timeout: 480 seconds] |
17:10 | -!- | mode/#debian [+l 507] by debhelper |
17:12 | -!- | Telephasis [~Telephasi@modemcable181.229-20-96.mc.videotron.ca] has quit [] |
17:13 | <educr0w> | I downloaded firefox11 from mozilla website, I extracted it and moved to /opt/firefox11, I did ln -s /opt/firefox11/firefox /usr/bin/firefox11 |
17:13 | -!- | LaYeR^ [~giorgos@adsl-86.109.242.226.tellas.gr] has joined #debian |
17:13 | -!- | LaYeR^ [~giorgos@adsl-86.109.242.226.tellas.gr] has left #debian [] |
17:13 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has quit [Remote host closed the connection] |
17:14 | <educr0w> | when I run firefox11 I get : bash: /opt/firefox11/firefox: No such file or directory |
17:14 | <educr0w> | why? :( |
17:14 | <movl> | did you check if it's there? |
17:15 | -!- | degli [~degli@2001:1418:193:60:9472:1e4:2e1b:7748] has quit [Quit: Leaving] |
17:15 | <movl> | and did you type firefox or firefox11? |
17:15 | <educr0w> | sorry, firefox11 is a link, I get /usr/bin/firefox11 .... |
17:15 | <educr0w> | if I do /opt/firefox11/firefox I get the first one |
17:16 | <supaman> | are the permissions set correctly? |
17:16 | -!- | cezar [~cezar@92.86.142.85] has quit [Ping timeout: 480 seconds] |
17:17 | <gnugr> | educr0w:why not from your /home by setting up on "main menu" which app as browser is default? |
17:18 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has quit [Quit: WeeChat 0.3.8-dev] |
17:18 | <educr0w> | I have openbox, I want to install firefox instead iceweasel |
17:18 | <educr0w> | supaman, yes, my user is on group users /opt/firefox11 is in that group too |
17:18 | <gnugr> | educr0w:you can run it from your /home |
17:20 | -!- | OkropNick [kuba@host-n2-72-190.telpol.net.pl] has quit [Remote host closed the connection] |
17:21 | <dvs> | educr0w: Are the execute permissions set on that file? |
17:21 | <educr0w> | I downloaded with my user, tar xjf in my home dir, and get error too :( |
17:21 | -!- | user [~user@41.201.95.60] has joined #debian |
17:21 | <dvs> | ^^ |
17:22 | <dvs> | his dir? ;-) |
17:22 | -!- | fike [~fike@187.37.204.175] has quit [Quit: Saindo] |
17:22 | <educr0w> | heh |
17:22 | -!- | user is now known as Guest110 |
17:22 | <Guest110> | its,user nothing shanged |
17:22 | <Guest110> | hanged |
17:23 | <dvs> | O_O\ |
17:23 | <Guest110> | ops changed |
17:23 | -!- | cuba33ci_ [~cuba33ci@114-36-237-8.dynamic.hinet.net] has joined #debian |
17:24 | <Guest110> | i'v installed xserver-xorg-video-nouveau |
17:24 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has joined #debian |
17:24 | <movl> | Guest110: and you did reboot, right? |
17:24 | -!- | hele [~hele@cs181222070.pp.htv.fi] has quit [Quit: Konversation terminated!] |
17:25 | <Guest110> | yes |
17:25 | -!- | aidalgol [~user@114-134-6-132.rurallink.co.nz] has quit [Quit: outside] |
17:25 | -!- | Therion87 [~Therion@108-84-80-15.lightspeed.bcvloh.sbcglobal.net] has joined #debian |
17:25 | <movl> | and it isn't blacklisted, right? |
17:25 | -!- | educr0w [~educr0w@190.176.74.98] has quit [Read error: Connection reset by peer] |
17:25 | <Guest110> | movl:who is blacklisted??? |
17:26 | <movl> | the nouveau module |
17:26 | <movl> | and please, ease up on the question mark |
17:27 | <Guest110> | what do u mean with blacklisted |
17:27 | <movl> | paste somewhere the outout of 'ls -l /etc/modprobe.d/' |
17:27 | -!- | padenot [~paul@corp-240.mv.mozilla.com] has joined #debian |
17:28 | -!- | padenot [~paul@corp-240.mv.mozilla.com] has quit [] |
17:28 | <dvs> | Guest110: Better yet, grep nouveau /etc/modprobe.d/* |
17:28 | <Guest110> | total 13 |
17:28 | <Guest110> | -rw-r--r-- 1 root root 4832 30 oct. 21:53 aliases.conf |
17:28 | <Guest110> | -rw-r--r-- 1 root root 281 23 oct. 2010 alsa-base-blacklist.conf |
17:28 | <Guest110> | -rw-r--r-- 1 root root 1183 23 oct. 2010 alsa-base.conf |
17:28 | <Guest110> | -rw-r--r-- 1 root root 622 13 déc. 2010 blacklist.conf |
17:28 | -!- | Guest110 was kicked from #debian by debhelper [use http://paste.debian.net or /msg dpkg paste] |
17:29 | <flower> | congrats! |
17:29 | <dvs> | movl: troublemaker! ;-) |
17:29 | <movl> | gah.... |
17:29 | -!- | user_ [~user@41.201.95.60] has joined #debian |
17:29 | -!- | cuba33ci [~cuba33ci@114-36-245-126.dynamic.hinet.net] has quit [Ping timeout: 480 seconds] |
17:29 | -!- | cuba33ci_ is now known as cuba33ci |
17:30 | <movl> | this is the second time today |
17:30 | -!- | mode/#debian [+l 500] by debhelper |
17:30 | -!- | rage [~rage@hel59-4-88-160-125-53.fbx.proxad.net] has quit [Quit: Quitte] |
17:30 | -!- | CyberBunny [~u@c83-249-147-215.bredband.comhem.se] has quit [Quit: leaving] |
17:30 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has quit [Ping timeout: 480 seconds] |
17:30 | <user_> | /etc/modprobe.d/blacklist-nouveau.conf:blacklist nouveau |
17:31 | <movl> | delete that line and reboot |
17:32 | -!- | bst_ [~bst@net112-0-245-109.mbb.telenor.rs] has quit [Ping timeout: 480 seconds] |
17:33 | <user_> | there is just one line |
17:33 | <movl> | delete it |
17:33 | -!- | metalheadz [~metalhead@79.115.104.241] has quit [Quit: metalheadz] |
17:33 | <movl> | and reboot |
17:33 | -!- | dvs [~dvs@cwv.teksavvy.com] has quit [Quit: The light at the end of the tunnel is the 5:15 train] |
17:33 | <user_> | ok |
17:34 | -!- | user_ [~user@41.201.95.60] has quit [Remote host closed the connection] |
17:35 | -!- | user_ [~user@41.201.95.60] has joined #debian |
17:35 | -!- | Jon0 [~jon@1c-4b-d6-69-ea-cc.dynamic.ucsd.edu] has joined #debian |
17:35 | <user_> | ok,back |
17:36 | -!- | __iron [~tobias@ip-141-31-182-26.nat.selfnet.de] has quit [Ping timeout: 480 seconds] |
17:36 | <user_> | <movl>back |
17:36 | -!- | zz_andres is now known as andres |
17:36 | -!- | ring2 [~ring0@dslb-188-097-077-080.pools.arcor-ip.net] has joined #debian |
17:36 | <user_> | movl:back |
17:37 | <movl> | I noticed |
17:37 | <movl> | do you want me to ask you if it works? |
17:37 | <user_> | nothing chaged |
17:37 | -!- | padenot [~paul@corp-240.mv.mozilla.com] has joined #debian |
17:38 | -!- | padenot [~paul@corp-240.mv.mozilla.com] has quit [] |
17:38 | -!- | jkf [~Greg_od@79.140.14.173] has joined #debian |
17:38 | <movl> | paste the output of 'lsmod | grep nouveau' |
17:38 | -!- | padenot [~paul@corp-240.mv.mozilla.com] has joined #debian |
17:38 | -!- | padenot [~paul@corp-240.mv.mozilla.com] has quit [] |
17:42 | -!- | ring1 [~ring0@dslb-188-107-208-080.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
17:43 | <user_> | http://pastebin.com/EWtLXcdx |
17:43 | -!- | ompaul [~ompaul@109.255.108.128] has quit [Quit: Konversation terminated!] |
17:43 | <movl> | user_: that looks ok. do you have a xorg.conf in /etc/x11? |
17:43 | <movl> | user_: that looks ok. do you have a xorg.conf in /etc/x11? |
17:43 | <movl> | oops |
17:44 | <user_> | movl:no |
17:44 | -!- | yip [~ali@5acb8746.bb.sky.com] has quit [Quit: Lost terminal] |
17:45 | <user_> | http://pastebin.com/2mfLcvrX |
17:46 | <movl> | !nvidia |
17:46 | <dpkg> | http://wiki.debian.org/NvidiaGraphicsDrivers . Ask me about <nouveau> (no 3D support in Debian packages), <nvidia dkms> or <nvidia m-a>. For GPUs made before 2004, see <nvidia dkms-173xx> and <nvidia dkms-96xx> for legacy drivers. Installing directly from nvidia.com (i.e. with <nvidia-installer>) is _not_ supported in #debian, please go to #nvidia on irc.freenode.net. |
17:46 | -!- | drdanz [~quassel@drdanz.it] has joined #debian |
17:46 | <user_> | movl yes |
17:46 | <movl> | that info should be enough for you to install the nvidia proprietary driver |
17:48 | <user_> | movl:that why i got error shek sums |
17:48 | -!- | Jon0 [~jon@1c-4b-d6-69-ea-cc.dynamic.ucsd.edu] has quit [Quit: Leaving] |
17:49 | -!- | drdanz [~quassel@drdanz.it] has quit [Read error: No route to host] |
17:50 | -!- | mode/#debian [+l 492] by debhelper |
17:50 | -!- | |Ramzes| [~ramzes@s83-179-25-133.cust.tele2.se] has quit [Quit: Ex-Chat] |
17:50 | -!- | bst_ [~bst@net25-0-245-109.mbb.telenor.rs] has joined #debian |
17:50 | -!- | rudi_s [~simon@austria125.server4you.de] has quit [Quit: leaving] |
17:50 | -!- | drdanz [~quassel@drdanz.it] has joined #debian |
17:51 | -!- | SaZha [~SaZha@88.128.140.51] has joined #debian |
17:51 | -!- | thomas [~quassel@178-27-220-199-dynip.superkabel.de] has quit [Remote host closed the connection] |
17:52 | -!- | kriller_ [~kriller@2009ds2-gj.0.fullrate.dk] has quit [Ping timeout: 480 seconds] |
17:52 | -!- | hazard2 [~hazard@pool-96-237-170-195.bstnma.fios.verizon.net] has joined #debian |
17:53 | -!- | SaZha [~SaZha@88.128.140.51] has quit [] |
17:54 | <user_> | i'v tried it but none marche |
17:54 | <movl> | ? |
17:55 | -!- | LaYeR^ [~giorgos@adsl-86.109.242.226.tellas.gr] has joined #debian |
17:55 | -!- | LaYeR^ [~giorgos@adsl-86.109.242.226.tellas.gr] has left #debian [] |
17:55 | <user_> | ok,i'v tried this http://forum.linuxmint.org.tr/index.php?topic=2510.0 but non works |
17:56 | <movl> | i don't speak turkish |
17:56 | -!- | remikp [~remikp@89-69-142-130.dynamic.chello.pl] has quit [Quit: Wychodzi] |
17:57 | <Guest92> | I'm trying to mount a filesystem that is in a file... but there are no free loop devices - there are some not obviously used though. How can I release some? |
17:57 | -!- | Guest92 is now known as EmleyMoor |
17:57 | <user_> | is it turkish?i don't know but i'v translated it |
17:57 | -!- | Cozminsky [~rjsalts@spectralmud.org] has joined #debian |
17:57 | <movl> | i don't speak turkish/ |
17:58 | <movl> | use the link I gave you |
17:58 | <movl> | you are using instructions from another distro, which although it's Debian-based , may be different |
18:02 | -!- | tdlam [~tdlam@pool-74-103-236-40.prvdri.east.verizon.net] has joined #debian |
18:02 | -!- | Candlehawk [~IceChat7@ool-18ba38dd.dyn.optonline.net] has quit [Read error: Connection reset by peer] |
18:02 | -!- | tdlam [~tdlam@pool-74-103-236-40.prvdri.east.verizon.net] has quit [] |
18:03 | -!- | PTKDev [~ptkdev@ppp-118-101.24-151.libero.it] has quit [Remote host closed the connection] |
18:05 | -!- | mozart [~mozart@230-123.5-85.cust.bluewin.ch] has joined #debian |
18:05 | -!- | gesh [~pupoque@109.172.15.27] has joined #debian |
18:05 | -!- | plusdm [~plusdm@adsl-151.79.107.12.tellas.gr] has joined #debian |
18:06 | -!- | plusdm [~plusdm@adsl-151.79.107.12.tellas.gr] has left #debian [] |
18:07 | -!- | mozart [~mozart@230-123.5-85.cust.bluewin.ch] has quit [] |
18:08 | -!- | Miguel0n [~miguel@105.167.78.188.dynamic.jazztel.es] has joined #debian |
18:08 | -!- | Miguel0n [~miguel@105.167.78.188.dynamic.jazztel.es] has quit [] |
18:09 | <user_> | thanks movl |
18:09 | <movl> | yw |
18:09 | -!- | manel [~EMROG@189.157.162.171] has joined #debian |
18:09 | -!- | bentlux [~quassel@pc-160-59-44-190.cm.vtr.net] has quit [Remote host closed the connection] |
18:13 | -!- | user__ [~user@41.201.90.42] has joined #debian |
18:14 | -!- | temporalanomaly [~Flo@84-119-0-80.dynamic.xdsl-line.inode.at] has quit [Quit: ciao] |
18:16 | -!- | ring1 [~ring0@dslb-188-097-064-092.pools.arcor-ip.net] has joined #debian |
18:17 | -!- | user_ [~user@41.201.95.60] has quit [Ping timeout: 480 seconds] |
18:18 | -!- | whodare [~whodare@222.128.177.103] has quit [Quit: Konversation terminated!] |
18:19 | -!- | edog [~edog@alcotrash.org] has joined #debian |
18:21 | -!- | f8l [~f8l@77-255-7-152.adsl.inetia.pl] has quit [Quit: WeeChat 0.3.7] |
18:21 | -!- | geek [~geek@c-24-19-43-225.hsd1.wa.comcast.net] has joined #debian |
18:22 | -!- | geek [~geek@c-24-19-43-225.hsd1.wa.comcast.net] has quit [] |
18:22 | -!- | ring2 [~ring0@dslb-188-097-077-080.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
18:23 | -!- | shanttu [~shanttu@dsl-hkibrasgw3-ffdec300-4.dhcp.inet.fi] has quit [Quit: Leaving] |
18:23 | -!- | ao2 [~u@cl-35.trn-01.it.sixxs.net] has quit [Quit: Ex-Chat] |
18:24 | -!- | user__ [~user@41.201.90.42] has quit [Remote host closed the connection] |
18:24 | -!- | nodiscc [~mrzorg@cel44-1-78-229-72-174.fbx.proxad.net] has joined #debian |
18:26 | -!- | whodare [~whodare@222.128.177.103] has joined #debian |
18:26 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has quit [Ping timeout: 480 seconds] |
18:27 | -!- | oiig_ [oiig_@112.161.134.227] has joined #debian |
18:28 | -!- | mlundblad [~marcus@217.142.147.24] has quit [Ping timeout: 480 seconds] |
18:30 | -!- | mode/#debian [+l 486] by debhelper |
18:31 | -!- | mentor [~mentor@178.16.14.107] has quit [Ping timeout: 480 seconds] |
18:39 | -!- | mentor [~mentor@178.16.8.87] has joined #debian |
18:39 | -!- | mentor is now known as Guest113 |
18:42 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has joined #debian |
18:42 | -!- | m42 [~m42@2.81.148.244] has quit [Quit: Saindo] |
18:48 | -!- | Quintasan_ [~quassel@p5DE785B6.dip.t-dialin.net] has joined #debian |
18:48 | -!- | superkulak [~nicola@net-2-38-222-141.cust.dsl.vodafone.it] has quit [Ping timeout: 480 seconds] |
18:50 | -!- | chitchat [~guest@218-214-24-203.people.net.au] has quit [Ping timeout: 480 seconds] |
18:50 | -!- | q66 [~q66@213.191.105.214] has quit [Quit: Leaving..] |
18:51 | -!- | el_erno [~el_erno@201.141.105.30] has quit [Quit: Leaving] |
18:53 | -!- | chattr [~mike@97.100.207.201] has quit [Ping timeout: 480 seconds] |
18:55 | -!- | Quintasan [~quassel@p5DC16D05.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
18:57 | -!- | Sharlock [~Sharlock@190.80.227.160] has joined #debian |
18:57 | <Sharlock> | hola |
18:57 | -!- | bezvremena [~timeless@net1-0-245-109.mbb.telenor.rs] has joined #debian |
18:58 | <bezvremena> | hello there |
18:58 | -!- | SaZha [~SaZha@88.128.140.51] has joined #debian |
18:58 | <bezvremena> | i have a problem with skype |
18:58 | -!- | felgru_ [~felgru@xdsl-87-78-120-130.netcologne.de] has quit [Remote host closed the connection] |
18:58 | -!- | Sharlock [~Sharlock@190.80.227.160] has quit [] |
18:59 | <bezvremena> | hello |
18:59 | <bezvremena> | anybody here? |
18:59 | <SaZha> | me has a question too |
19:00 | <SaZha> | as i am online now i may just ask |
19:00 | <bezvremena> | i am online too |
19:00 | <bezvremena> | and i have a problem with skype |
19:00 | <SaZha> | configuring netdevices, or forward a port by ssh need privileges? |
19:00 | <SaZha> | sry, i dont know skype |
19:01 | <bezvremena> | heheh dont worry |
19:01 | <bezvremena> | but i cant hepl you abut that |
19:01 | <SaZha> | si |
19:01 | <SaZha> | i like you anyway |
19:01 | <bezvremena> | tnx |
19:01 | -!- | NIN [~NIN@p5DD29A92.dip0.t-ipconnect.de] has quit [Quit: NIN] |
19:01 | <bezvremena> | me too :) |
19:01 | <SaZha> | why not using the telephone? |
19:01 | <SaZha> | handy |
19:01 | <SaZha> | is modern too |
19:02 | <bezvremena> | hahah i use but i dont like that :) |
19:02 | -!- | aliasdeep [~aliasdeep@91.225.200.59] has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)] |
19:02 | -!- | chattr [~mike@97.100.207.201] has joined #debian |
19:02 | -!- | TM [~thenveer@027bb919.bb.sky.com] has joined #debian |
19:02 | -!- | TM [~thenveer@027bb919.bb.sky.com] has quit [] |
19:03 | <SaZha> | we have a thing called taschenlampe in germany |
19:04 | <SaZha> | you can bush a button and a light comes to shine |
19:04 | <bezvremena> | nice here in serbia |
19:04 | <SaZha> | maybe you can do morsecode with that |
19:04 | <bezvremena> | telefon :P |
19:04 | <SaZha> | k |
19:04 | * | daemonkeeper looks at the channel name |
19:04 | * | daemonkeeper verified it mentions Debian |
19:04 | <SaZha> | havt to shut up...could block the line while someone has a problem .) |
19:05 | <bezvremena> | i have problem with skype |
19:05 | <bezvremena> | when i start it close |
19:06 | <bezvremena> | and again |
19:06 | <bezvremena> | and again |
19:06 | -!- | janos_ [~janos@136-174-222-85.adsl.verat.net] has joined #debian |
19:06 | <devil> | bezvremena: skype is proprietary software |
19:07 | <bezvremena> | it works ok but today not |
19:07 | <bezvremena> | and i need it so much |
19:07 | <devil> | bezvremena: well, debian has nothing to do with that |
19:07 | <devil> | you need to get support from skype |
19:07 | <bezvremena> | i know |
19:07 | <bezvremena> | how? |
19:08 | <devil> | how would i know? |
19:08 | <devil> | ask them |
19:08 | -!- | asd [~Inferno@189.76.226.4] has joined #debian |
19:08 | <bezvremena> | hahah tnx anyway |
19:08 | -!- | asd [~Inferno@189.76.226.4] has quit [] |
19:08 | <bezvremena> | :) |
19:08 | -!- | saep [~saep@vpw.wh.uni-dortmund.de] has joined #debian |
19:09 | <kenyon> | !skype |
19:09 | <dpkg> | Skype is a proprietary cross-platform <VoIP> program which Debian cannot distribute due to its restrictive license. Packages are available from http://www.skype.com/download/skype/linux/ or use the sources.list line "deb http://download.skype.com/linux/repos/debian/ stable non-free". Not supported in #debian, consider using <ekiga>, <linphone> or <pidgin> instead. http://wiki.debian.org/skype |
19:10 | <bezvremena> | but it works ok |
19:10 | -!- | Sharlock [~Sharlock@190.80.234.100] has joined #debian |
19:10 | <bezvremena> | now it doesnt work :( |
19:11 | -!- | jkf [~Greg_od@79.140.14.173] has quit [Remote host closed the connection] |
19:11 | -!- | SLot__ [~SLot@187.20.82.220] has joined #debian |
19:11 | -!- | tenor [~tenor@97.97.228.16] has joined #debian |
19:11 | <tenor> | Hi |
19:12 | <tenor> | Anyone there? |
19:12 | <tenor> | asdf |
19:12 | <tenor> | asdf |
19:12 | <tenor> | asdfa |
19:12 | <tenor> | sdfa |
19:12 | <tenor> | sdfa |
19:12 | -!- | tenor was kicked from #debian by debhelper [use http://paste.debian.net or /msg dpkg paste] |
19:12 | -!- | tenor [~tenor@97.97.228.16] has joined #debian |
19:12 | <tenor> | Hi |
19:12 | <tenor> | asdf |
19:12 | <tenor> | Blah |
19:12 | <tenor> | omg? |
19:12 | <tenor> | wtf? |
19:12 | <tenor> | no one is here, l0l |
19:12 | <devil> | *sigh* |
19:13 | <tenor> | 0h4! |
19:13 | <movl> | !ops tenor |
19:13 | <dpkg> | Hydroxide, dondelelcaro, ):, helix, LoRez, RichiH, mentor, xk, abrotman, gravity, azeem, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen: movl complains about: tenor |
19:13 | -!- | Sharlock [~Sharlock@190.80.234.100] has quit [] |
19:13 | <peterS> | tenor: that's called flooding. don't flood. |
19:13 | <tenor> | w311 !m h3r3 t35t!n6 my !RC cl!3n7 |
19:13 | -!- | mode/#debian [+o peterS] by ChanServ |
19:13 | -!- | tenor was kicked from #debian by peterS [you should know better] |
19:13 | -!- | mode/#debian [-o peterS] by peterS |
19:14 | -!- | tenor [~tenor@97.97.228.16] has joined #debian |
19:14 | <abrotman> | hi ? |
19:14 | <kenyon> | #test on freenode is good for testing IRC client |
19:14 | <tenor> | M4y ! t35t my !RC cl!3n7 !n p34c3? |
19:14 | -!- | mode/#debian [+o peterS] by ChanServ |
19:14 | -!- | tenor was kicked from #debian by peterS [you should know better] |
19:14 | -!- | mode/#debian [+b *!*@97.97.228.16] by peterS |
19:14 | -!- | mode/#debian [-o peterS] by peterS |
19:14 | <peterS> | sigh |
19:15 | <movl> | he's 15 at most |
19:15 | <abrotman> | 15? |
19:15 | <abrotman> | so generous |
19:15 | <peterS> | I was hoping he'd get the hint after one kick. oh well. |
19:15 | <abrotman> | they rarely do .. |
19:15 | <kenyon> | not until they're 16 |
19:19 | -!- | dvs [~me@cwv.teksavvy.com] has joined #debian |
19:20 | -!- | rasheed [~rasheed@pool-96-255-169-193.washdc.fios.verizon.net] has joined #debian |
19:24 | -!- | keystreams [~keystream@S0106b8c75dcc6bcf.cg.shawcable.net] has joined #debian |
19:25 | -!- | naiv___ [~quassel@AAnnecy-552-1-211-107.w109-208.abo.wanadoo.fr] has quit [Read error: No route to host] |
19:25 | -!- | naiv__ [~quassel@AAnnecy-552-1-211-107.w109-208.abo.wanadoo.fr] has quit [Read error: No route to host] |
19:25 | -!- | SLot__ [~SLot@187.20.82.220] has quit [Quit: Leaving] |
19:26 | -!- | Guest113 is now known as mentor |
19:27 | -!- | dosht [~dosht@197.135.213.68] has joined #debian |
19:27 | -!- | thunderrd [~thunderrd@119.42.74.99] has quit [Read error: Connection reset by peer] |
19:28 | -!- | bluewater [~nautics-a@203-217-71-170.dyn.iinet.net.au] has joined #debian |
19:28 | -!- | keystreams [~keystream@S0106b8c75dcc6bcf.cg.shawcable.net] has quit [Remote host closed the connection] |
19:29 | -!- | keystreams [~keystream@S0106b8c75dcc6bcf.cg.shawcable.net] has joined #debian |
19:29 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has joined #debian |
19:30 | -!- | dosht_ [~dosht@197.135.213.68] has joined #debian |
19:30 | -!- | keystreams [~keystream@S0106b8c75dcc6bcf.cg.shawcable.net] has quit [Remote host closed the connection] |
19:32 | -!- | toto42 [~toto@p5B393F11.dip.t-dialin.net] has quit [Quit: Leaving] |
19:34 | -!- | lolo [~lolo@pat35-4-88-164-240-188.fbx.proxad.net] has joined #debian |
19:34 | -!- | lolo [~lolo@pat35-4-88-164-240-188.fbx.proxad.net] has quit [Remote host closed the connection] |
19:36 | <bezvremena> | uhhhh |
19:36 | <sney_> | ? |
19:36 | <bezvremena> | nothig |
19:36 | <bezvremena> | problem with skype :( |
19:37 | -!- | Silicon_Zombie [~Silicon_Z@205.185.121.243] has quit [Quit: leaving] |
19:40 | -!- | Therion87 [~Therion@108-84-80-15.lightspeed.bcvloh.sbcglobal.net] has quit [Quit: Leaving] |
19:40 | -!- | aidalgol [~user@114-134-6-132.rurallink.co.nz] has joined #debian |
19:40 | -!- | darthmoul [~escondido@190.201.219.156] has joined #debian |
19:40 | <abrotman> | vague |
19:41 | -!- | darthmoul [~escondido@190.201.219.156] has quit [] |
19:43 | -!- | Cnote [~Donald@ool-addc5f53.static.optonline.net] has quit [Remote host closed the connection] |
19:43 | -!- | thunderrd [~thunderrd@119.42.77.166] has joined #debian |
19:44 | -!- | fabrianchi [~fabrianch@r186-52-178-187.dialup.adsl.anteldata.net.uy] has quit [Ping timeout: 480 seconds] |
19:46 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has quit [Read error: Operation timed out] |
19:47 | -!- | bfly_ [~bfly@p57BD65E9.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
19:47 | -!- | Cnote [~Donald@ool-addc5f53.static.optonline.net] has joined #debian |
19:48 | -!- | bfly_ [~bfly@p57BD6CAD.dip0.t-ipconnect.de] has joined #debian |
19:51 | -!- | haylo [~haylo@ppp-70-225-179-199.dsl.chmpil.ameritech.net] has quit [Remote host closed the connection] |
19:52 | -!- | Therion87 [~Therion@108-84-80-15.lightspeed.bcvloh.sbcglobal.net] has joined #debian |
19:52 | -!- | kuhkatz [~kuhkatz@191-18-142-46.pool.kielnet.net] has quit [Quit: quit] |
19:52 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has joined #debian |
19:53 | -!- | ettore [~ettore@dynamic-adsl-94-34-135-233.clienti.tiscali.it] has joined #debian |
19:54 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has joined #debian |
19:56 | -!- | nautics-lap [~nautics-a@124-168-82-37.dyn.iinet.net.au] has joined #debian |
19:56 | -!- | Girth [girth@thule.neoice.net] has quit [Quit: leaving] |
19:57 | -!- | Girth [girth@thule.neoice.net] has joined #debian |
19:57 | -!- | bluewater is now known as Guest117 |
19:57 | -!- | nautics-lap is now known as bluewater |
19:59 | -!- | Guest117 [~nautics-a@203-217-71-170.dyn.iinet.net.au] has quit [Ping timeout: 480 seconds] |
20:01 | -!- | saep [~saep@vpw.wh.uni-dortmund.de] has quit [Quit: WeeChat 0.3.7] |
20:01 | -!- | _julian [~quassel@hmbg-5f7633d4.pool.mediaWays.net] has joined #debian |
20:01 | -!- | ribe [~ribe@c-98-254-100-215.hsd1.fl.comcast.net] has joined #debian |
20:02 | -!- | aguslr [~aguslr@171.119.165.83.dynamic.mundo-r.com] has quit [Remote host closed the connection] |
20:03 | -!- | ribe [~ribe@c-98-254-100-215.hsd1.fl.comcast.net] has quit [] |
20:06 | -!- | Therion87 [~Therion@108-84-80-15.lightspeed.bcvloh.sbcglobal.net] has quit [Quit: Leaving] |
20:08 | -!- | dosht [~dosht@197.135.213.68] has quit [Ping timeout: 480 seconds] |
20:08 | -!- | dosht_ [~dosht@197.135.213.68] has quit [Ping timeout: 480 seconds] |
20:08 | -!- | gesh [~pupoque@109.172.15.27] has quit [Ping timeout: 480 seconds] |
20:09 | -!- | _julian_ [~quassel@hmbg-5f773fad.pool.mediaWays.net] has quit [Ping timeout: 480 seconds] |
20:10 | -!- | mode/#debian [+l 478] by debhelper |
20:12 | -!- | salvin [~salvin@93-46-18-37.ip105.fastwebnet.it] has quit [Quit: Konversation terminated!] |
20:14 | -!- | Therion87 [~Therion@108-84-80-15.lightspeed.bcvloh.sbcglobal.net] has joined #debian |
20:14 | -!- | movl [~arares@89.47.83.116] has quit [] |
20:14 | -!- | aranax [~aranax@190.56.140.209] has quit [Quit: Saliendo] |
20:15 | -!- | ring2 [~ring0@dslb-094-219-208-067.pools.arcor-ip.net] has joined #debian |
20:16 | -!- | janos_ [~janos@136-174-222-85.adsl.verat.net] has quit [Ping timeout: 480 seconds] |
20:18 | -!- | Caroll [~caroll@189.123.216.170] has quit [Quit: Leaving] |
20:18 | -!- | dew3492 [~vido@151.70.14.65] has joined #debian |
20:18 | <dew3492> | hi |
20:20 | <dew3492> | do you know how I can make a bootable iso with shell command? |
20:21 | -!- | dew3492 [~vido@151.70.14.65] has left #debian [] |
20:22 | -!- | ettore [~ettore@dynamic-adsl-94-34-135-233.clienti.tiscali.it] has quit [Ping timeout: 480 seconds] |
20:22 | -!- | ring1 [~ring0@dslb-188-097-064-092.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
20:23 | <SaZha> | join /glib |
20:24 | -!- | SaZha [~SaZha@88.128.140.51] has quit [Quit: Leaving] |
20:25 | -!- | Odin- [~sbkhh@214-106-22-46.fiber.hringdu.is] has joined #debian |
20:27 | -!- | jamuraa [~jamuraa@c-75-72-149-7.hsd1.mn.comcast.net] has quit [Remote host closed the connection] |
20:29 | <abrotman> | dewgrrr |
20:30 | -!- | mode/#debian [+l 472] by debhelper |
20:33 | -!- | joseph [~joseph@66-44-255-136.dyn.dsl.yadtel.net] has joined #debian |
20:33 | <joseph> | hi, can someone send me the chat for ubuntu? |
20:34 | <joseph> | it keeps putting me in debian |
20:34 | <heikkila> | !ubuntuirc |
20:34 | <dpkg> | This is not the Ubuntu help channel. Please do /server irc.freenode.net and then /join #ubuntu. If you are using XChat, you can right-click the following link and choose connect. irc://irc.freenode.net/ubuntu |
20:36 | -!- | joseph [~joseph@66-44-255-136.dyn.dsl.yadtel.net] has left #debian [] |
20:43 | -!- | rasheed [~rasheed@pool-96-255-169-193.washdc.fios.verizon.net] has quit [Remote host closed the connection] |
20:46 | -!- | clopez [~clopez@44.18.165.83.dynamic.mundo-r.com] has quit [Ping timeout: 480 seconds] |
20:48 | -!- | biologolunar [~bl@190.77.91.15] has joined #debian |
20:49 | <kop> | ,versions lsyncd |
20:49 | <judd> | Package: lsyncd on i386 -- squeeze: 1.34-1; wheezy: 2.0.5-1; sid: 2.0.7-1 |
20:50 | -!- | janos_ [~janos@85.222.178.115] has joined #debian |
20:50 | -!- | vrkalak [~vrkalak@66-87-7-239.pools.spcsdns.net] has joined #debian |
20:51 | -!- | pitelpan [~quassel@cust-30-162.on6.ontelecoms.GR] has quit [Remote host closed the connection] |
20:51 | -!- | vrkalak [~vrkalak@66-87-7-239.pools.spcsdns.net] has quit [] |
20:51 | -!- | vrkalak [~vrkalak@66-87-7-239.pools.spcsdns.net] has joined #debian |
20:54 | -!- | dvs [~me@cwv.teksavvy.com] has quit [Remote host closed the connection] |
20:54 | -!- | wissem [~localhost@41.226.179.182] has quit [Remote host closed the connection] |
20:58 | -!- | robinjam [~robinjam@li445-26.members.linode.com] has joined #debian |
20:58 | -!- | SaZha [~SaZha@88.128.140.51] has joined #debian |
20:58 | -!- | kurumin [~kurumin@187.59.167.239] has joined #debian |
20:58 | -!- | kurumin [~kurumin@187.59.167.239] has left #debian [] |
20:59 | -!- | _julian_ [~quassel@hmbg-4d06c1af.pool.mediaWays.net] has joined #debian |
21:01 | -!- | somiaj [~jaimos@24-117-24-196.cpe.cableone.net] has joined #debian |
21:03 | -!- | kolter [~kolter@2a01:e0b:1000:13:216:3eff:fe00:3e] has quit [Ping timeout: 480 seconds] |
21:04 | -!- | gesh [~pupoque@109.172.15.27] has joined #debian |
21:04 | -!- | supaman [~ojs@213-167-139-144.dsl.dynamic.simnet.is] has quit [Quit: leaving] |
21:05 | -!- | zem [~voodoo@93-142-244-9.adsl.net.t-com.hr] has joined #debian |
21:05 | -!- | vrkalak [~vrkalak@66-87-7-239.pools.spcsdns.net] has quit [Ping timeout: 480 seconds] |
21:06 | -!- | law____ [~law@irc.l4w.info] has quit [Remote host closed the connection] |
21:06 | -!- | zem_ [~voodoo@93-139-188-59.adsl.net.t-com.hr] has quit [Ping timeout: 480 seconds] |
21:07 | -!- | _julian [~quassel@hmbg-5f7633d4.pool.mediaWays.net] has quit [Ping timeout: 480 seconds] |
21:08 | -!- | tuxampol [~tuxampol@ppp-88-217-84-104.dynamic.mnet-online.de] has joined #debian |
21:12 | -!- | flower [~d@178-25-8-191-dynip.superkabel.de] has quit [Ping timeout: 480 seconds] |
21:14 | -!- | simonlnu [simon@64.235.204.134] has quit [Quit: bbl] |
21:15 | -!- | Therion87 [~Therion@108-84-80-15.lightspeed.bcvloh.sbcglobal.net] has quit [Quit: Leaving] |
21:15 | -!- | legnaleurc [~quassel@dblab97.csie.ncu.edu.tw] has joined #debian |
21:16 | -!- | darthmoul [~escondido@190.201.219.156] has joined #debian |
21:17 | -!- | noahfx [~noahfx@190.148.143.24] has joined #debian |
21:20 | -!- | Therion87 [~Therion@108-84-80-15.lightspeed.bcvloh.sbcglobal.net] has joined #debian |
21:21 | -!- | DrGkill [~DrGkill@omegacube.pck.nerim.net] has quit [] |
21:22 | -!- | vrkalak [~vrkalak@66-87-4-181.pools.spcsdns.net] has joined #debian |
21:22 | -!- | debsan [~debsan@190.245.74.16] has joined #debian |
21:22 | -!- | robinjam [~robinjam@li445-26.members.linode.com] has quit [Quit: leaving] |
21:24 | -!- | pitelpan [~quassel@cust-30-162.on6.ontelecoms.GR] has joined #debian |
21:27 | -!- | floe [~flo@f052096198.adsl.alicedsl.de] has joined #debian |
21:28 | -!- | darthmoul [~escondido@190.201.219.156] has quit [Quit: leaving] |
21:29 | -!- | alienux1 [~theXman@41.250.155.44] has joined #debian |
21:29 | -!- | alienux4 [~theXman@41.250.155.44] has quit [Read error: Connection reset by peer] |
21:31 | -!- | floe__ [~flo@e179011014.adsl.alicedsl.de] has quit [Ping timeout: 480 seconds] |
21:31 | -!- | robinjam [~robinjam@my-hostname-is-longer-than-yours.robinjam.net] has joined #debian |
21:32 | -!- | robinjam [~robinjam@my-hostname-is-longer-than-yours.robinjam.net] has quit [] |
21:33 | -!- | vrkalak [~vrkalak@66-87-4-181.pools.spcsdns.net] has quit [Ping timeout: 480 seconds] |
21:37 | -!- | hychen [~hychen@210.242.151.101] has joined #debian |
21:39 | -!- | tuxampol [~tuxampol@ppp-88-217-84-104.dynamic.mnet-online.de] has quit [Quit: Verlassend] |
21:39 | -!- | quentusrex_ [~quentusre@70-89-155-57-amigo-vino-wa.hfc.comcastbusiness.net] has quit [Quit: Leaving] |
21:41 | -!- | nosbig [~nosbig@cpe-65-185-85-164.neo.res.rr.com] has joined #debian |
21:43 | -!- | janos_ [~janos@85.222.178.115] has quit [Quit: Leaving.] |
21:45 | -!- | Therion87 [~Therion@108-84-80-15.lightspeed.bcvloh.sbcglobal.net] has quit [Quit: Leaving] |
21:47 | -!- | geek09 [~geek09@c-2ec2cc90-74736162.cust.telenor.se] has joined #debian |
21:47 | -!- | TrifFiD [~kvirc@217.118.83.183] has quit [Ping timeout: 480 seconds] |
21:48 | -!- | geek09 [~geek09@c-2ec2cc90-74736162.cust.telenor.se] has quit [] |
21:50 | -!- | AzaToth [~azatoth@h87-96-232-93.dynamic.se.alltele.net] has quit [Remote host closed the connection] |
21:50 | -!- | pitelpan [~quassel@cust-30-162.on6.ontelecoms.GR] has quit [Read error: Connection reset by peer] |
21:52 | -!- | SaZha [~SaZha@88.128.140.51] has quit [Quit: Leaving] |
21:54 | -!- | XayOn [~XayOn@85.251.10.133.dyn.user.ono.com] has quit [Remote host closed the connection] |
21:54 | -!- | XayOn [~XayOn@85.251.10.133.dyn.user.ono.com] has joined #debian |
21:55 | -!- | martin [~martin@186.149.155.27] has joined #debian |
21:55 | <martin> | hola |
21:55 | -!- | martin [~martin@186.149.155.27] has quit [] |
21:55 | -!- | floe [~flo@f052096198.adsl.alicedsl.de] has quit [Ping timeout: 480 seconds] |
21:56 | -!- | TaitenP [~TaitenP@210.242.151.101] has joined #debian |
21:59 | -!- | Cnote [~Donald@ool-addc5f53.static.optonline.net] has quit [Remote host closed the connection] |
22:00 | -!- | mode/#debian [+l 464] by debhelper |
22:02 | -!- | XayOn [~XayOn@85.251.10.133.dyn.user.ono.com] has quit [Remote host closed the connection] |
22:03 | -!- | MissionCritical [~MissionCr@124-148-183-218.dyn.iinet.net.au] has quit [Ping timeout: 480 seconds] |
22:04 | -!- | nikita [~nikita@89.232.137.202] has joined #debian |
22:05 | -!- | MissionCritical [~MissionCr@124-170-15-130.dyn.iinet.net.au] has joined #debian |
22:08 | -!- | crucialhead [~bart@cpe-76-182-212-37.tx.res.rr.com] has joined #debian |
22:09 | -!- | kolter [~kolter@2a01:e0b:1000:13:216:3eff:fe00:3e] has joined #debian |
22:11 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has quit [Quit: Lost terminal] |
22:14 | -!- | felix_ [~felix@dslb-094-218-179-171.pools.arcor-ip.net] has joined #debian |
22:16 | -!- | tuvshinjargal [~tuvshinja@mt-242.mtcone.net] has joined #debian |
22:17 | -!- | tuvshinjargal [~tuvshinja@mt-242.mtcone.net] has quit [] |
22:20 | -!- | gesh [~pupoque@109.172.15.27] has quit [Ping timeout: 480 seconds] |
22:20 | -!- | aranax [~aranax@200.12.48.165] has joined #debian |
22:22 | -!- | liegruppe [~felix@dslb-188-098-182-225.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
22:23 | -!- | ring1 [~ring0@dslb-088-068-116-238.pools.arcor-ip.net] has joined #debian |
22:23 | -!- | darthmoul [~escondido@190.201.219.156] has joined #debian |
22:28 | -!- | alienux1 [~theXman@41.250.155.44] has quit [Read error: Connection reset by peer] |
22:28 | -!- | ring1 [~ring0@dslb-088-068-116-238.pools.arcor-ip.net] has quit [Quit: Leaving] |
22:28 | -!- | alienux1 [~theXman@41.250.155.44] has joined #debian |
22:28 | -!- | Blacker47 [~Blacker47@p57A918D4.dip0.t-ipconnect.de] has quit [Quit: Verlassend] |
22:29 | -!- | ring2 [~ring0@dslb-094-219-208-067.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
22:35 | -!- | crshd [~crshd@175.141.12.101] has quit [Remote host closed the connection] |
22:35 | -!- | jamuraa [~jamuraa@c-75-72-149-7.hsd1.mn.comcast.net] has joined #debian |
22:39 | -!- | rudi_s [~simon@austria125.server4you.de] has joined #debian |
22:40 | -!- | rudi_s [~simon@austria125.server4you.de] has quit [] |
22:43 | -!- | amphi [~amphi@59.95.27.114] has joined #debian |
22:43 | -!- | rob69 [~rob@67.143.229.254] has joined #debian |
22:44 | -!- | andres is now known as zz_andres |
22:44 | -!- | rudi_s [~simon@austria125.server4you.de] has joined #debian |
22:48 | -!- | vrkalak [~vrkalak@66-87-4-175.pools.spcsdns.net] has joined #debian |
22:48 | -!- | darthmoul [~escondido@190.201.219.156] has quit [Ping timeout: 480 seconds] |
22:49 | -!- | martin_ [~martin@f049007216.adsl.alicedsl.de] has joined #debian |
22:49 | -!- | hanyongming [~hanyongmi@69.28.51.104] has joined #debian |
22:49 | -!- | vrkalak [~vrkalak@66-87-4-175.pools.spcsdns.net] has quit [] |
22:50 | -!- | dvs [~me@cwv.teksavvy.com] has joined #debian |
22:51 | -!- | hanyongming [~hanyongmi@69.28.51.104] has left #debian [] |
22:53 | -!- | TaitenP [~TaitenP@210.242.151.101] has quit [Quit: Ex-Chat] |
22:55 | -!- | rudi_s [~simon@austria125.server4you.de] has quit [Read error: Connection reset by peer] |
22:55 | -!- | rudi_s [~simon@austria125.server4you.de] has joined #debian |
22:55 | -!- | TaitenP [~TaitenP@210.242.151.101] has joined #debian |
22:56 | -!- | gruetzkopf [~martin@f048160090.adsl.alicedsl.de] has quit [Ping timeout: 480 seconds] |
23:02 | -!- | kolter [~kolter@2a01:e0b:1000:13:216:3eff:fe00:3e] has quit [Ping timeout: 480 seconds] |
23:03 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has quit [Quit: WeeChat 0.3.8-dev] |
23:05 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has joined #debian |
23:05 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has quit [] |
23:06 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has joined #debian |
23:07 | -!- | NightMonkey [~NightrMon@nightmonkey.user.oftc.net] has quit [Quit: Body blow! Body blow!] |
23:07 | -!- | TaitenP [~TaitenP@210.242.151.101] has quit [Ping timeout: 480 seconds] |
23:07 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has quit [] |
23:08 | -!- | hggdh [~hggdh@pool-96-226-214-253.dllstx.fios.verizon.net] has joined #debian |
23:10 | -!- | vrkalak [~vrkalak@66-87-0-246.pools.spcsdns.net] has joined #debian |
23:11 | -!- | kolter [~kolter@2a01:e0b:1000:13:216:3eff:fe00:3e] has joined #debian |
23:16 | -!- | TaitenP [~TaitenP@210.242.151.101] has joined #debian |
23:19 | -!- | [Spirit] [~spirit@186.93.168.158] has joined #debian |
23:22 | -!- | qboster [~bqin@159.226.21.127] has joined #debian |
23:27 | -!- | Zanarkand [~jade@207-172-204-243.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com] has joined #debian |
23:27 | -!- | biologolunar [~bl@190.77.91.15] has quit [Ping timeout: 480 seconds] |
23:30 | -!- | robbiethe1st [~robbiethe@50-52-13-12.cral.id.frontiernet.net] has quit [Quit: Leaving] |
23:31 | -!- | MisterFluffy [~MisterFlu@misterfluffy.dsl.xmission.com] has quit [Read error: Operation timed out] |
23:32 | -!- | somiaj [~jaimos@24-117-24-196.cpe.cableone.net] has quit [Quit: leaving] |
23:32 | -!- | amoe [~amoe@host-78-147-173-220.as13285.net] has quit [Ping timeout: 480 seconds] |
23:32 | -!- | amphi_ [~amphi@59.95.22.8] has joined #debian |
23:34 | -!- | pitelpan [~quassel@cust-30-162.on6.ontelecoms.GR] has joined #debian |
23:35 | -!- | amphi [~amphi@59.95.27.114] has quit [Ping timeout: 480 seconds] |
23:36 | -!- | kamaraju [~Kamaraju@pool-71-172-105-84.nwrknj.east.verizon.net] has joined #debian |
23:38 | -!- | Zanarkand [~jade@207-172-204-243.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com] has quit [Quit: Leaving] |
23:42 | -!- | biologolunar [~bl@190.77.91.15] has joined #debian |
23:43 | -!- | fahad [~fahad@203.223.95.141] has joined #debian |
23:44 | -!- | fahad [~fahad@203.223.95.141] has quit [] |
23:48 | -!- | qboster [~bqin@159.226.21.127] has quit [Read error: Connection reset by peer] |
23:49 | -!- | qboster [~bqin@159.226.21.127] has joined #debian |
23:50 | -!- | vrkalak [~vrkalak@66-87-0-246.pools.spcsdns.net] has quit [Quit: Leaving] |
23:51 | -!- | simonlnu [simon@64.235.204.134] has joined #debian |
23:55 | <cthuluh> | hrm |
23:55 | <cthuluh> | I can't get init to re-spawn runsvdir. even after using ''telinit q'' |
23:55 | <cthuluh> | and I'd prefer not to reboot |
23:56 | -!- | biologolunar [~bl@190.77.91.15] has quit [Ping timeout: 480 seconds] |
23:56 | <cthuluh> | the inittab is the standard one, added by the installation of runit: |
23:56 | <cthuluh> | grep ^SV /etc/inittab |
23:56 | <cthuluh> | SV:123456:respawn:/usr/sbin/runsvdir-start |
23:57 | -!- | dvs [~me@cwv.teksavvy.com] has quit [Remote host closed the connection] |
23:59 | -!- | rob69 [~rob@67.143.229.254] has quit [Quit: Leaving] |
--- | Log | closed Fri Apr 13 00:01:04 2012 |