Re: Old friend gone awry :-)

2004-05-27 Thread David Baron
On Friday 28 May 2004 02:06, [EMAIL PROTECTED] wrote: > Renice the process to 19 if it isn't that way already. How do I do this-- run with a script with the nice command? (Have not used "nice" as of yet.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: 2.6.6 unsupported wireless? That can't be true!

2004-05-27 Thread Alvin Oga
hi ya "orig poster" On Thu, 27 May 2004, Mark Roach wrote: > > > > > > > > eth1 IEEE 802.11-DS ESSID:"Wavelan Network" Nickname:"smeagol" > > > > Mode:Managed Frequency:2.457GHz Access Point: 44:44:44:44:44:44 ... > > > You are not connected to a wireless network. try us

Re: Old friend gone awry :-)

2004-05-27 Thread David Baron
On Friday 28 May 2004 02:06, [EMAIL PROTECTED] wrote: > I run SETI for many yaers now, on Woody and Sarge, and had never problems. > To only time I shut down SETI, is when I play UT2003 How do you run it? Are there some options for limiting disk usage, priority, etc. The problem occured when cro

First Aid & CPR indoor training seminar

2004-05-27 Thread Settec Training
Title: SETTEC NewsLetter

Re: XMMS Plays Really Slow

2004-05-27 Thread Jake Johnson
On Tue, May 25, 2004 at 04:50:56PM -0500, Jacob S. wrote: > On Tue, 25 May 2004 13:13:29 -0700 > Jake Johnson wrote: > > > How does the new kernel work without running esd? I still stay away > > from esd because of the extra load. > > It all plays very slow, regardless o

Re: bad thing Re: Compromised-machine?? netbus-

2004-05-27 Thread tripolar
Alvin Oga wrote: hi ya tripolar On Thu, 27 May 2004, tripolar wrote: What logs? /var/log/{messages,syslog,debug,warn} here are a few lines from "hit" list time:May 27 21:22:29 in: out:eth1 port:12345 source:192.168.1.1 dest:81.53.*.* len:44 tos:0x00 protocol:tcp service:netbus time:May

Re: jabber

2004-05-27 Thread Mark Roach
On Wed, 2004-05-26 at 13:14 -0300, Suporte Linux Solutions wrote: > Hi all, > I installed a jabber server and got the following error when try to connect. > Anyone can help me? > TIA,Suporte Linux Solutions You may want to 1) Give some information on how you

Re: Using rsync over SSH

2004-05-27 Thread glenn
I'm happy to be corected here, but if you use rsync --server --daemon,  doesn't that exclude ssh from the equation? In order to use ssh, do you not need rsync -e ssh ...  from the instigating end, which then talks to the ssh deamon, not the rsync deamon? Glenn in which the connect On Fri

Re: 2.6.6 unsupported wireless? That can't be true!

2004-05-27 Thread Mark Roach
On Thu, 2004-05-27 at 02:08 -0400, Emma Jane Hogbin wrote: > On Thu, May 27, 2004 at 07:46:21AM +0200, Martin Hermanowski wrote: > > > smeagol:~ 00:40:19 $ iwconfig > > > lono wireless extensions. > > > > > > eth0 no wireless extensions. > > > > > > eth1 IEEE 802.11-DS ESSID:"

Re: spamassassin question

2004-05-27 Thread Joost De Cock
On Thursday 27 May 2004 20:03, Jacob Vallandingham hurled the following on the wire: > I am trying to run spamassassin on an internal linux box with sendmail. It > is runing but the e-mails I send for tests don't get the *SPAM* > message in the header. I know the content of the e-mails sh

Re: testing open ports on the user's side

2004-05-27 Thread Alvin Oga
hi ya On Fri, 28 May 2004, Emma Jane Hogbin wrote: > I'm working on a web site that includes streamed rich media files. I need > a way to test to see which ports the user can access if they're behind a > firewall. I'm guess that I need to try and send them an object (a picture > maybe?) on one o

bad thing Re: Compromised-machine?? netbus-

2004-05-27 Thread Alvin Oga
hi ya tripolar On Thu, 27 May 2004, tripolar wrote: > What logs? /var/log/{messages,syslog,debug,warn} > here are a few lines from "hit" list > time:May 27 21:22:29 in: out:eth1 port:12345 source:192.168.1.1 > dest:81.53.*.* len:44 tos:0x00 protocol:tcp service:netbus > time:May 27 22:10:38

Re: Compromised-machine?? netbus- request from my debian-sid machine to outside IP to port 12345

