Re: DSL & NT
On Fri, Feb 16, 2001 at 02:43:57PM +0100, Erich Baur wrote: > Hi *, > > Since some days I'm able to access the internet through a MS Proxy Server > (MS Proxy Server 2.0 runs on a NT machine in a network). I just had > to change to Browser/Proxy settings to the right values. > But how is it possible to bring programms like fetchmail, micq, ftp etc. to > work? Under MS Windows I need to install MS Proxy Client for such things, > but under Debian? > > Please help, I don't have any ideas (I'm a newcomer). > > Thanks in advance > > Erich > > PS: Would you please cc your replies to my email-address? At the moment I'm > not subscribed to the list because of some problems with my mail programm. > Thanks. M$ proxy supports the SOCKS protocol, install socks4-client on your linux box to use it. I had successfully using CVS, mail, news this way. Good Luck!
jre problem
Hi, Today I tried to install oracle8i on my Potato box with glibc upgraded and jdk1.1 from unstable. The installer program failed to invoke the 'dbassist', when i run it from command line, jre said: Unable to initialize threads: cannot find class java/lang/Thread Could not create Java VM So i wrote a "Hello,world" java program, jre gives the same error message but "java" works. Any suggestion? Thx. (Sorry, I know little about java)
Re: jre problem
On Mon, Feb 19, 2001 at 12:58:12PM -0800, Aaron Brashears wrote: > Since you're using Oracle, presumably you're not opposed to using > non-free software. That being the case, I would suggest using the jdk > or jre available as debs through www.blackdown.org. Not exactly the case. I had some experience on oracle7 and I just want to learn the newst version for my job. For my own case I'd choose MySQL. And I have no interesting about the java stuff because the war between M$ and $un and others and to my knowledge there isn't any GPLed jdk/jre, the jdk1.1 in unstable is from blackdown.org, isn't it? And because I find on oracle's web page that they don't offer the patch for 8.1.5 any more i decide to give up it. Anyway thanks for the reply.
Re: Random hard disk activity.
On Sat, Feb 24, 2001 at 08:01:23AM +0100, Hans wrote: > I have an old box which acts as radio/cd-player/mp3-player. When I play > mp3s, every few minutes (2-6 min, no particular time) there is hard disk > activity which brings the mp3 player to a halt for a few seconds after > which it continues (too few CPU cycles to decode the mp3 maybe?). I haven't > been able to find out what process causes this. > > And to be honest, this also happens when I run other programs, only the > effect is not so profound, eg. I hear the HD activity, but the CD-player > simply plays on. > > Anybody some pointers to where I might look or what to tweak. Thanks --hans Have you use the 'top' program to find which process consume most of the resource? 'top' can show a list of the processes sorted by resource consumption(CPU, MEM etc.).
ld.so problem
After i made a 'apt-get dist-upgrade' from ftp.debian.org/debian unstable main, many programs said: /lib/ld.so : invalid dynamic linker option -1073742904 or: /lib/ld.so : invalid dynamic linker option -1073742768 then exit,how can i do?
Re: KDE2
On Tue, Feb 06, 2001 at 12:44:25AM +1100, Renai wrote: > > > and secondly, Red Hat has a boot utility named 'SysVinit' for managing > the bootup services. Does Debian have anything similar? man update-rc.d Good Luck!