Setting up a Java development environment the debian way.

2005-06-22 Thread Alan Chandler
I have decided the time has come to learn java and use it to develop some web based applications. In particular I have a family tree project I want to conduct. I am a complete newbie as far as java is concerned. I have two debian environments. Server: Runs Sarge - and is running Apache2 and

Re: BT848 loose PAL color with 2.4 to 2.6 kernel swicthing

2005-06-22 Thread Laurent Pointal
Kevin Mark wrote: > Hi Laurent, > it seems that some of the low-volume mailing lists are filled with spam. > I once reported this a year ago, but I dont think they had a good > solution to fix this. I really reduces the usefulness of these lists. > Oh well. > BTW I know that soekris is cheaper than

CDROM was confusing the drive: copy protection

2005-06-22 Thread H. S.
Today a friend of mine tried to play his CD on my computer running Debian Sarge but couldn't. He asked if he was doing something wrong and I looked into the problem. The disc was 'confusing the drive'. I tried playing it with xmms and the CD player in gnome but both hanged. For a moment I thought

Re: OpenOffice and accented vowels

2005-06-22 Thread René Seindal
Saverio Trioni wrote (21-06-2005 09:29): Hi. I have a strange problem, I am using a spanish keyboard, and the accented "composing" vowels do not work in OpenOffice (Sid 2.6.11/ GNOME 2.10/OO 1.1.4). Everywhere else they work, being it in the gnome environment, in a xterm, in the text console,

Re: X configuration

2005-06-22 Thread Angus Leeming
Marty wrote: > How about manually removing the diversion? (man dpkg-divert) Bingo! Gentlemen, many, many thanks for your help. Regards, Angus $ dpkg-divert --list '*cursor*' diversion of /usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz to /usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz-base by xfonts-ar

Re: Etch experiences

2005-06-22 Thread Hans du Plooy
On Wed, 2005-06-22 at 03:19 -0300, Rogério Brito wrote: > On Jun 22 2005, Hans du Plooy wrote: > > Thanks for the replies, Peter and Rogério. > > You're welcome, Hans. > > > It's a P-III 1ghz, 256MB ram, so I don't want to loaded with a too heavy > > distro... > > Your notebook seems to be as po

Re: Sarge Upgrade DEBOCLE ! ! !

2005-06-22 Thread Joerg Rossdeutscher
Am Dienstag, den 21.06.2005, 21:25 -0400 schrieb Tom Allison: > > However, I am really not happy with aptitude. I prefered apt-get. > > Really. But I will give aptitude a chance. > > > > I found aptitude to be a pretty nice console tool. But it took me a > while to understand how it worked. R

Re: sources.list says my Sarge is unstable

2005-06-22 Thread Andreas Janssen
Hello Alexandre Irrthum (<[EMAIL PROTECTED]>) wrote: > I'm discovering Debian and just installed Debian 3.1 r0a (Sarge). The > /etc/apt/sources.list file confuses me. Why are the cdrom sources > marked as unstable if Sarge is now stable ? That "problem" has been there for a long time, even when

Re: Installing custom kernel-image fails on LVM error - I'm lost :/

2005-06-22 Thread Andreas Janssen
Hello Mart Frauenlob (<[EMAIL PROTECTED]>) wrote: > What i'm trying to do: > Install a custom kernel-image build with debian kernel-source and > make-dpkg. I try to trimm down the kernel to hold only what is > absolutely necessary. Also i try to compile directly into the kernel > whatever i think

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Ms Linuz
Alan Chandler wrote: >I have decided the time has come to learn java and use it to develop some web >based applications. In particular I have a family tree project I want to >conduct. > >I am a complete newbie as far as java is concerned. > >I have two debian environments. > >Server: Runs Sarg

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Alan Chandler
Ms Linuz writes: Alan Chandler wrote: ... So my questions are: 1) What tools do I need to develop the application. This includes code editiing, build environment, unit testing, I tried to setup eclipse on my workstation but there are unsatisfied dependencies (java runtime?). Netbe

Re: Installing custom kernel-image fails on LVM error - I'm lost :/

2005-06-22 Thread Benedict Verheyen
Andreas Janssen wrote: Hello Mart Frauenlob (<[EMAIL PROTECTED]>) wrote: What i'm trying to do: Install a custom kernel-image build with debian kernel-source and make-dpkg. I try to trimm down the kernel to hold only what is absolutely necessary. Also i try to compile directly into the kernel

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Hal Vaughan
On Wednesday 22 June 2005 05:17 am, Alan Chandler wrote: > Ms Linuz writes: > > Alan Chandler wrote: > > ... > > >>So my questions are: > >> > >>1) What tools do I need to develop the application. This includes code > >>editiing, build environment, unit testing, I tried to setup eclipse on my > >