2004-05-27 Thread tripolar
Paul Johnson wrote: tripolar <[EMAIL PROTECTED]> writes: I see hits from my debian machine to 81.53.*.* port 12345 - under service it says "netbus" I dont think I installed netbus. Could my machine be compromised? I doubt it. Are you using PortSentry or some other port monitoring system?

Re: Compromised-machine?? netbus- request from my debian-sid machine to outside IP to port 12345

2004-05-27 Thread Paul Johnson
tripolar <[EMAIL PROTECTED]> writes: > I see hits from my debian machine to 81.53.*.* port 12345 - under > service it says "netbus" > I dont think I installed netbus. Could my machine be compromised? I doubt it. Are you using PortSentry or some other port monitoring system? -- Paul Johnson <[E

Re: 2.6.6 unsupported wireless? That can't be true!

2004-05-27 Thread Emma Jane Hogbin
On Fri, May 28, 2004 at 12:40:18AM +0200, Benedict Verheyen wrote: > Have you been able to get a wireless connection with another kernel? > If not, it's best to start of with as less security features enabled as > possible. Thanks for your suggestions. After returning the router to the default fac

Compromised-machine?? netbus- request from my debian-sid machine to outside IP to port 12345

2004-05-27 Thread tripolar
cablemodem>hardware firewall/router>debian-sid machine on LAN running firestarter (GUI firewall program). I see hits from my debian machine to 81.53.*.* port 12345 - under service it says "netbus" I dont think I installed netbus. Could my machine be compromised? Thanks -- To UNSUBSCRIBE, email t

Re: Detecting EOF

2004-05-27 Thread Alan Shutko
Simon Buchanan <[EMAIL PROTECTED]> writes: > I am trying to detect that a file has stopped copying via FTP. As an > example: User sending a file via FTP (100MB), cron job to test if the file > has completed and then launch a command to do something with that file. You could just keep checking the

Detecting EOF

2004-05-27 Thread Simon Buchanan
Hi There, I am trying to detect that a file has stopped copying via FTP. As an example: User sending a file via FTP (100MB), cron job to test if the file has completed and then launch a command to do something with that file. Like a 'watch folder' type thing. How can i find out if the file has co

back to debootstrap troubles

2004-05-27 Thread David T-G
Hi, all -- Yes, I'm back with more questions :-/ Let's see if this post finally makes it through. Colin Watson had suggested a debootstrap --download-only from a real mirror to build an install tree that I could use for an install. I was at the time already working on pulling down the pool/

Re: books on debian

2004-05-27 Thread dircha
Fernando Cardenas wrote: I am still new to linux, can somebody suggest me books on debian? Thanks. Have you checked the Debian Documentation page [1] yet? There are very few Debian-specific books - and I know of none more useful than what is already available electronically. Look in /usr/share/d

Re: XFree86 4.2 install

2004-05-27 Thread Alexander Schmehl
* todd shifflett <[EMAIL PROTECTED]> [040527 04:16]: > In trying to download and install 4.2 this is what I did... > > wget -r -l 1 -A .rpm > ftp://ftp.suse.com/pub/suse/ppc/supplementary/C/suse73/4.2.0 > > which seemed to work just fine. Why are you trying to install SuSE rpms on your D

Re: OT - trivial programming language

2004-05-27 Thread Steve Lamb
Micha Feigin wrote: > And I don't remember the syntax, but you can get vim to use tabs > instead of spaces also. No self respecting programmer should ever use tabs. Ever. And yeah, I know certain people (*cough*Linus*cough*) does, doesn't mean the rest of us mere mortals should lest we get g

Your medication delivered to your door step HAK05j9zxIPtGsFy

2004-05-27 Thread Elena Paul
You too can now enjoy the same deep discounts offered to US residents by ordering your prescriptions directly from us. %RND_AD_2 Plus: %RND_ALL_OTHER_MEDS We actually stock the drugs. Best prices here.. Use Microsoft Internet Explorer to view the following website: www.%RND_HOST. Please c

Re: recompiling the kernel with APM support

2004-05-27 Thread s. keeling
Incoming from Luis Finotti: > > I did not quite follow your suggestion, though. It > seems that I can't/shouldn't change the > kernel-image-2.4.18-k7 manually, and even if I could > do it, I would not know exactly how to change it... No, you shouldn't. You should see from that config how that k

Re: c++ hello world help

2004-05-27 Thread Micha Feigin
On Thu, May 27, 2004 at 07:09:54AM -0400, Lorenzo Prince wrote: > Thus spake Kevin Mark: > # gcc works with C programs. > # but c++ programs cant find the libs. and use g++ for c++ it has some extra definitions for where the c++ libraries and headers are located. > # =

Re: OT - trivial programming language

2004-05-27 Thread Micha Feigin
On Wed, May 26, 2004 at 04:41:55PM -0600, s. keeling wrote: > Incoming from Steve Lamb: > > Faheem Mitha wrote: > > > Bob Proulx makes good points elsewhere in this thread. Whether you > > > like the indentation as syntax feature is really a matter of > > > taste. Personally, I am ambivalent about

Re: Beta4 Installer - Multiple Debian Versions?

2004-05-27 Thread Micha Feigin
On Thu, May 27, 2004 at 09:43:31AM -0400, Adam Aube wrote: > Kenneth Jacker wrote: > > > I've been doing some experimental installs (which, BTW, have worked > > perfectly so far) using the Beta4 installer: > > Good. Have you been filing install reports? > > > The console "login" screen shows the

Re: Old friend gone awry :-)

