[gentoo-user] python2.4 directory

2009-03-05 Thread Dirk Uys
Hi I noticed that I still had python-2.4 on my system. Did a quick run of python-updater, to make sure nothing is using python-2.4 anymore and then unmerged python2.4. Should I manually remove /usr/lib64/python2.4, or is there a way to make portage do it? Regards Dirk

Re: [gentoo-user] python2.4 directory

2009-03-05 Thread Evgeniy Bushkov
Dirk Uys wrote: Hi I noticed that I still had python-2.4 on my system. Did a quick run of python-updater, to make sure nothing is using python-2.4 anymore and then unmerged python2.4. Should I manually remove /usr/lib64/python2.4, or is there a way to make portage do it? Regards Dirk

Re: [gentoo-user] python2.4 directory

2009-03-05 Thread Daniel Pielmeier
2009/3/5 Evgeniy Bushkov z...@dotcomltd.ru: Dirk Uys wrote: Hi I noticed that I still had python-2.4 on my system. Did a quick run of python-updater, to make sure nothing is using python-2.4 anymore and then unmerged python2.4. Should I manually remove /usr/lib64/python2.4, or is there a

[gentoo-user] QT goin LGPL

2009-03-05 Thread James
Here's an interesting article that cites QT's new 4.5 and future direction, including interoperability wth gnome, mac and Doz operating systems: http://www.linuxdevices.com/news/NS4824952673.html enjoy, James

[gentoo-user] Re: Grep question

2009-03-05 Thread Harry Putnam
Etaoin Shrdlu shr...@unlimitedmail.org writes: On Tuesday 3 March 2009, 03:10, Harry Putnam wrote: cat a | awk '/^foo/{FLAG=1}\ FLAG{print} \ /^bar/{FLAG=}' awk '/^foo/,/^bar/' a does the same :) Nice...

[gentoo-user] Re: Installing the ptouch CUPS Raster driver

2009-03-05 Thread Grant
I have a Brother QL-570 label printer and the ptouch driver doesn't seem to be available in portage: http://openprinting.org/show_printer.cgi?recnum=Brother-QL-570 I tried to install it manually as instructed by the ptouch docs: http://www.diku.dk/hjemmesider/ansatte/panic/P-touch/   tar

[gentoo-user] backup program recommendations?

2009-03-05 Thread James Wall
Hi all, I am looking for a backup program that can back up to my DVD+-R/RW drive to back up my private portage tree/distfile/music/web server. What programs would you recommend to handle this task? TIA James Wall

Re: [gentoo-user] backup program recommendations?

2009-03-05 Thread Hung Dang
James Wall wrote: Hi all, I am looking for a backup program that can back up to my DVD+-R/RW drive to back up my private portage tree/distfile/music/web server. What programs would you recommend to handle this task? TIA James Wall You can try k3b Hung

[gentoo-user] Re: backup program recommendations?

2009-03-05 Thread Nikos Chantziaras
Hung Dang wrote: James Wall wrote: Hi all, I am looking for a backup program that can back up to my DVD+-R/RW drive to back up my private portage tree/distfile/music/web server. What programs would you recommend to handle this task? TIA James Wall You can try k3b Well, that's not a

[gentoo-user] Re: backup program recommendations?

2009-03-05 Thread James
James Wall wallservices at gmail.com writes: Hi all, I am looking for a backup program that can back up to my DVD+-R/RW drive to back up my private portage tree/distfile/music/web server. What programs would you recommend to handle this task? TIA James Wall /usr/portage/app-backup

RE: [gentoo-user] Re: Grep question

2009-03-05 Thread Adam Carter
awk '/^foo/,/^bar/' a does the same :) Nice... Thanks for all these answers. Interesingly when I moved the sed script (sed s/;/\\n/g) from Linux to Solaris it failed as Solaris sed doesn't like putting the newline character as the translated to bit. Installing GNU sed on the Solaris

[gentoo-user] Making changes to a statically build driver

2009-03-05 Thread Ezra Taylor
Hello all: I made some changes to the e1000 kernel driver. I then recompiled the kernel without any issue. How can I tell if the change actually went through? Again, this driver has been statically built into the kernel. Is there a way to test that a change went through without

[gentoo-user] Telxon

2009-03-05 Thread dhk
Is it possible to put Gentoo on a Telxon gun? If so, how would I go about doing it? Thanks, dave

Re: [gentoo-user] Re: backup program recommendations?

2009-03-05 Thread Hung Dang
Nikos Chantziaras wrote: Hung Dang wrote: James Wall wrote: Hi all, I am looking for a backup program that can back up to my DVD+-R/RW drive to back up my private portage tree/distfile/music/web server. What programs would you recommend to handle this task? TIA James Wall You can try

Re: [gentoo-user] Re: backup program recommendations?

2009-03-05 Thread comrade b14ck
If you want to make backups, don't do it on a cdrom. Try rsync, it's a great backup tool. Here's a guide to dip your feet in: http://www.mikerubel.org/computers/rsync_snapshots/ On Thu, Mar 5, 2009 at 8:48 AM, Hung Dang hungp...@gmail.com wrote: Nikos Chantziaras wrote: Hung Dang wrote:

Re: [gentoo-user] Making changes to a statically build driver

2009-03-05 Thread Francisco Ares
Never made such thing, so just a guess: maybe a log entry on some event, like link up - at that time, probably, the log engine is already up and running. Francisco On Thu, Mar 5, 2009 at 8:16 PM, Ezra Taylor ezra.tay...@gmail.com wrote: Hello all:    I made some changes to the

Re: [gentoo-user] Telxon

2009-03-05 Thread Francisco Ares
try the gentoo-embedded list, better chances to get an answer there. Francisco On Thu, Mar 5, 2009 at 8:32 PM, dhk dhk...@optonline.net wrote: Is it possible to put Gentoo on a Telxon gun?  If so, how would I go about doing it? Thanks, dave -- If you have an apple and I have an apple

Re: [gentoo-user] Making changes to a statically build driver

2009-03-05 Thread W.Kenworthy
Set something that will show on the modinfo command? I dont have e1000, but this a coda.ko example bunyip ~ # modinfo coda filename: /lib/modules/2.6.27-gentoo-r4/kernel/fs/coda/coda.ko version:6.6 license:GPL alias: char-major-67-* description:Coda

Re: [gentoo-user] Making changes to a statically build driver

2009-03-05 Thread W.Kenworthy
I missed the bit where you said it was staic in the kernel - that besides, make it print something during load. Billk On Fri, 2009-03-06 at 11:28 +0900, W.Kenworthy wrote: Set something that will show on the modinfo command? I dont have e1000, but this a coda.ko example bunyip ~ # modinfo

Re: [gentoo-user] backup program recommendations?

2009-03-05 Thread Dale
James Wall wrote: Hi all, I am looking for a backup program that can back up to my DVD+-R/RW drive to back up my private portage tree/distfile/music/web server. What programs would you recommend to handle this task? TIA James Wall I use Kbackup and then k3b to burn them. Works well