--- | Log | opened Fri Jun 22 00:00:00 2012 |
--- | Day | changed Fri Jun 22 2012 |
00:00 | <peterS> | (recompiling is a bit of a PITA) |
00:00 | -!- | led_belly [~keystream@S0106b8c75dcc6bcf.cg.shawcable.net] has quit [Ping timeout: 480 seconds] |
00:00 | -!- | root__ [~vespa@187.53.31.209] has joined #debian |
00:00 | <sabian2008> | (PITA?) |
00:00 | -!- | root__ [~vespa@187.53.31.209] has quit [] |
00:00 | <sabian2008> | Can I help you in any way by running some test or something? |
00:00 | <x3x> | nevyn, yea |
00:01 | <peterS> | sabian2008: btw, svn 1.7 has an incompatible (but quite superior in most respects) working copy format. so if you 'svn checkout' with 1.7 then decide to go back to the wheezy 1.6.17, it won't work with your wc |
00:01 | <peterS> | I hope 1.7.5-1 will migrate to wheezy in a few days, but _meanwhile_.... |
00:01 | <sabian2008> | I don't think I'm going back, no problem. |
00:05 | <peterS> | sabian2008: I ... can't reproduce the bug with 1.6.18. Now I shall try with 1.7.5... |
00:07 | <sabian2008> | I would totally think I'm an asshole if I hadn't checked the bug report you linked which seems to be closely related to this. |
00:08 | -!- | Wyzard [~mike@pool-72-81-139-207.bltmmd.fios.verizon.net] has joined #debian |
00:08 | <peterS> | not an asshole. #debian is entirely for asking questions, some of which turn out to be trivial. |
00:09 | <scientes> | pretty much |
00:09 | <scientes> | its often alot of help to get ideas you havn't thought us |
00:09 | <scientes> | *of, that can be the problem |
00:09 | <peterS> | anyway, I just verified that on my system, if I comment out 'password-stores', it loads /usr/lib/x86_64-linux-gnu/libsvn_auth_gnome-keyring.so.1, but if I uncomment it, it does not load that. If it does not load that, it shouldn't load the real gnome-keyring library either. |
00:09 | -!- | oufo_ [~ET@46.246.217.152.dsl.dyn.forthnet.gr] has joined #debian |
00:10 | <chealer> | !tell sabian2008 about pita |
00:10 | <peterS> | sabian2008: can you try 'ldd /usr/bin/svn | grep gnome' for me? It should give no output, because svn is not linked to any gnome libraries |
00:11 | <peterS> | ('ldd' recursively resolves library dependencies, so if anything loaded by svn ends up loading a gnome library, we will see it) |
00:12 | <sabian2008> | Indeed, no lines. |
00:12 | <sabian2008> | Now it gets even weirder, right? |
00:13 | -!- | pedro [~prokter@a213-22-27-14.cpe.netcabo.pt] has quit [Ping timeout: 480 seconds] |
00:13 | -!- | flor is now known as Guest785 |
00:13 | -!- | flor [~florian@101-181.199-178.cust.bluewin.ch] has joined #debian |
00:13 | -!- | abdulkarim [~abdulkari@123.237.75.40] has quit [Read error: Connection reset by peer] |
00:13 | <peterS> | btw, how to verify that a given library is loaded by a given program: create a file foo.c: void xyz(void) __attribute__((constructor)); void xyz(void) { write(2,"LOAD\n", 5); } then compile it with gcc -shared -fPIC -o foo.so foo.c; then temporarily replace the library you are wondering about with a copy of foo.so |
00:13 | <peterS> | it will print "LOAD\n" when it is first loaded either by the runtime linker or (as I was checking for) by dlopen() |
00:14 | -!- | chaos [torment@54009984.dsl.pool.telekom.hu] has quit [Ping timeout: 480 seconds] |
00:15 | -!- | Guest785 [~florian@101-181.199-178.cust.bluewin.ch] has quit [Ping timeout: 480 seconds] |
00:15 | <sabian2008> | Didn't understand, sorry. |
00:16 | <peterS> | don't worry about it. that was just "how I just failed to reproduce this bug" |
00:16 | -!- | oufo [~ET@46.246.137.114.dsl.dyn.forthnet.gr] has quit [Ping timeout: 480 seconds] |
00:16 | <peterS> | sabian2008: are you on i386 or amd64 or other? |
00:17 | <sabian2008> | Hahahaha |
00:17 | <sabian2008> | I think i'm on amd64. |
00:18 | <sabian2008> | Yeah, the Squeeze I installed (and then upgraded to Wheezy) was amd64. |
00:18 | <peterS> | right, so, same as I'm running. this bug is rather puzzling - I really should be able to reproduce it |
00:19 | -!- | Jekyll [~whodare@222.128.174.124] has quit [Quit: Konversation terminated!] |
00:19 | <peterS> | just to confirm again: in ~/.subversion/config, the line "password-stores =" is _below_ the line "[auth]", correct? |
00:20 | -!- | mode/#debian [+l 489] by debhelper |
00:20 | <peterS> | (and both lines are _not_ commented out) |
00:21 | -!- | foolano [~magnetic@bzq-218-39-90.cablep.bezeqint.net] has joined #debian |
00:22 | -!- | CompWizrd [~CompWiz_@d24-57-107-192.home.cgocable.net] has joined #debian |
00:23 | -!- | ml| [~ml@c-71-196-79-225.hsd1.fl.comcast.net] has joined #debian |
00:24 | <sabian2008> | Yes. |
00:24 | <sabian2008> | I have [auth] (uncommented, appears in yellow in emacs) |
00:24 | -!- | oufo_ [~ET@46.246.217.152.dsl.dyn.forthnet.gr] has quit [Quit: Ex-Chat] |
00:24 | <peterS> | huh, appears in green in emacs on my system (: |
00:25 | -!- | bosskag [~bosskag@pool-70-110-8-187.roa.east.verizon.net] has quit [Ping timeout: 480 seconds] |
00:25 | <sabian2008> | Then all the commented stuff or what is that section for and what are the options (gnome-keyring, kwallet, keychain and windowsblahblah) and then the password-stores = line, with empty string and with no blank spaces on the left (I mean, lin starts at column 1) |
00:26 | <sabian2008> | And you are right, it's green, what is yellow is the "password-stores" thing :P |
00:26 | -!- | calisto [~calisto@r186-50-194-109.dialup.adsl.anteldata.net.uy] has joined #debian |
00:26 | <peterS> | heh. you must be doing it right, emacs shows the right colors. (: |
00:27 | -!- | el_robin [~boom@124.193.203.43] has quit [Remote host closed the connection] |
00:28 | <sabian2008> | Absolutely. That's Pascal's last theorem. |
00:29 | -!- | x3x [~x3x@ip70-188-59-200.rn.hr.cox.net] has quit [Remote host closed the connection] |
00:30 | <peterS> | sabian2008: can you do this: grep '^[^#]' /etc/subversion/config ~/.subversion/config |
00:30 | <peterS> | that is, show all non-blank, uncommented lines |
00:30 | <peterS> | it should show the [ ] headers, password-stores = and probably not much else |
00:30 | <peterS> | if it shows anything else that seems interesting, let me know |
00:31 | -!- | fayaz [~quassel@117.216.152.157] has joined #debian |
00:33 | <peterS> | sabian2008: I just had a sudden thought. Are you using svn+ssh:// in your svn url? |
00:34 | <sabian2008> | I must have misswrote a character. |
00:34 | <sabian2008> | It shows no lines. |
00:34 | <sabian2008> | I'll copy&paste here. |
00:34 | <peterS> | '^[^#]' is easy to mistype |
00:35 | <sabian2008> | grep '^[^#]'/etc/subversion/config ~/.subversion/config |
00:35 | <sabian2008> | Mmm, missed whitespace |
00:35 | <peterS> | yeah, there needs to be a space between ' and /etc |
00:35 | <sabian2008> | /etc/subversion/config:[auth] |
00:35 | <sabian2008> | /etc/subversion/config:[helpers] |
00:35 | <sabian2008> | /etc/subversion/config:[tunnels] |
00:35 | <sabian2008> | /etc/subversion/config:[miscellany] |
00:35 | <sabian2008> | /etc/subversion/config:[auto-props] |
00:35 | <sabian2008> | /root/.subversion/config:[auth] |
00:35 | <peterS> | no need to paste it all |
00:36 | <sabian2008> | /root/.subversion/config:password-stores = |
00:36 | <sabian2008> | /root/.subversion/config:[helpers] |
00:36 | <sabian2008> | /root/.subversion/config:[tunnels] |
00:36 | <sabian2008> | /root/.subversion/config:[miscellany] |
00:36 | <sabian2008> | /root/.subversion/config:[auto-props] |
00:36 | <sabian2008> | Woooooo, didn't mean to flood. I was thinking of editing here, it sent on it's own :P |
00:36 | <peterS> | anyway, are you using svn+ssh:// in your svn URL? |
00:36 | <sabian2008> | (I've just downloaded Konversation, needs some tuning in the options) |
00:36 | <sabian2008> | Sorry for that. |
00:36 | <peterS> | or are you using file:// or svn:// or http:// or https:// ? |
00:36 | <sabian2008> | mmm |
00:36 | <sabian2008> | http:// |
00:36 | <peterS> | (those are your 5 choices, I know you are using one of them) |
00:37 | <sabian2008> | svn co http://svn.enlightenment.org/svn/e/trunk/eina eina-svn => This, for example. |
00:39 | -!- | calisto [~calisto@r186-50-194-109.dialup.adsl.anteldata.net.uy] has quit [Quit: calisto] |
00:39 | <peterS> | I still can't reproduce the problem. Although I added -N so as not to download too much stuff. |
00:41 | <sabian2008> | It's really weird because, now, it downloads anyway. |
00:41 | <sabian2008> | But starts, as it seems, trying to load something it shouldn't. |
00:42 | <sabian2008> | (As far as I understand of this things, which is messed in nanounits) |
00:42 | -!- | amphi [~amphi@59.95.18.230] has quit [Remote host closed the connection] |
00:42 | -!- | Wyzard [~mike@pool-72-81-139-207.bltmmd.fios.verizon.net] has quit [Read error: Operation timed out] |
00:45 | <peterS> | sabian2008: ok, next thing to try. can you create a file /tmp/foo.c and build it and replace libsvn_auth_gnome-keyring-1.so.1? here is how: |
00:45 | <peterS> | sabian2008: step 1: create /tmp/foo.c with contents: void x(void) __attribute__((constructor)); void x(void) { write(2, "LOAD\n", 5); } |
00:46 | <peterS> | sabian2008: step 2: cd /usr/lib/x86_64-linux-gnu; mv libsvn_auth_gnome-keyring-1.so.1 xxx; gcc -fPIC -shared -s -o libsvn_auth_gnome-keyring-1.so.1 /tmp/foo.c |
00:47 | <peterS> | sabian2008: step 3: now if svn tries to load the gnome-keyring module, it will print "LOAD", otherwise it will not |
00:47 | <peterS> | sabian2008: to undo this, just 'mv xxx libsvn_auth_gnome-keyring-1.so.1' (and note, it is actually a symlink) |
00:48 | <vortek> | whatcommand will tell me what wireless card im using? |
00:48 | <peterS> | vortek: typically 'lspci' will show it |
00:48 | <vortek> | tHXS' |
00:48 | <peterS> | (unless it is USB connected, but most wireless cards are PCI) |
00:48 | <vortek> | TAHXS |
00:48 | -!- | pdm [~pdm@238-214-202-46.pool.ukrtel.net] has joined #debian |
00:49 | -!- | drdanz [~quassel@drdanz.it] has quit [Ping timeout: 480 seconds] |
00:50 | <vortek> | nope |
00:50 | <peterS> | sabian2008: of course, to do this, you need 'gcc' installed, but I guess you probably already have that, since you're trying to check out source code from enlightenment |
00:50 | <vortek> | jts shows my wired card |
00:50 | <peterS> | vortek: ok then try 'lsusb'. if you don't have that command, install 'usbutils' |
00:51 | <sabian2008> | Yes, I have it. Can you give me 5'? I ran into a problem while compiling an E library and I'm checking that out. I'll come back in 5' if it's okey for you. |
00:51 | <peterS> | sabian2008: that is fine |
00:51 | -!- | fayaz [~quassel@117.216.152.157] has quit [Remote host closed the connection] |
00:54 | <vortek> | thats just says "03:00.0 Network controller: Intel Corporation Device 008a (rev 34) |
00:54 | <vortek> | " not the type of crd |
00:54 | <vortek> | card |
00:55 | <peterS> | vortek: yeah that's a Centrino Wireless-N 1030 |
00:55 | <vortek> | how u know that |
00:56 | <peterS> | magic. actually because I have a newer version of /usr/share/misc/pci.ids than you do, and mine lists it |
00:56 | -!- | ibm [~ibm@92-32-117-50.tn.glocalnet.net] has quit [Quit: Lämnar] |
00:56 | <peterS> | if you run 'update-pciids' as root, you can have a newer pci.ids file too |
00:57 | -!- | ibm [~ibm@92-32-117-50.tn.glocalnet.net] has joined #debian |
00:57 | -!- | ibm [~ibm@92-32-117-50.tn.glocalnet.net] has quit [] |
00:57 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has quit [Quit: Konversation terminated!] |
00:57 | -!- | hram [~hram@109-184-36-49.dynamic.mts-nn.ru] has joined #debian |
00:57 | -!- | Wyzard [~mike@pool-72-81-139-207.bltmmd.fios.verizon.net] has joined #debian |
00:58 | <vortek> | peterS, how did you figure out my eirless card from what i pasted? |
00:58 | -!- | hram [~hram@109-184-36-49.dynamic.mts-nn.ru] has quit [] |
00:59 | <peterS> | vortek: I looked in /usr/share/misc/pci.ids. I searched for 008a. and I knew from what you pasted that it would be in the Intel section. |
00:59 | -!- | noahfx [~noahfx@190.148.108.234] has quit [Quit: Lost terminal] |
00:59 | <vortek> | ahh thaxs |
00:59 | <peterS> | your pci.ids file is older and does not have the 008e entry that mine has, so 'lspci' had to print the device number directly |
01:00 | <vortek> | nice |
01:00 | -!- | abdulkarim [~abdulkari@123.237.75.40] has joined #debian |
01:02 | <peterS> | or, as a one-liner: sed -n '/^8086/,/^[0-9]/p' /usr/share/misc/pci.ids | grep 008a |
01:03 | -!- | jm_ [flier@icc.mindwipe.org] has joined #debian |
01:03 | <peterS> | (why "8086"? Because that's Intel's PCI vendor ID. Cute, huh?) |
01:03 | <peterS> | (and easy to remember.) |
01:04 | -!- | uNIXplumber [~uNIXplumb@ultimedia-linux.org] has quit [Quit: Reconnecting] |
01:04 | -!- | uNIXplumber [~uNIXplumb@ultimedia-linux.org] has joined #debian |
01:05 | <sabian2008> | You make it sound easy. |
01:05 | <vortek> | whats is the bp0 kernel? |
01:06 | -!- | jojn [~kvirc@191.116.14.37.dynamic.jazztel.es] has joined #debian |
01:06 | <vortek> | i had to run it to get my wirelss working |
01:06 | <peterS> | vortek: not bp0, bpo. short for 'backports.org' though nowadays it is 'backports.debian.org' |
01:06 | -!- | amphi [~amphi@59.95.48.52] has joined #debian |
01:06 | <jojn> | hello |
01:07 | <vortek> | whatdoes bpo stand for? |
01:07 | <peterS> | I ... just said what it stands for |
01:07 | <vortek> | ahh |
01:08 | -!- | CompWizdr [compwiz@d24-57-107-192.home.cgocable.net] has joined #debian |
01:11 | -!- | taro22 [~taro22@77-253-207-210.ip.netia.com.pl] has joined #debian |
01:11 | -!- | abdulkarim [~abdulkari@123.237.75.40] has quit [Remote host closed the connection] |
01:11 | -!- | CompWizrd [~CompWiz_@d24-57-107-192.home.cgocable.net] has quit [Quit: Leaving] |
01:13 | <gsimmons> | vortek: You've requested help several times this month regarding that device. Is it actually working now? |
01:13 | <sabian2008> | peterS: about the instructions you gave me |
01:13 | <sabian2008> | "xxx" are actually three x or is something I should fill? |
01:13 | -!- | suiside [tajnyman@bakery.awkwardcake.net] has quit [Remote host closed the connection] |
01:13 | <peterS> | sabian2008: you're just renaming a file to move it out of the way. call it what you want. |
01:14 | <vortek> | yes |
01:15 | -!- | cyb3r-fix [~egfiipje@fl-67-235-185-26.dhcp.embarqhsd.net] has joined #debian |
01:15 | -!- | suiside_ [tajnyman@bakery.awkwardcake.net] has joined #debian |
01:15 | <jojn> | I have a problem with Debian Squeeze. After I boot, maybe between 20-40 minutes the cdrom is blocked and I can' t use it. I had the same problem with backported kernels but not with custom kernels, liquorix or other distros like ubuntu and arch. |
01:15 | <vortek> | just had to know what device itwas again |
01:15 | -!- | fayaz [~quassel@180.151.39.130] has joined #debian |
01:15 | <sabian2008> | I've just understood what you wrote peterS, if I'm right, the ";" are "Enter"s :P |
01:15 | <peterS> | vortek: the driver is named 'iwlwifi' in case you need to know that too |
01:15 | <peterS> | sabian2008: not all of them. two of them are inside the C program and they must be actual ; characters |
01:16 | <vortek> | thanxs |
01:16 | <sabian2008> | yes, sorry, I ment in the step 2 |
01:16 | <peterS> | well, ; and <newline> have the same effect in a command shell |
01:16 | <peterS> | so your choice |
01:17 | <peterS> | though <newline> let you use tab completion after the 'cd' command.. |
01:17 | -!- | philipballew [~philipbal@pool-71-168-69-16.cncdnh.fast.myfairpoint.net] has quit [Quit: T.T.F.N.] |
01:17 | <sabian2008> | The script you pasted works fine if I copy&paste it?, I mean with no newlines in it (I don't know C) |
01:17 | -!- | NightMonkey [~NightrMon@nightmonkey.user.oftc.net] has quit [Quit: Body blow! Body blow!] |
01:17 | <peterS> | C doesn't care about newlines, except the preprocessor, which I did not use |
01:17 | <sabian2008> | (Sorry for the questions, I'm trying to learn some basics). |
01:17 | <peterS> | that's fine |
01:17 | <sabian2008> | On my way, I'll bring the result. |
01:17 | <peterS> | I don't expect everyone to know C |
01:19 | <sabian2008> | I might some day... as I want to learn so much things. Life is too short and I'm too lazy :P |
01:19 | <sabian2008> | Well, indeed, it doesn't displays LOAD |
01:20 | <sabian2008> | No lines of outcome. |
01:20 | <peterS> | ok now comment out the 'password-stores' line |
01:20 | <cyb3r-fix> | I think I messed up my LVM's when I accidently used vg instead of lv on a resize. all my contents still their but its always reporting disk full. and dosnt appear to be using all my drive. please look at http://pastebin.com/36w0ye2g |
01:20 | <peterS> | see if it prints LOAD now |
01:20 | <sabian2008> | Negative. That's weird. |
01:21 | <peterS> | does it still show the warning message you saw before? |
01:21 | <sabian2008> | (I'm doing all of this in the config located at ~/.subversion/config, as root) |
01:21 | <sabian2008> | mmm, lets se |
01:22 | -!- | foolano [~magnetic@bzq-218-39-90.cablep.bezeqint.net] has quit [Ping timeout: 480 seconds] |
01:23 | <sabian2008> | Yes. Still p11-kit warnings. |
01:23 | <peterS> | so unless we've done something wrong, the warnings are _not_ related to libsvn_auth_gnome-keyring-1.so.1, because that effectively no longer does anything |
01:24 | <peterS> | I wonder if it's neon! |
01:25 | -!- | flightplan [~george@adsl-89-217-240-84.adslplus.ch] has joined #debian |
01:25 | <sabian2008> | Is it something like svn doesn't even try to open them but instead it will always say it couldn't find them? |
01:25 | <peterS> | try this: try 'svn --config-option servers:global:http-library=serf' and then the rest... |
01:25 | -!- | thomas [~quassel@178-27-220-199-dynip.superkabel.de] has joined #debian |
01:27 | <sabian2008> | It tells me that it requires a parameter. |
01:28 | <sabian2008> | Sure you wrote it right? |
01:29 | -!- | foolano [~magnetic@bzq-218-39-90.cablep.bezeqint.net] has joined #debian |
01:29 | <peterS> | yes, I just tested: svn --config-option servers:global:http-library=serf co -N http://svn.enlightenment.org/svn/e/trunk/eina eina-svn |
01:29 | -!- | vladuke [~vladuke@87.226.144.82] has joined #debian |
01:29 | <peterS> | (the '-N' is "non-recursive", i.e., do not check out any subdirs) |
01:30 | -!- | toabctl [~tom@213.172.126.10] has joined #debian |
01:30 | <sabian2008> | ah, by "the rest" you ment the rest of the svn package :P |
01:31 | <peterS> | the rest of the command line, yeah |
01:31 | <sabian2008> | No error now. |
01:31 | -!- | Jekyll [~whodare@222.128.174.124] has joined #debian |
01:31 | <peterS> | so the pkcs#11 error does _not_ show up if you use http-library=serf, then? |
01:31 | <sabian2008> | We (You) are onto something now right? |
01:32 | <sabian2008> | No. |
01:32 | <peterS> | yes. there are two methods svn can use for http access. It can use the neon library or the serf library. Apparently the neon library is attempting to load the pkcs#11 module. |
01:33 | -!- | jojn [~kvirc@191.116.14.37.dynamic.jazztel.es] has quit [Quit: jojn] |
01:33 | <peterS> | so, I think we can blame the 'libneon27-gnutls' package (which provides the neon library that svn uses) |
01:33 | -!- | jillsmitt [~jillsmitt@178.238.76.107] has joined #debian |
01:33 | <peterS> | I'll have to dig around a bit more to be sure |
01:34 | <sabian2008> | So we just call neon guys and tell them "Hey man, careful what you do, I don't want to be catching your bugs again, is that clear?" and hang up with anger. |
01:35 | <peterS> | actually this still doesn't make sense |
01:35 | <peterS> | the neon source code does not have any references to gnome libraries |
01:36 | -!- | towo^work [~towo@port-212-202-129-192.static.qsc.de] has joined #debian |
01:36 | <sabian2008> | LOL, mindfuck. |
01:36 | <sabian2008> | I've rechecked your command, no error. |
01:37 | <peterS> | However ... it does pull in Kerberos GSSAPI |
01:37 | <sabian2008> | I've run without serf, and it shows again. |
01:38 | <peterS> | which I think pulls in p11-kit |
01:38 | <sabian2008> | It was going to be my guess. |
01:38 | <sabian2008> | Kerberos => gnome |
01:38 | <sabian2008> | (weird, programs with K MUST be developed for KDE xD ) |
01:38 | <scientes> | peterS, what neon? |
01:39 | <vortek> | whatss a tor client that will let me click on tor'sand dowload em? |
01:39 | <peterS> | scientes: yes, neon |
01:39 | -!- | aranax [~aranax@190.148.62.85] has quit [Quit: Leaving] |
01:40 | <cyb3r-fix> | i found the LVM issue but I am not sure about that it looks to have only used 300gigs of the 320gigs for the VG. What command would tell the VG to grow 100%? |
01:40 | <vortek> | and downlaod em |
01:40 | -!- | ao2 [~u@2001:1418:117::1] has joined #debian |
01:40 | <vortek> | ? |
01:41 | -!- | twisted [~twisted@188.126.73.183] has joined #debian |
01:41 | <vortek> | anyone? |
01:41 | <peterS> | cyb3r-fix: 300 GB in base 1024 is 322 GB in base 1000. Is that the difference you're looking for? |
01:41 | <scientes> | peterS, i mean , WHICH neon |
01:41 | <pparadis> | vortek: you've been asking an awful lot of tor related questions in #debian recently that could be better answered via google. |
01:41 | <peterS> | scientes: libneon27-gnutls version 0.29.6-3 is current |
01:42 | <vortek> | sorry i thoguth here was the best place |
01:42 | <twisted> | Reading some documentation on the release cycle of Debian. Did I read wrong or is testing actually frozen? Sure Wheezy is frozen to become stable but I would think that testing keeps rolling on??? |
01:42 | <peterS> | twisted: wheezy is not frozen yet |
01:43 | <sabian2008> | peterS: are you busy? I might have another question. |
01:43 | <twisted> | I know, but when it does |
01:43 | <peterS> | twisted: oh you're asking if testing splits off from wheezy. no it does not, testing freezes until release. Then testing becomes wheezy+1 |
01:43 | <pparadis> | vortek: this channel is for debian-specific support, and people will be happy to help you if you get stuck on something. however, it is not a substitute for asking general questions in other venues and doing research yourself first. |
01:43 | <pparadis> | !tell vortek about smart questions |
01:43 | <cyb3r-fix> | peterS, I see I did not understand that is it indeed |
01:44 | -!- | gnugr [~vangelis@gnugr.user.oftc.net] has quit [Ping timeout: 480 seconds] |
01:45 | <peterS> | cyb3r-fix: hard drive vendors count a GB as 1000000000 bytes, OS people tend to count a GB as 1073741824 bytes. so of course if they tell you it is a 320 GB drive, they mean 320000000000 bytes, which to most of us is more like 298 GB |
01:45 | <twisted> | peterS OK but my /etc/apt/sources.list say testing. They are not going to change names to wheezy+1 |
01:46 | -!- | debsan [~debsan@190.245.74.16] has quit [Quit: Leaving] |
01:46 | <peterS> | twisted: if sources.list says testing, then your updates will follow the freeze. Immediately after wheezy is released, you will suddenly get a really big update, all the stuff that has been in unstable waiting to migrate to testing |
01:46 | <twisted> | Would think that testing would get a new name since wheeze is frozen? |
01:46 | <twisted> | peterS that makes sense. How long is a freeze normally? |
01:47 | <peterS> | twisted: that would require there to be 4 branches (stable, frozen, testing, unstable) instead of just 3. Nobody really wants 4 branches to keep track of. |
01:47 | <peterS> | there is no 'normal' length for a freeze. every release, the release managers try to make as short a freeze as possible, but every release, they do not get enough help from all the developers squashing the rest of the bugs that are too important to ignore for a release |
01:47 | <twisted> | experimental too just to be a wanker about it =) |
01:47 | <peterS> | so it always takes much longer than anybody wants |
01:48 | -!- | daniel_ [~daniel@ip-75-188.interbild.net] has joined #debian |
01:48 | <cyb3r-fix> | peterS, right, makes perfect sense. Have never noticed that, always relying on the output number for referance where they are catering to the sold size instead of byt conversion |
01:48 | <peterS> | partly because there are many people like you who have no interest in the stable release but want to get on with new stuff |
01:48 | <twisted> | are we talking years months for the freeze normally? |
01:48 | -!- | daniel_ [~daniel@ip-75-188.interbild.net] has quit [] |
01:49 | <peterS> | months. but sometimes several months. |
01:49 | <pparadis> | peterS: whereas i greatly appreciate the approach of making sure critical bugs are fixed before a release goes stable, since 99% of my stuff runs stable. :) |
01:50 | <peterS> | I think freezing testing is a great idea. It gives extra incentive to work on the release. because until the release happens, none of your shiny new stuff can get into testing. |
01:50 | <twisted> | peterS I am in university studying computer engineering. At school we use unstable just to have learn how to fix broken code. At home I use testing. On my servers I use Debian GNU/Linux and FreeBSD |
01:50 | <peterS> | and _all_ developers have shiny new stuff they care about |
01:50 | -!- | bfly_ [~bfly@p57BD67D5.dip0.t-ipconnect.de] has joined #debian |
01:50 | <twisted> | pparadis thats why we use unstable in school. Lots to do |
01:50 | <pparadis> | yep |
01:51 | <twisted> | all bunched up in one place. I like the way it works. |
01:51 | <peterS> | ha, I just squashed a bug. with my hand. a _diptera_, on my desk. |
01:51 | <twisted> | =) |
01:51 | <pparadis> | i have lots to do as well, but i prefer my tasks to resolve around appplication code i'm writing and daemons i'm deploying, not figuring out why the core stuff that supports my apps is broken ;) |
01:52 | <pparadis> | different use cases for different folks, for sure. |
01:52 | <sabian2008> | peterS: the same problems apears when I try to build E... p11.kit gets in the way. I might be a victim of the gnome ghost. A cyber-spirit that attacks people who purged gnome (?) :P |
01:52 | <twisted> | pparadis as we speak I am fixing a bug I found in this http://mentors.debian.net/package/aircrack-ng |
01:53 | <twisted> | pparadis depmod -ae is not working quite right with the newest kernels when compiling divers. |
01:53 | <peterS> | sabian2008: I wonder what (besides neon) is trying to load p11.kit during your build process |
01:53 | <pparadis> | twisted: i seem to recall pointing you to that the man page for depmod a couple of days ago ;). any progress? |
01:53 | <twisted> | pparadis yup that was me. |
01:54 | <sabian2008> | Purged windows managers are some ice cold bitches, aren't them? |
01:54 | <twisted> | pparadis a real dick of a bug this one. Sent a mail to Carlos about it. Might be my gcc is a little to new for my kernel. |
01:55 | <pparadis> | twisted: tried playing with various compiler flags? |
01:55 | <sabian2008> | I'm using an script they gave me in the E IRC. If I can, tomorrow I'd try to understand it and change the svn usage to serf and, if that solves the problem, I'll inform it to you. |
01:55 | -!- | blair [~blair@static-108-0-197-17.lsanca.fios.verizon.net] has quit [Quit: Ex-Chat] |
01:55 | <twisted> | -E -F .... no e holy cow all of them! |
01:56 | -!- | jet [~jet@24-61-132-95.pool.ukrtel.net] has joined #debian |
01:56 | -!- | cyb3r-fix [~egfiipje@fl-67-235-185-26.dhcp.embarqhsd.net] has quit [Quit: Leaving] |
01:57 | -!- | blair [~blair@static-108-0-197-17.lsanca.fios.verizon.net] has joined #debian |
01:57 | -!- | bfly [~bfly@p57BD67F0.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
01:57 | <peterS> | sabian2008: to use serf all the time, edit ~/.subversion/servers and in the [global] section, http-library = serf |
01:58 | <peterS> | sabian2008: in that file you can also specify options like this for specific servers only, if you wish |
01:58 | <peterS> | sabian2008: --config-option servers:global:http-library=serf basically means the same as editing the 'servers' file, the [global] section, and the variable 'http-library' |
01:59 | -!- | chitchat [~guest@ppp59-167-188-93.static.internode.on.net] has joined #debian |
01:59 | <sabian2008> | sweet. |
01:59 | <sabian2008> | Is there any drawback of using serf? |
01:59 | <peterS> | it is a bit slower for some operations |
01:59 | <peterS> | but in svn 1.8, the neon backend is already gone, and the goal is to make the serf backend just as fast |
02:00 | <peterS> | (nobody likes the neon backend as the code and its design is fairly ugly) |
02:00 | -!- | ivaylo [~ivaylo@ip-75-188.interbild.net] has joined #debian |
02:00 | -!- | ilven [~ilven@p4FF5A773.dip.t-dialin.net] has quit [Read error: Connection reset by peer] |
02:00 | -!- | ivaylo [~ivaylo@ip-75-188.interbild.net] has left #debian [] |
02:02 | <sabian2008> | Thanks a lot for the help peterS |
02:03 | <peterS> | sabian2008: no problem. I'm glad you helped me figure out the (probable) cause of bug 650022. |
02:03 | <sabian2008> | You've been enormously helpful. |
02:03 | <sabian2008> | Do you, by chance, use KDE? |
02:03 | <peterS> | I'm emailing the bug reporters now to ask them if they can confirm this |
02:03 | <peterS> | no, I don't use either gnome or kde |
02:04 | <sabian2008> | Hopefully, tomorrow, I'll be using Enlightenment. Scince I started using Debian (2 month ago) I've been intrigued about ti. |
02:04 | <sabian2008> | Glad I could be of anyhelp. |
02:06 | -!- | alrz [~alrz@201.188.123.189] has joined #debian |
02:07 | <vortek> | pparadis, sorry but what should i google for to find a torrent downloadr |
02:08 | -!- | Kt [~Kt@208.65.91.115] has joined #debian |
02:08 | <pparadis> | vortek: http://lmgtfy.com/?q=debian+linux+bittorrent+client |
02:09 | -!- | amphi_ [~amphi@59.95.39.136] has joined #debian |
02:09 | -!- | ilven [~ilven@p4FF5A773.dip.t-dialin.net] has joined #debian |
02:09 | <vortek> | that nice |
02:10 | -!- | mode/#debian [+l 497] by debhelper |
02:10 | -!- | jkf [~Greg_od@85-238-111-96.broadband.tenet.odessa.ua] has joined #debian |
02:10 | -!- | ergalvao [~zaphod@177.18.64.166] has joined #debian |
02:10 | <pparadis> | vortek: here's another fine resource --> http://www.bittorrent.com/community/irc |
02:11 | <twisted> | I don't get this? Reading that the FSF criticized Debian for providing the non-free repo? Lets say you have some fancy ass new computer in the school lab. We all hate blobs but whats the FSF alternative? |
02:11 | -!- | jkf [~Greg_od@85-238-111-96.broadband.tenet.odessa.ua] has quit [Remote host closed the connection] |
02:12 | -!- | amphi [~amphi@59.95.48.52] has quit [Ping timeout: 480 seconds] |
02:12 | <nevyn> | twisted: make better purchasing decisions |
02:12 | -!- | kenifanying [~kenifanyi@2001:250:1003:f014:225:64ff:fe5e:2076] has joined #debian |
02:12 | -!- | jkf [~Greg_od@85-238-111-96.broadband.tenet.odessa.ua] has joined #debian |
02:12 | <pparadis> | twisted: they don't have an alternative. that's kinda their entire point and mission. that said, this sounds like it's better discussed in #debian-offtopic |
02:12 | <ergalvao> | I have a downloaded version of firefox and I can't seem to get the flash player to work with it. I've had it working before, but I can't remember exactly what I've done in my previous squeeze installation. I have the libflashplayer.so file in /usr/mozilla/plugins and in ~/.mozilla/plugins. What am I missing? |
02:13 | <sabian2008> | peterS: while editint svn/servers, global section, I must add the line "http-library = serf" right? |
02:17 | <peterS> | sabian2008: if you want to use serf instead of neon by default for any http/https traffic in subversion |
02:17 | <peterS> | then that is the way to do it |
02:17 | -!- | Elotero [~Elotero@201.170.64.21.dsl.dyn.telnor.net] has joined #debian |
02:18 | <vortek> | i got ktorrent but it dont dowload my torrents |
02:18 | <Elotero> | Billy Mayes here with Chimpout Forum! Are you sick and tired of niggers but can't join the KKK or Stormfront because you are a non-nigger minority? Are you sick of how supposed anti-nigger organizations are so hung up on the Jews? We have the site for you! Join Chimpout Forum, the only niggerhating forum to accept all non-niggers who hates niggers! That is not all! Not only do you get to join in the epic battle against the feral n |
02:18 | <Elotero> | egro beast, but if you join in the next 30 minutes and post an intro mentioning OFTC, we will give you 3 gb of free hosting! Join today! http://www.chimpout.com/forum |
02:19 | <vortek> | pparadis, is there something wrong with my cleint? |
02:19 | -!- | fabrianchi [~fabrianch@r190-135-32-80.dialup.adsl.anteldata.net.uy] has quit [Ping timeout: 480 seconds] |
02:19 | -!- | alrz [~alrz@201.188.123.189] has quit [Ping timeout: 480 seconds] |
02:19 | -!- | prasad [~smuxi@117.201.33.125] has joined #debian |
02:19 | -!- | fabrianchi [~fabrianch@r186-52-169-59.dialup.adsl.anteldata.net.uy] has joined #debian |
02:19 | -!- | flor is now known as Guest793 |
02:20 | -!- | flor [~florian@101-181.199-178.cust.bluewin.ch] has joined #debian |
02:20 | -!- | drdanz [~quassel@90.147.26.254] has joined #debian |
02:20 | -!- | afuentes [~afuentes@95.61.119.171] has joined #debian |
02:20 | -!- | foolano [~magnetic@bzq-218-39-90.cablep.bezeqint.net] has quit [Ping timeout: 480 seconds] |
02:20 | -!- | mode/#debian [+q *!*@201.170.64.21.dsl.dyn.telnor.net] by ChanServ |
02:21 | -!- | Guest793 [~florian@101-181.199-178.cust.bluewin.ch] has quit [Ping timeout: 480 seconds] |
02:21 | -!- | amphi_ [~amphi@59.95.39.136] has quit [Ping timeout: 480 seconds] |
02:21 | <twisted> | I just read that Debian has a 2 year release cycle? Is that correct? |
02:22 | -!- | samsul [~samsul@118.96.133.206] has joined #debian |
02:22 | <ergalvao> | Guys, any ideas on the flash player thing? |
02:22 | <peterS> | not really. we don't have a specific release cycle. we attempt to release every 18 to 24 months, but actual release times are 'when it's ready' |
02:22 | -!- | alex_ [~smuxi@202.90.207.43] has joined #debian |
02:22 | -!- | mahmudin [~mahmudin@180.246.121.221] has joined #debian |
02:22 | <peterS> | and of course "sooner if you help" |
02:22 | <ergalvao> | peterS: I love that on Debian |
02:23 | <ergalvao> | fixed release cycles are evil |
02:23 | <twisted> | peterS Wikipedia needs to be changed. "Ubuntu produces a new LTS release every two years, which is therefore similar to Debian's new two-year release cycle for post-Debian 6.0 releases" |
02:23 | <sabian2008> | peterS: everything seems to work just fine now. Thanks a lot man. I'm off to bed :P |
02:23 | -!- | sabian2008 [~mfontana@190.188.68.246] has quit [Quit: Konversation terminated!] |
02:23 | <peterS> | twisted: since there has never been a post-6.0 release, there is no evidence for the length of the cycle, is there? |
02:24 | <twisted> | petemcS lol yeah. That was on the wikipedia ... |
02:24 | <tensorpudding> | it's been roughly 2 years since woody hasn't it |
02:24 | <peterS> | tensorpudding: give or take a few years, yeah |
02:24 | <sney> | lenny |
02:24 | -!- | alex_ [~smuxi@202.90.207.43] has quit [Remote host closed the connection] |
02:25 | <tensorpudding> | squeeze in 2011, lenny in 2009, etch in 2007, sarge in 2005, woody was in 2002 though |
02:25 | -!- | gdb [~cbell@circe.inetdb.com] has quit [Quit: leaving] |
02:25 | <twisted> | ergalvao what do you want to know about with flash player thing? |
02:26 | <twisted> | ergalvao lightspark is prolly what you want =) |
02:26 | -!- | ao2 [~u@2001:1418:117::1] has quit [Quit: Ex-Chat] |
02:26 | <ergalvao> | I can't make it work on my downloaded firefox |
02:27 | <peterS> | twisted: the source of that information is probably the noise Mark Shuttleworth made awhile back, and apparently got the Debian release managers to agree to some of it, in which he wanted Debian's release cycle to match Ubuntu's, in such a way that Ubuntu could take advantage of all the stabilization work done in Debian prior to a release, to help Ubuntu's releases. But Ubuntu would release later, so the opposite was not really true. |
02:27 | <twisted> | you need to have contrib and then use the flash plugin. Did you do it that way? |
02:28 | <twisted> | peterS going to put a post in there asking for sources. Or just flat out change it. |
02:28 | <peterS> | twisted: many of us were left wondering how this would benefit Debian. how it would help Ubuntu was obvious, how it would help Debian was not obvious. |
02:28 | <ergalvao> | twisted: contrib repo? I have that |
02:28 | -!- | vienuoliktasis [~vienuolik@84.15.106.198] has joined #debian |
02:28 | <ergalvao> | twisted: should I apt-get install the flashplugin-nonfree package? |
02:29 | <twisted> | ergalvao yeah if your going to install flash player the best way to do it is with the flash plugin that is in the contrib. |
02:29 | <twisted> | Not sure what its called. I would guess that is it though |
02:30 | <vienuoliktasis> | Hello, I have a problem. Its my first install, and when i finish it i have three boot options on grub - regular debian, recovery mode and winxp. Now when i try the regular option, it starts loading and then stays at black screen with a blinkin cursor. I cannot enter anything then. Any ideas? |
02:30 | <tensorpudding> | would it really help ubuntu to sync to debian? |
02:30 | <twisted> | We are not allowed to use Ubuntu in school |
02:31 | <tensorpudding> | i'd rather they always caught the latest gnome release |
02:31 | <vienuoliktasis> | recovery mode starts the terminal but i have no ideas how to help myself. |
02:31 | <peterS> | tensorpudding: are you kidding? Ubuntu is built on top of Debian. gnome is only useful if the rest of the OS underneath it is working. |
02:31 | <twisted> | The reason is that it is not a Linux kernel its a Ubuntu Kernel. That is what Mark Shuttleworth says. |
02:31 | <ergalvao> | twisted: Did that, restarted firefox, still nothing :( |
02:32 | <tensorpudding> | no, i mean, release cycles |
02:32 | <tensorpudding> | i thought ubuntu pulled from sid |
02:32 | <tensorpudding> | or at least testing |
02:32 | <twisted> | ergalvao are you using iceweasel or ff? |
02:32 | <ergalvao> | twisted: ff |
02:32 | <vortek> | for some reason no matter wich bittorent software i install , when i go to dl a torrent my web borwser wont pick up the torrent client. can i get some help? |
02:32 | <peterS> | tensorpudding: that's my point. ubuntu needs bugs fixed the same as Debian needs bugs fixed. If Debian does a major release a few months before Ubuntu does, guess who already fixed all those bugs Ubuntu would have needed to fix? |
02:32 | <ergalvao> | twisted: Downloaded it and put on /opt/firefox |
02:32 | <twisted> | hmm not so sure about ff. |
02:33 | <ergalvao> | :-/ |
02:33 | <tensorpudding> | if ubuntu pulled from a debian release, it'd be as outdated as debian stable |
02:33 | <twisted> | ergalvao I mean I would think it would work. Maybe somebody else knows. |
02:33 | <peterS> | tensorpudding: if the only thing in an OS were firefox and gnome, you would be right |
02:33 | <twisted> | tensorpudding I think they fork from unstable |
02:33 | <tensorpudding> | ubuntu package freeze is a lot closer to release than debian freeze |
02:33 | -!- | kriller__ [~kriller@2009ds2-gj.0.fullrate.dk] has quit [Ping timeout: 480 seconds] |
02:34 | <vienuoliktasis> | Hello, I have a problem. Its my first install, and when i finish it i have three boot options on grub - regular debian, recovery mode and winxp. Now when i try the regular option, it starts loading and then stays at black screen with a blinkin cursor. I cannot enter anything then. Any ideas? recovery mode works, but i dont know how to help myself with it. |
02:35 | -!- | alex_ [~smuxi@202.90.207.43] has joined #debian |
02:36 | <tensorpudding> | in any case ubuntu always has newer versions of a lot of things than debian does |
02:36 | <peterS> | tensorpudding: I wish you wouldn't keep stating the obvious |
02:36 | -!- | yip [~ali@02d9232c.bb.sky.com] has joined #debian |
02:37 | <craigevil> | ergalvao, See http://techpatterns.com/forums/about1435.html |
02:37 | <tensorpudding> | just saying, debian release versions would not match ubuntu release versions on core stuff |
02:37 | <peterS> | if by core stuff you mean gnome, then no |
02:37 | <tensorpudding> | was counting gnome as core since it's part of ubuntu-desktop |
02:37 | <craigevil> | only true if you compare debian stable and ubuntu, sid usually has newer versions than ubuntu |
02:37 | -!- | johfel [~johfel@p5091D349.dip.t-dialin.net] has joined #debian |
02:38 | <peterS> | we're officially off topic. I'm sorry for bending us that way in the course of answering a question about why wikipedia thinks debian has a 2-year release cycle |
02:38 | -!- | rsalveti` [~rsalveti@177.97.248.157] has joined #debian |
02:38 | -!- | grandie [~Grandad@p4FD4F165.dip.t-dialin.net] has joined #debian |
02:38 | <ergalvao> | craigevil: Reading it, thanks |
02:38 | <peterS> | ha, squashed another bug. another _diptera_, this one in the air. |
02:39 | <twisted> | I just farted. |
02:39 | <peterS> | see, squashing bugs is on topic for an OS channel |
02:39 | * | XReaper lights the fart on fire |
02:39 | <twisted> | =) |
02:39 | -!- | ernesto [~ernesto@web21.amm.unipg.it] has joined #debian |
02:39 | <twisted> | Nothing comes close to Debian do to the signed packets in apt. The blob free kernel (xen too) alone is enough for me. There is one little stick in my butt with Debian. Sure SELinux is damn powerful but lets be realistic ... normal ppl don'r write SELinux. Apparmor is much easer to use and good enough imho |
02:39 | <craigevil> | vortek, ktorrent, deluge, flush all open when i click a torrent in any browser |
02:40 | -!- | mode/#debian [+l 505] by debhelper |
02:40 | <vortek> | ? |
02:40 | <tensorpudding> | a torrent of torrent clients |
02:40 | <craigevil> | and neither selinux or apparmor are really needed on a normal users system they are both overkill |
02:40 | -!- | rainfly_x [~rainfly_x@c-76-105-229-241.hsd1.or.comcast.net] has joined #debian |
02:41 | <vortek> | for some reason the torrent cleint aint loading when i click on a torrent |
02:41 | <nevyn> | yeah.. btw who needs a normal user account or permissions they just get in the way. |
02:41 | -!- | rainfly_x [~rainfly_x@c-76-105-229-241.hsd1.or.comcast.net] has left #debian [] |
02:41 | -!- | alex_ [~smuxi@202.90.207.43] has quit [Remote host closed the connection] |
02:41 | <pparadis> | vortek: stop asking about that. |
02:41 | -!- | alrz [~alrz@201.188.41.229] has joined #debian |
02:41 | <pparadis> | vortek: seriously, you've been told again and again that you are offtopic. stop. |
02:41 | -!- | grandie [~Grandad@p4FD4F165.dip.t-dialin.net] has quit [Remote host closed the connection] |
02:41 | <twisted> | craigevil I know but I am paranoid. Ever since "Project Blue Beam" I want to sleep better at night |
02:41 | <nevyn> | how is he ot? |
02:41 | <pparadis> | nevyn: read the scrollback. |
02:42 | -!- | DebianLover [~mo@095-096-172-237.static.chello.nl] has joined #debian |
02:42 | <vortek> | pparadis, where can i get help then? |
02:42 | <twisted> | squabbling is o/t |
02:42 | <pparadis> | vortek: consult your chat logs. |
02:42 | <nevyn> | so... I looked. |
02:43 | -!- | kutio [~kutio@2a01:e35:2434:c0a0:212:79ff:feac:2275] has quit [Ping timeout: 480 seconds] |
02:43 | <vortek> | pparadis, the bittorent channel on openprjcts is empty |
02:43 | * | vortek is lost |
02:43 | <vortek> | sorry |
02:43 | <nevyn> | he's asking for help with integration between the browser and the torrent client this is by my yardstick ontopic for #debian |
02:43 | -!- | g0dfrey [~g0dfrey@83.171.31.48] has joined #debian |
02:43 | <pparadis> | nevyn: continuously asking general questions about bittorrent and pestering people for responses. he's been at this for a couple of days. nothing has been debian-specific, and i've been nice about it up to now. |
02:44 | <peterS> | whatever happened to just downloading torrent files and feeding them into your torrent client |
02:44 | <pparadis> | nevyn: he wouldn't be asking about that even if i hadn't pointedly described that in #debian-offtopic. |
02:44 | <peterS> | who _really_ needs to be able to hand a torrent over to the client by clicking on a link in a browser |
02:44 | <tensorpudding> | supporting magnet links is useful |
02:44 | -!- | rsalveti [~rsalveti@186.214.77.189] has quit [Ping timeout: 480 seconds] |
02:45 | <peterS> | tensorpudding: indeed, that's why I right click them, say 'copy link location', then move to my rtorrent window, hit Enter, and paste |
02:45 | <vortek> | i just want to be able to dl torrent in debian :( |
02:45 | -!- | gdb [~cbell@circe.inetdb.com] has joined #debian |
02:46 | <tensorpudding> | copy link, then open it in your client |
02:46 | <vortek> | k |
02:46 | <tensorpudding> | i never figured out how to get it associated properly in debian, too lazy |
02:46 | <peterS> | so, who here has eSATA hotplug experience? Does it Just Work with modern kernels, udev, etc.? |
02:47 | -!- | Elotero [~Elotero@201.170.64.21.dsl.dyn.telnor.net] has quit [autokilled: This host violated network policy. Mail support@oftc.net if you have any questions (2012-06-22 06:47:20)] |
02:47 | <peterS> | also, if you have a multi-drive-bay that does SATA port multiplying, and you plug or unplug one drive, does it interrupt the rest of the SATA bus? |
02:47 | <towo^work> | peterS, here it works |
02:48 | <peterS> | towo^work: what eSATA card(s) do you use? |
02:48 | <towo^work> | it's on the mainboard |
02:48 | -!- | mahmudin [~mahmudin@180.246.121.221] has quit [Ping timeout: 480 seconds] |
02:49 | <XReaper> | tensorpudding: hello |
02:49 | <peterS> | at my day job we are having a pretty lousy experience trying to hot-plug-unplug a lot of USB disks using USB3 cards. I'm thinking eSATA might be more solid. |
02:49 | <tensorpudding> | hello |
02:49 | <peterS> | towo^work: if you have it handy: can you 'lspci | grep SATA'? I am curious what people are using for eSATA |
02:50 | -!- | alrz [~alrz@201.188.41.229] has quit [Ping timeout: 480 seconds] |
02:50 | <towo^work> | peterS, here @work i do not have eSATA |
02:50 | -!- | g0dfrey [~g0dfrey@83.171.31.48] has quit [Quit: Konversation terminated!] |
02:51 | <peterS> | towo^work: have you use the SATA port multiplier feature? i.e., a single eSATA cable used by more than one external disk? |
02:52 | <peterS> | (many enclosures / docks use this mode, it seems - multiple disks, but a single USB or eSATA cable) |
02:53 | <peterS> | my basic problem is that USB is flaky. You plug in a drive, half the time all the other drives on the same USB bus blink off and on, which is bad if you're doing active data transfer on all of them. |
02:54 | -!- | tazz [~gaurav@115.114.59.182] has joined #debian |
02:54 | <peterS> | and sometimes drives just drop off the bus entirely, randomly. Sometimes they come back, sometimes they don't. |
02:57 | <peterS> | and even if you have multiple USB3 busses, trying to deal with more than 10 or 12 external disks at a time just doesn't seem to |
02:57 | <peterS> | ...to work very wlel |
02:57 | -!- | foolano [~magnetic@bzq-218-39-90.cablep.bezeqint.net] has joined #debian |
02:57 | <ergalvao> | craigevil: I still can't make it work, but it's definitely the best source of info I've found so far. I'll have to check back on that later. Thanks! |
02:57 | -!- | drdanz [~quassel@90.147.26.254] has quit [Ping timeout: 480 seconds] |
02:58 | -!- | ant777 [~jay@unc-gw.aqa.com.ru] has joined #debian |
02:59 | -!- | Woet [~Woet@46-129-97-205.dynamic.upc.nl] has joined #debian |
02:59 | -!- | alrz [~alrz@201.188.24.162] has joined #debian |
02:59 | -!- | ergalvao [~zaphod@177.18.64.166] has quit [Quit: Leaving.] |
03:00 | -!- | Gunman1982__ [~Gunman198@brln-4dbc53c3.pool.mediaWays.net] has joined #debian |
03:00 | -!- | perlwizard [~x@95.158.11.2] has joined #debian |
03:00 | -!- | ant777 [~jay@unc-gw.aqa.com.ru] has left #debian [] |
03:00 | -!- | liverwurst [~wurst@p508C3D3F.dip.t-dialin.net] has joined #debian |
03:01 | -!- | sheap [~sheap@cpe-66-27-134-4.socal.res.rr.com] has joined #debian |
03:07 | -!- | Gunman1982_ [~Gunman198@brln-4dbc7e17.pool.mediaWays.net] has quit [Ping timeout: 480 seconds] |
03:07 | -!- | Victor_ [~quassel@189.232.94.189] has quit [Remote host closed the connection] |
03:08 | -!- | jibel [~j-lalleme@89.159.166.251] has quit [Quit: Ex-Chat] |
03:09 | -!- | drdanz [~quassel@90.147.26.254] has joined #debian |
03:10 | -!- | kutio [~kutio@2a01:e35:2434:c0a0:212:79ff:feac:2275] has joined #debian |
03:10 | -!- | alrz_ [~alrz@201.188.7.245] has joined #debian |
03:10 | -!- | falk [~falk@port-87-234-20-234.static.qsc.de] has joined #debian |
03:11 | -!- | falk [~falk@port-87-234-20-234.static.qsc.de] has left #debian [] |
03:12 | -!- | TheCrittaC [~critta@cpe-24-31-147-57.maine.res.rr.com] has quit [Read error: Operation timed out] |
03:12 | -!- | andres is now known as zz_andres |
03:13 | -!- | ant [~anton@gbibp9ph1--blueice4n2.emea.ibm.com] has joined #debian |
03:15 | -!- | alrz [~alrz@201.188.24.162] has quit [Ping timeout: 480 seconds] |
03:16 | -!- | sakal [~sakal@88.84.213.199] has quit [Ping timeout: 480 seconds] |
03:18 | -!- | engla [~engla@h51baf3ee.selucle.dyn.perspektivbredband.net] has joined #debian |
03:18 | -!- | johfel [~johfel@p5091D349.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
03:19 | -!- | jkf [~Greg_od@85-238-111-96.broadband.tenet.odessa.ua] has quit [Remote host closed the connection] |
03:20 | -!- | sheap [~sheap@cpe-66-27-134-4.socal.res.rr.com] has quit [Quit: Leaving] |
03:21 | -!- | melmothX [~melmoth@93-137-221-253.adsl.net.t-com.hr] has joined #debian |
03:23 | -!- | afuentes [~afuentes@95.61.119.171] has quit [Remote host closed the connection] |
03:23 | -!- | Kt [~Kt@208.65.91.115] has quit [Quit: Leaving] |
03:24 | -!- | nickb [~nick@62.254.222.253] has joined #debian |
03:24 | -!- | jibel [~j-lalleme@89.159.166.251] has joined #debian |
03:25 | -!- | Xavi [~xavi@108.216.165.83.static.mundo-r.com] has joined #debian |
03:25 | -!- | infinity01 [~infinity0@host-78-145-18-52.as13285.net] has joined #debian |
03:25 | -!- | sakal [~sakal@88.84.213.199] has joined #debian |
03:26 | -!- | zz_andres is now known as andres |
03:26 | -!- | morphis [~morphis@hfw-ext-wlan.rz.hs-bremen.de] has joined #debian |
03:28 | -!- | infinity0 [~infinity0@host-78-145-21-162.as13285.net] has quit [Ping timeout: 480 seconds] |
03:30 | -!- | dnlrg [~dnlrg@93.146.117.91.dynamic.mundo-r.com] has joined #debian |
03:32 | -!- | darkskiez [~mhb@cpc4-broo7-2-0-cust167.14-2.cable.virginmedia.com] has joined #debian |
03:33 | -!- | Madatnek_ [~adamd@c-520ee255.035-188-7673743.cust.bredbandsbolaget.se] has joined #debian |
03:35 | -!- | tramm [~mp@161.166.191.90.dyn.estpak.ee] has quit [Quit: Ex-Chat] |
03:35 | -!- | hele_ [~hele@212-149-220-113.bb.dnainternet.fi] has joined #debian |
03:36 | -!- | nomad [~smuxi@pool-71-161-254-51.sctnpa.east.verizon.net] has quit [Remote host closed the connection] |
03:37 | -!- | qerter [~qerter@111-252-91-8.dynamic.hinet.net] has joined #debian |
03:38 | -!- | xrazer [~marcel@eduroam-pool6-0493.wlan.uni-bremen.de] has joined #debian |
03:38 | <xrazer> | hi |
03:38 | <vortek> | when i go to play movies with any player i get a balnk screen :( any one now why? i hear the sound though |
03:39 | -!- | xrazer [~marcel@eduroam-pool6-0493.wlan.uni-bremen.de] has quit [] |
03:39 | -!- | Madatnek [~adamd@c-520ee255.035-188-7673743.cust.bredbandsbolaget.se] has quit [Ping timeout: 480 seconds] |
03:39 | -!- | Madatnek_ is now known as Madatnek |
03:41 | -!- | chitchat [~guest@ppp59-167-188-93.static.internode.on.net] has quit [Ping timeout: 480 seconds] |
03:43 | -!- | alvarezp [~alvarezp@2001:470:d:872:224:8cff:fe02:b712] has joined #debian |
03:46 | <vortek> | how do i mount my windows paartition in debian? |
03:47 | -!- | DanishRolls [~debianize@75-137-144-72.dhcp.gwnt.ga.charter.com] has quit [Quit: Hexley has been neglected. #HEXLEY2012] |
03:48 | -!- | D4rKSt4R [~rommel@vpn007.vpn.unito.it] has joined #debian |
03:48 | -!- | nomad [~smuxi@pool-71-161-254-51.sctnpa.east.verizon.net] has joined #debian |
03:49 | -!- | nomad [~smuxi@pool-71-161-254-51.sctnpa.east.verizon.net] has quit [Remote host closed the connection] |
03:49 | <vortek> | any oe? |
03:49 | <SpeedyG> | vortek: usually with the mount command? |
03:49 | <vortek> | i dont have a clue as what to type |
03:49 | -!- | D4rKSt4R [~rommel@vpn007.vpn.unito.it] has quit [] |
03:50 | <SpeedyG> | mount -t <filesystem> -o <options here, for example rw if you want to read and write, not sure if thats recommended though> /dev/<drive + partition number here, eg sda2> /<mountpoint here> |
03:50 | -!- | hele_ [~hele@212-149-220-113.bb.dnainternet.fi] has quit [Quit: Konversation terminated!] |
03:51 | <vortek> | can ya give me an expamle ? debians on my second harddrive and windows is on my first |
03:51 | -!- | munga [~munga@mar92-4-89-83-48-224.dsl.sta.abo.bbox.fr] has quit [Ping timeout: 480 seconds] |
03:52 | -!- | hele_ [~hele@212-149-220-113.bb.dnainternet.fi] has joined #debian |
03:53 | -!- | VHNgoc [~VHNgoc@113.170.102.169] has joined #debian |
03:53 | <SpeedyG> | I just did :) 'mount -t ntfs -o rw /dev/sda2 /home/vortek/windowsdrive' |
03:53 | <pparadis> | vortek: you can generally see how your disks are partitioned with this: fdisk -l |
03:53 | -!- | BoFowMo [~BoFowMo@adsl-67-125-23-96.dsl.pltn13.pacbell.net] has joined #debian |
03:53 | -!- | hele_ [~hele@212-149-220-113.bb.dnainternet.fi] has quit [] |
03:54 | <SpeedyG> | and for selecting the right drive + partition, do what pparadis just said :) |
03:54 | -!- | hele_ [~hele@212-149-220-113.bb.dnainternet.fi] has joined #debian |
03:54 | -!- | VHNgoc [~VHNgoc@113.170.102.169] has quit [] |
03:55 | -!- | andres is now known as zz_andres |
03:56 | -!- | gnugr [~vangelis@gnugr.user.oftc.net] has joined #debian |
03:56 | -!- | foolano [~magnetic@bzq-218-39-90.cablep.bezeqint.net] has quit [Quit: Konversation terminated!] |
03:56 | -!- | lukasz_gut [~Lukasz@espcolo-webproxy02.nokia.com] has joined #debian |
03:58 | <vortek> | tahxs got it |
03:59 | <vortek> | now whats a good file browser gui for debian? |
03:59 | <vortek> | thanxs |
03:59 | <vortek> | now i neeed a gui file browser |
03:59 | <pparadis> | you already have one; do you see an icon for your home folder on your desktop? |
04:00 | <vortek> | ahh |
04:00 | <vortek> | thanxs |
04:00 | -!- | BoFowMo [~BoFowMo@adsl-67-125-23-96.dsl.pltn13.pacbell.net] has quit [Quit: Leaving] |
04:01 | -!- | alex_ [~alex@114-198-93-27.dyn.iinet.net.au] has joined #debian |
04:01 | -!- | Guest799 [~enzo@95.68.9.118] has joined #debian |
04:02 | -!- | alex_ [~alex@114-198-93-27.dyn.iinet.net.au] has quit [Remote host closed the connection] |
04:02 | -!- | yip [~ali@02d9232c.bb.sky.com] has quit [Quit: Lost terminal] |
04:02 | <vortek> | now i have to figure out why my movie players are not showing the movie a play only audio |
04:02 | -!- | th [~wqsaxz@139.194.165.22] has quit [Ping timeout: 480 seconds] |
04:03 | <vortek> | any ideas? |
04:03 | -!- | f8l [~f8l@77-254-163-171.adsl.inetia.pl] has quit [Quit: WeeChat 0.3.8] |
04:04 | -!- | gezgin [~gezgin@78.179.224.194] has joined #debian |
04:04 | -!- | lukasz_gut [~Lukasz@espcolo-webproxy02.nokia.com] has quit [Read error: Connection reset by peer] |
04:05 | -!- | OkropNick [kuba@host-n2-72-190.telpol.net.pl] has joined #debian |
04:05 | <vortek> | a=they/ |
04:06 | -!- | wintellect [~wintellec@cpc2-nmal8-0-0-cust1262.croy.cable.virginmedia.com] has joined #debian |
04:06 | <vortek> | maybe i need a codec? |
04:06 | -!- | gnugr [~vangelis@gnugr.user.oftc.net] has quit [Quit: WeeChat 0.3.7] |
04:06 | -!- | th [~wqsaxz@139.194.165.22] has joined #debian |
04:06 | -!- | romain [~rom@lib59-6-88-165-159-3.fbx.proxad.net] has joined #debian |
04:06 | <SpeedyG> | what player do you use ? |
04:07 | <vortek> | i tried em all im using vls player now though |
04:07 | <vortek> | vls=vlc |
04:08 | <vortek> | movie player does the samething |
04:08 | -!- | ao2 [~u@2001:1418:117::1] has joined #debian |
04:08 | <SpeedyG> | might indeed be a codec issue then |
04:08 | -!- | qord [~qord@a81-14-225-151.net-htp.de] has joined #debian |
04:09 | <vortek> | were do i get the codecs from? |
04:10 | -!- | mode/#debian [+l 511] by debhelper |
04:10 | -!- | alrz_ [~alrz@201.188.7.245] has quit [Ping timeout: 480 seconds] |
04:10 | -!- | gnugr [~gnugr@gnugr.user.oftc.net] has joined #debian |
04:13 | -!- | zz_andres is now known as andres |
04:14 | -!- | vienuoliktasis [~vienuolik@84.15.106.198] has quit [Ping timeout: 480 seconds] |
04:14 | <vortek> | i got em |
04:14 | -!- | Arhur70 [~Arhur70@net-2-33-43-101.cust.dsl.teletu.it] has joined #debian |
04:16 | -!- | firefox [~firefox@139.8.117.87.donpac.ru] has joined #debian |
04:16 | <vortek> | nope didnt work |
04:17 | <vortek> | im gona boot to windows and see if this file plays it may be bonk |
04:17 | <vortek> | bbl |
04:17 | <SpeedyG> | while you do that, also try to see with gspot what codecs it needs |
04:17 | -!- | m42 [~m42@pa1-84-91-3-230.netvisao.pt] has joined #debian |
04:18 | <firefox> | #debian |
04:18 | -!- | vortek [~vortek@108-230-65-92.lightspeed.gdrpmi.sbcglobal.net] has quit [Remote host closed the connection] |
04:18 | -!- | firefox [~firefox@139.8.117.87.donpac.ru] has quit [] |
04:19 | <Arhur70> | hi. We have a HP proliant with a NC375T PCI Express Quad Port Gigabit Server Adapter. This quad use NetXen chipset. driver: netxen_nic , version: 4.0.77, firmware-version: 4.0.579. on the os I have installed firmware-netxen 0.35~bpo60+1. All is ok but I have noticed random firmware hang detected sometime it recovers after some seconds sometime a reboot is needed. I noticed a very recent firmware has been released 5.0.0 (4 Jun 20 |
04:19 | <Arhur70> | 12) |
04:20 | <Arhur70> | question is: if I flash this new firmware, do I need a new firmware for debian too? |
04:20 | -!- | jcarlos [~quassel@85.137.99.76.dyn.user.ono.com] has quit [Read error: Connection reset by peer] |
04:21 | -!- | jcarlos [~quassel@85.137.99.76.dyn.user.ono.com] has joined #debian |
04:21 | <Arhur70> | or the one provided by the backport package is still valid? |
04:22 | -!- | cirrus_debian [~cirrus@host-92-22-58-235.as13285.net] has joined #debian |
04:23 | -!- | imagelife [~imagelife@115.205.142.211] has quit [Quit: Leaving.] |
04:24 | <bzed> | Arhur70: no, if you flash the firmware you should be able to leave the firmware on your sytem completely away |
04:24 | <bzed> | Arhur70: at least thats how it works for most cards I know :) |
04:24 | <bzed> | just give it a try |
04:25 | -!- | alvarezp [~alvarezp@2001:470:d:872:224:8cff:fe02:b712] has quit [Read error: Operation timed out] |
04:26 | <Arhur70> | bzed: thanks. main problem is that HP release scexe for flashing firmware |
04:26 | -!- | Optical [~dlz@101.229.58.22] has joined #debian |
04:26 | <Arhur70> | this file contain a sh script and tar.gz |
04:27 | <Arhur70> | but when I launch it I get gzip: stdin: unexpected end of file |
04:27 | <Arhur70> | HP support didn't help because say debian is not supported |
04:28 | <Arhur70> | sh -x reveals: tail -n +418 CP017666.scexe gzip -cd |
04:28 | <Arhur70> | gzip: stdin: unexpected end of file |
04:28 | <Arhur70> | it looks like a bad tar.gz |
04:28 | <Arhur70> | or maybe is related to tar version? |
04:29 | <Arhur70> | striping sh part and then issuing a file I get: |
04:29 | <Arhur70> | gzip compressed data, was "scexe_tmp6975", from Unix, last modified: Mon May 21 23:06:04 2012, max compression |
04:30 | -!- | Skandis [Skandis@109.58.119.223.bredband.tre.se] has joined #debian |
04:30 | -!- | munga [~munga@knopper.inria.fr] has joined #debian |
04:30 | -!- | skule [~svs@exitus.logiva.dk] has quit [Read error: Connection reset by peer] |
04:31 | -!- | TheCrittaC [~critta@cpe-24-31-147-57.maine.res.rr.com] has joined #debian |
04:31 | -!- | hando [radu@ip68-3-116-129.ph.ph.cox.net] has quit [Read error: Connection reset by peer] |
04:31 | -!- | hando [radu@ip68-3-116-129.ph.ph.cox.net] has joined #debian |
04:34 | -!- | flightplan [~george@adsl-89-217-240-84.adslplus.ch] has quit [Ping timeout: 480 seconds] |
04:35 | <twisted> | Hmm taking to a friend here. Word is that Debain was the largest repository of any distribution? Is this true? |
04:35 | -!- | raclure [~raclure@85-26-13-14.teledisnet.be] has joined #debian |
04:36 | <jm_> | probably is |
04:36 | <raclure> | hi |
04:37 | -!- | hando [radu@ip68-3-116-129.ph.ph.cox.net] has quit [Read error: Connection reset by peer] |
04:37 | -!- | radu [radu@ip68-3-116-129.ph.ph.cox.net] has joined #debian |
04:37 | -!- | untrusted [~user@stgt-5f71823c.pool.mediaWays.net] has joined #debian |
04:37 | -!- | bkara [~bkara@lux1.if.fh-landshut.de] has joined #debian |
04:37 | -!- | bergen [~bergen@lux14.if.fh-landshut.de] has joined #debian |
04:37 | -!- | raclure [~raclure@85-26-13-14.teledisnet.be] has left #debian [] |
04:39 | <Skandis> | If I need to manually uninstall an installled app, where should I look aside from /lib and /etc? |
04:39 | <Skandis> | Generally speaking ofc |
04:40 | <jm_> | how did you install it? |
04:40 | <melmothX> | Skandis: usually in /usr/local |
04:42 | <Skandis> | jm_, basically I had R installed through an RPM. This responds to "R" command, but I had some issues with custom packages so I downloaded and compiled another one from source |
04:42 | <jm_> | Skandis: then use rpm -e I suppose |
04:42 | <Skandis> | Ill try that as well, thanks |
04:42 | <Skandis> | I was also a bit curious where makefile installs go, thus the question ;) |
04:43 | <pparadis> | rpm? |
04:43 | -!- | tensorpudding [~michael@99.148.204.90] has quit [Ping timeout: 480 seconds] |
04:43 | <jm_> | make -n shall help |
04:43 | -!- | flightplan [~george@adsl-84-227-90-150.adslplus.ch] has joined #debian |
04:44 | -!- | ron_ [~ron@124-169-0-238.dyn.iinet.net.au] has joined #debian |
04:44 | -!- | ron_ [~ron@124-169-0-238.dyn.iinet.net.au] has quit [] |
04:44 | <Skandis> | pparadis, just explaining why I got interested in the question to begin with ;) |
04:46 | <pparadis> | i was just curled up in the corner sobbing over horrible flashbacks from rpm and dependency hell that went on like a thousand years of darkness. i'll have my therapist bill you. :) |
04:46 | -!- | stegbth [~stegbth@p5DD21428.dip.t-dialin.net] has joined #debian |
04:46 | <stegbth> | hello everybody |
04:46 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has quit [Quit: Leaving] |
04:46 | <Skandis> | xD |
04:46 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has joined #debian |
04:46 | <Skandis> | Im in the "burn and pillage until nothing is left, then rebuild" phase of it |
04:48 | -!- | th [~wqsaxz@139.194.165.22] has quit [Remote host closed the connection] |
04:48 | -!- | th [~wqsaxz@139.194.165.22] has joined #debian |
04:49 | <pparadis> | Skandis: you must dismember the corpses of every binary slayed, and salt the earth after razing that godforsaken city to the ground. then the time of the debian installation shall surely be upon you. |
04:49 | <stegbth> | i am fighting with QOS on Debian6 |
04:50 | <pparadis> | stegbth: as in QOS as defined as "quality of service" and perhaps related to something like voip or the like? |
04:51 | <stegbth> | i have mark the packet in the mangle table (the counters go up), assign them with tc filter to the queues, but with i run tc -s glass ls id dont see traffic in the classes |
04:51 | <stegbth> | yes |
04:51 | <stegbth> | pparadis: yes, voice traffice and some other traffic should get separated |
04:51 | <stegbth> | http://paste.debian.net/175790/ |
04:53 | <pparadis> | stegbth: guaging by my past experiences dealing with tc and various qdisc setups, i can safely say i am not in proper condition to help with this, unfortunately. it's 0452 here, and i'm on the tail end of a long night. hopefully someone else will be able to shed some light on it, though. |
04:53 | <stegbth> | ok, thank |
04:53 | <stegbth> | you |
04:54 | -!- | Skandis [Skandis@109.58.119.223.bredband.tre.se] has quit [Read error: Connection reset by peer] |
04:54 | <jm_> | stegbth: did you consult the howto on the lartc.org site? |
04:54 | <stegbth> | yes |
04:55 | <pparadis> | maybe this could be of some help --> http://blog.edseek.com/~jasonb/articles/traffic_shaping/scenarios.html |
04:55 | <jm_> | i forgot the details, however it worked ok for me, but then i switched to using wondershaper |
04:55 | -!- | teo [~teo@195.205.15.3] has joined #debian |
04:55 | <teo> | hi |
04:56 | -!- | gusnan [~gusnan@h35n5c1o269.bredband.skanova.com] has joined #debian |
04:56 | -!- | christ129 [~christ129@bny93-2-82-66-221-15.fbx.proxad.net] has joined #debian |
04:56 | <teo> | I woudl like to know why still have a problmes with vlc in debian testing?? im trying upgrade squeeze to testing and have problems with vlc independies |
04:57 | <jm_> | teo: check what the topic says about testing,and also /msg dpkg bat |
04:57 | <teo> | ah ok debian-oftopic |
04:57 | <teo> | sorry |
04:58 | -!- | cool_code [~coolcode@c211-28-201-150.dandn3.vic.optusnet.com.au] has joined #debian |
04:58 | -!- | cool_code [~coolcode@c211-28-201-150.dandn3.vic.optusnet.com.au] has quit [] |
04:58 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has quit [Remote host closed the connection] |
05:00 | -!- | mode/#debian [+l 517] by debhelper |
05:00 | -!- | q66 [~q66@213.191.105.214] has joined #debian |
05:01 | -!- | n44b [~Viz@152.79-160-155.customer.lyse.net] has joined #debian |
05:01 | -!- | ml| [~ml@c-71-196-79-225.hsd1.fl.comcast.net] has quit [] |
05:01 | -!- | Rezonans [~skarasov@skarasov.carrier.kiev.ua] has quit [Remote host closed the connection] |
05:01 | <stegbth> | jm_ wondershaper is no option, as i need more classes and have to define more classes |
05:02 | -!- | ml| [~ml@c-71-196-79-225.hsd1.fl.comcast.net] has joined #debian |
05:02 | -!- | stderr [~pohol@0x55517066.adsl.cybercity.dk] has quit [Ping timeout: 480 seconds] |
05:03 | -!- | klh_ [~klh@AClermont-Ferrand-753-1-1-184.w90-27.abo.wanadoo.fr] has quit [Remote host closed the connection] |
05:04 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has joined #debian |
05:05 | -!- | gnugr [~gnugr@gnugr.user.oftc.net] has quit [Quit: WeeChat 0.3.8] |
05:05 | -!- | Woet [~Woet@46-129-97-205.dynamic.upc.nl] has quit [Quit: Linkinus - http://linkinus.com] |
05:06 | -!- | gigix [~gigix@cpc3-nmal4-0-0-cust858.croy.cable.virginmedia.com] has joined #debian |
05:07 | -!- | lukasz_gut [~Lukasz@espcolo-webproxy02.nokia.com] has joined #debian |
05:08 | -!- | flower [~d@178-24-208-202-dynip.superkabel.de] has joined #debian |
05:10 | -!- | gnugr [~gnugr@gnugr.user.oftc.net] has joined #debian |
05:12 | -!- | stderr [~pohol@0x55517066.adsl.cybercity.dk] has joined #debian |
05:17 | -!- | afuentes [~afuentes@95.61.119.171] has joined #debian |
05:18 | -!- | bergen [~bergen@lux14.if.fh-landshut.de] has quit [Quit: Verlassend] |
05:18 | -!- | gigix [~gigix@cpc3-nmal4-0-0-cust858.croy.cable.virginmedia.com] has quit [Ping timeout: 480 seconds] |
05:21 | -!- | bergen [~bergen@lux14.if.fh-landshut.de] has joined #debian |
05:21 | -!- | bergen [~bergen@lux14.if.fh-landshut.de] has quit [] |
05:22 | -!- | raph [~raph@SPS-PC028.dti.tue.nl] has joined #debian |
05:22 | -!- | munga [~munga@knopper.inria.fr] has quit [Ping timeout: 480 seconds] |
05:23 | -!- | eagle_eye [~tuxgeek@173.208.15.123] has quit [Read error: Operation timed out] |
05:23 | -!- | engla [~engla@h51baf3ee.selucle.dyn.perspektivbredband.net] has quit [Quit: leaving] |
05:24 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has quit [Remote host closed the connection] |
05:25 | -!- | gigix [~gigix@cpc3-nmal4-0-0-cust858.croy.cable.virginmedia.com] has joined #debian |
05:26 | -!- | salvin [~salvin@93-46-40-81.ip105.fastwebnet.it] has joined #debian |
05:26 | -!- | wking [~wtking@nc-112-38.dhcp.drexel.edu] has joined #debian |
05:26 | -!- | eagle_eye [~tuxgeek@173.208.15.123] has joined #debian |
05:27 | -!- | bkara [~bkara@lux1.if.fh-landshut.de] has quit [Quit: Verlassend] |
05:31 | -!- | Quakers [~enzo@95.68.9.118] has joined #debian |
05:31 | -!- | towo^work [~towo@port-212-202-129-192.static.qsc.de] has quit [Quit: und wech] |
05:31 | -!- | liverwurst [~wurst@p508C3D3F.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
05:31 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has joined #debian |
05:32 | -!- | toto42 [~toto@91.57.59.231] has joined #debian |
05:32 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has quit [] |
05:34 | -!- | liverwurst [~wurst@p508C3D3F.dip.t-dialin.net] has joined #debian |
05:38 | -!- | dous [~dous@210.24.42.190] has quit [Remote host closed the connection] |
05:38 | -!- | Guest799 [~enzo@95.68.9.118] has quit [Ping timeout: 480 seconds] |
05:38 | -!- | scorphus [~scorphus@scorphus.user.oftc.net] has quit [Quit: Leaving] |
05:40 | -!- | wking [~wtking@nc-112-38.dhcp.drexel.edu] has left #debian [] |
05:41 | -!- | noshadow [~brl@pcpool12.mathematik.uni-freiburg.de] has joined #debian |
05:41 | -!- | noshadow [~brl@pcpool12.mathematik.uni-freiburg.de] has left #debian [] |
05:43 | -!- | pexio [~pexio@194.255.31.55] has joined #debian |
05:43 | -!- | project2501a [~kot@109.171.130.235] has left #debian [Leaving] |
05:45 | <pexio> | HI does anyone know a quick way of commenting out a file (adding # in front of every line). I think It should be possible somehow with some ninja awk or sed tricks? |
05:47 | <Apollo> | with vim it's easy |
05:47 | <Apollo> | with awk probably as well, but Im not as fluent in it :) |
05:47 | <pexio> | how do you do it in vim? |
05:48 | <afuentes> | gg^vGI#ESC |
05:48 | <Apollo> | pexio: with awk: cat FILE | awk '{print "# " $0}' |
05:49 | <Apollo> | which you then can pipe back into another file |
05:49 | -!- | lukasz_gut [~Lukasz@espcolo-webproxy02.nokia.com] has quit [Read error: Connection reset by peer] |
05:50 | <afuentes> | awk '{print "# " $0}' FILE >FILE2 |
05:51 | -!- | m42 [~m42@pa1-84-91-3-230.netvisao.pt] has quit [Quit: Saindo] |
05:51 | <pexio> | Apollo, afuentes: great thanks that works |
05:51 | -!- | lukasz_gut [~Lukasz@espcolo-webproxy02.nokia.com] has joined #debian |
05:52 | <Apollo> | np |
05:52 | -!- | towo` [~torsten_w@178-24-36-209-dynip.superkabel.de] has joined #debian |
05:58 | -!- | lukasz_gut [~Lukasz@espcolo-webproxy02.nokia.com] has quit [Remote host closed the connection] |
06:00 | <rpetre> | i'd sed -ni 's/^/# /' it :) |
06:01 | -!- | lukasz_gut [~Lukasz@espcolo-webproxy02.nokia.com] has joined #debian |
06:02 | -!- | sebr [~sebr@p4FE04DDC.dip.t-dialin.net] has joined #debian |
06:02 | -!- | sebr [~sebr@p4FE04DDC.dip.t-dialin.net] has quit [Remote host closed the connection] |
06:03 | -!- | dous [~dous@210.24.42.190] has joined #debian |
06:06 | -!- | stegbth [~stegbth@p5DD21428.dip.t-dialin.net] has left #debian [] |
06:06 | -!- | Exection [~enzo@95.68.9.118] has joined #debian |
06:09 | -!- | teo [~teo@195.205.15.3] has quit [Quit: Wychodzi] |
06:10 | -!- | pos [~mark@reserved-60-61.grapevine.net.au] has joined #debian |
06:10 | -!- | twisted [~twisted@188.126.73.183] has quit [Quit: Leaving] |
06:11 | -!- | dous [~dous@210.24.42.190] has quit [Remote host closed the connection] |
06:14 | -!- | Quakers [~enzo@95.68.9.118] has quit [Ping timeout: 480 seconds] |
06:14 | -!- | fayaz [~quassel@180.151.39.130] has quit [Remote host closed the connection] |
06:15 | -!- | jan [~jan@c-213671d5.010-118-73746f22.cust.bredbandsbolaget.se] has joined #debian |
06:15 | <pexio> | rpetre: i like that one, can you do the opposite with sed? |
06:15 | -!- | jan is now known as Guest809 |
06:17 | -!- | janos_ [~janos@178.222.12.112] has joined #debian |
06:17 | <grove> | pexio: sed -ni 's/^# //' |
06:18 | -!- | Guest809 [~jan@c-213671d5.010-118-73746f22.cust.bredbandsbolaget.se] has quit [] |
06:18 | -!- | munga [~munga@knopper.inria.fr] has joined #debian |
06:18 | <pexio> | It makes sense, thanks grove :) |
06:19 | -!- | t0rn [~t0rn@69.167.130.11] has joined #debian |
06:19 | -!- | OkropNick^ [kuba@host-n2-72-190.telpol.net.pl] has joined #debian |
06:19 | -!- | OkropNick^ [kuba@host-n2-72-190.telpol.net.pl] has quit [] |
06:21 | -!- | dba [~daniel@178.63.150.30] has quit [Remote host closed the connection] |
06:21 | -!- | bluenemo [~bluenemo@87.149.170.158] has joined #debian |
06:21 | -!- | student [~student@117.211.44.4] has joined #debian |
06:21 | -!- | fayaz [~quassel@180.151.39.130] has joined #debian |
06:22 | <student> | hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii |
06:22 | -!- | student [~student@117.211.44.4] has quit [] |
06:26 | -!- | qerter [~qerter@111-252-91-8.dynamic.hinet.net] has quit [Ping timeout: 480 seconds] |
06:28 | -!- | makers [~makers@bzq-84-110-37-148.red.bezeqint.net] has joined #debian |
06:30 | -!- | samsul [~samsul@118.96.133.206] has quit [Ping timeout: 480 seconds] |
06:31 | -!- | samsul [~samsul@118.96.133.206] has joined #debian |
06:34 | -!- | Woet [~Woet@kantoor.qweb.nl] has joined #debian |
06:35 | -!- | bluenemo [~bluenemo@87.149.170.158] has quit [Ping timeout: 480 seconds] |
06:36 | -!- | jespada [~jespada@r186-49-135-36.dialup.adsl.anteldata.net.uy] has joined #debian |
06:39 | * | Exection is now playing: Stedd - Shadow Hunter (Radio Edit) (Dimetil Fm) |
06:39 | <SynrG> | every line in a file is a rather limited use case. what's more useful in vim is one of the several comment plugins available |
06:42 | -!- | jm_ [flier@icc.mindwipe.org] has quit [Quit: Disconnecting] |
06:45 | <afuentes> | SynrG, {^v}I#ESC, there, your whole block of code commented |
06:46 | -!- | bluenemo [~bluenemo@p5795AA9E.dip.t-dialin.net] has joined #debian |
06:47 | -!- | alaa [~alaa@37.8.97.134] has joined #debian |
06:47 | <SynrG> | afuentes: not syntax-sensitive |
06:47 | -!- | untrusted [~user@stgt-5f71823c.pool.mediaWays.net] has quit [Remote host closed the connection] |
06:47 | <SynrG> | hence the usefulness of a plugin |
06:48 | <afuentes> | what do you mean? |
06:48 | -!- | vsayer [~vsayer@c-98-207-60-159.hsd1.ca.comcast.net] has quit [Read error: No route to host] |
06:48 | <pparadis> | afuentes: obviously --> http://frm.li/5GNTVS |
06:48 | -!- | vsayer [~vsayer@c-98-207-60-159.hsd1.ca.comcast.net] has joined #debian |
06:48 | <SynrG> | i would like to be able to toggle comments on and off in any language, with any comment style supported in those languages |
06:49 | -!- | marian [~marian@p57A396D0.dip.t-dialin.net] has joined #debian |
06:49 | -!- | jillsmitt [~jillsmitt@178.238.76.107] has quit [Ping timeout: 480 seconds] |
06:49 | <SynrG> | i also don't want to have to remember what arcane comment style is used in which infrequently edited conf files (e.g. samba, etc.) |
06:50 | -!- | alaa [~alaa@37.8.97.134] has quit [] |
06:50 | <SynrG> | not sure if the plugin helps with the distinction between ; in # in samba though :) |
06:50 | <afuentes> | pparadis, wat? |
06:50 | <SynrG> | so, a bad example |
06:51 | <afuentes> | SynrG, the only case it seems to make sense for me is the */ c style |
06:51 | <afuentes> | any other case you type the comment you want, including ; |
06:52 | <afuentes> | anyway, i hate vim at times, so i dont know why i am defending it |
06:52 | <afuentes> | i am yet to program fast with it compared with the resources that i cant easily achieve in lets say eclipse |
06:53 | <SynrG> | fails on // |
06:53 | <afuentes> | well, with my style you can enter # or ; or // |
06:55 | <SynrG> | not with {^v}I//ESC ... you end up with only // at the first line |
06:56 | <SynrG> | hence the usefulness of a plugin here. don't need to invent a new solution per use case. can we just move on? this is a bit OT :) |
06:56 | <SynrG> | either you find a vim comment plugin useful or you don't. end of story |
06:56 | <SynrG> | i just thought i'd throw it out in case someone did find it useful |
06:57 | -!- | clopez [~clopez@131.29.165.83.dynamic.mundo-r.com] has joined #debian |
06:57 | <afuentes> | SynrG, well i dont know what vim version are you using, but it worked for me :) i cant insert anything i want at the beggining of the line and it gets to all selected lines |
06:58 | <SynrG> | ah, nm. laggy connection. the first line was commented, then a delay |
06:58 | <afuentes> | i see... nor that i defend my method over plugins... it just work out of the box in any vim... and its quite fast :) |
06:58 | <SynrG> | then switched windows |
06:58 | <SynrG> | then back again and, surprise, it finished |
06:58 | <afuentes> | :D |
06:58 | <afuentes> | yup, that laggy sucks |
07:00 | -!- | kmshanah_ [~kmshanah@ppp118-210-100-233.lns20.adl2.internode.on.net] has joined #debian |
07:00 | -!- | vsayer [~vsayer@c-98-207-60-159.hsd1.ca.comcast.net] has quit [Remote host closed the connection] |
07:00 | -!- | marian [~marian@p57A396D0.dip.t-dialin.net] has quit [Quit: WeeChat 0.3.8] |
07:00 | <SynrG> | afuentes: it's about a half second. strange |
07:02 | -!- | whitglint [~whitglint@114-47-125-193.dynamic.hinet.net] has quit [Quit: 暫離] |
07:04 | -!- | gigix [~gigix@cpc3-nmal4-0-0-cust858.croy.cable.virginmedia.com] has quit [Ping timeout: 480 seconds] |
07:05 | -!- | kmshanah [~kmshanah@ppp118-210-79-204.lns20.adl2.internode.on.net] has quit [Ping timeout: 480 seconds] |
07:05 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has quit [Quit: buh bye!] |
07:05 | -!- | kmshanah [~kmshanah@ppp118-210-188-164.lns20.adl6.internode.on.net] has joined #debian |
07:05 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has joined #debian |
07:05 | <afuentes> | yeah, i dont know why is not fast... its not like its 10k lines to process |
07:05 | -!- | devil [~devil@dslb-088-072-196-186.pools.arcor-ip.net] has quit [Remote host closed the connection] |
07:06 | -!- | vsayer [~vsayer@c-98-207-60-159.hsd1.ca.comcast.net] has joined #debian |
07:10 | -!- | kmshanah_ [~kmshanah@ppp118-210-100-233.lns20.adl2.internode.on.net] has quit [Ping timeout: 480 seconds] |
07:10 | -!- | pos [~mark@reserved-60-61.grapevine.net.au] has quit [Read error: Operation timed out] |
07:10 | -!- | devil [~devil@dslb-088-072-196-186.pools.arcor-ip.net] has joined #debian |
07:13 | -!- | Exection [~enzo@95.68.9.118] has quit [Quit: Leaving] |
07:14 | -!- | owlient [~owlient@smtp-ow.owlient.eu] has joined #debian |
07:14 | -!- | owlient [~owlient@smtp-ow.owlient.eu] has quit [] |
07:14 | -!- | ant7771 [~jay@unc-gw.aqa.com.ru] has joined #debian |
07:16 | -!- | kmshanah_ [~kmshanah@ppp118-210-208-1.lns20.adl6.internode.on.net] has joined #debian |
07:17 | -!- | ant7771 [~jay@unc-gw.aqa.com.ru] has quit [Read error: Connection reset by peer] |
07:17 | -!- | pos [~mark@reserved-60-61.grapevine.net.au] has joined #debian |
07:19 | -!- | phdeswer [~phdeswer@HSI-KBW-078-043-064-116.hsi4.kabel-badenwuerttemberg.de] has joined #debian |
07:21 | -!- | ant777 [~jay@unc-gw.aqa.com.ru] has joined #debian |
07:21 | -!- | ant777 [~jay@unc-gw.aqa.com.ru] has left #debian [] |
07:22 | -!- | rubs [~ruben@176.63.202.77.rev.sfr.net] has joined #debian |
07:22 | -!- | kmshanah [~kmshanah@ppp118-210-188-164.lns20.adl6.internode.on.net] has quit [Ping timeout: 480 seconds] |
07:22 | -!- | christ129 [~christ129@bny93-2-82-66-221-15.fbx.proxad.net] has quit [Quit: Quitte] |
07:23 | -!- | rubs [~ruben@176.63.202.77.rev.sfr.net] has quit [] |
07:23 | -!- | Ste11a [~exn@195.49.206.202] has joined #debian |
07:23 | -!- | Ste11a [~exn@195.49.206.202] has quit [] |
07:24 | -!- | gotmynick [~gotmynick@212.21.250.64.dyn.user.ono.com] has joined #debian |
07:26 | -!- | falk [~falk@port-87-234-20-234.static.qsc.de] has joined #debian |
07:27 | -!- | falk is now known as Guest815 |
07:27 | -!- | Guest815 [~falk@port-87-234-20-234.static.qsc.de] has left #debian [] |
07:27 | -!- | amphi [~amphi@59.95.25.59] has joined #debian |
07:30 | -!- | gutoyr [~gutoyr@189.61.230.100] has joined #debian |
07:31 | -!- | hychen [~hychen@210.242.151.101] has quit [Quit: Leaving] |
07:35 | -!- | alyosha_sql [~a@93-103-9-223.static.t-2.net] has joined #debian |
07:38 | -!- | gutoyr [~gutoyr@189.61.230.100] has quit [Ping timeout: 480 seconds] |
07:40 | -!- | melmothX [~melmoth@93-137-221-253.adsl.net.t-com.hr] has quit [Quit: bau] |
07:40 | -!- | angasule [~angasule@cpe-066-057-039-157.nc.res.rr.com] has joined #debian |
07:41 | -!- | JanC [~janc@ip-81-11-190-74.dsl.scarlet.be] has quit [Ping timeout: 480 seconds] |
07:42 | -!- | carandraug [~carandrau@193.1.218.163] has joined #debian |
07:42 | -!- | pdm [~pdm@238-214-202-46.pool.ukrtel.net] has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)] |
07:44 | -!- | kapil [~kapil@61.12.96.226] has joined #debian |
07:44 | -!- | kapil [~kapil@61.12.96.226] has left #debian [] |
07:46 | -!- | jez9999 [~jez9999@87-194-212-214.bethere.co.uk] has joined #debian |
07:46 | <jez9999> | Hi everyone. I'm a bit puzzled, I was looking at this bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676566 |
07:47 | <jez9999> | it's tagged "wheezy", so shouldn't that mean that the fix is now implemented in wheezy? I use wheezy but it's still not fixed |
07:47 | -!- | hazard2 [~hazard@pool-98-118-58-69.bstnma.fios.verizon.net] has joined #debian |
07:49 | -!- | JanC [~janc@ip-83-134-161-104.dsl.scarlet.be] has joined #debian |
07:52 | -!- | znaciLOL [~znaciLOL@178.222.7.49] has joined #debian |
07:53 | -!- | multifake [~multifake@p5DC56367.dip.t-dialin.net] has joined #debian |
07:53 | -!- | znaciLOL [~znaciLOL@178.222.7.49] has quit [] |
07:54 | <grove> | I think tagging with a version name, just means that it should be fixed before releasing that version |
07:55 | <jez9999> | i see |
07:55 | <jez9999> | so, any idea when it will be fixed in wheezy? |
07:56 | -!- | dba [~daniel@178.63.150.30] has joined #debian |
07:56 | -!- | jespada [~jespada@r186-49-135-36.dialup.adsl.anteldata.net.uy] has quit [Quit: Leaving] |
07:57 | -!- | thewanderer [~thewander@2001:470:9ed8:2:5054:ff:feb4:aa4d] has quit [Quit: ZNC - the bouncer which can't use flock()...] |
07:58 | -!- | romain [~rom@lib59-6-88-165-159-3.fbx.proxad.net] has quit [Ping timeout: 480 seconds] |
07:58 | -!- | Sicelo [sicelo@members.bombshellz.net] has quit [Remote host closed the connection] |
07:58 | -!- | thewanderer [~thewander@2001:470:9ed8:2:5054:ff:feb4:aa4d] has joined #debian |
07:59 | -!- | dba [~daniel@178.63.150.30] has quit [] |
07:59 | -!- | dba [~daniel@178.63.150.30] has joined #debian |
08:00 | <anbe> | jez9999, that tag means "affects wheezy" - so if a bug is found in version 1.2-3 and that version is in both wheezy and squeeze, it is not considered as buggy in squeeze (just think about "does not work with kernel 3.x") |
08:01 | -!- | Caroll [~caroll@189.123.217.106] has joined #debian |
08:01 | -!- | munga [~munga@knopper.inria.fr] has quit [Ping timeout: 480 seconds] |
08:03 | -!- | craigevil [~craig@72.188.99.79] has quit [Ping timeout: 480 seconds] |
08:04 | -!- | ernesto [~ernesto@web21.amm.unipg.it] has quit [Remote host closed the connection] |
08:04 | -!- | thewanderer [~thewander@2001:470:9ed8:2:5054:ff:feb4:aa4d] has quit [Quit: ZNC - the bouncer which can't use flock()...] |
08:04 | -!- | jez9999 [~jez9999@87-194-212-214.bethere.co.uk] has quit [Quit: Leaving] |
08:07 | -!- | dsfg [~di@90.165.114.252] has joined #debian |
08:08 | -!- | lollo [~smuxi@AMarseille-553-1-333-198.w86-210.abo.wanadoo.fr] has joined #debian |
08:09 | <dsfg> | s |
08:09 | -!- | Sicelo [sicelo@members.bombshellz.net] has joined #debian |
08:09 | -!- | dsfg [~di@90.165.114.252] has quit [] |
08:09 | -!- | init [~init@91.219.7.17] has joined #debian |
08:09 | -!- | init [~init@91.219.7.17] has quit [] |
08:12 | -!- | hele_ [~hele@212-149-220-113.bb.dnainternet.fi] has quit [Ping timeout: 480 seconds] |
08:14 | -!- | Arhur70 [~Arhur70@net-2-33-43-101.cust.dsl.teletu.it] has quit [Ping timeout: 480 seconds] |
08:16 | -!- | alrz [~alrz@201.188.25.207] has joined #debian |
08:17 | -!- | grandie [~Grandad@p57ACE109.dip.t-dialin.net] has joined #debian |
08:19 | -!- | grandie [~Grandad@p57ACE109.dip.t-dialin.net] has quit [Remote host closed the connection] |
08:19 | -!- | kenifanying [~kenifanyi@2001:250:1003:f014:225:64ff:fe5e:2076] has quit [Remote host closed the connection] |
08:19 | -!- | scientes [~scientes@ppp-71-139-6-111.dsl.snfc21.pacbell.net] has quit [Ping timeout: 480 seconds] |
08:20 | -!- | craigevil [~craig@72.188.99.79] has joined #debian |
08:21 | -!- | grandie [~grandad@p57ACE109.dip.t-dialin.net] has joined #debian |
08:21 | -!- | jkf [~Greg_od@85-238-111-96.broadband.tenet.odessa.ua] has joined #debian |
08:21 | -!- | kenifanying [~kenifanyi@2001:250:1003:f014:225:64ff:fe5e:2076] has joined #debian |
08:22 | -!- | akkara [~naveen@imm-pcpro77.imm.dtu.dk] has joined #debian |
08:23 | -!- | angasule [~angasule@cpe-066-057-039-157.nc.res.rr.com] has quit [Ping timeout: 480 seconds] |
08:23 | -!- | pos [~mark@reserved-60-61.grapevine.net.au] has quit [Read error: Connection reset by peer] |
08:24 | -!- | pos [~mark@reserved-60-61.grapevine.net.au] has joined #debian |
08:24 | -!- | akkara [~naveen@imm-pcpro77.imm.dtu.dk] has quit [] |
08:26 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has joined #debian |
08:28 | -!- | rubs [~ruben@193.51.120.67] has joined #debian |
08:29 | -!- | alrz [~alrz@201.188.25.207] has quit [Read error: Connection reset by peer] |
08:33 | -!- | thewanderer [~thewander@2001:470:9ed8:2:5054:ff:feb4:aa4d] has joined #debian |
08:35 | -!- | sml [~stinkyfis@89.107.20.218] has joined #debian |
08:35 | -!- | froben [~ca@host2-180-dynamic.12-79-r.retail.telecomitalia.it] has joined #debian |
08:36 | -!- | fisted_ [~fisted@xdsl-81-173-191-2.netcologne.de] has joined #debian |
08:39 | -!- | froben [~ca@host2-180-dynamic.12-79-r.retail.telecomitalia.it] has quit [] |
08:39 | -!- | pos [~mark@reserved-60-61.grapevine.net.au] has quit [Ping timeout: 480 seconds] |
08:40 | -!- | XeonBloomfield [~XeonBloom@user108-149.satfilm.net.pl] has joined #debian |
08:40 | -!- | janos_ [~janos@178.222.12.112] has quit [Ping timeout: 480 seconds] |
08:41 | -!- | fisted [~fisted@xdsl-87-78-189-246.netcologne.de] has quit [Ping timeout: 480 seconds] |
08:42 | -!- | alex_under [~user@79.112.176.159] has joined #debian |
08:42 | -!- | alex_under [~user@79.112.176.159] has quit [] |
08:42 | -!- | dba [~daniel@178.63.150.30] has quit [Quit: leaving] |
08:43 | -!- | dba [~daniel@178.63.150.30] has joined #debian |
08:43 | -!- | dba [~daniel@178.63.150.30] has quit [] |
08:43 | -!- | dba [~daniel@178.63.150.30] has joined #debian |
08:43 | -!- | dba [~daniel@178.63.150.30] has quit [] |
08:43 | -!- | dba [~daniel@178.63.150.30] has joined #debian |
08:47 | -!- | angasule [~angasule@cpe-066-057-039-157.nc.res.rr.com] has joined #debian |
08:47 | -!- | kevininspain [~kevin@82.198.111.76] has joined #debian |
08:48 | -!- | notrev [~notrev@177.34.119.186] has joined #debian |
08:48 | -!- | kevininspain [~kevin@82.198.111.76] has quit [] |
08:52 | -!- | pos [~mark@reserved-60-61.grapevine.net.au] has joined #debian |
08:52 | -!- | andrey [~andrey@37.45.255.86] has joined #debian |
08:54 | -!- | philipballew [~philipbal@ip-64-134-71-164.public.wayport.net] has joined #debian |
08:54 | -!- | __iron [~tobias@HSI-KBW-095-208-046-090.hsi5.kabel-badenwuerttemberg.de] has joined #debian |
08:54 | -!- | kriger [~norge@68-190-90-80.dhcp.mdsn.wi.charter.com] has joined #debian |
08:55 | -!- | andrey [~andrey@37.45.255.86] has quit [] |
08:56 | -!- | multifake [~multifake@p5DC56367.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
08:57 | -!- | tepe [~fajartepe@110.136.169.84] has joined #debian |
08:57 | -!- | kenifanying [~kenifanyi@2001:250:1003:f014:225:64ff:fe5e:2076] has quit [Remote host closed the connection] |
08:59 | -!- | tepe [~fajartepe@110.136.169.84] has quit [] |
08:59 | -!- | janos_ [~janos@82.117.199.26] has joined #debian |
08:59 | -!- | alyosha_sql [~a@93-103-9-223.static.t-2.net] has quit [Ping timeout: 480 seconds] |
09:00 | -!- | kenifanying [~kenifanyi@2001:250:1003:f014:225:64ff:fe5e:2076] has joined #debian |
09:00 | -!- | dvs [~me@cwv.teksavvy.com] has joined #debian |
09:00 | -!- | afuentes [~afuentes@95.61.119.171] has quit [Remote host closed the connection] |
09:00 | -!- | dan408 [VICODAN@c-76-102-16-72.hsd1.ca.comcast.net] has joined #debian |
09:00 | -!- | VICODAN [VICODAN@c-76-102-16-72.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] |
09:00 | -!- | VICODAN [VICODAN@c-76-102-16-72.hsd1.ca.comcast.net] has joined #debian |
09:00 | -!- | dan408 [VICODAN@c-76-102-16-72.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] |
09:01 | -!- | kenifanying [~kenifanyi@2001:250:1003:f014:225:64ff:fe5e:2076] has quit [Remote host closed the connection] |
09:02 | -!- | multifake [~multifake@p5DC56367.dip.t-dialin.net] has joined #debian |
09:04 | -!- | zybiski [~zybiski@ip4da6dbc5.direct-adsl.nl] has quit [Ping timeout: 480 seconds] |
09:04 | -!- | reklipz [~nmschulte@ip72-198-206-85.om.om.cox.net] has quit [Quit: Leaving.] |
09:04 | -!- | nomad [~smuxi@pool-71-161-254-51.sctnpa.east.verizon.net] has joined #debian |
09:04 | -!- | nomad [~smuxi@pool-71-161-254-51.sctnpa.east.verizon.net] has quit [Remote host closed the connection] |
09:04 | -!- | biker [~bike@ti0122a340-dhcp0532.bb.online.no] has quit [Ping timeout: 480 seconds] |
09:05 | -!- | kenifanying [~kenifanyi@2001:250:1003:f014:225:64ff:fe5e:2076] has joined #debian |
09:06 | -!- | foolano [~magnetic@192.116.106.168] has joined #debian |
09:06 | -!- | noemi [~noemi@net-130-25-235-22.cust.dsl.vodafone.it] has joined #debian |
09:07 | -!- | noemi [~noemi@net-130-25-235-22.cust.dsl.vodafone.it] has quit [Remote host closed the connection] |
09:07 | -!- | pabloz1974 [~pabloz@77-223-207-10.lublin.hypnet.pl] has joined #debian |
09:07 | -!- | pabloz1974 [~pabloz@77-223-207-10.lublin.hypnet.pl] has quit [] |
09:08 | -!- | multifake [~multifake@p5DC56367.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
09:09 | -!- | alyosha_sql [~a@93-103-9-223.static.t-2.net] has joined #debian |
09:10 | -!- | petemc [~pete@li273-125.members.linode.com] has quit [Quit: leaving] |
09:11 | -!- | dirichle1 [~ffurnari@host132-233-dynamic.52-79-r.retail.telecomitalia.it] has joined #debian |
09:12 | -!- | biker [~bike@ti0122a340-dhcp0532.bb.online.no] has joined #debian |
09:13 | -!- | dirichlet [~ffurnari@host249-228-dynamic.247-95-r.retail.telecomitalia.it] has quit [Ping timeout: 480 seconds] |
09:14 | -!- | michimuellae [~micha@dslb-088-071-132-221.pools.arcor-ip.net] has joined #debian |
09:15 | -!- | petemc [petemc@fatfecker.shagged.org] has joined #debian |
09:15 | -!- | faw0 is now known as faw |
09:16 | -!- | gdb [~cbell@circe.inetdb.com] has quit [Quit: leaving] |
09:20 | -!- | Skandis [Skandis@109.58.85.154.bredband.tre.se] has joined #debian |
09:21 | <Skandis> | Im trying to get a huawei E372 mobile modem running. Since its storage+modem I've used usb_modeswitch to flip it |
09:22 | <Skandis> | It still doesnt show up in the network manager. I'm curious if it should, or if I should try continuing with wvdial or just some ppp |
09:22 | -!- | notrev [~notrev@177.34.119.186] has quit [Ping timeout: 480 seconds] |
09:22 | -!- | Fotografiona [~Fotografi@91-65-208-165-dynip.superkabel.de] has joined #debian |
09:22 | -!- | philipballew [~philipbal@ip-64-134-71-164.public.wayport.net] has quit [Quit: T.T.F.N.] |
09:22 | -!- | uNIXplumber [~uNIXplumb@ultimedia-linux.org] has quit [Quit: Reconnecting] |
09:22 | -!- | uNIXplumber [~uNIXplumb@ultimedia-linux.org] has joined #debian |
09:25 | -!- | gdb [~cbell@circe.inetdb.com] has joined #debian |
09:26 | -!- | gotmynick [~gotmynick@212.21.250.64.dyn.user.ono.com] has quit [Quit: Leaving] |
09:27 | -!- | ICWiener [~logank@184.52.57.131] has joined #debian |
09:28 | <ICWiener> | I can't get debian install to work. GRUB error. I used boot-repair from lubuntu and it booted, but it doesn't have a user folder made and I can't sign in. |
09:29 | -!- | gotmynick [~gotmynick@212.21.250.64.dyn.user.ono.com] has joined #debian |
09:29 | <grove> | !ubuntu |
09:29 | <dpkg> | Ubuntu is based on Debian, but it is not Debian. Only Debian is supported on #debian. Use #ubuntu (irc.freenode.net) instead. Even if the channel happens to be less helpful, support for distributions other than Debian is offtopic on #debian. See also <based on debian> and <ubuntuirc>. |
09:29 | -!- | foolano [~magnetic@192.116.106.168] has quit [Quit: Konversation terminated!] |
09:29 | <ICWiener> | I'm not talking about Ubuntu |
09:30 | -!- | mode/#debian [+l 523] by debhelper |
09:30 | <grove> | You said you used boot-repair from lubuntu |
09:30 | <ICWiener> | Boot-Repair is just a tool. Not a distro |
09:30 | -!- | agaiser [~agaiser@p5DC56367.dip.t-dialin.net] has joined #debian |
09:30 | <ICWiener> | I could've used it from it's own .iso but I thought from lubuntu was easier. |
09:31 | <ICWiener> | My problem isn't with lubunt/ubuntu. It's w/ debian. |
09:31 | <sney> | ok, what grub error |
09:32 | <ICWiener> | Couldn't install |
09:32 | <ICWiener> | No grub-pc |
09:32 | -!- | Franzel [~Franzel@50.59.65.51] has joined #debian |
09:32 | -!- | kriger [~norge@68-190-90-80.dhcp.mdsn.wi.charter.com] has quit [Quit: Leaving] |
09:32 | <ICWiener> | I restarted my machine after getting that error, then used boot-repair and debian booted. |
09:33 | <ICWiener> | Now my issue is not being able to log in. |
09:33 | <grove> | Not even as root? |
09:33 | <sney> | did you create a user during the install? |
09:33 | <ICWiener> | I made a user |
09:33 | <ICWiener> | How to log in as root? |
09:34 | <sney> | if you set a root password, log in with 'root' as the user, and your root password. |
09:34 | -!- | DebianLover [~mo@095-096-172-237.static.chello.nl] has left #debian [] |
09:34 | <Skandis> | I know at least xfce doesnt like root at the login screen |
09:34 | <ICWiener> | I made root password, but when no matter what I put in log in box, "Login Failed" |
09:34 | <sney> | ah, gui login, ok |
09:34 | <ICWiener> | I have kDebian |
09:35 | <grove> | ICWiener: If you can try from a terminal (Ctrl+Alt+F1) |
09:35 | <ICWiener> | I'll try again. Be back in a bit. |
09:35 | -!- | VICODAN [VICODAN@c-76-102-16-72.hsd1.ca.comcast.net] has quit [] |
09:35 | -!- | ICWiener [~logank@184.52.57.131] has quit [Remote host closed the connection] |
09:36 | -!- | agaiser [~agaiser@p5DC56367.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
09:38 | -!- | Skandis [Skandis@109.58.85.154.bredband.tre.se] has quit [Read error: Connection reset by peer] |
09:39 | -!- | fayaz [~quassel@180.151.39.130] has quit [Remote host closed the connection] |
09:39 | -!- | agaiser [~agaiser@p5DC56367.dip.t-dialin.net] has joined #debian |
09:40 | -!- | nona [~zer0rootk@151.66.7.17] has joined #debian |
09:40 | -!- | agaiser is now known as multifake |
09:41 | <nona> | can somebody tell me how can i make my ip not invisible to another user on the internet? |
09:42 | <nona> | i try to search but nothing |
09:42 | <grove> | nona: What do you mean by invisible? |
09:43 | <nona> | if you yant connect to my ip not respond but my ip is online |
09:43 | -!- | ICWiener [~logank@184.52.57.131] has joined #debian |
09:43 | -!- | aldebarian2 [~flushaway@187.37.202.144] has joined #debian |
09:44 | <ICWiener> | It didn't work |
09:44 | <nona> | if you want ping my ip not repond |
09:44 | -!- | morphis [~morphis@hfw-ext-wlan.rz.hs-bremen.de] has quit [Quit: Verlassend] |
09:44 | <nona> | a have a ftp server |
09:44 | <nona> | nobody can connect to it |
09:44 | -!- | notrev [~notrev@177.34.119.186] has joined #debian |
09:44 | <nona> | how can fix this |
09:45 | -!- | qord [~qord@a81-14-225-151.net-htp.de] has quit [Quit: Nettalk6 - www.ntalk.de] |
09:45 | <grove> | ICWiener: What happened? |
09:45 | <grove> | !tell ICWiener about ask |
09:45 | <ICWiener> | "Login Failed" |
09:45 | <ICWiener> | Again |
09:46 | <ICWiener> | Even in tty1 |
09:46 | <ICWiener> | Even as root |
09:46 | <ICWiener> | Also, maybe I should point out that at the GRUB menu I have 5 debian choices. |
09:46 | <ICWiener> | All the same |
09:47 | <nona> | ICW can help me or Grove? |
09:47 | -!- | Mcloven [~Mcloven@ppp203-122-218-215.static.internode.on.net] has joined #debian |
09:48 | <grove> | nona: Can you ping their ips? |
09:48 | <nona> | what can do for my ip for repond when you want to connect at my pc |
09:48 | <nona> | isp? |
09:48 | -!- | gema [~gema@62.42.53.159.dyn.user.ono.com] has joined #debian |
09:49 | <nona> | you ask me if i can ping my isp? |
09:49 | -!- | gema [~gema@62.42.53.159.dyn.user.ono.com] has quit [] |
09:49 | -!- | radu [radu@ip68-3-116-129.ph.ph.cox.net] has quit [Read error: Connection reset by peer] |
09:49 | <nona> | yes i can |
09:49 | -!- | radu [radu@ip68-3-116-129.ph.ph.cox.net] has joined #debian |
09:49 | -!- | radu is now known as hando |
09:49 | <grove> | nona: No, I'm asking if you can ping the ip's of those who try to connect to your ftp |
09:49 | <nona> | yes |
09:50 | -!- | dvs [~me@cwv.teksavvy.com] has quit [Remote host closed the connection] |
09:50 | <nona> | i can ping but nobody can ping me or connect for exmple to my open port 80 21 for example |
09:50 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has quit [Quit: Konversation terminated!] |
09:51 | <grove> | nona: Do you have a firewall? |
09:51 | <grove> | nona: And a public ip? |
09:51 | <nona> | i don t have a firewall |
09:51 | <sml> | i thought debian had zero iptables rules by default out of the box |
09:51 | <nona> | my ip is dynamic |
09:52 | <grove> | sml: It does |
09:52 | <nona> | the fireawall from my router it is disabled |
09:52 | <grove> | nona: But is the ip public? |
09:52 | <nona> | no |
09:52 | <nona> | it is dynamic |
09:52 | <nona> | must change to public? |
09:53 | -!- | hazard2 [~hazard@pool-98-118-58-69.bstnma.fios.verizon.net] has quit [Quit: This computer has gone to sleep] |
09:54 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has joined #debian |
09:54 | -!- | lukasz_gut [~Lukasz@espcolo-webproxy02.nokia.com] has quit [Remote host closed the connection] |
09:54 | <grove> | dynamic is about how it's assigned, public is about whether it's routable - it's two very different things, dynamic is not a problem, private (as opposed to public) is |
09:54 | -!- | falk [~falk@port-87-234-20-234.static.qsc.de] has joined #debian |
09:54 | -!- | falk [~falk@port-87-234-20-234.static.qsc.de] has quit [Remote host closed the connection] |
09:54 | -!- | Jekyll [~whodare@222.128.174.124] has quit [Read error: Connection reset by peer] |
09:55 | <nona> | ya it's private network all my contry italy have private ip |
09:55 | <nona> | so the problem it's becuse i have priate ip |
09:55 | <nona> | private ip |
09:57 | -!- | Emmanuel_Chanel [~emmanuel@ZD132126.ppp.dion.ne.jp] has quit [Quit: Leaving] |
09:57 | <nona> | grove so i must talk with my isp to make my ip public from private ip ? |
09:58 | <nona> | or it's another way to change it? |
09:58 | <nona> | in public ip ? |
09:58 | -!- | AzaToth [~azatoth@h87-96-232-177.dynamic.se.alltele.net] has joined #debian |
09:59 | <grove> | nona: You isp needs to give you a public ip if you want to host services accesible from the outside |
10:00 | <nona> | grove aaaa that was the problem now understand .... |
10:00 | <nona> | grove but it's another whay to make my ip public ? |
10:01 | <nona> | grove or it's only one ....to talk with my isp? |
10:01 | -!- | Emmanuel_Chanel [star2@ZD132126.ppp.dion.ne.jp] has joined #debian |
10:02 | -!- | tazz [~gaurav@115.114.59.182] has quit [Ping timeout: 480 seconds] |
10:02 | -!- | suomy [~zer0rootk@151.66.29.110] has joined #debian |
10:03 | -!- | felix_ [~felix@dslb-094-217-105-054.pools.arcor-ip.net] has quit [Quit: Konversation terminated!] |
10:03 | <grove> | nona: No, you can't make ips public or private, there's a standard (called RFC1918) specifying that some ips are private leaving the rest (with exceptions, but that's not relavant now) public |
10:04 | <suomy> | my it s with 192.168 |
10:04 | <grove> | ICWiener: That sounds strange for a new installation. |
10:06 | <grove> | suomy: All ips starting with 192.168 are private (per RFC 1918), which allows anyone to use them within their own network |
10:06 | -!- | vladuke [~vladuke@87.226.144.82] has quit [Ping timeout: 480 seconds] |
10:07 | -!- | lostatwork [~lostson@cpe-107-10-114-195.new.res.rr.com] has joined #debian |
10:07 | -!- | zybiski [~zybiski@ip4da6dbc5.direct-adsl.nl] has joined #debian |
10:07 | -!- | rtheys [~rtheys@kulnet-nat-2.kulnet.kuleuven.be] has quit [] |
10:07 | -!- | area51 [~area51@static-71-96-119-146.dllstx.dsl-w.verizon.net] has joined #debian |
10:08 | -!- | grandie [~grandad@p57ACE109.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
10:08 | -!- | taiten [~TaitenP@210.242.151.101] has quit [Ping timeout: 480 seconds] |
10:08 | -!- | area51 [~area51@static-71-96-119-146.dllstx.dsl-w.verizon.net] has left #debian [] |
10:08 | -!- | zer0rootkid [~zer0rootk@151.66.33.131] has joined #debian |
10:08 | <n44b> | Must I install a package of some sort to make keyboard shortcuts like copy, paste, etc work? |
10:09 | -!- | nona [~zer0rootk@151.66.7.17] has quit [Ping timeout: 480 seconds] |
10:09 | <grove> | ICWiener: If it is a fresh install, grub probably isn't configured to prevent you from booting with arguments that would allow you to bypass login to debug |
10:09 | -!- | mekki [~atriou@173-230-169-135.cable.teksavvy.com] has quit [Quit: Leaving.] |
10:09 | <zer0rootkid> | grove i talked with my isp he tell me y must change the contract |
10:09 | -!- | cyb3rs3cur1ty [~newbie@110.138.247.249] has joined #debian |
10:09 | <zer0rootkid> | grove to change my ip to public ip |
10:10 | -!- | mode/#debian [+l 516] by debhelper |
10:10 | -!- | cyb3rs3cur1ty [~newbie@110.138.247.249] has quit [] |
10:10 | <grove> | n44b: In what program? |
10:11 | <n44b> | every |
10:11 | <zer0rootkid> | grove you know a software to change the ip public (outside people connect to you) |
10:11 | -!- | makers [~makers@bzq-84-110-37-148.red.bezeqint.net] has quit [Ping timeout: 480 seconds] |
10:12 | <grove> | zer0rootkid: I've already told you there's no way you can change the ip to be public |
10:13 | <zer0rootkid> | grove thanks;) |
10:13 | -!- | dous [~dous@cm66.kappa98.maxonline.com.sg] has joined #debian |
10:13 | -!- | DragonDon [~DragonDon@121.132.143.93] has joined #debian |
10:14 | <n44b> | what about my question? =) |
10:14 | -!- | multifake [~agaiser@p5DC56367.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
10:15 | -!- | suomy [~zer0rootk@151.66.29.110] has quit [Ping timeout: 480 seconds] |
10:16 | -!- | kajko [~kajko@hyperion.kolorz.org] has quit [Remote host closed the connection] |
10:18 | <grove> | n44b: In general that works out-of-the-box, but how it works depends a lot on the programs - I think Gnome and KDE has done something to get some uniformity, but I hate both (for lots of reasons, interfering badly with good old X paste buffers is one) |
10:20 | -!- | ring0 [~ring0@dslb-094-219-117-134.pools.arcor-ip.net] has joined #debian |
10:20 | -!- | agaiser [~agaiser@p5DC56367.dip.t-dialin.net] has joined #debian |
10:20 | -!- | project2501a [~kot@199.116.115.137] has joined #debian |
10:21 | -!- | agaiser is now known as multifake |
10:21 | -!- | ninkotech [~duplo@89.177.137.231] has quit [Remote host closed the connection] |
10:22 | -!- | makers [~makers@bzq-84-110-41-171.red.bezeqint.net] has joined #debian |
10:22 | -!- | whodare [~whodare@222.128.174.124] has joined #debian |
10:23 | -!- | arand [~arand@c83-255-147-71.bredband.comhem.se] has quit [Ping timeout: 480 seconds] |
10:23 | -!- | zer0rootkid [~zer0rootk@151.66.33.131] has quit [Remote host closed the connection] |
10:23 | -!- | quentin [~quentin@cpe-et001203.cust.jaguar-network.net] has joined #debian |
10:24 | -!- | quentin [~quentin@cpe-et001203.cust.jaguar-network.net] has quit [] |
10:26 | <SynrG> | n44b: in other words, 'every' is not a useful answer for helping us solve your problem. give us an example of a program where it doesn't work. also indicate environmental considerations (such as, are you on a GNOME desktop? KDE? something else?) |
10:27 | <ICWiener> | grove: I got distracted, but can you help me? |
10:27 | -!- | ashams [~ashams@2.88.72.204] has joined #debian |
10:28 | -!- | Myon [~myon@myon.noc.oftc.net] has quit [Ping timeout: 600 seconds] |
10:29 | -!- | ninkotech [~duplo@89.177.137.231] has joined #debian |
10:31 | -!- | aranax [~aranax@209.140.56.190.static.intelnet.net.gt] has joined #debian |
10:31 | -!- | XeonBloomfield [~XeonBloom@user108-149.satfilm.net.pl] has quit [Remote host closed the connection] |
10:31 | -!- | prasad [~smuxi@117.201.33.125] has quit [Ping timeout: 480 seconds] |
10:32 | <grove> | ICWiener: If you're not afraid of having to work on a semi-unconfigured system, boot with 'init=/bin/sh' (search the net for details, as it is a way to gain access to systems I don't want to give it all away) |
10:33 | -!- | sam_ [~sam@e-usk4xtty3fb.ee.umist.ac.uk] has joined #debian |
10:33 | -!- | sam_ [~sam@e-usk4xtty3fb.ee.umist.ac.uk] has quit [] |
10:33 | <n44b> | I use awesome wm without a de. I was wondering if there was a possibility to make keyboard commands work with most programs, IRSSI, firefox,thunar, thelist goes on. I won't list every program I use. |
10:33 | -!- | liegruppe [~felix@dslb-094-217-105-054.pools.arcor-ip.net] has joined #debian |
10:34 | <n44b> | the commands don't work anywhere. |
10:34 | <n44b> | I installed the minimal install, without everything, jsut the base files. |
10:35 | -!- | angasule [~angasule@cpe-066-057-039-157.nc.res.rr.com] has quit [Quit: Konversation terminated!] |
10:35 | <grove> | n44b: Mark text with the mouse, insert with middle button or shift+insert (that's one of the things that gnome/kde messes badly with) |
10:35 | <SynrG> | we don't need an exhaustive list. also, irssi doesn't count because that is probably in a terminal. terminals are a special case |
10:35 | -!- | angasule [~angasule@cpe-066-057-039-157.nc.res.rr.com] has joined #debian |
10:35 | <SynrG> | usually ctrl-shift-c, ctrl-shift-x and ctrl-shift-v work in a terminal |
10:35 | <SynrG> | (an x terminal, i mean) |
10:36 | <grove> | Not in my xterms |
10:36 | <SynrG> | "xterm" is also a special case. it doesn't support it, afaik |
10:36 | -!- | deadmund [~ed@th136-2.cs.wm.edu] has joined #debian |
10:36 | <SynrG> | lxterminal, gnome-terminal, konsole, etc. would support it |
10:37 | -!- | prasad [~smuxi@117.216.57.209] has joined #debian |
10:37 | -!- | salvin [~salvin@93-46-40-81.ip105.fastwebnet.it] has quit [Ping timeout: 480 seconds] |
10:38 | -!- | amphi_ [~amphi@59.95.6.155] has joined #debian |
10:38 | -!- | mkb73 [~mkb73@net-188-152-97-251.cust.dsl.teletu.it] has joined #debian |
10:38 | -!- | jillsmitt [~jillsmitt@95.56.168.59] has joined #debian |
10:39 | -!- | fisted_ [~fisted@xdsl-81-173-191-2.netcologne.de] has quit [Ping timeout: 480 seconds] |
10:39 | -!- | deadmund [~ed@th136-2.cs.wm.edu] has quit [] |
10:40 | -!- | DebianLover [~mo@095-096-172-237.static.chello.nl] has joined #debian |
10:40 | -!- | floe [~flo@e179018123.adsl.alicedsl.de] has joined #debian |
10:40 | -!- | Known_problems [~Known_pro@187-40-97-78.user.veloxzone.com.br] has joined #debian |
10:42 | -!- | agaiser [~agaiser@p5DC56367.dip.t-dialin.net] has joined #debian |
10:43 | -!- | agaiser is now known as multifake2 |
10:43 | -!- | att [~att@186.213.51.140] has joined #debian |
10:44 | -!- | amphi [~amphi@59.95.25.59] has quit [Ping timeout: 480 seconds] |
10:44 | -!- | zybiski [~zybiski@ip4da6dbc5.direct-adsl.nl] has quit [Quit: Leaving] |
10:45 | -!- | multifake [~agaiser@p5DC56367.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
10:45 | -!- | multifake2 is now known as multifake |
10:45 | -!- | darkbasic [~quassel@niko.linuxsystems.it] has quit [Remote host closed the connection] |
10:45 | -!- | Ard1t [~Ard1t@109.69.6.82] has joined #debian |
10:46 | -!- | el_erno [~el_erno@201.141.89.71] has joined #debian |
10:46 | -!- | JorgeM [~Jorge@20.132.60.213.dynamic.mundo-r.com] has joined #debian |
10:47 | -!- | ao2 [~u@2001:1418:117::1] has quit [Quit: Ex-Chat] |
10:50 | <ICWiener> | I got distracted again, but I don't want a semi-unconfigured system |
10:51 | <ICWiener> | It works from Live Usb, but won't install. WHY? |
10:52 | -!- | die7 [~die7@g231047222.adsl.alicedsl.de] has joined #debian |
10:53 | -!- | calisto [~calisto@r186-49-42-113.dialup.adsl.anteldata.net.uy] has joined #debian |
10:53 | -!- | ao2 [~u@2001:1418:117::1] has joined #debian |
10:55 | -!- | k [~k@net203-130-047.mclink.it] has joined #debian |
10:55 | -!- | whodare [~whodare@222.128.174.124] has quit [Quit: Konversation terminated!] |
10:56 | -!- | k [~k@net203-130-047.mclink.it] has quit [] |
10:56 | -!- | marco_craveiro [~marco@cpc1-hatf7-2-0-cust13.9-3.cable.virginmedia.com] has left #debian [] |
10:57 | <SynrG> | ICWiener: incidentally, what the heck is kDebian? |
10:57 | <ICWiener> | KDE Debian |
10:57 | <ICWiener> | kind of obvious... |
10:57 | <grove> | ICWiener: It has installed, your user configuration just seems broken. You can also fix that from another system running on the same system |
10:57 | <haylo> | ICWiener, ? |
10:57 | <die7> | I have issues with ldap clinet I get results with ldapsearch but I canot login as ldap user |
10:57 | <haylo> | um is that a real name? |
10:58 | <haylo> | you seem like maybe you are just a troll |
10:58 | * | grove has never seen that name before, and think it sucks |
10:58 | <ICWiener> | Is what a real name? |
10:58 | -!- | christina [~christina@142.90.69.86.rev.sfr.net] has joined #debian |
10:58 | <SynrG> | ICWiener: no it is not obvious. i googled for it and got pages for knoppix and other such stuff. i wouldn't have asked if it were obvious |
10:58 | <haylo> | hes obviously trolling. i wouldnt try to help him |
10:58 | <SynrG> | generally it's not nice to insult the help |
10:58 | <ICWiener> | kDebian is just what I call it, but it should be called that in the first place and it's easy to figure out what I meant |
10:58 | -!- | marco_craveiro [~marco@cpc1-hatf7-2-0-cust13.9-3.cable.virginmedia.com] has joined #debian |
10:58 | <haylo> | ICWiener, i think you thinkong of Kfreebsd |
10:58 | <grove> | We have Debian kFreeBSD, so naming a standard Debian + KDE kDebian is really confusing |
10:59 | -!- | christina [~christina@142.90.69.86.rev.sfr.net] has quit [] |
10:59 | -!- | liverwurst [~wurst@p508C3D3F.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
10:59 | <daemonkeeper> | What's your point? kpartx has nothing to do with KDE either. |
10:59 | <ICWiener> | Fine! It's KDE Debian, if I must point out that it's not kfreeBSD when I say kDebian on a Debian chat... |
10:59 | <haylo> | no, its debian with KDE |
10:59 | <haylo> | not kde debian |
11:00 | -!- | mode/#debian [+l 522] by debhelper |
11:00 | <daemonkeeper> | ICWiener: Debian kfreebsd exists (for real) |
11:00 | <haylo> | ICWiener, i think maybe you need to try some warmer water. I thought for sure you meant kfreebsd debian |
11:01 | <ICWiener> | I just don |
11:01 | <ICWiener> | don't know how to make it work |
11:01 | <ICWiener> | Can you help or not? |
11:01 | <haylo> | you just don know? |
11:01 | <grove> | ICWiener: And as I can't determine that you actually know what yuor working with and should be doing what you're asking for help on, I'm not going to provide any clues on how to change the user configuration from a live system |
11:01 | -!- | tazz [~gaurav@115.114.59.182] has joined #debian |
11:02 | <SynrG> | sometimes "can't login" problems are due to wrong keyboard layout |
11:02 | <grove> | I'm pretty sure there are easy-to-find guides online |
11:02 | <die7> | SynrG, taking to me? |
11:02 | <die7> | *talking |
11:02 | <ICWiener> | I have installed Ubuntu/Kubuntu/Xubuntu/Lubuntu/LinuxMint/Slacko/ and many more distros but this is the only one w/ this problem |
11:03 | <SynrG> | no, ICWiener who complained about not being able to login |
11:03 | <die7> | oh, ok |
11:03 | <ICWiener> | I know what I'm working with fairly well, but I wouldn't be on this chat if I knew how to fix it |
11:03 | <SynrG> | ICWiener: so if i suspected a keyboard layout problem, i would type some of the characters in the password to ensure they are all what i think they should be |
11:03 | -!- | Jekyll [~whodare@222.128.174.124] has joined #debian |
11:03 | <haylo> | ICWiener, you mean ubuntu , ubuntu, ubuntu, ubuntu, ubuntu , ubtuntu and something else no one has heard of that sounds like slackware? |
11:03 | <haylo> | thats more like just one thing |
11:03 | <ICWiener> | It's a version of puppy linux |
11:04 | <die7> | boot in init 1 and change your password |
11:04 | -!- | gdb [~cbell@circe.inetdb.com] has quit [Remote host closed the connection] |
11:04 | <haylo> | so ICWiener yuo have had puppy and ubuntu holding your hand. And letting you troll, and you are a noob. Now you want to use real linux- what are you going to do? "it no work" |
11:04 | <ICWiener> | It's not one thing. My point was I've installed linux b4 and had issues and solved them. |
11:04 | <daemonkeeper> | haylo: Mint is a true Ubuntu derivative |
11:04 | * | daemonkeeper notes this discussion drifts into off-topic |
11:04 | -!- | user450 [~delor@she13-1-82-235-224-68.fbx.proxad.net] has joined #debian |
11:05 | <ICWiener> | Well if asking for help makes me a troll and a n00b, what you just said makes you an assbag |
11:05 | <ICWiener> | Ima go to somewhere I can get help |
11:05 | -!- | ICWiener [~logank@184.52.57.131] has quit [Quit: Leaving] |
11:05 | -!- | user450 [~delor@she13-1-82-235-224-68.fbx.proxad.net] has quit [] |
11:05 | <die7> | :) who can help with ldap |
11:05 | -!- | user450 [~delor@she13-1-82-235-224-68.fbx.proxad.net] has joined #debian |
11:06 | <die7> | debian as ldap client ;) |
11:06 | <SynrG> | die7: please state the nature of your ldap problem |
11:06 | -!- | user450 [~delor@she13-1-82-235-224-68.fbx.proxad.net] has left #debian [] |
11:06 | <SynrG> | (i'm not promising help ... just standard triage ... which failed on the last guy :P ) |
11:06 | <die7> | ldap server working fine, iI can add and login local with new ldap account |
11:07 | <die7> | on the debial ldap clinet I get results with ldapsearch but I can not login |
11:07 | <die7> | all needed packages are installed and pam is ok |
11:09 | -!- | remikp [~remikp@89-69-142-130.dynamic.chello.pl] has joined #debian |
11:09 | -!- | ant [~anton@gbibp9ph1--blueice4n2.emea.ibm.com] has quit [Ping timeout: 480 seconds] |
11:09 | -!- | remikp [~remikp@89-69-142-130.dynamic.chello.pl] has left #debian [] |
11:10 | -!- | gdb [~cbell@circe.inetdb.com] has joined #debian |
11:10 | <die7> | looking over 4 hour for the good documnetation regarding debian, nada |
11:10 | -!- | DragonDon [~DragonDon@121.132.143.93] has quit [Quit: I'm outta here] |
11:10 | -!- | mentor [~mentor@46.226.185.153] has quit [Ping timeout: 480 seconds] |
11:10 | -!- | majlo [~majlo@79-139-92-170.rzeszow.hypnet.pl] has joined #debian |
11:11 | <SynrG> | generally the documentation ships with each package, and is either in man pages or /usr/share/doc/packagename, sometimes doc is in a separate package suffixed -doc |
11:11 | <gnugr> | die7:read this http://wiki.debian.org/LDAP and also for more help you can join #ldap on irc.freenode.net |
11:12 | -!- | XeonBloomfield [~XeonBloom@user108-149.satfilm.net.pl] has joined #debian |
11:12 | <die7> | I have it , but tnx |
11:14 | -!- | toabctl [~tom@213.172.126.10] has quit [Quit: adios] |
11:16 | <SynrG> | the new debian administrator's handbook also has a section on ldap: http://debian-handbook.info/browse/stable/sect.ldap-directory.html |
11:17 | <die7> | yes, but It's not up to date |
11:17 | <die7> | thera are some changes |
11:17 | <SynrG> | how is it not up to date? |
11:17 | -!- | julian [~julian@190.66.240.241] has joined #debian |
11:17 | <SynrG> | changes since squeeze released, on which the book is based? |
11:18 | <julian> | hey, how is the chanel of debian users on spanish_ |
11:18 | <SynrG> | !es |
11:18 | <dpkg> | Este canal es de soporte tecnico en Ingles para Debian. Si prefiere que el soporte sea en espanol, por favor ingrese a #debian-es con /join #debian-es tecleado en la linea de chat. |
11:18 | -!- | julian [~julian@190.66.240.241] has left #debian [] |
11:18 | -!- | ibm [~ibm@92-32-117-50.tn.glocalnet.net] has joined #debian |
11:18 | <die7> | I found some exampl like /etc/slapd.conf is not match path |
11:19 | <die7> | nsswirtsch files ldap, user right vor /var/lib/ldap not needed |
11:19 | -!- | youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has quit [Remote host closed the connection] |
11:20 | <SynrG> | other than these general pointers, i can't help with specifics due to lack of experience. sorry |
11:21 | <die7> | it's ok bro, I will figure it out , tnx a lot |
11:21 | -!- | PTKDev [~ptkdev@ppp-6-104.24-151.libero.it] has joined #debian |
11:22 | -!- | twoion [~twoion@brln-d9bade7e.pool.mediaWays.net] has joined #debian |
11:24 | <haylo> | <wz_> bt, doesnt happen in ubuntu? |
11:24 | <haylo> | <bt> wz_: correct |
11:24 | <haylo> | <wz_> thats crazy im stumped |
11:24 | <haylo> | oh crap sorry guys |
11:25 | -!- | mauron [~mauron@212-226-75-177-nat.elisa-mobile.fi] has joined #debian |
11:25 | <haylo> | i just found that to be hilarious, was sharing it with some other people, wrong channel |
11:27 | -!- | fisted [~fisted@xdsl-81-173-191-2.netcologne.de] has joined #debian |
11:30 | -!- | calisto [~calisto@r186-49-42-113.dialup.adsl.anteldata.net.uy] has quit [Quit: calisto] |
11:30 | -!- | drdanz [~quassel@90.147.26.254] has quit [Remote host closed the connection] |
11:33 | -!- | oufo [~ET@46.246.217.152.dsl.dyn.forthnet.gr] has joined #debian |
11:34 | -!- | mkb73 [~mkb73@net-188-152-97-251.cust.dsl.teletu.it] has quit [Quit: Sto andando via] |
11:36 | -!- | aousterh [~aousterh@74.125.57.49] has quit [Remote host closed the connection] |
11:36 | -!- | feuerrot [~feuerrot@shells.chaosdorf.de] has quit [Ping timeout: 480 seconds] |
11:37 | -!- | att [~att@186.213.51.140] has quit [Ping timeout: 480 seconds] |
11:37 | -!- | salvin [~salvin@93-46-23-128.ip105.fastwebnet.it] has joined #debian |
11:38 | -!- | alyosha_sql [~a@93-103-9-223.static.t-2.net] has quit [Read error: Connection reset by peer] |
11:39 | -!- | prasad [~smuxi@117.216.57.209] has quit [Ping timeout: 480 seconds] |
11:39 | -!- | lollo [~smuxi@AMarseille-553-1-333-198.w86-210.abo.wanadoo.fr] has quit [Remote host closed the connection] |
11:39 | -!- | nicholi [~nicholi@rrcs-76-79-196-34.west.biz.rr.com] has joined #debian |
11:39 | -!- | tsfgnu [~375gnu@37.45.53.241] has joined #debian |
11:42 | -!- | amphi_ [~amphi@59.95.6.155] has quit [Remote host closed the connection] |
11:43 | -!- | tylerstrayhan- [~tyler@75-164-238-59.ptld.qwest.net] has joined #debian |
11:44 | -!- | tylerstrayhan [~tyler@67-5-172-134.ptld.qwest.net] has quit [Ping timeout: 480 seconds] |
11:45 | -!- | project2501b [~kot@109.171.130.211] has joined #debian |
11:45 | -!- | project2501b [~kot@109.171.130.211] has quit [Remote host closed the connection] |
11:45 | -!- | project2501b [~kot@109.171.130.211] has joined #debian |
11:45 | -!- | michimuellae [~micha@dslb-088-071-132-221.pools.arcor-ip.net] has quit [Quit: WeeChat 0.3.8] |
11:47 | -!- | dirichle1 [~ffurnari@host132-233-dynamic.52-79-r.retail.telecomitalia.it] has quit [Quit: leaving] |
11:48 | -!- | canaima [~canaima@186.93.56.124] has joined #debian |
11:49 | -!- | project2501a [~kot@199.116.115.137] has quit [Ping timeout: 480 seconds] |
11:49 | -!- | alyosha_sql [~a@93-103-9-223.static.t-2.net] has joined #debian |
11:50 | -!- | alrz [~alrz@201.188.39.208] has joined #debian |
11:50 | -!- | canaima [~canaima@186.93.56.124] has quit [] |
11:51 | -!- | feuerrot [~feuerrot@shells.chaosdorf.de] has joined #debian |
11:51 | -!- | NightMonkey [~NightrMon@nightmonkey.user.oftc.net] has joined #debian |
11:52 | -!- | thomas [~quassel@178-27-220-199-dynip.superkabel.de] has quit [Remote host closed the connection] |
11:53 | -!- | ring1 [~ring0@dslb-088-068-127-182.pools.arcor-ip.net] has joined #debian |
11:53 | -!- | sakal [~sakal@88.84.213.199] has quit [Remote host closed the connection] |
11:53 | -!- | Myon [~myon@myon.noc.oftc.net] has joined #debian |
11:54 | -!- | majlo [~majlo@79-139-92-170.rzeszow.hypnet.pl] has quit [Ping timeout: 480 seconds] |
11:55 | -!- | houms [~houms@wsip-98-191-169-18.dc.dc.cox.net] has joined #debian |
11:56 | -!- | alrz [~alrz@201.188.39.208] has quit [Read error: Connection reset by peer] |
11:57 | -!- | Optical [~dlz@101.229.58.22] has quit [Ping timeout: 480 seconds] |
11:59 | -!- | ring0 [~ring0@dslb-094-219-117-134.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
12:00 | -!- | sakal [~sakal@88.84.213.199] has joined #debian |
12:00 | -!- | alrz [~alrz@201.188.149.52] has joined #debian |
12:01 | -!- | jkf [~Greg_od@85-238-111-96.broadband.tenet.odessa.ua] has quit [Remote host closed the connection] |
12:01 | -!- | adjtimex [~adjkru@2001:5c0:1400:a::797] has joined #debian |
12:02 | -!- | useall [~lb@2001:0:53aa:64c:2ca3:4606:b09d:f7ec] has quit [Ping timeout: 480 seconds] |
12:04 | -!- | led_belly [~keystream@S0106b8c75dcc6bcf.cg.shawcable.net] has joined #debian |
12:04 | -!- | JorgeM [~Jorge@20.132.60.213.dynamic.mundo-r.com] has quit [Ping timeout: 480 seconds] |
12:05 | -!- | NIN [~NIN@p5DD28DDC.dip0.t-ipconnect.de] has joined #debian |
12:05 | -!- | wintellect [~wintellec@cpc2-nmal8-0-0-cust1262.croy.cable.virginmedia.com] has quit [Quit: leaving] |
12:05 | -!- | sig_wall [~adjkru@2001:c08:3700:ffff::905] has quit [Ping timeout: 480 seconds] |
12:07 | -!- | dous_ [~dous@cm66.kappa98.maxonline.com.sg] has joined #debian |
12:08 | -!- | useall [~lb@2001:0:53aa:64c:2ca3:4606:b09d:f7ec] has joined #debian |
12:10 | -!- | ubuntu [~user_@l49-18-203.cn.ru] has joined #debian |
12:10 | -!- | ubuntu is now known as Guest836 |
12:10 | <Guest836> | why am I in debian channel? |
12:11 | -!- | Guest836 [~user_@l49-18-203.cn.ru] has quit [] |
12:11 | -!- | salvin [~salvin@93-46-23-128.ip105.fastwebnet.it] has quit [Quit: Konversation terminated!] |
12:12 | -!- | alvarezp [~alvarezp@2001:470:d:872:224:8cff:fe02:b712] has joined #debian |
12:12 | -!- | Xavi [~xavi@108.216.165.83.static.mundo-r.com] has quit [Read error: Operation timed out] |
12:12 | -!- | dous [~dous@cm66.kappa98.maxonline.com.sg] has quit [Ping timeout: 480 seconds] |
12:12 | -!- | byonk_ [~byonk@114-42-101-82.dynamic.hinet.net] has joined #debian |
12:13 | -!- | Woet [~Woet@kantoor.qweb.nl] has quit [Quit: Linkinus - http://linkinus.com] |
--- | Log | closed Fri Jun 22 12:14:32 2012 |
--- | Log | opened Fri Jun 22 12:14:38 2012 |
12:14 | -!- | mikegrb [~michael@mikegrb.netop.oftc.net] has joined #debian |
12:14 | -!- | Irssi: #debian: Total of 499 nicks [2 ops, 0 halfops, 0 voices, 497 normal] |
12:14 | -!- | JshWright [~josh@2600:3c03::f03c:91ff:fe96:48b] has quit [Remote host closed the connection] |
12:14 | -!- | kanru [~kanru@kanru-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has quit [Remote host closed the connection] |
12:14 | -!- | dercio [~dercio@41.217.208.104] has joined #debian |
12:14 | -!- | JshWright [~josh@2600:3c03::f03c:91ff:fe96:48b] has joined #debian |
12:15 | -!- | kenyon [kenyon@darwin.kenyonralph.com] has quit [Remote host closed the connection] |
12:15 | -!- | thewanderer [~thewander@2001:470:9ed8:2:5054:ff:feb4:aa4d] has quit [Read error: Operation timed out] |
12:15 | -!- | dercio [~dercio@41.217.208.104] has quit [] |
12:15 | -!- | staticsafe [~staticsaf@bender.entropynet.net] has joined #debian |
12:15 | -!- | staticsafe [~staticsaf@bender.entropynet.net] has left #debian [] |
12:15 | -!- | kristianpaul [~kristianp@cl-498.udi-01.br.sixxs.net] has quit [Read error: Operation timed out] |
12:16 | -!- | nickb [~nick@62.254.222.253] has quit [Ping timeout: 480 seconds] |
12:16 | -!- | Alam_Squeeze [quasselcor@rigginstereo.lawarias.srb2.org] has joined #debian |
12:16 | -!- | kristianpaul [~kristianp@cl-498.udi-01.br.sixxs.net] has joined #debian |
12:16 | -!- | Jekyll [~whodare@222.128.174.124] has quit [Quit: Konversation terminated!] |
12:16 | -!- | kanru [~kanru@kanru-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has joined #debian |
12:17 | -!- | Martian67 [~Martian67@2001:470:a:782::2] has joined #debian |
12:17 | -!- | kenyon [kenyon@darwin.kenyonralph.com] has joined #debian |
12:18 | -!- | thewanderer [~thewander@2001:470:9ed8:2:5054:ff:feb4:aa4d] has joined #debian |
12:18 | -!- | HarryS [H@20010470892c34320000000000006667.dyn.harry.lu] has joined #debian |
12:18 | -!- | Irssi: Join to #debian was synced in 231 secs |
12:18 | -!- | calisto [~calisto@r186-48-202-148.dialup.adsl.anteldata.net.uy] has joined #debian |
12:19 | -!- | byonk [~byonk@114-42-102-176.dynamic.hinet.net] has quit [Ping timeout: 480 seconds] |
12:20 | -!- | mode/#debian [+l 515] by debhelper |
12:21 | -!- | rzyz [~trois@lns-bzn-47f-62-147-250-108.adsl.proxad.net] has joined #debian |
12:21 | -!- | rzyz [~trois@lns-bzn-47f-62-147-250-108.adsl.proxad.net] has quit [] |
12:22 | -!- | vibluzma [~vibluzma@38.117.92.98] has joined #debian |
12:23 | -!- | vibluzma [~vibluzma@38.117.92.98] has quit [] |
12:24 | -!- | toabctl [~toabctl@brln-4dbc33b8.pool.mediaWays.net] has joined #debian |
12:24 | -!- | kenifanying [~kenifanyi@2001:250:1003:f014:225:64ff:fe5e:2076] has quit [Ping timeout: 480 seconds] |
12:24 | -!- | staticsafe [~staticsaf@bender.entropynet.net] has joined #debian |
12:25 | -!- | gezgin [~gezgin@78.179.224.194] has quit [Read error: Operation timed out] |
12:25 | -!- | staticsafe [~staticsaf@bender.entropynet.net] has left #debian [EntropyNet IRC - irc://irc.entropynet.net:6667/lounge] |
12:25 | -!- | whodare [~whodare@222.128.174.124] has joined #debian |
12:26 | -!- | Alverid [~none@190.252.128.109] has joined #debian |
12:27 | -!- | DanishRolls [~debianize@75-137-144-72.dhcp.gwnt.ga.charter.com] has joined #debian |
12:28 | -!- | chealer [~chealer@modemcable156.191-56-74.mc.videotron.ca] has quit [Quit: Konversation terminated!] |
12:30 | -!- | calisto [~calisto@r186-48-202-148.dialup.adsl.anteldata.net.uy] has quit [Ping timeout: 480 seconds] |
12:31 | -!- | houms [~houms@wsip-98-191-169-18.dc.dc.cox.net] has quit [Quit: Konversation terminated!] |
12:33 | -!- | kaizoku [~kaizoku@co1-84-90-100-160.netvisao.pt] has joined #debian |
12:33 | -!- | ompaul [~ompaul@188.141.83.227] has joined #debian |
12:34 | -!- | NightMonkey [~NightrMon@nightmonkey.user.oftc.net] has quit [Remote host closed the connection] |
12:35 | -!- | calisto [~calisto@r186-48-218-180.dialup.adsl.anteldata.net.uy] has joined #debian |
12:36 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has joined #debian |
12:39 | -!- | gezgin [~gezgin@78.179.224.194] has joined #debian |
12:39 | <n44b> | How o I compile a program from source? |
12:39 | <n44b> | *I |
12:39 | -!- | calisto [~calisto@r186-48-218-180.dialup.adsl.anteldata.net.uy] has quit [Read error: Operation timed out] |
12:39 | <n44b> | *do I |
12:40 | -!- | calisto [~calisto@r186-48-218-180.dialup.adsl.anteldata.net.uy] has joined #debian |
12:40 | <daemonkeeper> | Don't be too specific. |
12:40 | <daemonkeeper> | Typically: ./configure ; make ; make install |
12:41 | -!- | whodare [~whodare@222.128.174.124] has quit [Remote host closed the connection] |
12:42 | -!- | tensorpudding [~michael@99.148.204.90] has joined #debian |
12:43 | <kaizoku> | how can I mount a partition that was encrypted during the installation step? Is there a userland command for that? |
12:44 | -!- | blair [~blair@static-108-0-197-17.lsanca.fios.verizon.net] has quit [Quit: Ex-Chat] |
12:45 | -!- | Blacker47 [~Blacker47@p57A907EB.dip0.t-ipconnect.de] has joined #debian |
12:45 | -!- | Jekyll [~whodare@222.128.174.124] has joined #debian |
12:45 | -!- | rubs [~ruben@193.51.120.67] has quit [Quit: Leaving.] |
12:46 | -!- | jmho [~quassel@port-87-193-192-142.static.qsc.de] has joined #debian |
12:47 | <n44b> | I have a stupid question; How do I download adobe flash? It isn't in synaptic. |
12:48 | -!- | mauron [~mauron@212-226-75-177-nat.elisa-mobile.fi] has quit [Quit: leaving] |
12:49 | -!- | clopez [~clopez@131.29.165.83.dynamic.mundo-r.com] has quit [Ping timeout: 480 seconds] |
12:49 | -!- | alrz_ [~alrz@201.188.105.197] has joined #debian |
12:49 | <daemonkeeper> | n44b: Enable contrib |
12:50 | -!- | ngong_ [~rsc@pD9581672.dip.t-dialin.net] has joined #debian |
12:50 | -!- | att [~att@177.19.89.18] has joined #debian |
12:51 | <craigevil> | !adobe flash |
12:51 | <dpkg> | Adobe Flash Player is <non-free>. The easiest way to install it is with the flashplugin-nonfree <contrib> package for squeeze and later releases. There is also a flashplayer-mozilla package in <dmm> (non-free section). WARNING: installing flashplugin-nonfree will NOT automatically keep the plugin updated. Read more on http://wiki.debian.org/FlashPlayer . See also <flash amd64>, <bdo>, <dmm>. |
12:53 | -!- | alrz [~alrz@201.188.149.52] has quit [Ping timeout: 480 seconds] |
12:54 | -!- | cyril [~cyril@cvl92-1-82-227-103-155.fbx.proxad.net] has joined #debian |
12:54 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has quit [Quit: Konversation terminated!] |
12:55 | -!- | Gengiolo [~Gengiolo@151.67.13.74] has joined #debian |
12:55 | -!- | philipballew [~philipbal@ip-64-134-98-84.public.wayport.net] has joined #debian |
12:56 | <n44b> | I still don't understand. I don't know what contrib and dmm is yet... |
12:56 | <ompaul> | n44b: please check messages from dpkg the channel bot |
12:57 | -!- | JorgeM [~Jorge@20.132.60.213.dynamic.mundo-r.com] has joined #debian |
12:57 | <daemonkeeper> | n44b: Try /msg dpkg keyword, with keyword being contrib |
12:57 | <daemonkeeper> | dmm, and everything in between tags. |
12:57 | <ompaul> | daemonkeeper: all messaged already :) |
12:58 | -!- | grubpains [~icantbeli@c-24-0-116-231.hsd1.nj.comcast.net] has joined #debian |
12:58 | <n44b> | Ok. |
12:58 | -!- | Gengiolo [~Gengiolo@151.67.13.74] has quit [] |
12:59 | <craigevil> | n44b, edit your /etc/apt/sources.list and add the words contrib non-free to the squeeze main line, apt-get update;apt-get install flashplugin-nonfree,restart browser |
12:59 | <n44b> | ty |
13:00 | -!- | mode/#debian [+l 522] by debhelper |
13:00 | -!- | janos_ [~janos@82.117.199.26] has quit [Quit: Leaving.] |
13:00 | <ompaul> | n44b: and other lines that have deb written on them - so you can keep up to date should there be updates (security and the rest of the repos) |
13:00 | <n44b> | One question. I have many squeeze main lines. |
13:00 | <n44b> | Could you post what the files shoud looka like in pastebin? |
13:01 | <ompaul> | you pastebin yours and we'll advise based on that |
13:01 | <craigevil> | n44b, take a look at https://sites.google.com/site/mydebiansourceslist/Home the part under Stable |
13:01 | <n44b> | Fawk. No copypaste here... |
13:02 | <ompaul> | n44b: highlight with left click mouse then press middle button / wheel for paste |
13:02 | -!- | makers [~makers@bzq-84-110-41-171.red.bezeqint.net] has quit [Ping timeout: 480 seconds] |
13:02 | <ompaul> | do not paste in irc :) |
13:03 | -!- | bave_serko [~bave_serk@78.181.119.199] has joined #debian |
13:04 | -!- | Skandis [Skandis@109.58.103.110.bredband.tre.se] has joined #debian |
13:04 | <ompaul> | n44b: also with multi media repos Do Not Leave It Enabled only use it for codecs it could get you out of step with your base operating system and then you might end up crying into your keyboard |
13:04 | -!- | Q-Master [~qmaster@78-106-75-208.broadband.corbina.ru] has quit [Remote host closed the connection] |
13:05 | -!- | NightMonkey [~NightrMon@nightmonkey.user.oftc.net] has joined #debian |
13:05 | -!- | bluenemo [~bluenemo@p5795AA9E.dip.t-dialin.net] has quit [Remote host closed the connection] |
13:06 | <grubpains> | say I went out into the wild and downloaded a tar.bz2 package of a pre-compiled program. I could have used synaptic to install it, but how do I go about installing it by hand in bash? Where should I properly save the downloaded file and open it for installation amongst the linux directories, or am I best leaving it somewhere in my home folder? |
13:07 | <ompaul> | grubpains: you are best leaving it on the server you find it on, unless you have a very, very, very good reason. |
13:07 | -!- | bave_serko [~bave_serk@78.181.119.199] has quit [] |
13:07 | <ompaul> | grubpains: that being said you should look at the debian packaging guide |
13:07 | -!- | lionel [~lionel@ip-242.net-81-220-19.versailles.rev.numericable.fr] has quit [Remote host closed the connection] |
13:07 | -!- | lionel [~lionel@ip-242.net-81-220-19.versailles.rev.numericable.fr] has joined #debian |
13:07 | -!- | Chowzzf [~Chowzzf@ip68-101-219-249.sd.sd.cox.net] has joined #debian |
13:07 | <Skandis> | untar, ./configure, make, (make check), make install |
13:08 | <ompaul> | Skandis: fantastic and how is apt going to remove that? |
13:08 | <ompaul> | therefore it is more useful to suggest the packaging guide |
13:09 | <grubpains> | so the packaging guide is the synaptic package manager right? |
13:09 | <ompaul> | you can even build the next version and upgrade cleanly to it |
13:09 | <ompaul> | eh no |
13:09 | <ompaul> | source -> build (*add packaging magic) - installed |
13:10 | <ompaul> | then you can remove it using synaptic or aptitude or apt-get |
13:10 | -!- | Fotografiona [~Fotografi@91-65-208-165-dynip.superkabel.de] has quit [Remote host closed the connection] |
13:10 | <ompaul> | or other ways |
13:10 | <ompaul> | dpkg |
13:10 | <dpkg> | ompaul: i don't know |
13:10 | <ompaul> | who's a good bot! |
13:10 | <grubpains> | Skandis: is there a proper directory I should do that in with the package? Or does the installed program get sent to a directory like usr/bin when it is installed? |
13:10 | <Skandis> | The |
13:10 | <Skandis> | oops |
13:11 | <n44b> | http://pastebin.com/0vNTq3g9 |
13:11 | <ompaul> | grubpains: so here are the consequences of building random stuff - you break the box |
13:11 | <Skandis> | The installed program gets sent a bit everywhere, which is compiling source by hand sucks |
13:11 | -!- | makers [~makers@bzq-82-81-119-84.red.bezeqint.net] has joined #debian |
13:11 | -!- | Q-Master [~qmaster@78-106-75-208.broadband.corbina.ru] has joined #debian |
13:13 | <Skandis> | But to answer your question, yes, you could even do it in the documents folder without issues |
13:13 | <grubpains> | ompaul: so are you talking about a program like GDebi Package Installer? |
13:13 | <ompaul> | n44b: http://paste.debian.net/175894/ |
13:13 | -!- | Rehnquist [~yossarian@ip-89-103-165-71.net.upcbroadband.cz] has joined #debian |
13:13 | <ompaul> | grubpains: no |
13:14 | -!- | Chowzzf_ [~Chowzzf@ip68-101-219-249.sd.sd.cox.net] has quit [Ping timeout: 480 seconds] |
13:14 | <ompaul> | grubpains: I'll get you a link |
13:14 | <ompaul> | grubpains: http://www.debian.org/doc/manuals/debian-faq/ch-pkg_basics.en.html |
13:14 | <n44b> | ompaul: Thanks :> |
13:14 | -!- | bluewater [~nautics-a@124-171-115-245.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] |
13:14 | <ompaul> | grubpains: that is the right way - the how to is at the foot of the page |
13:16 | <ompaul> | grubpains: of course debian generated this way of doing things just to pick on you and make you personally feel bad :-) obviously not true, it's been around for years, that is the "debian way" which means you can upgrade cleanly between versions without having to manage a lot of hacks which suddenly break |
13:16 | -!- | apm [~apm@116.203.240.238] has joined #debian |
13:16 | -!- | mentor [~mentor@46.226.185.153] has joined #debian |
13:16 | -!- | symptom [~symptom@99-162-145-198.lightspeed.sntcca.sbcglobal.net] has joined #debian |
13:17 | -!- | apm is now known as Guest846 |
13:17 | -!- | yip [~ali@02d9232c.bb.sky.com] has joined #debian |
13:17 | <Skandis> | Personally Im cleaning up from an R source install I did last week |
13:17 | <Skandis> | *sniff* |
13:18 | <ompaul> | Skandis: build the package and then use it to remove it |
13:18 | <ompaul> | Skandis: welcome to all is not lost just painful |
13:19 | -!- | amphi [~amphi@59.95.35.166] has joined #debian |
13:19 | -!- | Guest846 [~apm@116.203.240.238] has quit [] |
13:25 | -!- | sakal [~sakal@88.84.213.199] has quit [Read error: Connection reset by peer] |
13:25 | -!- | carandraug [~carandrau@193.1.218.163] has quit [Quit: Ex-Chat] |
13:25 | <Skandis> | Ill try that, thansk |
13:26 | -!- | nou [Chaton@causse.larzac.fr.eu.org] has quit [Ping timeout: 480 seconds] |
13:26 | -!- | drdanz [~quassel@drdanz.it] has joined #debian |
13:26 | -!- | patrickd [~p@cpc1-belf9-2-0-cust31.2-1.cable.virginmedia.com] has joined #debian |
13:27 | <patrickd> | Folks, is there a handy way to remove XFCE, the Xserver and any X based programs from a fresh install? Or do I just have to uninstall each application one at a time? |
13:27 | -!- | philipballew [~philipbal@ip-64-134-98-84.public.wayport.net] has quit [Ping timeout: 480 seconds] |
13:28 | <towo`> | apt-get purge $(dpkg -l | awk '/xfce/{print $2}') $(dpkg -l | awk '/xorg/{print $2}') |
13:29 | <patrickd> | towo`, Many thanks. |
13:31 | -!- | scorphus [~scorphus@scorphus.user.oftc.net] has joined #debian |
13:34 | <Skandis> | Is it possible to get an ICS for debian -> win7 going? |
13:35 | -!- | die7 [~die7@g231047222.adsl.alicedsl.de] has quit [Quit: Verlassend] |
13:36 | <ompaul> | Skandis: info@google? cos they make ics afik |
13:36 | <ompaul> | ;-) |
13:37 | -!- | craigevil [~craig@72.188.99.79] has quit [Read error: Operation timed out] |
13:38 | -!- | klh [~klh@AClermont-Ferrand-753-1-1-184.w90-27.abo.wanadoo.fr] has joined #debian |
13:39 | -!- | sakal [~sakal@88.84.213.199] has joined #debian |
13:40 | -!- | Skandis [Skandis@109.58.103.110.bredband.tre.se] has quit [Read error: Connection reset by peer] |
13:40 | -!- | ashams [~ashams@2.88.72.204] has quit [Ping timeout: 480 seconds] |
13:42 | -!- | sreynaga [~sreynaga@189.173.136.7] has joined #debian |
13:43 | -!- | sreynaga [~sreynaga@189.173.136.7] has left #debian [] |
13:45 | -!- | NIN [~NIN@p5DD28DDC.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
13:46 | -!- | lostatwork [~lostson@cpe-107-10-114-195.new.res.rr.com] has quit [Quit: Leaving] |
13:46 | <multifake> | have a kernel baking question |
13:46 | -!- | gens90 [~gens90@host180-211-dynamic.23-79-r.retail.telecomitalia.it] has joined #debian |
13:47 | <sney_> | baking? |
13:47 | <ompaul> | sney_: I failed my telepathy classes |
13:47 | <multifake> | kernel building. sorry |
13:47 | -!- | amphi_ [~amphi@59.95.2.71] has joined #debian |
13:48 | <multifake> | I have a slow computer running wheezy, and (simplified) a fast one running squeeze |
13:48 | -!- | jdtm [~jdtm@c-66-177-237-61.hsd1.fl.comcast.net] has joined #debian |
13:48 | <gens90> | hi |
13:48 | -!- | jdtm [~jdtm@c-66-177-237-61.hsd1.fl.comcast.net] has quit [] |
13:48 | <gens90> | hi |
13:48 | <sney_> | hi. |
13:49 | <ompaul> | multifake: this http://kernel-handbook.alioth.debian.org/ |
13:49 | <gens90> | how are you? |
13:49 | -!- | gens90 [~gens90@host180-211-dynamic.23-79-r.retail.telecomitalia.it] has quit [] |
13:49 | <multifake> | sorry, I mistyped something |
13:49 | -!- | ab_fab [~smuxi@def92-12-88-177-250-146.fbx.proxad.net] has joined #debian |
13:49 | -!- | ab_fab [~smuxi@def92-12-88-177-250-146.fbx.proxad.net] has left #debian [] |
13:50 | <multifake> | For the slow one, I want to rebuild linux-image-3.4-trunk-amd64 (3.4.1-1~experimental.1) with some modifications inside .config |
13:50 | <n44b> | Thanks for the help, ompaul. Loli's everywhere, jk |
13:50 | <multifake> | can I just do that on the fast one, which is runnng squeeze? |
13:51 | <sney_> | multifake: if they're both the same arch, yep |
13:51 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has quit [Read error: Operation timed out] |
13:51 | <multifake> | good! thanks a lot |
13:52 | -!- | byonk_ [~byonk@114-42-101-82.dynamic.hinet.net] has quit [Remote host closed the connection] |
13:52 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has joined #debian |
13:53 | -!- | amphi [~amphi@59.95.35.166] has quit [Ping timeout: 480 seconds] |
13:55 | -!- | tazz [~gaurav@115.114.59.182] has quit [Ping timeout: 480 seconds] |
13:57 | <n44b> | How do I take a screenshot? What is the command/must I install something? |
13:57 | -!- | NIN [~NIN@p5DD28B3E.dip0.t-ipconnect.de] has joined #debian |
13:58 | <sney_> | n44b: some desktop environments include screenshot apps. for command line, graphicsmagick and scrot are popular |
13:58 | <n44b> | I use awesome |
13:59 | <n44b> | Like, jsut awesome. no de. |
13:59 | -!- | alvarezp [~alvarezp@2001:470:d:872:224:8cff:fe02:b712] has quit [Quit: alvarezp] |
13:59 | <sney_> | ok, scrot or graphicsmagick then |
13:59 | -!- | majlo [~majlo@79-139-92-170.rzeszow.hypnet.pl] has joined #debian |
14:00 | <n44b> | i installed scrot, hwo do i take a pic? |
14:01 | <sney_> | 'man scrot' |
14:02 | -!- | al_ [~al@46.233.218.157] has joined #debian |
14:02 | <XReaper> | why is it called scrot? :P |
14:02 | <sney_> | SCreen shOT |
14:03 | <sney_> | er, SCR you get the idea |
14:03 | <XReaper> | heh :P |
14:03 | <al_> | :p |
14:03 | <gnugr> | tiled? like scrotwm? |
14:06 | -!- | al_ [~al@46.233.218.157] has quit [] |
14:06 | -!- | project2501b [~kot@109.171.130.211] has quit [Quit: This computer has gone to sleep] |
14:08 | -!- | Metaphor-Man [~Metaphor-@77-56-191-140.dclient.hispeed.ch] has joined #debian |
14:08 | -!- | PSK31KOMETA [~PSK31KOME@46.233.218.157] has joined #debian |
14:09 | <PSK31KOMETA> | вот оно чо михалыч |
14:11 | -!- | marcus [~Marcus@c-82-192-232-54.customer.ggaweb.ch] has joined #debian |
14:12 | -!- | multifake [~agaiser@p5DC56367.dip.t-dialin.net] has quit [Quit: Konversation terminated!] |
14:12 | <sney_> | !ru |
14:12 | <dpkg> | Это английскоговорящий канал, пожалуйста, говорите по-английски или посетите #debian-russian (Russian speakers please go to #debian-russian) |
14:13 | -!- | drdanz [~quassel@drdanz.it] has quit [Ping timeout: 480 seconds] |
14:14 | -!- | blair [~blair@static-108-0-197-17.lsanca.fios.verizon.net] has joined #debian |
14:15 | -!- | nick_ [~nick@24-159-215-150.static.roch.mn.charter.com] has joined #debian |
14:16 | -!- | symptom [~symptom@99-162-145-198.lightspeed.sntcca.sbcglobal.net] has quit [Quit: Ex-Chat] |
14:17 | -!- | gnusosa [~gnusosa@botnoise.org] has quit [Ping timeout: 480 seconds] |
14:17 | -!- | jeroen___ [~jeroen@jkransen.demon.nl] has joined #debian |
14:18 | -!- | jeroen___ [~jeroen@jkransen.demon.nl] has quit [] |
14:19 | -!- | mfontana [~mfontana@190.188.68.246] has joined #debian |
14:19 | -!- | mfontana is now known as sabian2008 |
14:19 | -!- | sabian2008 is now known as mfontana |
14:19 | -!- | mfontana is now known as sabian2008 |
14:20 | -!- | symptom [~symptom@99-162-145-198.lightspeed.sntcca.sbcglobal.net] has joined #debian |
14:21 | -!- | fabrianchi [~fabrianch@r186-52-169-59.dialup.adsl.anteldata.net.uy] has quit [Ping timeout: 480 seconds] |
14:21 | -!- | philipballew [~philipbal@ip-64-134-98-89.public.wayport.net] has joined #debian |
14:21 | -!- | fabrianchi [~fabrianch@r186-52-154-110.dialup.adsl.anteldata.net.uy] has joined #debian |
14:21 | -!- | toabctl [~toabctl@brln-4dbc33b8.pool.mediaWays.net] has quit [Ping timeout: 480 seconds] |
14:23 | <sabian2008> | peterS: Hi :). I don't know if this might help, but about last night problem (regarding p11-kit bug in svn), I purged gnome-keyring and its libraries and reinstalled them and now it shows no error message while using neon. |
14:23 | <sabian2008> | I think svn hasn't been thought to use gnome-keyring, so It would be a bug anyway (in neon libs eventually). |
14:24 | -!- | marcus [~Marcus@c-82-192-232-54.customer.ggaweb.ch] has quit [Ping timeout: 480 seconds] |
14:26 | -!- | janos_ [~janos@95.180.68.238] has joined #debian |
14:26 | -!- | craigevil [~craig@72.188.99.79] has joined #debian |
14:28 | -!- | veek [~veek@dsl-hmlbrasgw1-fedbde00-114.dhcp.inet.fi] has joined #debian |
14:28 | -!- | sekt0r [~sekt0r@80.250.174.45] has joined #debian |
14:29 | -!- | Panocia [~atlantide@95.237.81.24] has joined #debian |
14:29 | <Panocia> | rg |
14:29 | -!- | veek [~veek@dsl-hmlbrasgw1-fedbde00-114.dhcp.inet.fi] has quit [Remote host closed the connection] |
14:29 | -!- | Panocia [~atlantide@95.237.81.24] has left #debian [] |
14:29 | -!- | uNIXplumber [~uNIXplumb@ultimedia-linux.org] has quit [Quit: Reconnecting] |
14:29 | -!- | uNIXplumber [~uNIXplumb@85.214.37.176] has joined #debian |
14:30 | -!- | cyril [~cyril@cvl92-1-82-227-103-155.fbx.proxad.net] has quit [Quit: Konversation terminated!] |
14:30 | -!- | cirrus_debian [~cirrus@host-92-22-58-235.as13285.net] has quit [Quit: █████⚡⚡ os[Linux 2.6.32-5-amd64 x86_64] distro[Debian squeeze 6.0.5]⚡⚡█████] |
14:31 | -!- | deadmund [~ed@th136-2.cs.wm.edu] has joined #debian |
14:32 | -!- | deadmund [~ed@th136-2.cs.wm.edu] has quit [] |
14:35 | -!- | marcus [~Marcus@c-82-192-232-54.customer.ggaweb.ch] has joined #debian |
14:37 | -!- | makers [~makers@bzq-82-81-119-84.red.bezeqint.net] has quit [Remote host closed the connection] |
14:38 | -!- | floe [~flo@e179018123.adsl.alicedsl.de] has quit [Ping timeout: 480 seconds] |
14:38 | -!- | ao2 [~u@2001:1418:117::1] has joined #debian |
14:38 | <jillsmitt> | how to use opencubic with pulse? |
14:40 | -!- | kusanagi [~kusanagi@3.red-80-29-29.adsl.static.ccgg.telefonica.net] has joined #debian |
14:42 | -!- | Metaphor-Man [~Metaphor-@77-56-191-140.dclient.hispeed.ch] has quit [Quit: Nettalk6 - www.ntalk.de] |
14:43 | -!- | kop [~user@meme-net.meme.com] has quit [Remote host closed the connection] |
14:44 | -!- | richar [~richar@189.245.146.109] has joined #debian |
14:45 | -!- | chris1204 [~chris1204@cpe-72-224-100-4.maine.res.rr.com] has joined #debian |
14:45 | -!- | chris1204 [~chris1204@cpe-72-224-100-4.maine.res.rr.com] has quit [] |
14:46 | -!- | JorgeM [~Jorge@20.132.60.213.dynamic.mundo-r.com] has quit [Quit: WeeChat 0.3.7] |
14:47 | -!- | alrz_ [~alrz@201.188.105.197] has quit [Remote host closed the connection] |
14:49 | -!- | mekura [~m3kur4@95.71.79.63] has joined #debian |
14:49 | <kaizoku> | my system fails to boot and stops at an empty grub2 shell. How can I manually boot so that I can fix the problem? |
14:49 | -!- | mekura [~m3kur4@95.71.79.63] has left #debian [] |
14:49 | -!- | juded [~juded@pac33-1-82-235-250-103.fbx.proxad.net] has quit [Quit: Konversation terminated!] |
14:51 | -!- | symptom [~symptom@99-162-145-198.lightspeed.sntcca.sbcglobal.net] has quit [Remote host closed the connection] |
14:51 | -!- | symptom [~symptom@99-162-145-198.lightspeed.sntcca.sbcglobal.net] has joined #debian |
14:53 | <PSK31KOMETA> | http://upyachka.ru/img/f_boyangreposm_2c6c344.jpg ha ha ha |
14:53 | -!- | nick_ [~nick@24-159-215-150.static.roch.mn.charter.com] has quit [Quit: Leaving] |
14:53 | -!- | Vulix [~Victor@ip68-228-48-9.tc.ph.cox.net] has joined #debian |
14:54 | <jillsmitt> | PSK31KOMETA, old stuff |
14:54 | <Vulix> | Anyone here use WINE to get MS Office working on Deb? |
14:54 | <Vulix> | I got it all working except powerpoint crashes everytime I put it in slideshow\fullscreen mode |
14:55 | <sney_> | Vulix, why not use openoffice impress |
14:55 | -!- | project2501b [~kot@109.171.130.235] has joined #debian |
14:55 | -!- | project2501b [~kot@109.171.130.235] has quit [Remote host closed the connection] |
14:55 | -!- | toobaz [~pietro@109.118.18.219] has joined #debian |
14:55 | -!- | kop [~user@meme-net.meme.com] has joined #debian |
14:55 | <Vulix> | Ah I have to do a lot of document sharing and Ive found openoffice+Msoffice doesnt end up well |
14:55 | -!- | scorphus [~scorphus@scorphus.user.oftc.net] has quit [Quit: Leaving] |
14:56 | <sney_> | hmm well ask in #winehq on irc.freenode.net, they may have some tips, or the appdb on winehq.org. there are also newer wine packages available from a few places |
14:57 | <Vulix> | ty |
14:57 | <kop> | Vulix: Possibly libreoffice (in <backports>) will work better. It does, but how much better is good enough is another question. |
14:58 | <sney_> | except the openoffice in squeeze is go-oo, which is barely different from libreoffice |
14:58 | -!- | floe [~flo@e179018123.adsl.alicedsl.de] has joined #debian |
14:58 | <sney_> | same developers, same core code, just some minor tweaking between them |
14:58 | <kop> | sney_: Yup, but it mattered. I had some sort of problem and libreoffice fixed it. Don't recall what. |
14:59 | <Vulix> | i never got the difference between oo and libre office |
14:59 | <sney_> | good to know. just a bugfix probably but sometimes that's all you need |
14:59 | <Vulix> | libre seems more polished though |
14:59 | <kop> | sney_: I _think_ it was reading some .docx I got. ?? |
14:59 | <sney_> | Vulix: Oracle now owns the OpenOffice trademark, so Libre was forked to maintain the free-ness. it's the same thing just updated a bit |
15:00 | <daemonkeeper> | They don't do, actually. Oracle handed it over to the ASF |
15:00 | -!- | richar [~richar@189.245.146.109] has quit [Quit: Saliendo] |
15:01 | <kop> | daemonkeeper: Yeah, and changed the license at the same time. Oracle can go hang. |
15:01 | <sney_> | something standards foundation? |
15:01 | -!- | jgarvey [~jgarvey@cpe-174-097-248-211.nc.res.rr.com] has joined #debian |
15:01 | <nevyn> | apache software foundation |
15:01 | <daemonkeeper> | It's called Apache Open Office now. |
15:01 | -!- | abdulkarim [~abdulkari@123.237.75.40] has joined #debian |
15:02 | -!- | abdulkarim [~abdulkari@123.237.75.40] has quit [Read error: Connection reset by peer] |
15:02 | <daemonkeeper> | http://incubator.apache.org/openofficeorg/ |
15:03 | <sney_> | huh. weird. |
15:04 | <daemonkeeper> | Well, it's too late for (Apache) OO. People moved on to LO already. |
15:04 | <kop> | sney_: It was after they pissed everybody off enough to fork. So they had to do something to save OO. And they wanted a non-copyleft license. |
15:05 | <daemonkeeper> | Having that said, the Apache License is clearly DFSG free. |
15:07 | <PSK31KOMETA> | ha ha ha http://www.russianamerica.com/common/g2/i.php/100/461 |
15:09 | -!- | philipballew [~philipbal@ip-64-134-98-89.public.wayport.net] has quit [Ping timeout: 480 seconds] |
15:10 | -!- | cirrus_debian [~cirrus@host-92-22-58-235.as13285.net] has joined #debian |
15:11 | -!- | grubpains [~icantbeli@c-24-0-116-231.hsd1.nj.comcast.net] has quit [Remote host closed the connection] |
15:11 | <sney_> | PSK31KOMETA: do you have a debian question? this is a support channel for debian users |
15:13 | -!- | agaiser [~agaiser@p5DC56367.dip.t-dialin.net] has joined #debian |
15:13 | <PSK31KOMETA> | i used UBUNTU |
15:14 | -!- | agaiser [~agaiser@p5DC56367.dip.t-dialin.net] has quit [] |
15:16 | -!- | Infra_HDC [~askinfra@skazo4nik.comex.ru] has joined #debian |
15:17 | -!- | manu [~manu@115.108.41.74] has joined #debian |
15:18 | -!- | angasule [~angasule@cpe-066-057-039-157.nc.res.rr.com] has quit [Quit: Konversation terminated!] |
15:18 | -!- | manu [~manu@115.108.41.74] has quit [] |
15:18 | -!- | angasule [~angasule@cpe-066-057-039-157.nc.res.rr.com] has joined #debian |
15:19 | -!- | sekt0r [~sekt0r@80.250.174.45] has quit [Quit: Lost terminal] |
15:19 | <perlwizard> | !ru |
15:19 | <dpkg> | Это английскоговорящий канал, пожалуйста, говорите по-английски или посетите #debian-russian (Russian speakers please go to #debian-russian) |
15:19 | -!- | calisto [~calisto@r186-48-218-180.dialup.adsl.anteldata.net.uy] has quit [Read error: Operation timed out] |
15:19 | -!- | angasule [~angasule@cpe-066-057-039-157.nc.res.rr.com] has quit [] |
15:19 | -!- | flightplan [~george@adsl-84-227-90-150.adslplus.ch] has quit [Ping timeout: 480 seconds] |
15:19 | -!- | Zignd [~Zignd@187.34.122.203] has joined #debian |
15:20 | <Zignd> | hello guy |
15:20 | <Zignd> | hello guys |
15:21 | -!- | gnusosa [~gnusosa@botnoise.org] has joined #debian |
15:22 | -!- | jt [~jt@a88-114-75-120.elisa-laajakaista.fi] has joined #debian |
15:22 | -!- | jt [~jt@a88-114-75-120.elisa-laajakaista.fi] has quit [] |
15:23 | <perlwizard> | hello |
15:23 | -!- | majlo [~majlo@79-139-92-170.rzeszow.hypnet.pl] has quit [Ping timeout: 480 seconds] |
15:23 | -!- | Zignd [~Zignd@187.34.122.203] has quit [] |
15:23 | -!- | mo [~mo@g11022.upc-g.chello.nl] has joined #debian |
15:24 | -!- | ziirish [~ziirish@ALille-651-1-143-95.w90-1.abo.wanadoo.fr] has joined #debian |
15:24 | -!- | mo [~mo@g11022.upc-g.chello.nl] has quit [] |
15:24 | -!- | project2501a [~kot@109.171.130.235] has joined #debian |
15:25 | -!- | ziirish is now known as Guest861 |
15:27 | -!- | PSK31KOMETA [~PSK31KOME@46.233.218.157] has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)] |
15:28 | -!- | flightplan [~george@zux221-222-140.adsl.green.ch] has joined #debian |
15:29 | -!- | Guest517 [~ziirish@ALille-651-1-96-63.w2-5.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
15:31 | -!- | flor is now known as Guest862 |
15:32 | -!- | flor [~florian@101-181.199-178.cust.bluewin.ch] has joined #debian |
15:32 | -!- | ashams [~ashams@94.97.15.2] has joined #debian |
15:33 | -!- | grepper [~robert@ip216-239-84-236.vif.net] has quit [Ping timeout: 480 seconds] |
15:34 | -!- | Guest862 [~florian@101-181.199-178.cust.bluewin.ch] has quit [Ping timeout: 480 seconds] |
15:35 | -!- | retrospectacus [~adama@199.247.231.210] has quit [Read error: Operation timed out] |
15:35 | -!- | Fotografiona [~Fotografi@f053044159.adsl.alicedsl.de] has joined #debian |
15:36 | -!- | toabctl [~toabctl@brln-4dbc33b8.pool.mediaWays.net] has joined #debian |
15:36 | -!- | marcus [~Marcus@c-82-192-232-54.customer.ggaweb.ch] has quit [Remote host closed the connection] |
15:38 | -!- | aldebarian2 [~flushaway@187.37.202.144] has quit [Read error: Connection reset by peer] |
15:38 | -!- | retrospectacus [~adama@199.247.229.5] has joined #debian |
15:39 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has joined #debian |
15:41 | -!- | ompaul [~ompaul@188.141.83.227] has quit [Quit: Konversation terminated!] |
15:42 | -!- | nou [Chaton@causse.larzac.fr.eu.org] has joined #debian |
15:46 | -!- | ring2 [~ring0@dslb-084-059-133-074.pools.arcor-ip.net] has joined #debian |
15:46 | -!- | Woet [~Woet@46-129-97-205.dynamic.upc.nl] has joined #debian |
15:48 | -!- | samsul [~samsul@118.96.133.206] has quit [Read error: No route to host] |
15:48 | -!- | Guest861 [~ziirish@ALille-651-1-143-95.w90-1.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
15:50 | -!- | ziirish_ [~ziirish@ARennes-357-1-16-237.w90-1.abo.wanadoo.fr] has joined #debian |
15:50 | -!- | slav0nic [~o@python.su] has quit [Remote host closed the connection] |
15:52 | -!- | ring1 [~ring0@dslb-088-068-127-182.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
15:52 | -!- | mxprm [~mxprm@190.234.124.51] has joined #debian |
15:55 | -!- | andy [~andy@host-78-147-188-243.as13285.net] has joined #debian |
15:56 | -!- | andy [~andy@host-78-147-188-243.as13285.net] has left #debian [] |
15:57 | -!- | fred__ [~fred@66.89.175.34.ptr.us.xo.net] has joined #debian |
15:57 | -!- | alephnull [~alok@122.167.170.141] has quit [Ping timeout: 480 seconds] |
15:57 | -!- | n44b is now known as asduifgasdbv |
15:59 | -!- | fred_ [~fred@12.132.160.3] has quit [Ping timeout: 480 seconds] |
16:00 | -!- | retrospe1tacus [~adama@199.247.186.17] has joined #debian |
16:02 | -!- | phoohb [~per@h59ec2516.seststf.dyn.perspektivbredband.net] has joined #debian |
16:02 | <phoohb> | Was I here a moment ago? |
16:02 | -!- | retrospectacus [~adama@199.247.229.5] has quit [Ping timeout: 480 seconds] |
16:03 | -!- | janos_ [~janos@95.180.68.238] has quit [Remote host closed the connection] |
16:03 | <phoohb> | I have a question: /etc/alternatives/aterm (works properly), but not /usr/bin/aterm-xterm (that the 1st point too). |
16:03 | -!- | scientes [~scientes@ppp-71-139-6-111.dsl.snfc21.pacbell.net] has joined #debian |
16:04 | -!- | sabian2008 [~mfontana@190.188.68.246] has quit [Quit: Konversation terminated!] |
16:04 | -!- | cuba33ci_ [~cuba33ci@114-36-244-186.dynamic.hinet.net] has joined #debian |
16:05 | <phoohb> | (more folks on freenode#debian) |
16:05 | <phoohb> | Hello? |
16:07 | -!- | aldebarian2 [~flushaway@187.37.202.144] has joined #debian |
16:07 | -!- | phoohb [~per@h59ec2516.seststf.dyn.perspektivbredband.net] has quit [Quit: strange] |
16:07 | -!- | notrev [~notrev@177.34.119.186] has quit [Ping timeout: 480 seconds] |
16:10 | -!- | twoion [~twoion@brln-d9bade7e.pool.mediaWays.net] has quit [Remote host closed the connection] |
16:10 | -!- | cuba33ci [~cuba33ci@114-36-248-184.dynamic.hinet.net] has quit [Ping timeout: 480 seconds] |
16:10 | -!- | cuba33ci_ is now known as cuba33ci |
16:11 | -!- | mfontana [~mfontana@190.188.68.246] has joined #debian |
16:11 | -!- | mfontana is now known as mfontana_ |
16:11 | -!- | mfontana_ is now known as sabian2008 |
16:12 | <nevyn> | hi. |
16:14 | -!- | philipballew [~philipbal@ip-64-134-47-108.public.wayport.net] has joined #debian |
16:14 | -!- | vih-anarco [~vivian@um4090.marilia.unesp.br] has joined #debian |
16:14 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has joined #debian |
16:16 | -!- | raph [~raph@SPS-PC028.dti.tue.nl] has quit [Quit: Leaving] |
16:16 | -!- | notrev [~notrev@201-8-176-174.user.veloxzone.com.br] has joined #debian |
16:17 | -!- | grepper [~robert@ip216-239-67-24.vif.net] has joined #debian |
16:19 | -!- | skyegg [~olavo@189.125.242.3] has quit [Remote host closed the connection] |
16:19 | <abrotman> | he left |
16:19 | * | abrotman says 10 minutes later |
16:20 | <nevyn> | heh |
16:24 | -!- | s_i_m [~s_i_m@a89-152-102-66.cpe.netcabo.pt] has joined #debian |
16:25 | -!- | philipballew [~philipbal@ip-64-134-47-108.public.wayport.net] has quit [Ping timeout: 480 seconds] |
16:27 | <kaizoku> | how can I mount a partition that was encrypted during the debian installation step? Is there a userland command for that? |
16:28 | <daemonkeeper> | cryptsetup |
16:29 | -!- | ziirish_ [~ziirish@ARennes-357-1-16-237.w90-1.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
16:29 | -!- | ziirish [~ziirish@ALille-651-1-150-31.w90-1.abo.wanadoo.fr] has joined #debian |
16:30 | -!- | notrev [~notrev@201-8-176-174.user.veloxzone.com.br] has quit [Read error: Connection reset by peer] |
16:30 | -!- | ziirish is now known as Guest866 |
16:30 | -!- | raumfahrer [~kr@p5DDB8D57.dip.t-dialin.net] has joined #debian |
16:30 | -!- | bradfa [~bradfa@173.225.52.244] has quit [Quit: Ex-Chat] |
16:32 | -!- | grepper [~robert@ip216-239-67-24.vif.net] has quit [Ping timeout: 480 seconds] |
16:33 | -!- | The_Seeker [~seeker@5ac899f8.bb.sky.com] has joined #debian |
16:34 | -!- | a_landim_xhkl [~Andre@poseidon.cais.rnp.br] has joined #debian |
16:34 | -!- | toabctl [~toabctl@brln-4dbc33b8.pool.mediaWays.net] has quit [Quit: Ex-Chat] |
16:34 | -!- | haylo [~haylo@ppp-70-225-166-134.dsl.chmpil.ameritech.net] has quit [Remote host closed the connection] |
16:36 | -!- | raumfahrer [~kr@p5DDB8D57.dip.t-dialin.net] has quit [Quit: Leaving] |
16:36 | -!- | abdulkarim [~abdulkari@123.237.75.40] has joined #debian |
16:36 | -!- | Fotografiona_ [~Fotografi@f053044062.adsl.alicedsl.de] has joined #debian |
16:40 | -!- | dualboot [~seggers@p579E1056.dip.t-dialin.net] has joined #debian |
16:42 | -!- | Maccer [~Maccer5@199.168.138.175] has quit [Quit: ZNC - http://znc.in] |
16:42 | -!- | foolano [~magnetic@21.Red-217-127-241.staticIP.rima-tde.net] has joined #debian |
16:42 | -!- | jkf [~Greg_od@85-238-111-96.broadband.tenet.odessa.ua] has joined #debian |
16:43 | -!- | Fotografiona [~Fotografi@f053044159.adsl.alicedsl.de] has quit [Ping timeout: 480 seconds] |
16:44 | -!- | ompaul [~ompaul@188.141.83.227] has joined #debian |
16:44 | -!- | aldebarian2 [~flushaway@187.37.202.144] has quit [Quit: Saindo] |
16:44 | -!- | abdulkarim [~abdulkari@123.237.75.40] has quit [Quit: Ex-Chat] |
16:44 | <kaizoku> | daemonkeeper: I tried the following but it didn't work: cryptsetup create foobar /dev/sdYM mount /dev/mapper/foobar /mnt/target Do I need to pass any argument? |
16:45 | <daemonkeeper> | You are looking for luksCreate/luksOpen option groups |
16:46 | -!- | hazard2 [~hazard@pool-98-118-58-69.bstnma.fios.verizon.net] has joined #debian |
16:47 | -!- | grepper [~robert@ip216-239-67-24.vif.net] has joined #debian |
16:47 | -!- | nomad [~smuxi@pool-71-161-254-51.sctnpa.east.verizon.net] has joined #debian |
16:48 | -!- | amer [~amer@109.70.64.237] has joined #debian |
16:48 | -!- | amer [~amer@109.70.64.237] has quit [] |
16:48 | -!- | Guest866 [~ziirish@ALille-651-1-150-31.w90-1.abo.wanadoo.fr] has quit [Read error: Operation timed out] |
16:48 | -!- | Maccer [~Maccer5@199.168.138.175] has joined #debian |
16:48 | -!- | D_kom [~kom@77.232.142.249] has joined #debian |
16:48 | <kaizoku> | daemonkeeper: thanks! It worked :) |
16:49 | -!- | PTKDev [~ptkdev@ppp-6-104.24-151.libero.it] has quit [Quit: Offline, follow me on Twitter: @PTKDev] |
16:49 | <kaizoku> | maybe now I'll finally be able to install grub-efi on my system |
16:49 | -!- | sabian2008 [~mfontana@190.188.68.246] has quit [Quit: Konversation terminated!] |
16:49 | -!- | jgarvey [~jgarvey@cpe-174-097-248-211.nc.res.rr.com] has quit [Quit: Leaving] |
16:50 | -!- | jdlkk [~djldjld@90.172.177.239] has joined #debian |
16:50 | -!- | Ard1t [~Ard1t@109.69.6.82] has quit [Ping timeout: 480 seconds] |
16:50 | -!- | jdlkk [~djldjld@90.172.177.239] has left #debian [] |
16:53 | -!- | carnil [~carnil@elende.valinor.li] has quit [Remote host closed the connection] |
16:53 | -!- | carnil [~carnil@elende.valinor.li] has joined #debian |
16:54 | -!- | dvs [~me@cwv.teksavvy.com] has joined #debian |
16:55 | -!- | taro22 [~taro22@77-253-207-210.ip.netia.com.pl] has quit [Quit: leaving] |
16:57 | <The_Seeker> | anyone know of a package similar to xev? I need to find out my left and right mouse buttons for xbindkeys |
16:57 | -!- | juanka [~juan@144.Red-79-158-57.staticIP.rima-tde.net] has joined #debian |
16:57 | <juanka> | holaaa |
16:57 | <juanka> | que tal |
16:58 | -!- | juanka [~juan@144.Red-79-158-57.staticIP.rima-tde.net] has quit [] |
16:58 | -!- | jabowery [~quassel@67-3-142-195.omah.qwest.net] has joined #debian |
16:58 | -!- | ashams [~ashams@94.97.15.2] has quit [Quit: Leaving] |
16:58 | -!- | ziirish_ [~ziirish@ARennes-357-1-10-140.w90-1.abo.wanadoo.fr] has joined #debian |
17:03 | -!- | blawiz [~blawiz@129.177.48.34] has joined #debian |
17:03 | -!- | dualboot [~seggers@p579E1056.dip.t-dialin.net] has quit [Remote host closed the connection] |
17:04 | -!- | towo` [~torsten_w@178-24-36-209-dynip.superkabel.de] has quit [Quit: so, nu isser wech] |
17:05 | -!- | stefano [~stefano@host226-123-dynamic.16-87-r.retail.telecomitalia.it] has joined #debian |
17:05 | -!- | SLot [~SLot@177.43.109.82] has quit [Quit: Leaving] |
17:06 | -!- | floe [~flo@e179018123.adsl.alicedsl.de] has quit [Ping timeout: 480 seconds] |
17:07 | -!- | ziirish_ [~ziirish@ARennes-357-1-10-140.w90-1.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
17:10 | -!- | mode/#debian [+l 516] by debhelper |
17:13 | -!- | The_Seeker [~seeker@5ac899f8.bb.sky.com] has quit [Quit: Listen to Bill Hicks] |
17:14 | -!- | msantana [msantana@msantana.user.oftc.net] has quit [Read error: Connection reset by peer] |
17:18 | -!- | el_erno [~el_erno@201.141.89.71] has quit [Ping timeout: 480 seconds] |
17:18 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has quit [Read error: Connection reset by peer] |
17:19 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has joined #debian |
17:19 | -!- | gezgin [~gezgin@78.179.224.194] has quit [Quit: gezgin] |
17:19 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has quit [Remote host closed the connection] |
17:19 | -!- | marty_ [~Mrty@178-85-182-71.dynamic.upc.nl] has joined #debian |
17:20 | -!- | __iron [~tobias@HSI-KBW-095-208-046-090.hsi5.kabel-badenwuerttemberg.de] has quit [Ping timeout: 480 seconds] |
17:22 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has joined #debian |
17:24 | -!- | jet [~jet@24-61-132-95.pool.ukrtel.net] has quit [Quit: Konversation terminated!] |
17:25 | -!- | blawiz [~blawiz@129.177.48.34] has left #debian [Screw you guys, I'm going home] |
17:29 | -!- | tiksin [~tiksin@cro67-4-88-174-182-115.fbx.proxad.net] has joined #debian |
17:29 | -!- | mike [~mike@68-190-90-80.dhcp.mdsn.wi.charter.com] has joined #debian |
17:30 | -!- | mike [~mike@68-190-90-80.dhcp.mdsn.wi.charter.com] has quit [] |
17:30 | -!- | tiksin [~tiksin@cro67-4-88-174-182-115.fbx.proxad.net] has quit [] |
17:30 | -!- | patrickd [~p@cpc1-belf9-2-0-cust31.2-1.cable.virginmedia.com] has quit [Quit: Leaving] |
17:31 | -!- | stefano [~stefano@host226-123-dynamic.16-87-r.retail.telecomitalia.it] has quit [Quit: Sto andando via] |
17:31 | -!- | jibel [~j-lalleme@89.159.166.251] has quit [Quit: Ex-Chat] |
17:35 | -!- | floe [~flo@e179018123.adsl.alicedsl.de] has joined #debian |
17:36 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has quit [Remote host closed the connection] |
17:37 | -!- | tsfgnu [~375gnu@37.45.53.241] has quit [Quit: Выходжу] |
17:38 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has joined #debian |
17:38 | -!- | el_erno [~el_erno@201.141.89.71] has joined #debian |
17:38 | -!- | kriger [~norge@68-190-90-80.dhcp.mdsn.wi.charter.com] has joined #debian |
17:40 | -!- | mode/#debian [+l 509] by debhelper |
17:40 | -!- | The_Seeker [~seeker@5ac899f8.bb.sky.com] has joined #debian |
17:41 | -!- | noahfx [~noahfx@190.148.108.234] has joined #debian |
17:44 | -!- | retrospe1tacus [~adama@199.247.186.17] has quit [Ping timeout: 480 seconds] |
17:44 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has quit [Read error: No route to host] |
17:45 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has joined #debian |
17:45 | -!- | jkf [~Greg_od@85-238-111-96.broadband.tenet.odessa.ua] has quit [Remote host closed the connection] |
17:46 | -!- | mentor [~mentor@46.226.185.153] has quit [Read error: No route to host] |
17:46 | -!- | gigix [~gigix@cpc3-nmal4-0-0-cust858.croy.cable.virginmedia.com] has joined #debian |
17:46 | -!- | a_landim_xhkl [~Andre@poseidon.cais.rnp.br] has quit [Quit: Fim da transmissão...] |
17:46 | -!- | ziirish [~ziirish@ALille-651-1-29-138.w2-5.abo.wanadoo.fr] has joined #debian |
17:47 | -!- | dispsed [~Steve@94-195-230-137.zone9.bethere.co.uk] has joined #debian |
17:47 | -!- | Vulix1 [~Victor@71-33-75-169.tcso.qwest.net] has joined #debian |
17:47 | -!- | retrospectacus [~adama@199.247.186.17] has joined #debian |
17:47 | -!- | D_kom [~kom@77.232.142.249] has left #debian [] |
17:47 | -!- | ziirish is now known as Guest883 |
17:49 | -!- | mentor [~mentor@46.226.185.153] has joined #debian |
17:49 | -!- | hando [radu@ip68-3-116-129.ph.ph.cox.net] has quit [Read error: Connection reset by peer] |
17:49 | -!- | kriger [~norge@68-190-90-80.dhcp.mdsn.wi.charter.com] has quit [Quit: Leaving] |
17:49 | -!- | hando [radu@ip68-3-116-129.ph.ph.cox.net] has joined #debian |
17:49 | -!- | blawiz [~blawiz@129.177.48.34] has joined #debian |
17:49 | -!- | mentor is now known as Guest884 |
17:50 | <blawiz> | anyone experiencing problems with notify-send? (im on testing, but no answer on #debian-next) |
17:50 | -!- | CraigsBar [~CraigsBar@109.76.25.73] has joined #debian |
17:51 | -!- | Vulix [~Victor@ip68-228-48-9.tc.ph.cox.net] has quit [Ping timeout: 480 seconds] |
17:53 | -!- | CraigsBar [~CraigsBar@109.76.25.73] has quit [Remote host closed the connection] |
17:53 | -!- | toobaz [~pietro@109.118.18.219] has quit [Ping timeout: 480 seconds] |
17:54 | -!- | aldebarian2 [~flushaway@187.37.202.144] has joined #debian |
17:55 | -!- | kriger [~norge@68-190-90-80.dhcp.mdsn.wi.charter.com] has joined #debian |
17:55 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has quit [Remote host closed the connection] |
17:57 | -!- | Guest883 [~ziirish@ALille-651-1-29-138.w2-5.abo.wanadoo.fr] has quit [Read error: Operation timed out] |
17:57 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has joined #debian |
17:58 | -!- | m42 [~m42@bl6-55-198.dsl.telepac.pt] has joined #debian |
17:58 | -!- | retrospectacus [~adama@199.247.186.17] has quit [Ping timeout: 480 seconds] |
17:59 | -!- | marty_ [~Mrty@178-85-182-71.dynamic.upc.nl] has quit [] |
18:01 | -!- | Vulix1 is now known as vulix |
18:02 | -!- | fasdfa [~fasdf@222.Red-81-44-195.dynamicIP.rima-tde.net] has joined #debian |
18:02 | -!- | fasdfa [~fasdf@222.Red-81-44-195.dynamicIP.rima-tde.net] has quit [] |
18:03 | -!- | haylo [~haylo@ppp-70-225-161-251.dsl.chmpil.ameritech.net] has joined #debian |
18:03 | -!- | foolano [~magnetic@21.Red-217-127-241.staticIP.rima-tde.net] has quit [Ping timeout: 480 seconds] |
18:05 | -!- | ompaul [~ompaul@188.141.83.227] has quit [Quit: Konversation terminated!] |
18:05 | -!- | jillsmitt_ [~jillsmitt@92.47.219.31] has joined #debian |
18:06 | -!- | OkropNick [kuba@host-n2-72-190.telpol.net.pl] has quit [Remote host closed the connection] |
18:06 | -!- | aptosid [~aptosid@187.33.180.233] has joined #debian |
18:07 | -!- | aptosid is now known as Guest887 |
18:08 | -!- | vih-anarco [~vivian@um4090.marilia.unesp.br] has quit [Remote host closed the connection] |
18:08 | -!- | aldebarian2 [~flushaway@187.37.202.144] has quit [Quit: Saindo] |
18:10 | -!- | jillsmitt [~jillsmitt@95.56.168.59] has quit [Ping timeout: 480 seconds] |
18:12 | -!- | janos_ [~janos@95.180.68.238] has joined #debian |
18:13 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has quit [Remote host closed the connection] |
18:14 | -!- | DebianLover [~mo@095-096-172-237.static.chello.nl] has left #debian [] |
18:14 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has joined #debian |
18:16 | -!- | jdlkk [~djldjld@90.172.54.16] has joined #debian |
18:16 | -!- | jdlkk [~djldjld@90.172.54.16] has left #debian [] |
18:18 | -!- | Infra_HDC [~askinfra@skazo4nik.comex.ru] has quit [Quit: I Quit] |
18:18 | -!- | ziirish_ [~ziirish@ALille-157-1-31-64.w90-1.abo.wanadoo.fr] has joined #debian |
18:19 | -!- | dnlrg [~dnlrg@93.146.117.91.dynamic.mundo-r.com] has quit [Ping timeout: 480 seconds] |
18:23 | -!- | cybersphinx [~cyber@pD9F7B57B.dip.t-dialin.net] has joined #debian |
18:26 | -!- | gigix [~gigix@cpc3-nmal4-0-0-cust858.croy.cable.virginmedia.com] has quit [Remote host closed the connection] |
18:26 | -!- | mxprm [~mxprm@190.234.124.51] has quit [Quit: leaving] |
18:27 | -!- | ziirish_ [~ziirish@ALille-157-1-31-64.w90-1.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
18:27 | -!- | nutronium [~dserban@24.67.96.21] has joined #debian |
18:28 | -!- | Guest887 [~aptosid@187.33.180.233] has quit [Read error: Connection reset by peer] |
18:29 | <nutronium> | I need some hand holding. I'm running into this issue everywhere... Xorg uses an insane amount of CPU. Recently I upgraded iceweasel on squeeze from backports... this triggered most of the workstations to go to Xorg hogging cpu. |
18:29 | <nutronium> | I've removed iceweasel, I've tried rolling back to the original state, but no go. |
18:30 | <sney_> | what video hardware |
18:30 | <dvs> | nutronium: It's usually the display manager that takes up a lot of the CPU |
18:30 | <nutronium> | nvidia ion, using the accelerated drivers due to these workstations being atom boxes =( |
18:30 | -!- | cybersphinx_ [~cyber@p5492FE69.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
18:30 | -!- | ldnunes [~ldnunes@200.176.1.253] has joined #debian |
18:30 | -!- | blawiz [~blawiz@129.177.48.34] has quit [Quit: Screw you guys, I'm going home] |
18:31 | -!- | ldnunes is now known as Guest891 |
18:31 | <nutronium> | This is squeeze running vanilla gnome. This _was not_ an issue before this upgrade. I experience the same problems on a system that I run wheezy on. |
18:31 | -!- | Guest891 is now known as ldnunes |
18:31 | <nutronium> | How does one use perf or whatever tool to understand what xorg is looping on? |
18:31 | -!- | ldnunes [~ldnunes@200.176.1.253] has left #debian [] |
18:32 | -!- | dvs [~me@cwv.teksavvy.com] has quit [Remote host closed the connection] |
18:34 | <nutronium> | running the backport install required some libraries to be updated.... is there a method to see which the latest upgraded packages were? |
18:34 | -!- | Gengiolo [~Gengiolo@151.67.13.74] has joined #debian |
18:35 | -!- | drdanz [~quassel@drdanz.it] has joined #debian |
18:36 | <nutronium> | well I suppose I can go to nouveau, what other x driver can i try/ |
18:36 | <nutronium> | ? |
18:36 | <nutronium> | is nv gone? |
18:36 | <nutronium> | though nouveau hangs these machines |
18:36 | -!- | pos [~mark@reserved-60-61.grapevine.net.au] has quit [Quit: Konversation terminated!] |
18:36 | <nutronium> | when they want to go to sleep |
18:36 | -!- | pos [~mark@reserved-60-61.grapevine.net.au] has joined #debian |
18:38 | -!- | janos_ [~janos@95.180.68.238] has quit [Quit: Leaving.] |
18:38 | -!- | Gengiolo [~Gengiolo@151.67.13.74] has quit [] |
18:38 | -!- | aptosid_ [~aptosid@187.33.180.233] has joined #debian |
18:39 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has quit [Ping timeout: 480 seconds] |
18:40 | -!- | mode/#debian [+l 501] by debhelper |
18:40 | -!- | s_i_m [~s_i_m@a89-152-102-66.cpe.netcabo.pt] has quit [Ping timeout: 480 seconds] |
18:40 | <nutronium> | ooh... libcairo2... got backported as well, I've heard this version causes mega issues... |
18:40 | -!- | ao2 [~u@2001:1418:117::1] has quit [Quit: Ex-Chat] |
18:41 | -!- | asduifgasdbv [~Viz@152.79-160-155.customer.lyse.net] has quit [Ping timeout: 480 seconds] |
18:41 | -!- | s_i_m [~s_i_m@a89-152-102-66.cpe.netcabo.pt] has joined #debian |
18:46 | -!- | ibm [~ibm@92-32-117-50.tn.glocalnet.net] has quit [Quit: Lämnar] |
18:47 | <craigevil> | nutronium, use Chrome or Firefox, neither are affected by the weird libcairo2 bug |
18:48 | -!- | dirichlet [~ffurnari@host132-233-dynamic.52-79-r.retail.telecomitalia.it] has joined #debian |
18:49 | -!- | zyga_ [~zyga@228.Red-88-8-167.dynamicIP.rima-tde.net] has quit [Quit: Ex-Chat] |
18:49 | <craigevil> | or repackage libcairo2 using ubuntu sources,their version is patched and doesnt cause the same issues |
18:51 | -!- | Jzebus [~Jzebus@cpc16-seac20-2-0-cust206.7-2.cable.virginmedia.com] has joined #debian |
18:51 | -!- | cirrus_debian [~cirrus@host-92-22-58-235.as13285.net] has quit [Quit: █████⚡⚡ os[Linux 2.6.32-5-amd64 x86_64] distro[Debian squeeze 6.0.5]⚡⚡█████] |
18:52 | -!- | ibm [~ibm@92-32-117-50.tn.glocalnet.net] has joined #debian |
18:52 | -!- | ibm [~ibm@92-32-117-50.tn.glocalnet.net] has quit [] |
18:53 | -!- | ibm [~ibm@92-32-117-50.tn.glocalnet.net] has joined #debian |
18:54 | -!- | DanishRolls [~debianize@75-137-144-72.dhcp.gwnt.ga.charter.com] has quit [Quit: Hexley has been neglected. #HEXLEY2012] |
18:54 | -!- | DanishRolls [~debianize@75-137-144-72.dhcp.gwnt.ga.charter.com] has joined #debian |
18:54 | -!- | symptom [~symptom@99-162-145-198.lightspeed.sntcca.sbcglobal.net] has quit [Quit: Ex-Chat] |
18:56 | -!- | d [~d@109-186-249-173.bb.netvision.net.il] has joined #debian |
18:56 | -!- | pedro [~pedro@sub-190-88-78ip21.rev.onenet.an] has joined #debian |
18:56 | -!- | d [~d@109-186-249-173.bb.netvision.net.il] has quit [] |
18:56 | -!- | NIN [~NIN@p5DD28B3E.dip0.t-ipconnect.de] has quit [Remote host closed the connection] |
18:57 | -!- | pedro [~pedro@sub-190-88-78ip21.rev.onenet.an] has quit [] |
18:57 | <nutronium> | craigevil, is there a howto on the ubuntu sources repackage method? Sorry, googling is severely frustrating me atm... |
18:58 | -!- | boodich [~boodich@41.42.231.109] has joined #debian |
18:58 | -!- | albertsh|away [albert@2606:df00:3:0:216:3cff:fead:91a] has joined #debian |
18:59 | <craigevil> | nutronium, add ubuntu source repo one with deb-src and follow the steps at, http://forums.debian.net/viewtopic.php?f=16&t=38976 |
18:59 | <sney_> | make extra sure that's a deb-src line and not a deb line, or you'll end up with frankendebian |
19:00 | -!- | aranax [~aranax@209.140.56.190.static.intelnet.net.gt] has quit [Quit: Saliendo] |
19:01 | -!- | It9001 [~It9001@cpc2-wiga6-0-0-cust1727.pres.cable.virginmedia.com] has joined #debian |
19:02 | -!- | Guest893 [~ziirish@ALille-651-1-40-7.w2-5.abo.wanadoo.fr] has joined #debian |
19:02 | <vulix> | I asked earlier but ill ask again in case anyone new reads this: Has anyone successfully used wine to run powerpoint in debian? I have it all fine but if I try to play a slideshow it crashes ppt |
19:02 | -!- | klatin__ [~klatin@p4FDB7D8D.dip.t-dialin.net] has joined #debian |
19:04 | -!- | It9001 [~It9001@cpc2-wiga6-0-0-cust1727.pres.cable.virginmedia.com] has quit [] |
19:04 | <craigevil> | try pptview or libreoffice-impress |
19:05 | <nutronium> | craigevil, thank you! |
19:05 | <nutronium> | sney, aye =o |
19:06 | <vulix> | libre office is kind of useless if you have to collaborate with people using ms office unfortunately |
19:06 | -!- | el_erno [~el_erno@201.141.89.71] has quit [Quit: Leaving] |
19:07 | <ing> | powerpoint ist kinda useless if you have to do work, scnr. |
19:08 | -!- | Fotografiona_ [~Fotografi@f053044062.adsl.alicedsl.de] has quit [Remote host closed the connection] |
19:08 | -!- | UltimediaOS1 [~Ultimedia@i5E864F04.versanet.de] has joined #debian |
19:09 | -!- | DavidVigil [~DavidVigi@70-140-32-101.lightspeed.hstntx.sbcglobal.net] has joined #debian |
19:09 | -!- | zybiski [~zybiski@ip4da6dbc5.direct-adsl.nl] has joined #debian |
19:09 | -!- | klatin_ [~klatin@p4FE3A430.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
19:10 | -!- | Guest893 [~ziirish@ALille-651-1-40-7.w2-5.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
19:11 | -!- | Woet [~Woet@46-129-97-205.dynamic.upc.nl] has quit [Quit: Linkinus - http://linkinus.com] |
19:11 | -!- | klh [~klh@AClermont-Ferrand-753-1-1-184.w90-27.abo.wanadoo.fr] has quit [Remote host closed the connection] |
19:11 | -!- | Blacker47 [~Blacker47@p57A907EB.dip0.t-ipconnect.de] has quit [Quit: Verlassend] |
19:12 | -!- | drdanz [~quassel@drdanz.it] has quit [Ping timeout: 480 seconds] |
19:13 | -!- | toto42 [~toto@91.57.59.231] has quit [Quit: Leaving] |
19:13 | -!- | dispsed [~Steve@94-195-230-137.zone9.bethere.co.uk] has left #debian [Leaving] |
19:13 | -!- | UltimediaOS [~Ultimedia@ultimedia-linux.org] has quit [Ping timeout: 480 seconds] |
19:15 | -!- | johnnyquest [~egfiipje@fl-67-235-185-26.dhcp.embarqhsd.net] has joined #debian |
19:15 | -!- | albertsh|away is now known as albertsh |
19:18 | <johnnyquest> | having issue with a LVM partition. It is backed up and after resize shrink it wont stop coming up with bad extended attribute block's wont past any fsk option. So I deleted the LV and recreated it and still same issue. The other LVM's are fine |
19:18 | -!- | gusnan [~gusnan@h35n5c1o269.bredband.skanova.com] has quit [Quit: Lämnar] |
19:20 | -!- | mode/#debian [+l 492] by debhelper |
19:20 | -!- | yip [~ali@02d9232c.bb.sky.com] has quit [Quit: Lost terminal] |
19:20 | -!- | uNIXplumber is now known as j0r-L |
19:21 | -!- | yip [~ali@02d9232c.bb.sky.com] has joined #debian |
19:22 | -!- | Known_problems [~Known_pro@187-40-97-78.user.veloxzone.com.br] has quit [Ping timeout: 480 seconds] |
19:23 | -!- | j0r-L is now known as uNIXplumber |
19:24 | -!- | UltimediaOS1 [~Ultimedia@i5E864F04.versanet.de] has quit [Quit: Leaving.] |
19:24 | -!- | grubpains [~icantbeli@c-24-0-116-231.hsd1.nj.comcast.net] has joined #debian |
19:25 | -!- | ilven_ [~ilven@pD9E228D8.dip.t-dialin.net] has joined #debian |
19:25 | -!- | UltimediaOS [~Ultimedia@i5E864F04.versanet.de] has joined #debian |
19:26 | -!- | perlwizard [~x@95.158.11.2] has quit [Quit: leaving] |
19:29 | -!- | rossano [~rossano@net-93-145-154-116.cust.dsl.teletu.it] has joined #debian |
19:32 | <nutronium> | ok I can't google for the ubuntu apt source... does anyone know what it is for libcairo2 ? deb-src |
19:32 | -!- | ilven [~ilven@p4FF5A773.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
19:33 | -!- | TheMike [~Mike@hashbang.ca] has joined #debian |
19:34 | <TheMike> | Does debian have a system like the PPAs ubuntu offers? |
19:35 | <johnnyquest> | TheMike, yes |
19:35 | <TheMike> | Excellent, where can I read more? |
19:35 | <Jzebus> | I never understood the PPA thingies -- aren't they just repositories but obfuscated? |
19:36 | <TheMike> | obfuscated? |
19:37 | <Jzebus> | well, they're not in sources.list they're somewhere else to look |
19:37 | <Jzebus> | poerhaps i was being overly dramatic |
19:37 | <johnnyquest> | TheMike, http://search.debian.org/cgi-bin/omega?P=repository&HITSPERPAGE=10&DB=en&xP=sources%09list&xFILTERS=--A&xDB=en |
19:37 | <TheMike> | Jzebus: sources.list.d :) |
19:37 | -!- | AmBecomeDeath [~AmBecomeD@bacon.whatbox.ca] has quit [Read error: Operation timed out] |
19:38 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has quit [Quit: Konversation terminated!] |
19:38 | <nutronium> | aptitude does not seem to read the sources inside of any files located in /etc/apt/sources.list.d/* ... squeeze... why? |
19:39 | <johnnyquest> | bc it uses sources.list |
19:39 | <Jzebus> | I don't understand why there needs to be more than one list of repositories? |
19:39 | <nutronium> | oh behaviour must've changed then... it won't read both now? |
19:40 | -!- | haylo [~haylo@ppp-70-225-161-251.dsl.chmpil.ameritech.net] has quit [Ping timeout: 480 seconds] |
19:41 | <craigevil> | sources.list.d works on squeeze |
19:41 | -!- | floe [~flo@e179018123.adsl.alicedsl.de] has quit [Quit: Konversation terminated!] |
19:42 | <johnnyquest> | its more then likely u have an error in the list. the two was designed to enable a more user section seperate from the system list |
19:42 | -!- | floe [~flo@e179018123.adsl.alicedsl.de] has joined #debian |
19:42 | <craigevil> | TheMike, and no Debian doesn't do the PPA thing |
19:42 | <s_i_m> | Jzebus, anyone with enough experience may run a repository. One example is debian-multimedia by Christian Marillat. |
19:43 | -!- | Kellin [~Kellin@pool-96-254-178-196.tampfl.fios.verizon.net] has joined #debian |
19:43 | <s_i_m> | But those repositories do not belong to Debian |
19:43 | <johnnyquest> | craigevil, sure it does. its a repository and uses pgp signed verification to the list |
19:43 | -!- | AmBecomeDeath [~AmBecomeD@bacon.whatbox.ca] has joined #debian |
19:43 | <s_i_m> | the reason to have a personal repository is to package something which is not available in the official one. |
19:44 | <Jzebus> | but why shouldn't they be in sources.list? |
19:44 | -!- | DavidVigil [~DavidVigi@70-140-32-101.lightspeed.hstntx.sbcglobal.net] has quit [Quit: Leaving] |
19:44 | <s_i_m> | Jzebus, you mean by default? |
19:44 | <johnnyquest> | u can put them in .list |
19:44 | <johnnyquest> | I use only .list |
19:45 | -!- | rossano [~rossano@net-93-145-154-116.cust.dsl.teletu.it] has quit [Quit: Sto andando via] |
19:46 | <s_i_m> | it is a matter of personal preference where to keep the stanzas |
19:46 | <s_i_m> | i keep all in one place historically |
19:46 | <Jzebus> | I agree, but I think makinhg them things like a PPA (I have no idea where that is stored) is making things more complicated than they ned to be |
19:47 | <Jzebus> | ...why not all be in the one sources.list then it's easy to use and fairly portable? |
19:47 | <johnnyquest> | /etc/apt/sources.list |
19:47 | <Jzebus> | these PPA's sound like Windows things to me |
19:47 | <Jzebus> | johnnyquest, yup |
19:48 | <johnnyquest> | dont see whats so complicated? the ppa was just a front end to help add them for users really |
19:48 | <Jzebus> | so, where is the entry stored? |
19:48 | <johnnyquest> | /etc/apt/sources.list |
19:49 | <Jzebus> | honestly? |
19:49 | <Jzebus> | ...what an odd system |
19:49 | <johnnyquest> | how so |
19:50 | <johnnyquest> | ubuntu in same spot |
19:50 | <Jzebus> | well, keeping in the same spot is good |
19:50 | -!- | m42 [~m42@bl6-55-198.dsl.telepac.pt] has quit [Remote host closed the connection] |
19:50 | -!- | floe [~flo@e179018123.adsl.alicedsl.de] has quit [Ping timeout: 480 seconds] |
19:51 | <Jzebus> | seems odd calling something "PPA" when you mean "repository" |
19:51 | <Jzebus> | and having a way of "adding a PPA" when you mean adding to your list of repositories |
19:51 | <s_i_m> | Jzebus, it is more organizational thing than technical. |
19:51 | <johnnyquest> | bc the ppa was an addition front end kinda thing ubuntu added used also by mint |
19:52 | <Jzebus> | like adding a layer of complexity when there isn't one |
19:52 | -!- | salvin [~salvin@93-46-34-26.ip105.fastwebnet.it] has joined #debian |
19:52 | -!- | compgrokker [~vikki@209.188.40.228] has left #debian ["When life hands you lemons, throw a lemon party!"] |
19:52 | <Jzebus> | sorry, I don't have a major problem with it or anything, just seems like extra complexity to me |
19:53 | <johnnyquest> | its less complex then using gpg --addkey signitures then cating files into sources.list |
19:53 | -!- | amphi_ [~amphi@59.95.2.71] has quit [Read error: Connection reset by peer] |
19:53 | <Jzebus> | well, true as the one command goes yes. |
19:54 | <Jzebus> | poerhaps it's jsut me wanting things to be too straight forward with less automation. |
19:54 | -!- | flightplan [~george@zux221-222-140.adsl.green.ch] has quit [Remote host closed the connection] |
19:54 | <s_i_m> | automated adding of keys is evil |
19:55 | -!- | dvs [~me@cwv.teksavvy.com] has joined #debian |
19:55 | <Jzebus> | I can agree with that at least in principle |
19:55 | <johnnyquest> | its only 2 commands :-/ how much more streight forward u looking for? |
19:56 | <Jzebus> | johhny, it's obfuscated |
19:56 | <johnnyquest> | they have it mostly automated since most sites have instructions with enough input to assume u know what ur doing to veridy the content authenticity for ur safety |
19:56 | <Jzebus> | you should be adding a repo and adding the key but, instead, there's this new PPA jobby |
19:56 | <johnnyquest> | just use sudo nano /etc/sources.list if u dontr trust cat |
19:56 | -!- | dvs [~me@cwv.teksavvy.com] has quit [Remote host closed the connection] |
19:57 | <Jzebus> | yeah, "automated"=="dangerous" |
19:57 | <johnnyquest> | no ur adding a whos to sy a repo is not a ppa? they just named it a little different and changed the opening line to ppa from deb |
19:58 | <Jzebus> | johnny, I edit manually and have no real problem if people really want all this PPA stuff. personally though I think it's obfuscated and overly automated and complex. |
19:58 | -!- | Nede [~Nede@host68-4-dynamic.41-79-r.retail.telecomitalia.it] has joined #debian |
19:58 | <johnnyquest> | if people want that then they should use ubuntu |
19:59 | <johnnyquest> | one could simply write a script to automate their repo adventures |
19:59 | <Jzebus> | true |
19:59 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has joined #debian |
19:59 | <s_i_m> | I think what ppl want is the new software, not the PPA itself |
20:00 | <Jzebus> | Yes, but there's no indication that what they are getting is a lot of software (potentially) not jsut one package |
20:00 | <Jzebus> | ...a l,ot of the time |
20:00 | <s_i_m> | but anyway I am not a user of ubuntu, nor its advocate so I will stop here :) |
20:00 | <johnnyquest> | then read the source code if u need to be sure |
20:00 | -!- | ziirish_ [~ziirish@ALille-651-1-162-30.w90-1.abo.wanadoo.fr] has joined #debian |
20:00 | <Jzebus> | gah, it's just me i think. I think it ought to be hard to install things so you know waht it is you install and why. I sould like I ought to use Slackware. |
20:01 | <johnnyquest> | install arch then come back |
20:01 | -!- | Kapel [~kapel@ip68-100-34-158.dc.dc.cox.net] has joined #debian |
20:02 | <Kapel> | hi |
20:02 | <Jzebus> | hehe |
20:02 | -!- | Kapel [~kapel@ip68-100-34-158.dc.dc.cox.net] has quit [] |
20:03 | -!- | Nede [~Nede@host68-4-dynamic.41-79-r.retail.telecomitalia.it] has quit [Quit: Sto andando via] |
20:04 | <s_i_m> | pure fellow said hi and left. Jzebus, you scared him (or her?) |
20:05 | -!- | amanda [~amanda@177.32.99.212] has joined #debian |
20:05 | <johnnyquest> | need someone with strong knowledge using LVM's |
20:06 | <s_i_m> | johnnyquest, for what purpose? |
20:07 | <johnnyquest> | s_i_m, upon a resize smaller it would not pass a fsk its backed up so was deleted and rebuilt. still will not pass bad blocks wont rebuild |
20:07 | -!- | bosskag [~bosskag@pool-70-110-8-187.roa.east.verizon.net] has joined #debian |
20:08 | -!- | sabian_reloaded [~sabian200@190.188.68.246] has joined #debian |
20:08 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has joined #debian |
20:09 | <johnnyquest> | mke2fs -n, fsck -b blocksize, e2fsck -f still no luck |
20:09 | -!- | ziirish_ [~ziirish@ALille-651-1-162-30.w90-1.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
20:09 | -!- | salvin [~salvin@93-46-34-26.ip105.fastwebnet.it] has quit [Quit: Konversation terminated!] |
20:10 | -!- | Guest884 is now known as mentor |
20:10 | <s_i_m> | johnnyquest, how did you back it up? a snapshot? |
20:11 | <johnnyquest> | cp / |
20:11 | <s_i_m> | so? the data are safe, and you simply want to get back the partition working? |
20:12 | <johnnyquest> | right |
20:12 | -!- | faw is now known as faw0 |
20:13 | <johnnyquest> | i used lvremove /dev/crypt/home to remove it after it was opened via setupcrypt luksOpen /dev/sda5 I verifyed all LVM's their good but the one |
20:13 | -!- | Jacky [~jalcine@50.14.126.186] has joined #debian |
20:13 | <johnnyquest> | it was recreated with lvcreate -l 100%FREE home crypt |
20:14 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has quit [Read error: Connection reset by peer] |
20:14 | -!- | att [~att@177.19.89.18] has quit [Ping timeout: 480 seconds] |
20:15 | <johnnyquest> | Error storing directory block information (inode=1987505, block=0, num=8424119): Memory allocation failed |
20:15 | <s_i_m> | johnnyquest, it is hard to tell now what went wrong, perhaps. but if you have all data safe, just recreate all from scratch (if you are sure there is no physical problem with the hard drive). |
20:17 | <johnnyquest> | it was only upon resize operating a shrink. To expands went good. I really dont want to rebuild all the data on the drive since im in the midle of some crazy packing of packages and kernel in it. Would like to finish that for education sake. the whole drives good except the one why its frustrating not responding to fixes and wont mount |
20:17 | -!- | albertsh is now known as albertsh|away |
20:17 | -!- | hele_ [~hele@212-149-220-113.bb.dnainternet.fi] has joined #debian |
20:18 | -!- | albertsh|away is now known as albertsh |
20:23 | -!- | Jzebus [~Jzebus@cpc16-seac20-2-0-cust206.7-2.cable.virginmedia.com] has left #debian [Erased, over, out...] |
20:23 | -!- | ziirish [~ziirish@ALille-651-1-82-126.w2-5.abo.wanadoo.fr] has joined #debian |
20:23 | -!- | ziirish is now known as Guest910 |
20:25 | -!- | arand [~arand@c83-255-147-71.bredband.comhem.se] has joined #debian |
20:29 | -!- | cyb3r-fix [~egfiipje@fl-67-235-185-26.dhcp.embarqhsd.net] has joined #debian |
20:30 | -!- | haylo [~haylo@ppp-70-225-169-169.dsl.chmpil.ameritech.net] has joined #debian |
20:30 | -!- | s_i_m [~s_i_m@a89-152-102-66.cpe.netcabo.pt] has quit [Ping timeout: 480 seconds] |
20:31 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has quit [Quit: Konversation terminated!] |
20:31 | -!- | lionel [~lionel@ip-242.net-81-220-19.versailles.rev.numericable.fr] has quit [Read error: Operation timed out] |
20:31 | -!- | lionel [~lionel@ip-242.net-81-220-19.versailles.rev.numericable.fr] has joined #debian |
20:31 | -!- | zybiski [~zybiski@ip4da6dbc5.direct-adsl.nl] has quit [Quit: Leaving] |
20:32 | -!- | rafael [~rafael@189-107-234-155.user.veloxzone.com.br] has joined #debian |
20:32 | -!- | cyb3r-fix [~egfiipje@fl-67-235-185-26.dhcp.embarqhsd.net] has quit [Read error: Connection reset by peer] |
20:32 | -!- | rafael [~rafael@189-107-234-155.user.veloxzone.com.br] has quit [Remote host closed the connection] |
20:32 | -!- | aldebarian2 [~flushaway@186.214.71.22] has joined #debian |
20:33 | -!- | trifolio6 [~h@62.43.50.166.dyn.user.ono.com] has joined #debian |
20:33 | -!- | ziirish_ [~ziirish@ALille-651-1-128-21.w90-1.abo.wanadoo.fr] has joined #debian |
20:33 | -!- | cyb3r-fix [~egfiipje@fl-67-235-185-26.dhcp.embarqhsd.net] has joined #debian |
20:33 | -!- | NightMonkey [~NightrMon@nightmonkey.user.oftc.net] has quit [Remote host closed the connection] |
20:34 | -!- | boodich [~boodich@41.42.231.109] has quit [Remote host closed the connection] |
20:35 | -!- | johnnyquest [~egfiipje@fl-67-235-185-26.dhcp.embarqhsd.net] has quit [Ping timeout: 480 seconds] |
20:37 | -!- | Guest910 [~ziirish@ALille-651-1-82-126.w2-5.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
20:42 | -!- | Alverid [~none@190.252.128.109] has quit [] |
20:43 | -!- | XeonBloomfield [~XeonBloom@user108-149.satfilm.net.pl] has quit [Remote host closed the connection] |
20:45 | -!- | scientes [~scientes@ppp-71-139-6-111.dsl.snfc21.pacbell.net] has quit [Remote host closed the connection] |
20:45 | -!- | Brigo [~Brigo@92.58.27.77.dynamic.mundo-r.com] has joined #debian |
20:45 | -!- | scientes [~scientes@ppp-71-139-6-111.dsl.snfc21.pacbell.net] has joined #debian |
20:48 | -!- | ziirish__ [~ziirish@ALille-651-1-165-35.w90-1.abo.wanadoo.fr] has joined #debian |
20:50 | -!- | ziirish_ [~ziirish@ALille-651-1-128-21.w90-1.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
20:52 | -!- | gotmynick [~gotmynick@212.21.250.64.dyn.user.ono.com] has quit [Quit: Leaving] |
20:54 | -!- | felix_ [~felix@dslb-094-217-106-001.pools.arcor-ip.net] has joined #debian |
20:54 | -!- | ziirish__ [~ziirish@ALille-651-1-165-35.w90-1.abo.wanadoo.fr] has quit [Read error: Operation timed out] |
20:58 | -!- | ziirish_ [~ziirish@ALille-157-1-8-42.w90-1.abo.wanadoo.fr] has joined #debian |
20:58 | -!- | Quintasan_ [~quassel@p5DE7A17B.dip.t-dialin.net] has joined #debian |
20:59 | -!- | majlo [~majlo@79-139-92-170.rzeszow.hypnet.pl] has joined #debian |
20:59 | -!- | hele_ [~hele@212-149-220-113.bb.dnainternet.fi] has quit [Quit: Konversation terminated!] |
21:00 | -!- | liegruppe [~felix@dslb-094-217-105-054.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
21:02 | -!- | pinguy [~pinguy@222-155-177-34.jetstream.xtra.co.nz] has joined #debian |
21:02 | -!- | pinguy [~pinguy@222-155-177-34.jetstream.xtra.co.nz] has quit [] |
21:03 | -!- | craigevil [~craig@72.188.99.79] has quit [Quit: Leaving] |
21:05 | -!- | Quintasan [~quassel@p5DE79A20.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] |
21:06 | -!- | aussa [~andres@190.84.63.206] has joined #debian |
21:07 | -!- | bluewater [~nautics-a@124-168-228-242.dyn.iinet.net.au] has joined #debian |
21:08 | -!- | amanda [~amanda@177.32.99.212] has quit [Remote host closed the connection] |
21:08 | -!- | q66 [~q66@213.191.105.214] has quit [Quit: Leaving..] |
21:08 | -!- | youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has joined #debian |
21:08 | -!- | att [~att@186.213.51.140] has joined #debian |
21:10 | -!- | DonRunk [~eee@60-241-197-200.static.tpgi.com.au] has joined #debian |
21:10 | -!- | ziirish_ [~ziirish@ALille-157-1-8-42.w90-1.abo.wanadoo.fr] has quit [Read error: Operation timed out] |
21:10 | -!- | DonRunk [~eee@60-241-197-200.static.tpgi.com.au] has quit [] |
21:11 | <youlysses> | How can I set dvorak permentaly in a normal tty session? When I use "dpkg-reconfigure console-data" or what-not, it only lasts till I restart... |
21:12 | -!- | sabian_reloaded [~sabian200@190.188.68.246] has quit [Quit: Konversation terminated!] |
21:13 | -!- | AzaToth [~azatoth@h87-96-232-177.dynamic.se.alltele.net] has quit [Remote host closed the connection] |
21:14 | -!- | retrospectacus [~adama@199.247.231.210] has joined #debian |
21:15 | -!- | kusanagi [~kusanagi@3.red-80-29-29.adsl.static.ccgg.telefonica.net] has quit [Ping timeout: 480 seconds] |
21:16 | -!- | fisted_ [~fisted@xdsl-84-44-237-6.netcologne.de] has joined #debian |
21:16 | -!- | swex_ [~swex@178.17.194.112] has quit [Ping timeout: 480 seconds] |
21:17 | -!- | xharx__ [~xharx@port-92-205-106-155.dynamic.qsc.de] has joined #debian |
21:18 | -!- | aussa [~andres@190.84.63.206] has quit [Quit: Leaving] |
21:19 | -!- | fisted [~fisted@xdsl-81-173-191-2.netcologne.de] has quit [Read error: Operation timed out] |
21:20 | -!- | mode/#debian [+l 484] by debhelper |
21:21 | <kaizoku> | where and how do I change the keyboard layout, so that I can type cryptsetup password (for root filesystem) without having to guess where keys are? is it in grub.cfg? after the system boots the keyboard layout is ok |
21:22 | -!- | sabian_reloaded [~sabian200@190.188.68.246] has joined #debian |
21:22 | -!- | chattr [~mike@70-119-47-146.res.bhn.net] has quit [Read error: Connection reset by peer] |
21:23 | -!- | Rehnquist [~yossarian@ip-89-103-165-71.net.upcbroadband.cz] has quit [Remote host closed the connection] |
21:23 | -!- | bfly_ is now known as bfly |
21:24 | -!- | xharx_ [~xharx@port-92-205-61-116.dynamic.qsc.de] has quit [Ping timeout: 480 seconds] |
21:24 | -!- | chattr [~mike@70-119-47-146.res.bhn.net] has joined #debian |
21:25 | -!- | swex_ [~swex@178.17.200.47] has joined #debian |
21:26 | -!- | debsan [~debsan@190.245.74.16] has joined #debian |
21:26 | -!- | aptosid_ [~aptosid@187.33.180.233] has quit [Quit: Saindo] |
21:28 | -!- | The_Seeker [~seeker@5ac899f8.bb.sky.com] has quit [Quit: Listen to Bill Hicks] |
21:30 | -!- | mauron [~mauron@212-226-73-48-nat.elisa-mobile.fi] has joined #debian |
21:31 | -!- | Guest914 [~ziirish@ALille-651-1-183-117.w86-215.abo.wanadoo.fr] has joined #debian |
21:31 | -!- | amphi [~amphi@59.95.11.232] has joined #debian |
21:33 | -!- | Rainbowtron [~tecna@184-219-74-126.pools.spcsdns.net] has joined #debian |
21:33 | -!- | philipballew [~philipbal@pool-71-168-69-16.cncdnh.fast.myfairpoint.net] has joined #debian |
21:34 | <Rainbowtron> | I'm using openshot; what causes the audio to sputter at 4:33 in this video, and how do I fix it? http://youtu.be/eDXiniuSrOo?t=4m30s |
21:34 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has joined #debian |
21:35 | -!- | Holborn [~holborn@170.Red-88-26-182.staticIP.rima-tde.net] has quit [] |
21:36 | -!- | philipballew [~philipbal@pool-71-168-69-16.cncdnh.fast.myfairpoint.net] has quit [Remote host closed the connection] |
21:36 | -!- | att [~att@186.213.51.140] has quit [Ping timeout: 480 seconds] |
21:36 | -!- | ziirish_ [~ziirish@ALille-651-1-13-50.w92-131.abo.wanadoo.fr] has joined #debian |
21:38 | -!- | Brigo [~Brigo@92.58.27.77.dynamic.mundo-r.com] has quit [Ping timeout: 480 seconds] |
21:40 | -!- | Guest914 [~ziirish@ALille-651-1-183-117.w86-215.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
21:42 | -!- | gordy [~gordy@host86-143-211-6.range86-143.btcentralplus.com] has joined #debian |
21:42 | -!- | gordy [~gordy@host86-143-211-6.range86-143.btcentralplus.com] has quit [] |
21:43 | <youlysses> | Rainbowtron: By no means am I a video expert, but how do you have the encoding set up? It sounds like the audio is staggering to a halt, then going real fast to catch up to the video? |
21:44 | <youlysses> | Rainbowtron: Also, it might be "better" to ask in #openshot? |
21:45 | -!- | att [~att@186.213.18.225] has joined #debian |
21:49 | -!- | CO_YoGhi [~gabriel@bas3-stlambert20-1176368181.dsl.bell.ca] has joined #debian |
21:49 | -!- | CO_YoGhi [~gabriel@bas3-stlambert20-1176368181.dsl.bell.ca] has left #debian [] |
21:50 | -!- | ziirish_ [~ziirish@ALille-651-1-13-50.w92-131.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
21:52 | -!- | amphi_ [~amphi@59.95.18.159] has joined #debian |
21:55 | -!- | ziirish_ [~ziirish@ALille-651-1-126-222.w90-1.abo.wanadoo.fr] has joined #debian |
21:55 | -!- | amphi [~amphi@59.95.11.232] has quit [Ping timeout: 480 seconds] |
22:00 | -!- | ring1 [~ring0@dslb-084-059-061-021.pools.arcor-ip.net] has joined #debian |
22:04 | -!- | ziirish_ [~ziirish@ALille-651-1-126-222.w90-1.abo.wanadoo.fr] has quit [Read error: Operation timed out] |
22:06 | -!- | ziirish_ [~ziirish@ALille-157-1-32-128.w90-1.abo.wanadoo.fr] has joined #debian |
22:06 | -!- | ring2 [~ring0@dslb-084-059-133-074.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
22:09 | -!- | Victor_ [~quassel@189.232.94.189] has joined #debian |
22:11 | -!- | ziirish__ [~ziirish@ALille-651-1-129-57.w90-1.abo.wanadoo.fr] has joined #debian |
22:13 | -!- | mxprm [~mxprm@190.234.124.51] has joined #debian |
22:14 | -!- | ziirish_ [~ziirish@ALille-157-1-32-128.w90-1.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
22:16 | -!- | majlo [~majlo@79-139-92-170.rzeszow.hypnet.pl] has quit [Ping timeout: 480 seconds] |
22:17 | -!- | brandon [~brandon@ip70-162-119-29.ph.ph.cox.net] has joined #debian |
22:17 | -!- | nutronium [~dserban@24.67.96.21] has quit [Read error: Operation timed out] |
22:21 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has quit [Ping timeout: 480 seconds] |
22:22 | -!- | yjoh [~yjoh@116.33.157.232] has joined #debian |
22:23 | <Rainbowtron> | I /join #openshot |
22:23 | -!- | yjoh [~yjoh@116.33.157.232] has quit [] |
22:23 | -!- | BugsB [~BugsB@cpe-76-88-124-119.san.res.rr.com] has joined #debian |
22:23 | -!- | BugsB [~BugsB@cpe-76-88-124-119.san.res.rr.com] has quit [] |
22:24 | <Rainbowtron> | youlysses: you mean on freenode? It's pretty empty. |
22:25 | <youlysses> | Yeah, I haven't checked. :-P Is there a main channel on a diffrent network? |
22:25 | -!- | brandon [~brandon@ip70-162-119-29.ph.ph.cox.net] has quit [Quit: Leaving] |
22:25 | -!- | brando753 [~brandon@ip70-162-119-29.ph.ph.cox.net] has joined #debian |
22:26 | -!- | wd40s [~wd40s@205.178.35.196] has quit [Remote host closed the connection] |
22:31 | -!- | [Spirit] [~spirit@190.207.235.62] has joined #debian |
22:31 | -!- | [Spirit]_ [~spirit@190.207.235.62] has joined #debian |
22:33 | -!- | [Spirit] [~spirit@190.207.235.62] has quit [] |
22:33 | -!- | aldebarian2 [~flushaway@186.214.71.22] has quit [Ping timeout: 480 seconds] |
22:38 | -!- | ubuntu [~ubuntu@69-165-149-114.dsl.teksavvy.com] has joined #debian |
22:38 | -!- | ubuntu is now known as Guest919 |
22:38 | -!- | Guest919 [~ubuntu@69-165-149-114.dsl.teksavvy.com] has quit [] |
22:39 | -!- | ziirish__ [~ziirish@ALille-651-1-129-57.w90-1.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
22:40 | -!- | byonk [~byonk@114-42-97-27.dynamic.hinet.net] has joined #debian |
22:40 | -!- | ubuntu_ [~ubuntu@69-165-149-114.dsl.teksavvy.com] has joined #debian |
22:40 | -!- | simonlnu [simon@211.121-ppp.3menatwork.com] has quit [Quit: bbl] |
22:41 | -!- | chitchat [~guest@218-214-24-203.people.net.au] has joined #debian |
22:42 | -!- | kaizoku [~kaizoku@co1-84-90-100-160.netvisao.pt] has quit [Remote host closed the connection] |
22:44 | -!- | gezgin [~gezgin@78.179.224.194] has joined #debian |
22:45 | -!- | youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has quit [Remote host closed the connection] |
22:46 | -!- | se7en [~se7en@node-105t.pool-118-173.dynamic.totbb.net] has quit [Quit: WeeChat 0.3.8] |
22:46 | -!- | ibm [~ibm@92-32-117-50.tn.glocalnet.net] has quit [Quit: Lämnar] |
22:46 | -!- | ziirish [~ziirish@ALille-651-1-2-25.w92-131.abo.wanadoo.fr] has joined #debian |
22:47 | -!- | ziirish is now known as Guest921 |
22:47 | -!- | Caroll [~caroll@189.123.217.106] has quit [Quit: Leaving] |
22:49 | -!- | Jacky [~jalcine@50.14.126.186] has quit [Remote host closed the connection] |
22:49 | -!- | felix__ [~felix@dslb-088-067-117-146.pools.arcor-ip.net] has joined #debian |
22:50 | -!- | ubuntu_ [~ubuntu@69-165-149-114.dsl.teksavvy.com] has quit [Quit: Leaving] |
22:50 | -!- | crib [~chris@port-92-202-10-180.dynamic.qsc.de] has quit [Remote host closed the connection] |
22:51 | -!- | youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has joined #debian |
22:51 | -!- | grubpains [~icantbeli@c-24-0-116-231.hsd1.nj.comcast.net] has quit [Quit: Leaving] |
22:53 | -!- | radu [radu@ip68-3-116-129.ph.ph.cox.net] has joined #debian |
22:53 | -!- | hando [radu@ip68-3-116-129.ph.ph.cox.net] has quit [Read error: Connection reset by peer] |
22:55 | -!- | simonlnu [simon@197.110-ppp.3menatwork.com] has joined #debian |
22:56 | -!- | crib [~chris@port-92-202-10-180.dynamic.qsc.de] has joined #debian |
22:56 | -!- | felix_ [~felix@dslb-094-217-106-001.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
22:56 | -!- | se7en [~se7en@node-105t.pool-118-173.dynamic.totbb.net] has joined #debian |
22:59 | <Rainbowtron> | youlysses: I think it might be something to do with the codecs because clips from different sources behave differently. For example, mp4's downloaded from youtube don't do that, but flv's and video recorded from my phone do. I'm checking the audio codecs of all of my files now, and I'll try re-encoding them. |
23:01 | -!- | hazard2 [~hazard@pool-98-118-58-69.bstnma.fios.verizon.net] has quit [Quit: This computer has gone to sleep] |
23:04 | -!- | rad [radu@ip68-3-116-129.ph.ph.cox.net] has joined #debian |
23:04 | -!- | rad is now known as hando |
23:04 | -!- | rad is "(unknown)" on (unknown) |
23:04 | -!- | radu [radu@ip68-3-116-129.ph.ph.cox.net] has quit [Read error: Connection reset by peer] |
23:07 | -!- | vook [~vook@ip68-111-252-228.sd.sd.cox.net] has joined #debian |
23:09 | <vook> | I seek a two factor authentication system that places the temporary code at the end of the existing password - similar to RSA. Anyone know of such a package for Debian? google-authenticator doesn't work with many clients that use ssh, such as freenx or some android apps. |
23:09 | <Rainbowtron> | it looks like all of my clips encoded in MPEG 1 Audio, Layer 3 are problematic, and MPEG-4 AAC audio are just fine. |
23:10 | -!- | BugsB [~BugsB@cpe-76-88-124-119.san.res.rr.com] has joined #debian |
23:10 | <sney> | mp3 is a little weird since it's non-free |
23:14 | -!- | hando [radu@ip68-3-116-129.ph.ph.cox.net] has quit [] |
23:14 | -!- | BugsB [~BugsB@cpe-76-88-124-119.san.res.rr.com] has quit [Remote host closed the connection] |
23:17 | <Rainbowtron> | sney: I wasn't expecting problems with LAME, but I guess it lives up to its name. |
23:18 | <sney> | and generally, mp3 is being decoded with ffmpeg... which can be iffy |
23:18 | -!- | kenifanying [~kenifanyi@2001:250:1003:f014:225:64ff:fe5e:2076] has joined #debian |
23:18 | -!- | Jekyll [~whodare@222.128.174.124] has quit [Read error: Connection reset by peer] |
23:18 | <simonlnu> | vook: "temporary code"? |
23:20 | -!- | AbsintheSyringe [~havoc@pool-108-54-82-193.nycmny.fios.verizon.net] has joined #debian |
23:21 | -!- | Jekyll [~whodare@222.128.174.124] has joined #debian |
23:22 | -!- | alephnull [~alok@122.167.170.141] has joined #debian |
23:23 | -!- | quentusrex_ [~quentusre@70-89-155-57-amigo-vino-wa.hfc.comcastbusiness.net] has quit [Ping timeout: 480 seconds] |
23:23 | -!- | sakal [~sakal@88.84.213.199] has quit [Read error: No route to host] |
23:24 | -!- | scrp3l [~scrp3l__@201.250.169.142] has quit [Ping timeout: 480 seconds] |
23:32 | -!- | Jacky [~jalcine@50.14.126.186] has joined #debian |
23:33 | -!- | adema [~adema@mon75-4-89-83-65-57.dsl.sta.abo.bbox.fr] has quit [Ping timeout: 480 seconds] |
23:33 | -!- | Rainbowtron [~tecna@184-219-74-126.pools.spcsdns.net] has quit [Ping timeout: 480 seconds] |
23:34 | -!- | Jekyll [~whodare@222.128.174.124] has quit [Quit: Konversation terminated!] |
23:35 | -!- | ring2 [~ring0@dslb-084-059-229-085.pools.arcor-ip.net] has joined #debian |
23:39 | -!- | sakal [~sakal@88.84.213.199] has joined #debian |
23:40 | -!- | thunderrd [~thunderrd@119.42.79.93] has quit [Ping timeout: 480 seconds] |
23:42 | -!- | ring1 [~ring0@dslb-084-059-061-021.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
23:42 | -!- | youlysses [~user@75-132-17-145.dhcp.stls.mo.charter.com] has quit [Read error: Connection reset by peer] |
23:44 | -!- | VHNgoc [~VHNgoc@113.170.93.47] has joined #debian |
23:44 | -!- | JackyAlcine [~jalcine@174.141.212.98] has joined #debian |
23:45 | -!- | byonk_ [~byonk@114-42-90-5.dynamic.hinet.net] has joined #debian |
23:46 | -!- | Jacky [~jalcine@50.14.126.186] has quit [Read error: No route to host] |
23:46 | -!- | albertsh is now known as albertsh|away |
23:49 | -!- | Victor_ [~quassel@189.232.94.189] has quit [Remote host closed the connection] |
23:50 | -!- | thunderrd [~thunderrd@119.42.79.93] has joined #debian |
23:50 | -!- | craigevil [~craig@72.188.99.79] has joined #debian |
23:52 | -!- | byonk [~byonk@114-42-97-27.dynamic.hinet.net] has quit [Ping timeout: 480 seconds] |
23:53 | -!- | JackyAlcine [~jalcine@174.141.212.98] has quit [Ping timeout: 480 seconds] |
23:58 | -!- | bitterpennies [~dice@199.254.238.193] has joined #debian |
--- | Log | closed Sat Jun 23 00:00:35 2012 |