2004-05-27 Thread Benedict Verheyen
>- Original Message - >From: "Werner Mahr" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, May 27, 2004 9:15 PM >Subject: Re: Old friend gone awry :-) > >Hi, >I run SETI for many yaers now, on Woody and Sarge, and had never problems. To >only time I shut down SETI, is when I p

Re: 2.6.6 unsupported wireless? That can't be true!

2004-05-27 Thread Benedict Verheyen
Emma Jane Hogbin wrote: > On Thu, May 27, 2004 at 07:46:21AM +0200, Martin Hermanowski wrote: Have you been able to get a wireless connection with another kernel? If not, it's best to start of with as less security features enabled as possible. Maybe just the ESSID but leave the rest turned off.

Re: BroadCom net card (bcm4400 kernel module) and sarge installer

2004-05-27 Thread Rua Haszard Morris
Thanks a lot; I actually already have the download (that same link was in my original post!!). My question is how to I get this set up early in the install process so I can proceed with install as normal? Alternatively, how do I set up the card now that I have a very minimal install & then pro

Re: ALSA strangeness

2004-05-27 Thread Loren M. Lang
On Mon, May 24, 2004 at 07:30:45PM -0700, Steven Yap wrote: > On Mon, 2004-05-24 at 13:26, Alex Malinovich wrote: > > > > I had thought that all ALSA drivers had support for multiple audio > > streams. Is this not the case? > > Yes and no. On hardware with built-in multi-stream playback (like in

Re: recompiling the kernel with APM support

2004-05-27 Thread Luis Finotti
--- Roberto Sanchez <[EMAIL PROTECTED]> wrote: > > You must also, in addition to modifying the kernel > command line, insert the apm module. > > # echo "apm" >>/etc/modules > > -Roberto Great, Roberto! That just did the trick! Thanks. Also, thanks to Keeling and Greg. Keeling: I did not

Re: DHCP slow renewal, actually times out but mysteriously still gets an IP

2004-05-27 Thread Rob Sims
On Friday 21 May 2004 12:55 pm, Stalks wrote: > # I first restarted the dhcp3-server process > May 21 14:24:13 nooblet dhcpd: Wrote 0 deleted host decls to leases file. > May 21 14:24:13 nooblet dhcpd: Wrote 0 new dynamic host decls to leases file. > May 21 14:24:13 nooblet dhcpd: Wrote 0 leases to

books on debian

2004-05-27 Thread Fernando Cardenas
I am still new to linux, can somebody suggest me books on debian? Thanks. Fernando Cárdenas Universal Systems, Inc. 1356 East 3300 South Salt Lake City, Utah 84106 Phone (801)484-9151 Fax (801)467-8020 www.usicomputer.com [EMAIL PROTECTED]

Partitioning in Sage

2004-05-27 Thread Paul Maser
I'm trying to do a net-install of Sarge on an old ALR 8300 3 disc Megaraid and when I get to partitioning it only gives me a choice of raid, LVM or swap. It never offers ext2 or ext3. Do I choose one of the three offered or is this a bug? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

Re: Old friend gone awry :-)

2004-05-27 Thread Jim Bailey
On May 27, 08:45, David Baron wrote: > A few years back, I used to run SETI at home on my Windows machine. This is > the first of but a few attempts at distributed computing at its utmost. Never > had any problems with it--when I needed the CPU more intensively, I shut down > the SETI. > > So,