Re: CUPS restart-jobs permission

2005-06-22 Thread Clive Menzies
On (21/06/05 17:37), Beretta wrote: > Fellow Debian Users, > > I have a _closed_ network (not connected to the internet) on which I have a > Debian server with CUPS installed. > > I have done a fair amount of searching, but I cannot figure out how I can > configure CUPS to allow _anyone_ to resta

Re: Sarge Upgrade DEBOCLE ! ! !

2005-06-22 Thread Carl Fink
On Wed, Jun 22, 2005 at 10:36:35AM +0200, Joerg Rossdeutscher wrote: > Maybe calling apt "deprecated" was to wrong word, since english is not > my native language. What I wanted to say: The installation-docs for > sarge clearly say something like > "Don't use apt-get anymore. It is not good in re

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Simon Kitching
On Wed, 2005-06-22 at 10:17 +0100, Alan Chandler wrote: > Ms Linuz writes: > > > Alan Chandler wrote: > ... > >>So my questions are: > >> > >>1) What tools do I need to develop the application. This includes code > >>editiing, build environment, unit testing, I tried to setup eclipse on my >

Setting MAILTO to various address in the same crontab?

2005-06-22 Thread Adam Funk
If I want the output of various cron jobs sent to more than one e-mail address, is there anything wrong with doing the following? # beginning of crontab */10 * * * * /path/to/job0 [EMAIL PROTECTED] 02 03 * * */path/to/job1 03 04 5 * */path/to/job2 [EMAIL PROTECTED] 06 07 * * */path/t

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Graham Smith
Alan Chandler wrote: I have decided the time has come to learn java and use it to develop some web based applications. In particular I have a family tree project I want to conduct. I am a complete newbie as far as java is concerned. I have two debian environments. Server: Runs Sarge - and

Re: Setting MAILTO to various address in the same crontab?

2005-06-22 Thread Andy Smith
On Wed, Jun 22, 2005 at 10:58:42AM +0100, Adam Funk wrote: > If I want the output of various cron jobs sent to more than one e-mail > address, is there anything wrong with doing the following? > > # beginning of crontab > */10 * * * * /path/to/job0 > [EMAIL PROTECTED] > 02 03 * * */path/to/j

Re: installing tomcat4

2005-06-22 Thread Adam Hardy
On 21/06/05 03:42 Craig Russell wrote: > I've run into a problem. In the course of making configuration changes > to tomcat4 (can't use 5 with opennms) I completely screwed up the tomcat > installation. So, I removed that package and attempted to re-install. > Unfortunately, it seems that no mat

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Bob
Alan Chandler wrote: [snipped...] So my questions are: 1) What tools do I need to develop the application. This includes code editiing, build environment, unit testing, I tried to setup eclipse on my workstation but there are unsatisfied dependencies (java runtime?). You'll need a build

Re: Good backup software for Linux

