How to stop Jessie laptop from suspending when on power?

2013-10-30 Thread Bart-Jan Vrielink
Hello, Since a few weeks, my laptop goes into suspend/sleep mode after a certain amount of inactivity, despite having "Dont' suspend" in the power settings. What system does trigger those suspend calls and how can I stop that? This is very annoying, as it breaks each and every network connectio

Re: portscan: sunrpc etc...

1999-09-24 Thread Bart-Jan Vrielink
On Thu, 23 Sep 1999, Lev Lvovsky wrote: > upon runnign portscan on my computer from a nonlocal host, I get the > following: > > 9 -> discard > 13 -> daytime > 21 -> ftp > 22 -> ssh > 23 -> telnet > 25 -> smtp > 37 -> time > 79 -> finger > 80 -> www > 110 -> pop-3 > 111 -> sunrpc > 113 -> auth >

Re: correct way to move /usr to a new partition..

1999-09-22 Thread Bart-Jan Vrielink
On Sat, 18 Sep 1999, Seth R Arnold wrote: > On Fri, Sep 17, 1999 at 11:40:09PM -0500, rich wrote: > > > > That's a good suggestion - my question is: is there a linux utility to > > compare directories / files to see if they are the same? Seems like I've > > heard of one, but can't remember... >

Re: Adduser and Perl dependancy

1999-09-13 Thread Bart-Jan Vrielink
On Thu, 2 Sep 1999, Stephen R. Gore wrote: > Just trying to help out a user who was having probs with adduser, and > noticed that adduser doesn't depend on anything but passwd, which only > depends on libc6, which predepends on ldso, which doesn't list any > type of dependancy. Nowhere is perl li

Re: Apache: unable to use authentification

1999-08-19 Thread Bart-Jan Vrielink
On Wed, 18 Aug 1999, Ernest Johanson wrote: > Marc, > > Try checking the file permissions on your password file. It needs to be > readable by the user the web server runs as. It was me that has the problem :) But the permissions are all right. The problem with this problem is that Apache does n

Re: Apache: unable to use authentification

1999-08-18 Thread Bart-Jan Vrielink
On Tue, 17 Aug 1999, Marc Mongeon wrote: > You need to specify the "AllowOverride AuthConfig" directive for that > directory in one of the main config files (e.g., /etc/apache/access.conf). I have AllowOverride All for this directory. I hoped that All would be enough :) Anyway, without AllowOverr

Apache: unable to use authentification

1999-08-17 Thread Bart-Jan Vrielink
Hello, I'm trying to get Apache (tried the Slink version and the current Potato version) to use authentification for some directory. Inside the directory have the following .htaccess: AuthType basic AuthName rinet AuthUserfile /etc/apache/htpasswd require user bartjan When I try to authentifica