Re: Debian downgrade from unstable to testing

2004-05-27 Thread Joseph
I don't have this manual 5 apt_preferences installed. When I create the preferences file name, I get: E: Invalid record in preferences file... I've installed my debian from Knoppix, though it shouldn't make much difference I think. -- Joseph > Read about pinning man 5 apt_preferences > > You ne

Re: delete key doesn't work with csh in xterm session

2004-05-27 Thread Thomas Dickey
Croy, Nathan <[EMAIL PROTECTED]> wrote: >> For users using /bin/csh and running rxvt-xterm, their delete >> key does not >> work. >> Users running /bin/bash and running rxvt-xterm, their delete >> key does work. >> >> Both delete keys work on an ssh session. >> I've looke through google, and fou

Re: Old friend gone awry :-)

2004-05-27 Thread Werner Mahr
Hi, I run SETI for many yaers now, on Woody and Sarge, and had never problems. To only time I shut down SETI, is when I play UT2003. -- MfG usw. Werner Mahr registered Linuxuser: 295882 pgp5iH8YSmdjj.pgp Description: signature

Question about dpkg-scanpackages

2004-05-27 Thread King, Richard (Unix Messaging)
Hello List! I've setup my apt-get repository the way I like it. Now my other goal is to include my custom Debian packages in my apt-get repository. The way I understand dpkg-scanpackages, is that packages listed in the Packages.gz file are available via apt-get install. The trouble I'm runnin

Re: chkrootkit output question - Unknown HZ value!???

2004-05-27 Thread Derrick 'dman' Hudson
On Tue, May 25, 2004 at 04:03:14PM -0700, August MacBeth wrote: | Derrick, | | supposedly when machines are up for a lng ass time, procps gets | whacked and this error starts popping up.. solution: reboot or upgrade | to a new(er) version of procps. Ok, thanks. I think I'll wait a while an

RE: spamassassin question

2004-05-27 Thread Michael Martinell
I am assuming you are processing spamassassin before you tell sendmail to deliver. I use qmail so I can't really tell you how to make sure. At any rate: Otherwise go to /etc/spamassassin and edit the local.cf file and change the subject tag to what you want. If you change the required hits in

Re: Debian downgrade from unstable to testing

2004-05-27 Thread Joseph
Broken packages due to dependency, but I could have something do do with my source list: # Security updates for "stable" deb http://security.debian.org stable/updates main contrib non-free deb http://security.debian.org testing/updates main contrib non-free # Unstable deb http://ftp.de.debian.org/

spamassassin question

2004-05-27 Thread Jacob Vallandingham
I am trying to run spamassassin on an internal linux box with sendmail. It is runing but the e-mails I send for tests don't get the *SPAM* message in the header. I know the content of the e-mails should be classified as spam and I've even changed the number of hits required to 1 and got no

Re: problem with samba, windoze -> smbfs and directories

2004-05-27 Thread martin f krafft
also sprach martin f krafft <[EMAIL PROTECTED]> [2004.05.27.1843 +0200]: > We are running a 3.0.2a Samba server here, which works fine, except > for one detail: when a Windows users creates a folder in a "guest ok > = no" share, that folder is not accessible to Linux users via > smbfs, even though

Re: unsubscribe

2004-05-27 Thread Nicos Gollan
On Thu, 27 May 2004 10:42:43 -0700 "Jay Kelly" <[EMAIL PROTECTED]> wrote: > ? ! -- Got Backup? Jabber: Shadowdancer at jabber.fsinf.de pgpdlFebZXWn2.pgp Description: PGP signature

Old friend gone awry :-)

2004-05-27 Thread David Baron
A few years back, I used to run SETI at home on my Windows machine. This is the first of but a few attempts at distributed computing at its utmost. Never had any problems with it--when I needed the CPU more intensively, I shut down the SETI. So, I saw it on SID, also got an email posting from t

unsubscribe

2004-05-27 Thread Jay Kelly
 

Re: DHCP

2004-05-27 Thread Adam Aube
sokhan heng wrote: > I wonder if I have to download the DHCP packet from the web, even > though I have got a set of debian cd (7 cd)? You should be able to use apt-cdrom to add those CDs to your sources.list and install software from there. See the man page for apt-cdrom. Adam -- To UNSUBSCR

Re: Debian downgrade from unstable to testing

2004-05-27 Thread Sven Hoexter
On Thu, May 27, 2004 at 10:57:00AM -0600, Joseph wrote: > I did change in source.list unstable to testing: apt-get update > apt-get dist-upgrade but it didn't do anything. I still can not > reinstall the evolution nor samba. > > They are experimenting with unstable too much, it is not for me. Rea

