Re: Hoster with Debian Etch support in the USA

2007-02-23 Thread Gregor Schneider

If you're German, why not try Hetzner, or, if you need a managed
server and got the money for it, PlusLine?

Cheers

Greg
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




modprobe

2007-01-11 Thread Gregor Schneider

Hi guys,

I'm having a problem with the installation of vsftp.

I'm getting a weird error (500 oops...). When googeling for this
error, I found that a

"modprobe capability" helps to fix this error.

Since I'm quite new to Linux, I'm wondering if there's a possibility
that "capability" gets loaded automatically so that I don't have to
manually call "modprobe capability" after every system-boot.

Could somebody please let me know how this is done or where I could look it up?

I'm running Edge, BTW.

TIA

Greg
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Quick question

2007-01-03 Thread Gregor Schneider

thanks, guys, got it!

Greg
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Quick question

2007-01-03 Thread Gregor Schneider

Hi guys,

just a short question:

After installing Edge, I see the common-user-$PS1 as follows:

${debian_chroot:+($debian_chroot)[EMAIL PROTECTED]:\w\$

I understand [EMAIL PROTECTED]:\w\$, however, what does

${debian_chroot:+($debian_chroot)}

do?

TIA

Greg
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: a bug with tomcat5.5 on debian

2007-01-03 Thread Gregor Schneider

start tomcat and type "netstat -lnp" to check on which port tomcat is listening.

besides, since tomcat is a pure-java-installation, i recommend to

- install java from debian-source
- download tomcat from tomcat.apache.org (do not use the debian-source-tree)
- configure tomcat according to your needs
- enjoy

greg
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




SOLVED: Re: Problems of loading Tomcat at OS-startup

2006-12-27 Thread Gregor Schneider

sorry, the reason for this was a wrongly configured JAVA_HOME,
however, my script didn't bother to log the appropriate message.

cheers

greg
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Problems of loading Tomcat at OS-startup

2006-12-27 Thread Gregor Schneider

Hi list,

I'm quite a Debian-newbie, therefore please forgive me if I'm asking
some beginner's questions.

Anyway, here's my problem:

- I've written a startup-script to launch Tomcat 55 which I placed in
/etc/init.d
- The rights are set to ugo+rx go-w, owner is root
- Then I've created a symbolic link with sudo ln -s ../init.d/tomcat55
S71tomcat55 in the directory /etc/rc2.d
- the link shows up correctly in /etc/rc2.d
- when I start Tomcat manually via /etc/init.d/tomcat55 start,
everything works fine
- however, when I boot the system, Tomcat is not started. No info in
Tomcat-logs, and I couldn't find anything in /var/logs that gave me
the reason for this.

My runlevel is N 2, so putting the symbolic link into /etc/rc2.d
should be ok, hm?

Debian-version is Edge

Strangely, same config is working on Sarge

Before I'm posting the script: Did I miss anything here? Could
somebody please give me a hint what to look at?

TIA

Greg
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]