[gentoo-user] 2004.01 Packages

2004-01-15 Thread Jason Calabrese
Hi all, Have packages been built for 2004.01 yet? Is there an iso I can download? I going to be setting a new pc on Monday and I'm planning on using the GRP to save time and then rebuild package from source as there are upgrades. The last GRP image that I can find is 1.4 and has some old packag

Re: [gentoo-user] gnucash 1.8.8 emerge failure...

2004-01-04 Thread Jason Calabrese
I had some problems upgrading gnucash last week. There were a few threads on the gentoo forums that helped me. I think I had to unmerge some docbook stuff. On Sunday 04 January 2004 06:02 am, Budd, Tracy wrote: > These are the last few lines of the gnucash emerge before it dies: > > scrollkeepe

Re: [gentoo-user] fwbuilder question

2003-11-20 Thread Jason Calabrese
> Run the script once, then '/etc/init.d/iptables save'. The next time > iptables is started the rules will be restored. Thats what I do on RedHat, but Gentoo doesn't have a save function in the /etc/init.d/iptables script. Unless there is newer verion than the one I have. > /etc/init.d/iptable

Re: [gentoo-user] fwbuilder question

2003-11-20 Thread Jason Calabrese
just make sure you add iptables to default using rc-update add iptable default when do an /etc/init.d/iptable stop it calls /sbin/iptables-save > ${IPTABLES_SAVE} to save the state On Thursday 20 November 2003 14:25, Chris Bare wrote: > Is anyone using fwbuilder to set up their firewall? > I've

Re: [gentoo-user] gentoo & java

2003-11-13 Thread Jason Calabrese
you might need to reload /etc/profile > source /etc/profile On Wednesday 12 November 2003 06:42 pm, Oliver Lange wrote: > Sumeet Singh Parmar wrote: > > Does 'java -version' work? > > java works if i would install a link named /usr/bin/java, but i > doubt that this is a really proper way to fix th

Re: [gentoo-user] spamassassin hates gentoo-user

2003-10-07 Thread Jason Calabrese
What version of spamassassin are you using? I'm getting all the posts with 2.55. On Tuesday 07 October 2003 07:58 am, Jorge Almeida wrote: > Spamassassin appears to think that messages to this list are spam! Except > for messages from a list member who insists in dating his messages two days >

Re: [gentoo-user] which java?

2003-07-26 Thread Jason Calabrese
I use the sun-jdk which I think is actually mislabeled in the Portage tree. The sun-jdk actualy installs Sun's java sdk not the jdk. The sdk contain all the dev tools like javac and javadoc and the jdk is just for running prebuilt java apps. It looks like sun-j2sdk tries to build the sdk from

Re: [gentoo-user] startup while not connected to the net

2003-07-06 Thread Jason Calabrese
Add a new entry to grub.conf that starts the same kernel at a lower run level. I don't have my laptop up otherwise I'd give you the exact line to add. On Sunday 06 July 2003 06:58 pm, Richard Ketchersid wrote: > I have a laptop and when at home I am attached to the > web via dsl (eth0). When I u

Re: [gentoo-user] wine where?

2003-06-17 Thread Jason Calabrese
/usr/lib/wine On Tuesday 17 June 2003 15:42, GXzim wrote: > Hello again, > I was following the wine config tutorial but I got > lost when it said in the wine directory cd to tools! > But the funny thing is that I donĀ“t even know where > the wine directory is! > Can anyone give me a quick hand here?

Re: [gentoo-user] Backups

2003-06-01 Thread Jason Calabrese
> > I like your script, but have one reservation. It seems ideal to > > completely restore, for example, yesterday's backup; but with such a > > big tarball it will be very difficult to restore one or two small > > files. I do something similar on many smaller chunks of the > > filesystem. They'

Re: [gentoo-user] Backups

2003-06-01 Thread Jason Calabrese
This is what I use. I have a cron setup to run this script every night. I've had it running for several months and it already saved me once. Let me know if you have ant questions or suggestions. Jason #! /bin/bash ### # Backup Script ### mount /boot -o