Re: Debian downgrade from unstable to testing

2004-05-27 Thread Adam Aube
Joseph wrote: > I did change in source.list unstable to testing: apt-get update > apt-get dist-upgrade but it didn't do anything. I still can not > reinstall the evolution nor samba. What errors do you get? Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Re: make-kpkg --revision policy and glibc?

2004-05-27 Thread CW Harris
On Wed, May 26, 2004 at 10:43:26AM +0200, Michal R. Hoffmann wrote: > Hello, Hi. I don't see any answers from people more knowledgeable about "policy", so I'll give it a try... > > after compiling 2.4.26 kernel I'm in trouble upgrading debian/unstable. > glibc complains about kernel subversion >

Re: Debian downgrade from unstable to testing

2004-05-27 Thread Joseph
I did change in source.list unstable to testing: apt-get update apt-get dist-upgrade but it didn't do anything. I still can not reinstall the evolution nor samba. They are experimenting with unstable too much, it is not for me. -- Joseph On Thu, 2004-05-27 at 09:49, Adam Aube wrote: > Joseph wr

RE: DHCP

2004-05-27 Thread Croy, Nathan
1. Make sure you have a working /etc/apt/sources.list Here is mine (note you may have to comment/remove any lines you have refering to the CD): deb http://debian.uchicago.edu/debian/ stable main contrib deb http://non-us.debian.org/debian-non-US stable/non-US main contrib deb http://debian.uchicag

problem with samba, windoze -> smbfs and directories

2004-05-27 Thread martin f krafft
Hi all, We are running a 3.0.2a Samba server here, which works fine, except for one detail: when a Windows users creates a folder in a "guest ok = no" share, that folder is not accessible to Linux users via smbfs, even though the UNIX permissions are fine. In fact, the folder is perfectly accessib

Kernel-2.6.5 and modules question..

2004-05-27 Thread Ishwar Rattan
I am running kernel 2.6.5. I removed the ide-scsi line from /etc/modules but it is loaded all the same. Looks like a fresh /etc/modules is generated at every boot! Is there a way to force it to load only the modules that I want? -ishwar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

Re: Debian downgrade from unstable to testing

2004-05-27 Thread Adam Aube
Joseph wrote: > Is there a way to downgrade Debian unstable to testing. You should just be able to change your sources.list from "unstable" to "testing" and then update and dist-upgrade. Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

kdm, sawfish and .xsession