2005-06-22 Thread Adam Hardy
On 21/06/05 15:22 Rogério Brito wrote: Alvin Oga wrote: On Tue, 21 Jun 2005, [iso-8859-1] Rogério Brito wrote: All this backup talk got me thinking: what do you guys recommend for backing up workstations with CDs/DVDs for a luser, especially when backing up large amounts of data (say, movie a

A direct way to find hard links?

2005-06-22 Thread Adam Funk
When I see in a listing that a file has one or more other hard links, for example: $ ls -l ... -rw--- 3 jfunk jfunk0 2005-06-22 11:45 bar -rw--- 2 jfunk jfunk0 2005-06-22 11:46 foo ... is there any direct way to find the other /path/to/files that point to the same inodes? Goo

Re: xorg package

2005-06-22 Thread Micha Feigin
On Tue, 21 Jun 2005 10:34:13 +0200 Al Bayrouni <[EMAIL PROTECTED]> wrote: > Hello eveybody, > > I would like to pass to xorg. > I am running under debian unstable. > Is there any xorg package for Debian? > Thanks > Bayrouni > One solution is to use the DRI packages which install xorg, although

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Adam Hardy
On 22/06/05 10:53 Simon Kitching wrote: Personally I think you're buying yourself a world of pain if you try to do servlet/ejb/etc java development using the free java tools. They are definitely getting better and are useable for some tasks but aren't completely there yet. I re-read that 3 time

Re: secure apache in debian

2005-06-22 Thread Jon Dowland
Michael Martinell wrote: What is the best way to secure an entire site in apache? I have 3.1 r0 and have installed the apache package. Basically I want 1 user to be able to access any directory or folder that exists now or will ever exist in the future in the /var/www path. You'll have to be a

Re: A direct way to find hard links?

2005-06-22 Thread Andy Smith
On Wed, Jun 22, 2005 at 11:57:26AM +0100, Adam Funk wrote: > is there any direct way to find the other /path/to/files that point to the > same inodes? > > Googling turned this up > http://lists.svlug.org/pipermail/svlug/1999-November/021967.html > > $ ls -li > $ find /try/this/path -inum 1234 >

Re: VMware on Debian

2005-06-22 Thread Alessandro Contini
Hi, I'm experiencing your same problem. Did you worked out a solution? Alessandro -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Andrey Andreev
Adam Hardy wrote: > On 22/06/05 10:53 Simon Kitching wrote: >> Personally I think you're buying yourself a world of pain if you try to >> do servlet/ejb/etc java development using the free java tools. They are >> definitely getting better and are useable for some tasks but aren't >> completely ther

Re: Good backup software for Linux

2005-06-22 Thread Rick Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam Hardy wrote: > Does anyone backup to DVD? How many gigs can you fit on a DVD? I backup certain files and directories to DVD all the time. DVD will hold 4.7GB. Of course, if you backup using compression you can fit much more than 4.7GB on a DVD.

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Simon Kitching
On Wed, 2005-06-22 at 12:24 +0100, Adam Hardy wrote: > On 22/06/05 10:53 Simon Kitching wrote: > > Personally I think you're buying yourself a world of pain if you try to > > do servlet/ejb/etc java development using the free java tools. They are > > definitely getting better and are useable for so

etch: 3-way merge of conf files

2005-06-22 Thread Paul Smith
I was reading some of the potential Etch goals on debian-devel, and there's one thing that I've wanted for years and years, since like the second day I started using Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=32877 Anyone have any idea on when something like this will be availabl

Re: A direct way to find hard links?

2005-06-22 Thread Andrey Andreev
Adam Funk wrote: > When I see in a listing that a file has one or more other hard links, for > example: [snip] > is there any direct way to find the other /path/to/files that point to the > same inodes? Something like in bash: for (( i=2 ; $i < 10 ; i = $i +1 )) ; do find . -links $i -and -type f

Re: VMware on Debian

2005-06-22 Thread Fernando
Hi, Can you tell us what problem you are experiencing? Fernando.On 6/22/05, Alessandro Contini <[EMAIL PROTECTED]> wrote: Hi, I'm experiencing your same problem. Did you worked out a solution?Alessandro--To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Re: A direct way to find hard links?

2005-06-22 Thread Andrey Andreev
Andrey Andreev wrote: > Adam Funk wrote: >>When I see in a listing that a file has one or more other hard links, for >>example: >>is there any direct way to find the other /path/to/files that point to the >>same inodes? > Something like in bash: > > for (( i=2 ; $i < 10 ; i = $i +1 )) ; do find .

Re: Rescue disk?

2005-06-22 Thread Sylvain Briole
Hi Kent, >>The problem : the new hard disk is too big to be correctly recognized by the >>BIOS, so I disabled it in the BIOS configuration. I have burned Sarge 3.1 >>netinst CD, and ran the install without any problem, with Grub on /dev/hda >>(the new hard disk). This computer has no floppy drive

Freshclam: ERROR: Can't query current.cvd.clamav.net

2005-06-22 Thread Robert S
I have just upgraded to sarge from woody. When I run freshclam (clamav-freshclam package) I get the following: # freshclam ClamAV update process started at Wed Jun 22 22:00:25 2005 ERROR: Can't query current.cvd.clamav.net WARNING: Invalid DNS reply. Falling back to HTTP mode. Connecting via 192

Re: xmms skips all files

2005-06-22 Thread Francisco Borges
Sorry I took a few days to return to this. Unexpected (unrelated) problems in the last few days... » On Fri, Jun 17, 2005 at 08:24PM +0200, Guillaume TESSIER wrote: > >I would clear the play list. Then try just one file. If that does not > >work, can you play that one file with another player? L

Default boot settings (aboot)

2005-06-22 Thread Angus Leeming
At the moment I'm booting my Linux/Alpha machine from the SRM prompt with: >>> boot dbk0 -fl 1 $ cat /etc/aboot.conf 0:2/boot/vmlinuz-2.4.25-1-smp initrd=/boot/initrd.img-2.4.25-1-smp root=/dev/sda2 1:2/boot/vmlinuz-2.4.27-2-smp initrd=/boot/initrd.img-2.4.27-2-smp root=/dev/sda2 How do I get it

Re: xmms skips all files

2005-06-22 Thread Kent West
Francisco Borges wrote: >>It just seems to skip anything it can't play for whatever reason. If >>the files are really there (not just there, on the path that xmms is >>looking for them), check your audio settings, and the >>presence/non-presence of audio daemons, as Aurélien suggested. >> >>

Re: VMware on Debian

2005-06-22 Thread Alessandro Contini
Please excuse me for that... I installed VMware Workstation 4.5.2 build-8848 under Ubuntu linux (kernel 2.6.10-5-k7-smp), and every time I reboot vmware ask me to reconfigure through the vmware-config.pl script. Everything than works fine, however is a little annoying. I browsed a little and find

[HELP}US internaional keyboard with a '£' KEY

2005-06-22 Thread Shidai Liu
Hi there, My laptop was bought in America. But I'm in UK and I have to use the British pound "£" often. Currently I have to use two keyboard layout uk and us. It's quite inconvenient. I'm wondering if there's a way to map a key in a us layout to British pound '£'. Say map Right_Alt -> £. Or any o

Re: OpenOffice and accented vowels

2005-06-22 Thread Jonathan Kaye
En/La Saverio Trioni ha escrit, a 21/06/05 09:29: > Hi. I have a strange problem, I am using a spanish keyboard, and the > accented "composing" vowels do not work in OpenOffice (Sid 2.6.11/ GNOME > 2.10/OO 1.1.4). Everywhere else they work, being it in the gnome > environment, in a xterm, in the

RE: secure apache in debian

2005-06-22 Thread Michael Martinell
> -Original Message- > From: Jon Dowland [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 22, 2005 6:24 AM > To: debian-user > Subject: Re: secure apache in debian > > Michael Martinell wrote: > > > What is the best way to secure an entire site in apache? I have 3.1 r0 > and > > have i

Help wanted for small company

2005-06-22 Thread Brian SANDOVAL
We are looking for goal oriented people who seriously want to make change to their future. Want to reduce your job related stress and make extra money working from home? We are looking for people who share one common goal, the burning desire to make a change. Your personal coach will explain you

Re: .aptitude/config and Automatic Cache Deletion

2005-06-22 Thread Kenneth Jacker
jd> On Tuesday 21 June 2005 07:03, Kenneth Jacker <[EMAIL PROTECTED]> jd> (<[EMAIL PROTECTED]>) wrote: >> 'Autoclean' doesn't seem to be quite what I used in the past. jd> clean: remove all packages from the cache. Yes, I believe it is the "clean" function that I need ... But how to

Re: secure apache in debian

2005-06-22 Thread Petri Varsa
I think this should work for you: AuthType Basic AuthUserFile /etc/apache2/ssl/user_auth AuthName "Test" Require valid-user Put this in under the section. Then use t

Re: How do i find dynamic IP assigned?

2005-06-22 Thread Valeriu Cerchez
--- Derrick Hudson <[EMAIL PROTECTED]> wrote: > On Tue, Jun 21, 2005 at 04:48:51PM -0400, Patrick > Rutkowski wrote: > | On Tuesday 21 June 2005 04:39 pm, Valeriu Cerchez > wrote: > | > I'm trying to find out a(/n easy) way to > determine > | > what is my dynamic IP assigned by my ISP (not my >

Re: How do i find dynamic IP assigned?

2005-06-22 Thread Roberto C. Sanchez
On Tue, Jun 21, 2005 at 09:22:08PM -0400, Derrick Hudson wrote: > On Tue, Jun 21, 2005 at 04:48:51PM -0400, Patrick Rutkowski wrote: > | On Tuesday 21 June 2005 04:39 pm, Valeriu Cerchez wrote: > | > I'm trying to find out a(/n easy) way to determine > | > what is my dynamic IP assigned by my ISP (

Re: [OT] splitting files based on keyword

2005-06-22 Thread Bill Marcum
On Tue, Jun 21, 2005 at 09:57:07PM -0400, kamaraju kusumanchi wrote: > I have a large text file (humongous.txt) with the following structure > > > date 1-1-2005 > line1 > line2 > date 1-2-2005 > line3 > line4 > date 1-3-2005 > line5 > line6 > line7 > line8 > . > > Is there any tool which wil

Sendmail/Sarge "OTP unavailable because . ."

2005-06-22 Thread Robert S
I've just upgraded to sarge. I've been running sendmail and am getting these messages repeatedly in my /var/log/auth.log: Jun 22 23:01:05 debian sm-mta[6126]: OTP unavailable because can't read/write key database /etc/opiekeys: No such file or directory There seems to be a bit of discussion ab

Re: [OT] splitting files based on keyword

2005-06-22 Thread kamaraju kusumanchi
Kevin Mark wrote: On Tue, Jun 21, 2005 at 09:57:07PM -0400, kamaraju kusumanchi wrote: I have a large text file (humongous.txt) with the following structure date 1-1-2005 line1 line2 date 1-2-2005 line3 line4 date 1-3-2005 line5 line6 line7 line8 . Is there any tool which will split t

Re: Freshclam: ERROR: Can't query current.cvd.clamav.net [fixed]

2005-06-22 Thread Robert S
>I have just upgraded to sarge from woody. When I run freshclam >(clamav-freshclam package) I get the following: > WARNING: Invalid DNS reply. Falling back to HTTP mode. Fixed it by adding DNS server to /etc/resolvconf/resolv.conf.d/tail: nameserver 203.194.27.57 .. then running resolvconf -u

Re: A direct way to find hard links?

2005-06-22 Thread Adam Funk
Andrey Andreev wrote: > Andrey Andreev wrote: >> Adam Funk wrote: >>>When I see in a listing that a file has one or more other hard links, for >>>example: >>>is there any direct way to find the other /path/to/files that point to >>>the same inodes? >> Something like in bash: >> >> for (( i=2 ; $i

Re: Sendmail/Sarge "OTP unavailable because . ."

2005-06-22 Thread Fabian Hugelshofer
Robert S wrote: > I've just upgraded to sarge. I've been running sendmail and am getting > these messages repeatedly in my /var/log/auth.log: > > Jun 22 23:01:05 debian sm-mta[6126]: OTP unavailable because can't > read/write key database /etc/opiekeys: No such file or directory > > There seem

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Aurélien Campéas
Le mercredi 22 juin 2005 à 08:01 +0100, Alan Chandler a écrit : > I have decided the time has come to learn java and use it to develop some web > based applications. In particular I have a family tree project I want to > conduct. > > I am a complete newbie as far as java is concerned. Then, al

librrd0-dev & php4-gd = Weird dependancy loop?

2005-06-22 Thread Ramon Bastiaans
Hi all, I might have stumbled across a weird dependancy loop or something. I can't seem to be able to install both librrd0-dev AND php4-gd. They remove each other when I try this: monitor2:~# apt-get install librrd0-dev Reading Package Lists... Done Building Dependency Tree... Done The follow

Re: xmms skips all files

2005-06-22 Thread dbp lists
On 6/22/05, Kent West <[EMAIL PROTECTED]> wrote: > Try logging into a simpler, different environment, such as Icewm or > fluxbox, to keep any audio daemons loaded by KDE/Gnome/etc from getting > in the way, and report the results. If this is really a concern, there's the option of not even loggin

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Aurélien Campéas
Le mercredi 22 juin 2005 à 15:48 +0200, Aurélien Campéas a écrit : > Le mercredi 22 juin 2005 à 08:01 +0100, Alan Chandler a écrit : > > I have decided the time has come to learn java and use it to develop some > > web > > based applications. In particular I have a family tree project I want to

RE: secure apache in debian - FINISHED

2005-06-22 Thread Michael Martinell
> -Original Message- > From: Petri Varsa [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 22, 2005 8:30 AM > To: Michael Martinell; debian-user@lists.debian.org > Subject: Re: secure apache in debian > > I think this should work for you: > > > A

Re: Sarge Upgrade DEBOCLE ! ! !

2005-06-22 Thread Joerg Rossdeutscher
Hi, Am Mittwoch, den 22.06.2005, 05:57 -0400 schrieb Carl Fink: > On Wed, Jun 22, 2005 at 10:36:35AM +0200, Joerg Rossdeutscher wrote: > > > Maybe calling apt "deprecated" was to wrong word, since english is not > > my native language. What I wanted to say: The installation-docs for > > sarge cle

Re: A direct way to find hard links?

2005-06-22 Thread Andrey Andreev
Adam Funk wrote: > For a given, specific path/file X, I know that X is one of the pointers to > inode Y, and I want to find the other path/filenames that point to the same > inode Y. Is there any efficient way to make a command like the following? > $ list_all_hard_links /path/to/x Oh, I see. W

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Alan Chandler
On Wednesday 22 June 2005 14:48, Aurélien Campéas wrote: > Le mercredi 22 juin 2005 à 08:01 +0100, Alan Chandler a écrit : ... > > I am a complete newbie as far as java is concerned. > > Then, allow me to question your choice of Java as a web development > language & platform. > > Are you a newbie

Re: CNN video with Sarge & Firefox???

2005-06-22 Thread Ralph Katz
On 06/21/2005 04:00 PM, Martin D. Weinberg wrote: > Hi, > > I'm running sarge and have: > > ftp://ftp.nerim.net/debian-marillat/ sarge main > > with mplayer and plugger installed. When I launch the cnn video window, > mplayer doesn't run. plugger does launch the process, e.g. from ps: > > pl

Re: CNN video with Sarge & Firefox???

2005-06-22 Thread Martin D. Weinberg
On Wed, 22 Jun 2005 08:38:30 +0200 Jonathan Kaye <[EMAIL PROTECTED]> wrote: > En/La Martin D. Weinberg ha escrit, a 21/06/05 21:37: > > Hi, > > > > I'm running sarge and have: > > > > ftp://ftp.nerim.net/debian-marillat/ sarge main > > > > with mplayer and plugger installed. When I launch the

Re: Logcheck error: Failed to get lockfile: /var/lock/logcheck/logcheck.lock

2005-06-22 Thread Michal Sedlak
Hi thank you for response This command: ps aux|grep logcheck gives only himself back root 8301 0.0 0.0 1840 592 pts/0S+ 17:09 0:00 grep logcheck even when I run logcheck manually it sends me this message: Warning: If you are seeing this message, your log files may n

Re: sarge security

2005-06-22 Thread Ralph Katz
On 06/21/2005 02:50 PM, Florian Ernst wrote: > Hello *, > > On Tue, Jun 21, 2005 at 12:09:38PM -0600, yo mero wrote: > >>So can I ignore this : >>http://www.infodrom.org/~joey/log/?200506142140 >> >>as it its from the same guy who sends the security advisories >>worried me a LOT > > > Ac

RE: How do i find dynamic IP assigned?

2005-06-22 Thread David Baron
On Wednesday 22 June 2005 02:17, [EMAIL PROTECTED] wrote: > I'm trying to find out a(/n easy) way to determine > what is my dynamic IP assigned by my ISP (not my > internal DHCP). I wish to make a script to determine > that by request. gethostip -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Re: [OT] splitting files based on keyword

2005-06-22 Thread Dave Carrigan
On Tue, Jun 21, 2005 at 09:57:07PM -0400, kamaraju kusumanchi wrote: > Is there any tool which will split the above file and give me three > smaller files 1-1-2005.txt, 1-2-2005.txt, 1-3-2005.txt etc., where perl -pe 'open STDOUT, ">$1.txt" if /^date (.*)/' the-big-file -- Dave Carrigan Seattl

Sid DVD .jigdo Files Discontinued?

2005-06-22 Thread Sebastian Canagaratna
Hi: Can someone tell me where I could download the jigdo files for unstable(sid)? For the past month or so, I have been unable to find the dvd jigdo files for unstable in the usual mirrors, e.g., ftp.fsn.hu. In fact, I can't find even the cdrom .jigdo files for sid. Is it that jigdo

Re: Good backup software for Linux

2005-06-22 Thread Siju George
On 6/22/05, Rick Friedman <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Adam Hardy wrote: > > Does anyone backup to DVD? How many gigs can you fit on a DVD? > > > I backup certain files and directories to DVD all the time. DVD will > hold 4.7GB. Of course, if y

Re: mirror sites with sarge

2005-06-22 Thread Siju George
On 6/21/05, Chris Boot <[EMAIL PROTECTED]> wrote: > Hi, > > Siju George wrote: > > >Hi, > > > >To start with. > > > >I have a set of folders "A" on a computer "Sarge1". > >I have another computer "Sarge2" with a copy of the same set of folders "A".. > > > >The contents of the set of folders "A" o

Re: How do i find dynamic IP assigned?

2005-06-22 Thread Andrea Ganduglia
On 6/21/05, Valeriu Cerchez <[EMAIL PROTECTED]> wrote: > I'm trying to find out a(/n easy) way to determine > what is my dynamic IP assigned by my ISP (not my > internal DHCP). I wish to make a script to determine > that by request. > > I would greatly appreciate any suggestion. > Thanks, Val. Su

Re: Copy protected CD's

2005-06-22 Thread Andrew Schulman
> This is just the beginning... > > http://www.gnu.org/philosophy/can-you-trust.html > http://www.eff.org/Infrastructure/trusted_computing/20031001_tc.php > http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html Thanks. This is pretty dismal stuff. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: gnome system sounds crackling (or hoarse) after upgrade

2005-06-22 Thread H. S.
Apparently, _H. S._, on 20/06/05 15:49,typed: > Hi, > > I am having this strange problem. I recently upgraded a laptop running > Debian Unstable and a dektop running Debian Testing. Both machines now > have a faulty Gnome session sounds(login sound, logout sound, system > sounds). The sounds seem

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Glenn English
On Wed, 2005-06-22 at 08:01 +0100, Alan Chandler wrote: > 1) What tools do I need to develop the application. This includes code > editiing, build environment, unit testing, I tried to setup eclipse on my > workstation but there are unsatisfied dependencies (java runtime?). On sarge, I'm usin

Re: sarge security

2005-06-22 Thread Florian Ernst
Hello *, On Wed, Jun 22, 2005 at 11:26:50AM -0400, Ralph Katz wrote: > It's curious that firefox 1.0.4-3 in sid has a security patch for the > frame injection spoofing bug, but there is no security release for > 1.0.4-2 in sarge. > > >From http://packages.qa.debian.org/m/mozilla-firefox/news/1.

BitTorrent Clients and X

2005-06-22 Thread Martin McCormick
Does BitTorrent require X to run under Linux? I was going to download a file that appears to exist only in .torrent form and was shunted to the BitTorrent web site to download a .deb package. I figured this was a good time to learn about BitTorrent so I downloaded the package and

Re: BitTorrent Clients and X

2005-06-22 Thread Lee Braiden
On Wednesday 22 Jun 2005 17:02, Martin McCormick wrote: > Does BitTorrent require X to run under Linux? > > I was going to download a file that appears to exist only in > .torrent form and was shunted to the BitTorrent web site to download a > .deb package. Next time, try apt-cache sea

Re: mirror sites with sarge

2005-06-22 Thread Chris Boot
Siju George wrote: On 6/21/05, Chris Boot <[EMAIL PROTECTED]> wrote: Hi, Siju George wrote: Hi, To start with. I have a set of folders "A" on a computer "Sarge1". I have another computer "Sarge2" with a copy of the same set of folders "A".. The contents of the set of folders "A" o

Re: BitTorrent Clients and X

2005-06-22 Thread Sven Hoexter
On Wed, Jun 22, 2005 at 11:02:46AM -0500, Martin McCormick wrote: > Does BitTorrent require X to run under Linux? > > I was going to download a file that appears to exist only in > .torrent form and was shunted to the BitTorrent web site to download a > .deb package. I figured this wa

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Alan Chandler
On Wednesday 22 June 2005 12:24, Adam Hardy wrote: ... > I use JBoss, Tomcat, Sun JDK, Eclipse, ant (or > maven) and I have no issues. > I am beginning to get a picture. But one thing is still confusing me on the server end. What is the difference between JBoss and Tomcat. The JBoss web site s

Re: [OT] splitting files based on keyword

2005-06-22 Thread Stephen R Laniel
On Tue, Jun 21, 2005 at 09:57:07PM -0400, kamaraju kusumanchi wrote: > I have a large text file (humongous.txt) with the following structure One more Perl script to add to the mix, below. It's perhaps paranoid and verbose in its error reporting, but I hope it helps you to write your own scripts. Y

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Aurélien Campéas
Le mercredi 22 juin 2005 à 16:05 +0100, Alan Chandler a écrit : > On Wednesday 22 June 2005 14:48, Aurélien Campéas wrote: > > Le mercredi 22 juin 2005 à 08:01 +0100, Alan Chandler a écrit : > ... > > > I am a complete newbie as far as java is concerned. > > > > Then, allow me to question your choi

Re: Good backup software for Linux

2005-06-22 Thread Rick Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Siju George wrote: > Thanks for the reply rick :-) > > could you please suggest some DVD writers that works well with Sarge?? > > Knd regards > > Siju Well, I use an HP dvd writer dvd420i. It supports DVD-R, DVD+R, DVD-RW & DVD+RW. It works perfect

sata device position and SW Raid

2005-06-22 Thread michael
Hi, I have 4 SATA (sda1, sdb1, sdc1, sdd1) hard drives in a software raid 5. I have 1 other SATA drive (sde1) just mounted seperatly. I noticed that on a reboot, and one of the raid drives dies, the other drives just fall into place. For example: If sdc fails, or is powered off, then sda1 stays

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Aurélien Campéas
Le mercredi 22 juin 2005 à 09:59 -0600, Glenn English a écrit : > On Wed, 2005-06-22 at 08:01 +0100, Alan Chandler wrote: > > > 2) What run time environment Don't try anything other than Sun JDK (especially *not* the blackdown javas). > > I'm using Sun's JDK 5 (or whatever they're calling it t

Re: BitTorrent Clients and X

2005-06-22 Thread Caleb Walker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin McCormick wrote: > Does BitTorrent require X to run under Linux? No, but it will > .deb package. I figured this was a good time to learn about > BitTorrent so I downloaded the package and nothing much else really I think it was alread

run into a roadblock

2005-06-22 Thread Silverweave Web Solutions
Hello   I’m installing linux for the first time and I’m having an issue when it preconfigures the packages.  It’s hanging and not doing a thing.  i need to know if it processes through the CPU for a very long time or it’s hanging cause there’s no hard drive activity at all.  I’m stumped c

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Aurélien Campéas
Le mercredi 22 juin 2005 à 17:20 +0100, Alan Chandler a écrit : > On Wednesday 22 June 2005 12:24, Adam Hardy wrote: > ... > > I use JBoss, Tomcat, Sun JDK, Eclipse, ant (or > > maven) and I have no issues. > > > > I am beginning to get a picture. But one thing is still confusing me on the > ser

Re: sata device position and SW Raid

2005-06-22 Thread Hannuman Bull
Try using udev to assign permanent device names to each drive. http://www.reactivated.net/writing_udev_rules.html --Hannuman [EMAIL PROTECTED] wrote: Hi, I have 4 SATA (sda1, sdb1, sdc1, sdd1) hard drives in a software raid 5. I have 1 other SATA drive (sde1) just mounted seperatly. I noti

Re: BitTorrent Clients and X

2005-06-22 Thread Martin McCormick
Sven Hoexter writes: >Look out for btdownloadcurses.py and the other btdownload*.py programs >installed in /usr/bin Thank you and also thanks to the person who recommended apt-get install bittorrent. I actually had tried that but what was truly wrong was that I hadn't updated the package

Re: CNN video with Sarge & Firefox???

2005-06-22 Thread Jonathan Kaye
En/La Martin D. Weinberg ha escrit, a 22/06/05 17:02: > Hi Jonathan, > > Nope. > > I *had* been using the Plugger plug-in (fredrik.hubbe.net/plugger.html). > Based on your question, I tried the mplayer plugin from sourceforge and > now everything works fine. In addition, the mplayer plugin seem

Gnome doesn't see user's PATH

2005-06-22 Thread Forrest Smith
Hi all! Does anyone know why apps run from the panel aren't aware of user's environment vars, specifically PATH? Example, if Mutt is executed from my panel, I can't execute commands that are in my PATH. If I run it from a terminal window, I can. The same goes for Emacs. I'm using Gnome 2.8.

[Fwd: Re: test]

2005-06-22 Thread steef
Original Message Subject:Re: test Date: Wed, 22 Jun 2005 18:54:46 +0200 From: steef <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Ian Langnickel <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PR

dselect and a Recent Experience

2005-06-22 Thread Martin McCormick
In the spirit of helpfulness on this list, I want to repay some of the assistance I have gotten from others, here. This message is a warning, not a gripe. I think Linux software is astoundingly robust. Like anything, there are gotchas. I am not sure exactly what happened, but I last wee

Re: dselect and a Recent Experience

2005-06-22 Thread Clive Menzies
On (22/06/05 12:06), Martin McCormick wrote: > In the spirit of helpfulness on this list, I want to repay > some of the assistance I have gotten from others, here. This message > is a warning, not a gripe. I think Linux software is astoundingly > robust. Like anything, there are gotchas.

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Alan Chandler
On Wednesday 22 June 2005 11:28, Graham Smith wrote: > > As for installing Java I recommend using java-package. It's quick and > easy and seems to work with all the modern VM packages. > Have you done this? It doesn't appear to be working for me - the error below is the same for jre-1_5_0_03-l

Re: dselect and a Recent Experience

2005-06-22 Thread Oliver Elphick
On Wed, 2005-06-22 at 12:06 -0500, Martin McCormick wrote: > Today, here at work, I was going to install bittorrent on ta > Debian system and I used dselect to list the packages in order to find > bittorrent. It found it and I started to install from there except I > saw that dselect was als

Re: Gnome doesn't see user's PATH

2005-06-22 Thread Oliver Elphick
On Wed, 2005-06-22 at 11:49 -0500, Forrest Smith wrote: > Hi all! > > Does anyone know why apps run from the panel aren't aware of > user's environment vars, specifically PATH? > > Example, if Mutt is executed from my panel, I can't execute > commands that are in my PATH. If I run it from a te

  1   2   >