Re: [gentoo-user] Java error

2003-05-28 Thread Andrew Kirilenko
Hello! On 15:48 Wed 28 May, Jose Gonzalez Gomez wrote: > >Andrew, > >byte[] yourDigest = ...; >String yourDigestAsString = new String( yourDigest ); > >Anyway, discussing about the power of a language based on this > question is a nonsense and really off track. > >Regards

Re: [gentoo-user] Nvidia fast writing

2003-05-28 Thread Hemmann, Volker Armin
On Wednesday 28 May 2003 09:25, Patrick Marquetecken wrote: > Hi, > > I have followd the 'bughunting tread' and have notist that my fast writing > also is not working, and its enabled !. > > Is this because the host-bridge does not Support fast writing ? > yes. Both the card and the AGP-part have

Re: [gentoo-user] Java error

2003-05-28 Thread Jose Gonzalez Gomez
    Andrew,     byte[] yourDigest = ...;     String  yourDigestAsString = new String( yourDigest );     Anyway, discussing about the power of a language based on this question is a nonsense and really off track.     Regards     Jose Andrew Kirilenko wrote: Hello! On 14:37 Wed 28 May, J

Re: [gentoo-user] Having 2 cablemodems?

2003-05-28 Thread Paul de Vrieze
On Wednesday 28 May 2003 15:29, Jesse Jacobs wrote: > Hello Keith, > > It's called bridging, and should be transparent to the network, having > the briding code determine the best route. Although personally I would > seperate the services run on the devices. ie. mail/web on one and a > gentoo rsyn

Re: [gentoo-user] Re: Latest packages

2003-05-28 Thread Ernie Schroder
On Wednesday 28 May 2003 09:33 am, Einar S. Idsø wrote: > On Wed, 28 May 2003 09:15:19 -0400 > > Ernie Schroder <[EMAIL PROTECTED]> wrote: > > On Tuesday 27 May 2003 11:59 pm, Jerry McBride wrote: > > > On Wed, 28 May 2003 11:10:05 +0800 Yusuf Nagree > > > <[EMAIL PROTECTED]> > > > > wrote: > > > >

Re: [gentoo-user] /bin is gone

2003-05-28 Thread Hemmann, Volker Armin
Hi, On Wednesday 28 May 2003 06:03, el lodger wrote: > Stupidity never goes out of style. > I have wiped out the /bin directory - don't ask. > Is there a way to repair the damage or must I > do a complete reinstall? I would unpack a stage-1 or -2 tarball and copy the inhabitants of bin/ into /bin

Re: [gentoo-user] Java error

2003-05-28 Thread Andrew Kirilenko
Hello! On 16:35 Wed 28 May, Erik S. Johansen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wednesday 28 May 2003 16:31, Andrew Kirilenko wrote: > > > > Ha ha. I requested not byte array, but STRING! Try to convert this array > > to string and you will see that this is not so eas

Re: [gentoo-user] Java error

2003-05-28 Thread Erik S. Johansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 28 May 2003 16:31, Andrew Kirilenko wrote: > > Ha ha. I requested not byte array, but STRING! Try to convert this array > to string and you will see that this is not so easy :) If you're unable to create a hex string representation of a b

[gentoo-user] Re: Latest packages

2003-05-28 Thread Einar S. Idsø
On Wed, 28 May 2003 09:15:19 -0400 Ernie Schroder <[EMAIL PROTECTED]> wrote: > On Tuesday 27 May 2003 11:59 pm, Jerry McBride wrote: > > On Wed, 28 May 2003 11:10:05 +0800 Yusuf Nagree <[EMAIL PROTECTED]> > wrote: > > > Hope this isn't a silly question, but how do you get emerge to > > > install t

Re: [gentoo-user] Java error

