| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> is / a back or forward slash? <1> forward <1> or back... <1> yeah, forward, defintely forward <2> it's a backslash, upside down <3> chomp...chomp..chomp.. <4> hey i turned my autoaway off <5> did you want a cookie? <4> no i wanted my rr host unbanned <4> but it's cool i dont care :P <6> bubux <7> hadijfu <4> anyways, i am trying to fix glsa-200603-03 on my system, meaning i need to emerge >=media-video/mplayer-1.0.20060217, which is masked by -x86 <3> -x86? <3> O.o ~x86?
<6> noxo <8> gelaaxz <9> kipafozo <10> ludox <11> geqe <12> yuzauez <4> ya it's -x86 not ~x86 <4> do you have to use the -* keyword? <4> i'd rather have an unstable mplayer than an insecure one <4> unless -x86 means it wont even build on x86 <4> bitrot, try glsa-check -t 200603-03 <3> try i'm busy w/ other **** <4> hah it takes .3 nano seconds :P <4> but as all the safe packages are -x86 masked, i bet a lot of systems are vuln to it <4> especially since lots of people use mplayerplugin <13> 14:45:41 up 366 days, 5:13, 1 user, load average: 0.00, 0.00, 0.00 <14> broke a year <15> If I did emerge sun-jdk (and jre), downloaded both files (they were 5.0), but the version my computer installs is 1.4 .. Is that a keywords problem? <16> * Server administrators are encouraged to customize some variables in <16> * To change the default settings below you must edit the ebuild. <16> >>> checking ebuild checksums <16> !!! Digest verification failed: <16> !!! /usr/portage/net-irc/ircd-hybrid/ircd-hybrid-7.2.1.ebuild <16> !!! Reason: Filesize does not match recorded size <16> Wtf?! <1> paulmer20: if you changed defaults you must redigest the ebuild <16> How does one do that? <16> Im doing a HOWTO on gentoo-wiki for ircd-hybrid :) <1> paulmer20: ebuild /usr/portage/net-irc/ircd-hybrid/ircd-hybrid-7.2.1.ebuild digest <16> Thanks :) <17> MrEcho: i'm not gonna be able to make it :( <3> kitchen: LUG? <1> Linux User Group <1> or am I off base? <3> buy a clue CannedBar <18> uhm, is \r <-- unix , and \n <-- windows ? <19> no <19> \r mac, \n unix, \r\n windows <20> [01:58:57] ! linxi invites you to #bitte <21> Hey folks, In the shell How do I recursively get a list of files that have either a space or a - in the filename <3> escape <21> so I can rename the bestiges? <3> ls file\ name <3> ls \-file\ name <3> actualy <3> hmm escaping the - dosen't work : <21> here is what I have so far: find . -type d -print0 |xargs -0 ls -Q|grep :|sed 's/://'|sed 's/\.//'|sed 's/\///' <21> but unfortunately it doesn't give the absolute pathname so I cannot easily feed it to a script <1> brujoh: you can make find specify the absolute pathname. <21> oh yeah? hrmm.. that might be the ticket <21> CannedBar: do you think I have to use printf? <14> ls -R | grep "-" <14> ls -R | grep " " <1> brujoh: or you could cd to / then change . to the pathname. <14> no? <21> the original script I wrote would loop through and rename everything in the current directory. It is handy but not good for large amounts of files <21> duhbLow7: that is what I am after but if it doesn't give the abolute pathname before the filename I don't know how to act on the file <21> I'm doing this for fun.. I must be nuts. <21> <grumbles> pet project <18> what do you need to make a load of money? in general? <1> cd /; find <pathname> -type d -print0 |xargs -0 ls -Q|grep :|sed 's/://'|sed 's/\.//'|sed 's/\///'
<17> bitrot: you around? <21> CannedBar: aha, you sir are a genius. ;) <21> CannedBar: thanks a ton, let me try it now <1> enjoy <3> igu: ? <3> er <3> kitchen: ? <21> geeze I think I've bitten off more than I can chew with this script.. I'll continue to hack on it. <22> brujoh: I would use find's regular expression capabilities. <22> brujoh: Something like: find . -regex ".*[- ].*" <22> brujoh: I'm sure that can be improved, though. <23> mmm regex the headache maker <24> -08:27:26 PM- Topic (#gentoo gentoo.org gentoo-{portage,wiki,efnet}.com | paste?!? pasteme.com genpaste.pengu.in | FROST SHOOOOOOOOCK) <24> -08:27:26 PM- Set by (#gentoo) on (kipc8e27) <24> gah <24> damn <24> psybnc <24> lol <23> n00b <24> ? <23> :) <24> die <23> cant tonight .. have a meeting to run <24> oh <24> mabye tommorow? <23> maybe <24> k cool <23> any one in the area code 909 and 951? -> http://dc909.org <22> fresno <22> ? <22> no... what was it? <23> thats not 909 <23> or 951 <3> kitchen: uhm for some reason...I have the recipe for savory deviate delight...It was sitting in my bank...very odd... <17> hotness <22> How would you say this? <22> The convention will take place on October 13th to 15th <22> The convention will take place on October 13th to the 15th <21> The convention will take place from October 13th to the 15th. <22> ty <22> where are you from? <21> Northern part of georgia, gainesville. ;) How about you? <22> located in 750 Emilio Descotte street, located at 750 Emilio Descotte street? <22> brujoh: West part of Argentina: Mendoza. You probably heard about Las Leas, a famous ski resort in the area. <21> Wow that is cool. I haven't heard of it but my knowledge is very limited. <21> <== doesn't get out much.. :( <22> brujoh: You probably don't like skiing so much, that's ok :) <22> maybe The convention will take place on October the 13th to the 15th? <22> uhm, I'm confused, sorry for being off-topic <22> the channel was quiet so I took advantage :) <21> np.. hehe <22> brujoh: Was that find command usedful for you? <21> that will work just fine I believe <22> s/usedful/useful/ <22> brujoh: Which one do you prefer: the first or the second one? <21> It was but I think I am way over my head with this script so I'm reading more of "Learning the Bash Shell" orielly. <21> fish book even.. I figure I should just keep reading until I figure it out. ;) <22> brujoh: Oh, all right, I hope you can write your script without any h***les after that :) <21> hehehe thanks redondos. Me too. I can do basic stuff pretty well. Keep reading and learning. <21> What kind of convention is it? (if you don't mind me asking) <2> anyone know of software I can put on my website to enable streaming of mpeg/win media videofiles? <22> brujoh: It's the Sixth Regional convention on Free Software, or that's what the first people who organized it called it. It's an Open Source event held by different cities of Argentina an Uruguay (until now), organized by the respective LUGs. <21> Oooh that sounds fun! <22> Yeah :D <22> Very geeky. <21> You know that is good stuff. ;) <22> There will be on-board workshops, LAN parties, bug squashing parties, etc. <21> beer? <22> Of course, every night after the last talk :) <21> haha.. plenty of caffiene too surely. <22> Of course :) <21> Sounds like a blast. Are you doing any presentations? <22> I'm not sure yet. <22> I'm waiting for the 'important' ones to appear first.
Return to
#gentoo or Go to some related
logs:
OpenGL PBO Sample #politics identity insert sql manager
#cisco #unixhelp #gentoo #sql #solaris naughtypinayscandals winnt32 cmdcon sp2
|
|