2004-05-27 Thread Brendan Halpin
I'm trying to get kdm working with sawfish, without using kde. I've been reading the code in /etc/kde3/kdm/Xsession, /etc/X11/Xsession and /etc/X11/Xsession.d/*, and my conclusion is that kdm is not meant to read ~/.xsession when it is asked to run sawfish or another window manager. (As an aside, I

RE: delete key doesn't work with csh in xterm session

2004-05-27 Thread Lucas Albers
Croy, Nathan said: >> For users using /bin/csh and running rxvt-xterm, their delete >> key does not >> work. >> Users running /bin/bash and running rxvt-xterm, their delete >> key does work. > stty erase Nope, doesn't work. Thanks though. -- --Luke CS Sysadmin, Montana State University-Bozeman

Re: Replicating Debian Systems

2004-05-27 Thread Lucas Albers
Adam Aube said: > Loren M. Lang wrote: > >> I may have to rapidly deploy multiple debian systems that will have >> the same software installed and be configured the same way. The ideal >> way to install debian would be to stick a cd into a computer, turn it >> on, and come back a couple hours late

Re: woody/sarge vs. stable/testing in sources.list

2004-05-27 Thread Lucas Albers
somebody said: >>>systems every day. I've been doing it on about 10 systems for about 2 >>>years, and haven't had a lot of trouble; indeed once my mail servers >>> went >>>down for a few hours for that reason, but my mail servers are always >>> looking >>>for an excuse to go down. Use ssh-agent, a

Debian downgrade from unstable to testing

2004-05-27 Thread Joseph
Is there a way to downgrade Debian unstable to testing. Few days ago I did dist-upgrade and samba is broken, today when I did dist-upgrade, evolution email was de-installed and is broken now. -- Joseph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con

Re: Re: Hi

2004-05-27 Thread Spam Interceptor
, This is Skot Oakley. I am running Spam Interceptor to get rid of junk email. Please follow this link to verify that the message you sent me isn't junk email. http://si20.com/auth?uid=803&mid=20424&sid=debian-user%40lists.debian.org Your email was intercepted because it got a spam rating of 5

Re: Exim errors

2004-05-27 Thread S.D.A.
On Thu, May 27, 2004 at 09:35:00AM +0100 or thereabouts, Craig Shelley wrote: > Hello, > > I am having exactly the same problem with exim. > The postmaster account receives the following errors by email, daily. > > failed to open DB file /var/spool/exim/db/retry: File exists > failed to open DB f

Unsubscription Confirmation

2004-05-27 Thread webmaster
You have now unsubscribed and no more messages will be sent. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: configuring alsa drivers on Debian 3.0r2 (2.4.18-bf2.4)

2004-05-27 Thread Mark Par
On Thu, 27 May 2004 10:37:21 +, Gary Parker wrote: > I just installed Debian 3.0r2 with kernel 2.4.18-br2.4 on a new > computer with on board sound. The manufacturer of the board, > ASUS, provided alsa drivers, alsa-driver-0.9.1adi.tgz, on a CD > along with a README file: < snip > > I'm not

Re: configuring alsa drivers on Debian 3.0r2 (2.4.18-bf2.4)

2004-05-27 Thread Mark Crean
On Thu, 2004-05-27 at 11:37, Gary Parker wrote: [snip] > When KDE starts I get and error message: > *** Begin Error message *** > Sound Server Informational Messsage > Error while initializing sound driver: > divice /dev/dsp can't be opened (Permisson Denied) > > The sound server will contin

Re: Messages from cron daemon and exim_tidydb

2004-05-27 Thread Pete Clarke
> What do these messages from the cron daemon mean? > Failed to open DB file /var/spool/exim/db/retry: File exists > and > Failed to open DB file /var/spool/exim/db/wait-remote_smtp: File exists I had these on one of my boxes that has exim set up as a satellite system. It would relay mail

Messages from cron daemon and exim_tidydb

2004-05-27 Thread Marc Shapiro
What do these messages from the cron daemon mean? Failed to open DB file /var/spool/exim/db/retry: File exists and Failed to open DB file /var/spool/exim/db/wait-remote_smtp: File exists I get these messages every morning from the cron daemon. Both of these files do exist, as well as .lockf

Re: Beta4 Installer - Multiple Debian Versions?

2004-05-27 Thread Adam Aube
Kenneth Jacker wrote: > I've been doing some experimental installs (which, BTW, have worked > perfectly so far) using the Beta4 installer: Good. Have you been filing install reports? > The console "login" screen shows the following: > > Debian GNU/Linux testing/unstable foobar tty1 Th

Re: Qmail

2004-05-27 Thread Adam Aube
[EMAIL PROTECTED] wrote: > Does anyone know what the package name is for qmail on sarge? I have > tried to do an apt-get install qmail but it did not work it said the > package may not be available any more. There is no binary package for qmail because of licensing. There is a qmail-src source p

Re: where are my posts?

2004-05-27 Thread David T-G
Hi again -- ...and then David T-G said... % % If this gets through and you can see this one, please let me know if you % saw my debootstrap post(s). At least I can see this one! TIA agai & HAND :-D -- David T-G [EMAIL PROTECTED] http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qr

where are my posts?

2004-05-27 Thread David T-G
Hi, all -- I tried to post a new message about my debootstrap problems and it didn't show. I even tried a re-post after seeing one of my replies to something else show up. Now I wonder if everyone is tired of hearing me ask about debootstrap and the list itself has killfiled the subject :-) If

Re: extended character sets

2004-05-27 Thread Johann Spies
On Wed, May 26, 2004 at 10:17:25AM -0500, Michael Martinell wrote: > How does one use the extended ascii character sets? > > I am referring to the alt + number combinations that I like to use in > passwords. For example: alt + 0161 = an upside down exclamation mark. When > used in passwords mo

Re: tweedlegnum and tweedlekdee in sid?

2004-05-27 Thread richard lyons
On Thursday 27 May 2004 09:03, Clive Menzies wrote: > On (27/05/04 08:12), richard lyons wrote: [...] > > BTW, I have also lost cups completely as a result of this, so I > > need to find another way to set up network printing! > > Is it worth uninstalling cups and reinstalling (possibly from > test

Re: Creating a custom debian distro.

2004-05-27 Thread Bob Schlarmann
On Tue, 25 May 2004 22:10:42 +0400 "Dan Korostelev" <[EMAIL PROTECTED]> wrote: > Hello. > > I need to create a custom debian desktop installation CD for my friend. > I need a debian-installer, X, gnome, etc packages from unstable. All > installable from a CD. Please give me some links where can I

Re: Replicating Debian Systems

2004-05-27 Thread Adam Aube
Loren M. Lang wrote: > I may have to rapidly deploy multiple debian systems that will have > the same software installed and be configured the same way. The ideal > way to install debian would be to stick a cd into a computer, turn it > on, and come back a couple hours later. I have seen System

Re: Debian Installer version 4 2004-05-20

2004-05-27 Thread Adam Aube
Glen Disley wrote: > Trying to use debian installer version 4 with linux26. > When I boot the SCSI it will only go allow me to tgo as far as the network > befor dying(cannot find DHCP and when entered mannually still will not go > any further) Plug in the SATA and it will not find the drive. Are

Re: grub fails

2004-05-27 Thread Johann Spies
On Wed, May 26, 2004 at 03:06:37PM -0400, Greg Folkert wrote: > Best way to install grub is (assuming Sarge or Sid right now): This is on Sid. > > apt-get install grub && grub-install /dev/xdx && update-grub > > Where xdx == > [ [ s | h ]d[ a | b | c | d | e | f | g | h | i | j | k | l] > >

Re: lost open in new active tab in firefox context menu for links

2004-05-27 Thread Adam Aube
Micha Feigin wrote: > I just lost the open in new active tab option in firefox after the last > upgrade today (don't know if it is related). > > I have tab extensions installed, and I looked in the context option in > the settings, under expert it seems to have an open in ... option but > its gra

Re: tweedlegnum and tweedlekdee in sid?

2004-05-27 Thread Clive Menzies
On (27/05/04 08:12), richard lyons wrote: > I (foolishly, with the benefit of hindsight {a useful new acronym > WTBOH??} ) dist-upgraded to sid on one box yesterday. To my horror, > I lost gnumeric (which I love, and have work in progress in). I > tried to install it (via aptitude) - but found

Re: firewall considerations

2004-05-27 Thread Adam Aube
James LeClair wrote: > I would like to do a fresh install on this machine with woody and kernel > 2.4 using IPTABLES to set up the same type of situation, with a > few additional features. > > What would be the minimum required modules to install so as to allow the > following to take place in

chkrootkit slapper detected

2004-05-27 Thread Michael Martinell
This morning I checked my chkrootkit log and had the following message: Checking `slapper'... Warning: Possible Slapper Worm installed I looked at the chkrootkit script, manually checked each of its checks and did not find anything either. I re-ran the chkrootkit command to generate a new report

Can't load user dot files in open office (/usr/bin/oowriter)

2004-05-27 Thread Wolfgang Pfeiffer
Hi All System on unstable here; Gnome; openoffice.org1.1.1; I can't load dot files in Open Office: In /usr/bin/oowriter I click 'File' --> Open. The GUI that's then presented to me let's me access the files in my ~/HOME directory, except the dot files being in there. I tried the trick that wo

tweedlegnum and tweedlekdee in sid?

2004-05-27 Thread richard lyons
I (foolishly, with the benefit of hindsight {a useful new acronym WTBOH??} ) dist-upgraded to sid on one box yesterday. To my horror, I lost gnumeric (which I love, and have work in progress in). I tried to install it (via aptitude) - but found that doing so meant losing all of the kde applic

persistent dpkg error - libxrandr2

2004-05-27 Thread richard lyons
Sarge - aptitude: For some weeks now, every time I install anything, I get dpkg: error processing \ /var/cache/apt/archives/libxrandr2_4.3.0.dfsg.1-1_i386.deb \ (--unpack): trying to overwrite '/usr/X11R6/lib/libxrandr.so.2.0', which \ is also in package xlibs dpkg-deb: subprocess paste ki

Re:

2004-05-27 Thread Elliott Collins
I am sorry that it took so long to review your application but you were finally app rov ed    with 3% fixed     ra t e.   To get   [Full    Lo a n     Appro v al]  visit this page and enter final details. The bank office manager will contact you about your   lo a n asap. Thank you and we appr

Re: Question about installing nvidia driver

2004-05-27 Thread Johnny
James, I have tried the following command suggested by Gary Parker. # sh NVIDIA-Linux-x86-1.0-4349.run \ --kernel-include-path=/usr/src/kernel-headers-2.4.18-bf2.4/include/ \ --kernel-install-path=/lib/modules/2.4.18-bf2.4/kernel/drivers/video/ Are you actually running kernel 2.4.18.bf2.4 ?

Order of loading for modules 3w-xxxx and aic-7xxx has changed {Scanned}

2004-05-27 Thread Jo Mills
Hello, Background == We have a Server that is fitted with one: Escalade 3Ware 7500-8 RAID card, (set as RAID 5 with some Maxtor IDE disks) and one: Adaptec 29160 SCSI card (hosting two off SCSI disks) (I know its a bit of a strange configuration but we in

Re: c++ hello world help

2004-05-27 Thread Lorenzo Prince
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thus spake Kevin Mark: # gcc works with C programs. # but c++ programs cant find the libs. # = # # ~/cpluscplus\% cat page23.cpp # #include # int main() { cout << "Hello, World!\n"; return 0; } Tr

RE: kxkb shows "err" icon in kicker after upgrade to XFree86 4.3.0.dfsg.1-2

2004-05-27 Thread Krystof Zacek
The problem is in setxkbmap returning error in exitcode. The KDE kxkb layout switcher calls setxkbmap and as it receives this error code, it displays the "err" icon in kicker instead of the layout's flag. Despite of returning error exit code the setxkbmap seems to work normally so as a workaround

configuring alsa drivers on Debian 3.0r2 (2.4.18-bf2.4)

2004-05-27 Thread Gary Parker
I just installed Debian 3.0r2 with kernel 2.4.18-br2.4 on a new computer with on board sound. The manufacturer of the board, ASUS, provided alsa drivers, alsa-driver-0.9.1adi.tgz, on a CD along with a README file: *** Begin README *** Instructions for Installing the ALSA Driver 1. Copy the dist

Re: Samba 3.0.4-5 ( HALF SOLUTION )

2004-05-27 Thread Anders Karlsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 27 May 2004 11:35, welly hartanto wrote: > Yeah !!!...Finally my local mirror has got that samba > 3.0.4-5. My samba server got up nicely after two days > off duties. Many many thanks to the developersbut, > this still leave some proble

Re: failure to start gnome settings daemon

2004-05-27 Thread William Ballard
On Thu, May 27, 2004 at 04:30:52PM +0800, Isaac To wrote: > in a cron job. So the info you get from dlocate is old: the gnome settings > daemon is really gone, to /usr/lib/control-center. I run fluxbox not metacity and I don't use gnome-session; I have no session manager. Here's what I had been

Re: [OT Why GB English is different] Re: Mozilla firefox en-gb

2004-05-27 Thread William Ballard
On Thu, May 27, 2004 at 09:09:25PM +1200, cr wrote: > Errrm, actually, no, that's bureaucracy - a universal failing.To > attribute every evil to communism is a typically American phobia. Aw, shit, it started. Of course, that's beaucracies. The Soviet Union was one big beauracracy. Havi

Samba 3.0.4-5 ( HALF SOLUTION )

2004-05-27 Thread welly hartanto
Yeah !!!...Finally my local mirror has got that samba 3.0.4-5. My samba server got up nicely after two days off duties. Many many thanks to the developersbut, this still leave some problems. After apt-upgrading, i had to lose KDE and gnome-cups-manager and any other packages i didn't notice sin

Re: Creating a custom debian distro.

2004-05-27 Thread richard lyons
On Tuesday 25 May 2004 17:27, Joan Tur wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Es Dimarts Maig 25 2004 20:10, en Dan Korostelev va escriure: > | Hello. > | > | I need to create a custom debian desktop installation CD for my > | friend. I need a debian-installer, X, gnome, etc p

Re: Exim errors

2004-05-27 Thread S.D.A.
On Thu, May 27, 2004 at 09:35:00AM +0100 or thereabouts, Craig Shelley wrote: > Hello, > > I am having exactly the same problem with exim. > The postmaster account receives the following errors by email, daily. Hate to me a me to, but I'm having the same issue. > failed to open DB file /var/spoo

Re: your email has been received, please register to send

2004-05-27 Thread Fred & Jessie Facun
Facun, Jessie e1423f14

error in Plone on Sid

2004-05-27 Thread Pim Bliek | PingWings.nl
Hi all, Recent upgrade of Zope made my Plone go berserk :(. I cannot edit content, I cannot add new users, nothing. Gives me the following error everytime: Error Details Fouttype TypeError Foutwaarde get_field() takes exactly 2 arguments (3 given) Anyone any clues? Pim -- To UNSUBSCRIBE, e

  1   2   >