2003-05-28 Thread Andrew Kirilenko
Hello! On 14:37 Wed 28 May, Jose Gonzalez Gomez wrote: > >From the java.security.MessageDigest javadoc: > > MessageDigest md = MessageDigest.getInstance("SHA"); > > try { > md.update(toChapter1); > MessageDigest tc1 = md.clone(); > byte[] toChapter1Digest = tc1.digest(); > m

Re: [gentoo-user] Having 2 cablemodems?

2003-05-28 Thread Jesse Jacobs
Hello Keith, It's called bridging, and should be transparent to the network, having the briding code determine the best route. Although personally I would seperate the services run on the devices. ie. mail/web on one and a gentoo rsync on the other :). j Keith Hamilton said: > Hi, > > I hav

Re: [gentoo-user] Latest packages

2003-05-28 Thread Ernie Schroder
On Tuesday 27 May 2003 11:59 pm, Jerry McBride wrote: > On Wed, 28 May 2003 11:10:05 +0800 Yusuf Nagree <[EMAIL PROTECTED]> wrote: > > Hope this isn't a silly question, but how do you get emerge to > > install the latest packages.. I've been searching around for the > > answer and haven't come up

[gentoo-user] Having 2 cablemodems?

2003-05-28 Thread Keith Hamilton
Title: Message Hi,       I have 2 cable modems and I want to combine them together with Gentoo and have Gentoo manage packets between the two nic's and combine the bandwidth for the network.  Is this possible?   -- Keith

Re: [gentoo-user] Java error

2003-05-28 Thread Jose Gonzalez Gomez
    From the java.security.MessageDigest javadoc: MessageDigest md = MessageDigest.getInstance("SHA"); try { md.update(toChapter1); MessageDigest tc1 = md.clone(); byte[] toChapter1Digest = tc1.digest(); md.update(toChapter2); ...etc. } catch (CloneNotSupportedExcep

Re: [gentoo-user] Apm problems

2003-05-28 Thread MAL
Meka[ni] wrote: First, when I boot LiveCD, apm works ok, but when I enable it in kernel and boot from HDD, halt -p doesn't power off. The last message is "Power off" but nothing happens. I've tried to include the "Real BIOS apm call" (or something like that) in kernel, but it doesn't work

Re: [gentoo-user] Apm problems

2003-05-28 Thread Jesse Jacobs
Hello Meka, I had a similar problem, no lockup though. I tried ACPI instead which powers off the boxen. Yes, It's marked as experimental and will replace APM But my experiences have been great. HTH, j Meka[ni] said: > First, when I boot LiveCD, apm works ok, but when I enable it in > kern

Re: [gentoo-user] Nvidia fast writing

2003-05-28 Thread Patrick Marquetecken
Yes, from the start i have one wierd thing with my laptop. If i start X and exit it, i can see the console text, but a second time starting X and exing it will leave my screen always black. So in my default runlevel i have gmd when i choose shutdown computer in gnome the screen goes black and i

Re: [gentoo-user] Nvidia fast writing

2003-05-28 Thread brett holcomb
Was X running while you did the commands below? On Wed, 28 May 2003 09:25:30 +0200 Patrick Marquetecken <[EMAIL PROTECTED]> wrote: Hi, I have followd the 'bughunting tread' and have notist that my fast writing also is not working, and its enabled !. Is this because the host-bridge does not S

[gentoo-user] Apm problems

2003-05-28 Thread Meka[ni]
First, when I boot LiveCD, apm works ok, but when I enable it in kernel and boot from HDD, halt -p doesn't power off. The last message is "Power off" but nothing happens. I've tried to include the "Real BIOS apm call" (or something like that) in kernel, but it doesn't work. Anothe

Re: [gentoo-user] Nvidia fast writing

2003-05-28 Thread Spider
begin quote On Wed, 28 May 2003 09:25:30 +0200 Patrick Marquetecken <[EMAIL PROTECTED]> wrote: > Hi, > > I have followd the 'bughunting tread' and have notist that my fast > writing also is not working, and its enabled !. > > Is this because the host-bridge does not Support fast writing ? > Y

Re: [gentoo-user] GCC 3.3

2003-05-28 Thread Dhruba Bandopadhyay
On Wed, 2003-05-28 at 02:16, Brett Campbell wrote: > Hey thanks a lot for the reply. I'm currently building 3.2.3 as i write this (gcc > is huge!). I've also modified my cflags to be much more aggressive. When i rebuild > world, this will most likely break things; do you comply/agree? Even th

Re: [gentoo-user] List etiquette (Was: Java error)

2003-05-28 Thread MAL
bryce verdier wrote: I'm new to the whole java language. Anyway, i'm using kdevelop as my ide, and i have this simple java code: class Main{ public static void main( String[] args ){ System.out.println( "Hello, world!" ); } } and when i try to compile it i get this error: Except

Re: [gentoo-user] bughunting

2003-05-28 Thread Keppy
On Wednesday, May 28, 2003, at 02:00 AM, Ernie Schroder wrote: OK so your card will do 4X AGP but your motherboard only 2X. IIRC, there is an option in /etc/modules.d/nvidia where you can force 2X AGP on VIA chipsets. There may be something similar for AMD. Post the above file and we might find s

RE: [gentoo-user] Java error

2003-05-28 Thread Gwendolyn van der Linden
> BTW, why are you using outlook express? Don't tell me, you > are running it under wine :) I'm running regular Outlook on w2k. Company policy... But, to my defence, I run fetchmail/pine at home. Gwendolyn. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Java error

2003-05-28 Thread Erik S. Johansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 28 May 2003 14:01, Andrew Kirilenko wrote: > Can you please paste java code here, which will calc md5 sum? I'd like > to get "5d41402abc4b2a76b9719d911017c592" from "hello". I could mock something up, but it's besides the point actually.

[gentoo-user] Re: PORTDIR_OVERLAY ignored

2003-05-28 Thread Einar S. Idsø
On Wed, 28 May 2003 10:30:08 +0100 Simeon Walker <[EMAIL PROTECTED]> wrote: > Hello all, > > I have an odd problem. This morning I thought I would try out an > evolution 1.4 rc1 ebuild. I extracted a bunch of files to my > /usr/local/portage and tried 'emerge -s evolution', only the > old one was

Re: [gentoo-user] Java error

2003-05-28 Thread Andrew Kirilenko
Hello! On 13:51 Wed 28 May, Erik S. Johansen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wednesday 28 May 2003 13:17, Andrew Kirilenko wrote: > > Purchace good java book, or better purchace good C++ book - java isn't > > good language at all. > > That's bait if I've ever seen

Re: [gentoo-user] Java error

2003-05-28 Thread Erik S. Johansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 28 May 2003 13:17, Andrew Kirilenko wrote: > Purchace good java book, or better purchace good C++ book - java isn't > good language at all. That's bait if I've ever seen it ;) java *was* a bad language... in it's current state it runs at

Re: [gentoo-user] Java error

2003-05-28 Thread Ragu
Bryce, This error occurs, when the classpath is not set properly. You have to set the classpath before running/compiling your java files. export CLASSPATH=$CLASSPATH: Hope this helps you out. Cheers Ragu - Original Message - From: "bryce

Re: [gentoo-user] Java error

2003-05-28 Thread Andrew Kirilenko
Hello! On 12:15 Wed 28 May, Gwendolyn van der Linden wrote: > > Purchace good java book, or better purchace good C++ book - > > java isn't good language at all. > > That's quite a flame-starter... > > I would recommend reading "Thinking in Java": > > http://www.mindview.net/Books/TIJ/ > > It'

Re: [gentoo-user] PORTDIR_OVERLAY ignored

2003-05-28 Thread Simeon Walker
On 28/05/03 10:53, Paul de Vrieze wrote: On Wednesday 28 May 2003 11:30, Simeon Walker wrote: GENTOO_MIRRORS="http://www.ibiblio.org/gentoo http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/ rsync://rsync.gentoo.skynet.be/gentoo/ http://ftp. snt.utwente.nl/pub/os/linux/gentoo http://gentoo.linu

RE: [gentoo-user] Java error

2003-05-28 Thread Gwendolyn van der Linden
> Purchace good java book, or better purchace good C++ book - > java isn't good language at all. That's quite a flame-starter... I would recommend reading "Thinking in Java": http://www.mindview.net/Books/TIJ/ It's pretty thorough. Gwendolyn. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Java error

2003-05-28 Thread Andrew Kirilenko
Hello! On 03:05 Wed 28 May, bryce verdier wrote: > I'm new to the whole java language. Anyway, i'm using kdevelop as my ide, and > i have this simple java code: > > class Main{ > > public static void main( String[] args ){ > System.out.println( "Hello, world!" ); > } > } > > >

RE: [gentoo-user] Java error

2003-05-28 Thread Gwendolyn van der Linden
> I'm new to the whole java language. Anyway, i'm using > kdevelop as my ide, and > i have this simple java code: > > class Main{ > > public static void main( String[] args ){ > System.out.println( "Hello, world!" ); > } > } > > > and when i try to compile it i get this error: > > E

[gentoo-user] Java error

2003-05-28 Thread bryce verdier
I'm new to the whole java language. Anyway, i'm using kdevelop as my ide, and i have this simple java code: class Main{ public static void main( String[] args ){ System.out.println( "Hello, world!" ); } } and when i try to compile it i get this error: Exception in thread "main

Re: [gentoo-user] PORTDIR_OVERLAY ignored

2003-05-28 Thread Paul de Vrieze
On Wednesday 28 May 2003 11:30, Simeon Walker wrote: > GENTOO_MIRRORS="http://www.ibiblio.org/gentoo > http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/ > rsync://rsync.gentoo.skynet.be/gentoo/ http://ftp. > snt.utwente.nl/pub/os/linux/gentoo http://gentoo.linux.no/"; Why do you put the slowes

[gentoo-user] PORTDIR_OVERLAY ignored

2003-05-28 Thread Simeon Walker
Hello all, I have an odd problem. This morning I thought I would try out an evolution 1.4 rc1 ebuild. I extracted a bunch of files to my /usr/local/portage and tried 'emerge -s evolution', only the old one was found. None of the ebuild I have under /usr/local/portage are recognised. If I try to em

Re: [gentoo-user] Stopping and continuing an emerge?

2003-05-28 Thread Carlos C. Gonzalez
Hi Mats, I don't know how accurate this is but I have read on the Gentoo forum a number of times that one can just Ctrl-C out of an emerge and then start over again. That the ebuilds are smart enough to know what has already been compiled and that they will automatically pick up where they le

Re: [gentoo-user] emerge mod_php error

2003-05-28 Thread Paul de Vrieze
> > * Cannot find $EPATCH_SOURCE! Value for $EPATCH_SOURCE is: > * > * /usr/portage/distfiles/php-4.3.1-db4.diff.gz > > > !!! ERROR: dev-php/mod_php-4.3.1-r3 failed. > !!! Function epatch, Line 181, Exitcode 0 > !!! Cannot find $EPATCH_SOURCE! > Please emerge sync and try again. This problem

Re: [gentoo-user] Stopping and continuing an emerge?

2003-05-28 Thread Tom Wesley
On Wednesday 28 May 2003 08:44, Mats Lidell wrote: > Hi, > > Is there some way to stop an emerge and then finish it later? > Ctrl+Z will suspend the shell, then typing "fg" should continue it. -- Tom Wesley Please encrypt personal replies if possible. pgp0.pgp Description: signature

Re: [gentoo-user] Stopping and continuing an emerge?

2003-05-28 Thread Patrick Börjesson
> Is there some way to stop an emerge and then finish it later? emerge --resume Patrick Börjesson -- [EMAIL PROTECTED] mailing list

[gentoo-user] Stopping and continuing an emerge?

2003-05-28 Thread Mats Lidell
Hi, Is there some way to stop an emerge and then finish it later? Yours -- %% Mats -- [EMAIL PROTECTED] mailing list

[gentoo-user] Nvidia fast writing

2003-05-28 Thread Patrick Marquetecken
Hi, I have followd the 'bughunting tread' and have notist that my fast writing also is not working, and its enabled !. Is this because the host-bridge does not Support fast writing ? cat /proc/driver/nvidia/agp/status Status: Enabled Driver: NVIDIA AGP Rate:8x Fast Wri