Re: Making Xitami Start Automatically

2003-06-30 Thread Bill
Richard Cunningham wrote: Okay folks, here's one I can't solve no matter what. I've even used a kazillion search engines to locate a hint. I downloaded and built Xitami 2.5b4 using their build script. The server runs flawlessly if I do switch to the directory for it and run: xitami -s I rea

Re: Kerberos on Debian - Windows clients

2003-06-30 Thread Mark Devin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark L. Kahnt wrote: | On Sun, 2003-06-29 at 19:49, Mark Devin wrote: | |>-BEGIN PGP SIGNED MESSAGE- |>Hash: SHA1 |> |>I have setup a number of hosts running Debian and using Kerberos for |>authentication. Now I need to have a Windows client co

Re: PDF viewers capable of high zoom factors

2003-06-30 Thread Mark C
On Mon, 2003-06-30 at 14:23, Pigeon wrote: I have a map of the British mainland as a .pdf file. In order to see > useful local details on it, I want to be able to zoom in by about 50x. > I have tried xpdf, gv, ghostview and kghostview, but nothing appears > to be able to zoom in more than 10x. Hav

Re: Linux debian source code.

2003-06-30 Thread John Hasler
Dan Jones writes: > Many, though not all, Debain packages have source packages. _All_ Debian packages have source packages. -- John Hasler [EMAIL PROTECTED] Dancing Horse Hill Elmwood, Wisconsin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [E

lkcd & evms

2003-06-30 Thread Oki DZ
Hi, Has anyone succeeded in installing lkcd and evms on kernel 2.4.20? Both patches couldn't work together. If the kernel source were lkcd patched first, there would be many errors generated while evms patch was applied. If evms first, there would be fs.h error when lkcd patch was applied. Is t

Re: How do you creat an alias in postfix.

2003-06-30 Thread Marino Fernandez
On Monday 30 June 2003 2:59 am, Jeffrey L. Taylor wrote: > Quoting Marino Fernandez <[EMAIL PROTECTED]>: > > I am trying to configure amavis with postfix. Apparently you have to > > create an alias named virusalert. I read the man page for alias, but it > > sounds like chinese to me. > > > > Any he

Odd FIrebird Issue

2003-06-30 Thread James Lademann
Hi there, I recently installed Debian then upgraded to unstable and I'm working on setting things how I like it and installing all my favourite programs, but I've hit a snag with Mozilla-Firebird. I installed it and at first everything seemed fine and I installed a few of the extensions that looke

Re: make-kpkg: permission denied making modules_image

2003-06-30 Thread martin f krafft
also sprach Kevin McKinley <[EMAIL PROTECTED]> [2003.06.29.2015 +0200]: > Try a different syntax for make-kpkg: > > fakeroot make-kpkg --options How will that help. It is actually trying to create a file under /usr/src while being called as a non-root user. fakeroot won't magically allow that...

Re: Install xfree and gnome

2003-06-30 Thread Bret Comstock Waldow
Assuming your install is otherwise functional... Try running 'tasksel'. Two of the options affered are labelled something like 'X windows' and 'Desktop'. These should pull in the packages that provide X windows and Gnome Desktop (as well as the KDE Desktop). Another tool that is a bit more frie

Re: Install xfree and gnome

2003-06-30 Thread Angel Chiou
Voicu Liviu wrote: > Hi debians :-) > I'm pretty new on debian so please understand me :-) > > I have installed the base system of STABLE ver 3. > > I also made the /etc/apt/sources.list file with my local mirrors. > Now I try to run: > #apt-get install xfree > and I get not found, also the same

Problem installing on a computer with Adaptec controller and AsusA7N8XDeluxe motherboard

2003-06-30 Thread Walter Wilhelm
Hi, i had the same problem with my board. It runs now (not that stable), but i had to turn off the second onboard-lan (3com) in the bios. I hope that helps you The problems i have now are, that my system hangs after a time. No idea what it is. Possibly the wireless usb keybord and mouse (mx700

kernel-source-2.4.21 from unstable with woody

2003-06-30 Thread Andre Berger
--EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm trying to compile a 2.4.21 kernel on my woody system. I apt-got -b kernel-source-2.4.21 and installed all resulting .deb files. However when I cd to the source

Re: Sb Audigy, how?

2003-06-30 Thread Jimmy Johansson
Thanks for all good advice, I have to read a little about how do do things but it should be fairly easy I hope... I have decided to tru the emu10k1 drivers from sourceforge.net/projects/emu10k1, and if that doesen't work then I'll try alsa. Thanks again everybody for your great help and assistanc

Re: deb http://people forbidden

2003-06-30 Thread Marcelo Chiapparini
Hello Jamie! I will wait for the upload then! However, I have a question: you need xfree86 installed before gnome2.2, isn't? with everything in the gnome2.2 line how can be done? apt-get will take care of this? and thanks again for your great work. Marcelo On 30.06.03 13:21, James Strandboge

please help me to editi xconfig

2003-06-30 Thread Reza
I have installed nvidia driver in debian woody, but i still confused in editing the xconfig-4. Actually i have edit it based on the example, but fail, it said that server error, no screen found. Since i have backup the file, so i restore back again. And my problem gone, but still nvidia driver wont

Sony DCR-TRV33 camcorder

2003-06-30 Thread Antonio Rodr
Does anyone know how to download the pics from the memory stick into a woody system? Is there any package with the drivers for this camera? It will be a usb connection. (additional info: my system is to slow and old for a firewire.) Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

Re: Activating vim color?

2003-06-30 Thread Steve Lamb
On Mon, 30 Jun 2003 08:53:57 -0400 "Derrick 'dman' Hudson" <[EMAIL PROTECTED]> wrote: > On Fri, Jun 27, 2003 at 07:04:51AM -0700, Steve Lamb wrote: > | Now if only there was a way to get the same color set between vim and > | gvim. > There probably is. If there is, I haven't found it. Even

Re: simple bash loop problem ...

2003-06-30 Thread David selby
David selby wrote: Hello, I am writing bash a bash & sed script, it has been going suprisingly well. I need a loop to count 9 times & the variable n to the count .. for n=1 to 9 next kind of thing, but this is not BASIC !! My best guess is declare -i n=1 while [ $n < 9 ]; do . n=$((n

Re: sed expression problem ?

2003-06-30 Thread David selby
David selby wrote: I am starting to use sed but am having a problem with one expression in ... cat /mnt/archive/fluxbox/keys | sed 's/:ExecCommand//g ;s/^Mod4 \(.\) Mod 4 \(.\)/WinKey \1\2/g' works except I hoped s/\/[^ ]+\///g would match any /path/to/file/ and delete it. It refuses to match.

Re: Backup XP box to Debian system

2003-06-30 Thread Carl Fink
On Mon, Jun 30, 2003 at 11:51:27AM +0200, Nicos Gollan wrote: > You have a system for backing up installed applications? Um, no, that's why I asked the list. :-) -- Carl Fink [EMAIL PROTECTED] Jabootu's Minister of Proofreading http://www.jabootu.com -- To UNSUBSCRIBE, emai

Re: Worked around (dirty...) How to apply no-debianized kernel patch to debianized kernel-source?

2003-06-30 Thread Emma Jane Hogbin
On Mon, Jun 30, 2003 at 10:09:12AM +0200, Joerg Johannes wrote: > I have downloaded the kernel.org source, applied the ACPI patch, then > downloaded the debian diff.gz and applied it (a few warnings only). > Then I had to rm -rf debian/ in the kernel source dir, make menuconfig > and make-kpkg k

Re: Install xfree and gnome

2003-06-30 Thread Rodrigo Agerri
That remarkable Mon, Jun 30, 2003 at 08:08, Voicu Liviu wrote: > > I also made the /etc/apt/sources.list file with my local mirrors. > Now I try to run: > #apt-get install xfree > and I get not found, also the same message for gnome. hi, if you apt-cache search xfree one of the results says

Re: Install xfree and gnome

2003-06-30 Thread Joerg Johannes
On Monday 30 June 2003 07:08, Voicu Liviu wrote: > Hi debians :-) > I'm pretty new on debian so please understand me :-) > > I have installed the base system of STABLE ver 3. > > I also made the /etc/apt/sources.list file with my local mirrors. > Now I try to run: > #apt-get install xfree > and I g

Re: How do you creat an alias in postfix.

2003-06-30 Thread Bob Proulx
Jeffrey L. Taylor wrote: > Add following to /etc/postfix/aliases: > virusalert: root > Run "postmap /etc/postfix/aliases" and "postfix reload". If you have a stock stable postfix from Debian then the alias file is located in the standard /etc/aliases location. This may be modified in the postfix

Re: tasksel, first time with debian

2003-06-30 Thread Bob Proulx
Iain Buchanan wrote: > Depends: but it is not going to be installed and then finally > E: Sorry, broken packages > for anything I try through tasksel. That looks like a broken /etc/apt/sources.list file. Which may have happened if you edited the file and made a typo or possibly if you had a prob

removing a package from apt-get?

2003-06-30 Thread j2
Ok, i tried to install a .deb with dpkg -i filename.deb and ran into a problem that i was lacking flex. So i did "apt-get install flex" and then i get   cookiemonster:/root/Download/SMS/gnokii-0.5.2# apt-get install flexReading Package Lists... DoneBuilding Dependency Tree... DoneYou might

samba error

2003-06-30 Thread caleb vaale
hi     we are running a small network windows 2000, and xp on some of the machines, and we also run a debian box that we recently installed the beta version of samba.  now while everybody is able to see the drives we have setup debian keeps on giving root an email error message, but nothing

Re: gnome-vfs-sftp

2003-06-30 Thread Oki DZ
On Mon, Jun 30, 2003 at 10:52:03AM -0400, Mark Roach wrote: > When you drag a file from one window to another, the target window > receives a path/filename. In order for "remote nautilus" to know how to > retrieve a file on the local machine, "local nautilus" would have to > send it a URI, but how

Re: deb http://people forbidden

2003-06-30 Thread James Strandboge
On Sun, 2003-06-29 at 21:31, Marcelo Chiapparini wrote: > Hello, > > Anybody knows what's the problem with people.debian.org? I have the > following line in my apt.souces: > > # xfree 4.2.1 for Woody. Gnome 2.2 needs it... > deb http://people.debian.org/~blade/woody/i386 ./ > > and I get the fo

Re: Debian source code (resent)

2003-06-30 Thread Greg Madden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 29 June 2003 11:08 am, Fabio Miranda Hamburger wrote: > Hi. > Due to delay problem in mailing list, I resend my basic question. > > I would like to know Where Can I get debian source code? Using > ftp.debian.org what would be the full directo

Re: deb http://people forbidden

2003-06-30 Thread M. Kirchhoff
Quoting Marcelo Chiapparini <[EMAIL PROTECTED]>: > Hello, > > Anybody knows what's the problem with people.debian.org? I have the > following line in my apt.souces: > > # xfree 4.2.1 for Woody. Gnome 2.2 needs it... > deb http://people.debian.org/~blade/woody/i386 ./ > > and I get the followin

Virus notification

2003-06-30 Thread bit-bucket
# VIRUS NOTIFICATION # A message you sent to [EMAIL PROTECTED] contains a virus or a worm, and was not delivered. -- DATE : Mon, 30 Jun 2003 17:45:46 +0200 SUBJECT: Re: Movie VIRUS : W32/Sobig-E -- It is possible your computer is infected witho

Re: apt resources

2003-06-30 Thread M. Kirchhoff
Quoting james leclair <[EMAIL PROTECTED]>: > > > Hello all. Can anyone suggest, or would you even recommend at all for that > matter, some good non-official apt sources for debs that are not officially > supported by the project? Particularly for software that is not available > in any of the

Re: Linux debian source code.

2003-06-30 Thread Sebastian Kapfer
On Mon, 30 Jun 2003 15:50:15 +0200, Dan Jones wrote: > on the main kernel. I don't believe Debian does any custom patches to > their default kernel but I could be mistaken.) The Debian kernel _is_ patched. The kernel-source package is on any Debian mirror. -- Best Regards, | Hi! I'm a .sig

Re: gnome-vfs-sftp

2003-06-30 Thread Mark Roach
On Sun, 2003-06-29 at 21:57, Oki DZ wrote: > BTW, the other day I ran remote nautilus and local nautilus. > File drag&drop didn't work between them. Was it Gnome2's expected > behaviour? I very much doubt that that will be possible anytime soon. Here's why: When you drag a file from one window

Re: simple bash loop problem ...

2003-06-30 Thread Sebastian Kapfer
On Mon, 30 Jun 2003 05:30:14 +0200, Sebastian Kapfer wrote: > n=1 > while [ $n \< 9 ]; do > echo $n > n=$((n+=1)) > done > > Note the backslash. Plain < is for redirection. Interesting to see that I > never ran into this thing, because I'm used to != from C++ :-) Of course \< is stil

PDF viewers capable of high zoom factors

2003-06-30 Thread Pigeon
I have a map of the British mainland as a .pdf file. In order to see useful local details on it, I want to be able to zoom in by about 50x. I have tried xpdf, gv, ghostview and kghostview, but nothing appears to be able to zoom in more than 10x. The solution that occurs to me is to hack the source

Re: deb http://people forbidden

2003-06-30 Thread Dan Hunt
On Sun, Jun 29, 2003 at 10:31:34PM -0300, Marcelo Chiapparini wrote: > Hello, > > Anybody knows what's the problem with people.debian.org? I have the > following line in my apt.souces: > > # xfree 4.2.1 for Woody. Gnome 2.2 needs it... > deb http://people.debian.org/~blade/woody/i386 ./ > > and

Re: Can't boot anything....

2003-06-30 Thread Kjetil Kjernsmo
Hi again! On 25 Jun 2003, Alex Malinovich wrote: >If the only problem is that your MBR got wiped out, just re-running lilo >should fix the problem. First try "lilo -v" as root. This will just >re-run lilo and show you what it's doing in the process. Keep an eye out >for error messages. I BELIEVE

Re: screwed up permissions for whole filesystem

2003-06-30 Thread Colin Watson
On Sun, Jun 29, 2003 at 10:37:51PM -0400, Shawn Lamson wrote: > On Fri, June 27 at 12:08 PM EDT > Shri Shrikumar <[EMAIL PROTECTED]> wrote: > > I did something very stupid - > > > > cd /root > > chmod go-r .* -R > > > > thinking that it would change just the permissions on the files inside > > t

Re: 'apt-get upgrade' Over Slow Connection

2003-06-30 Thread Andre Berger
--gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Kenneth Jacker <[EMAIL PROTECTED]>, 2003-06-30 09:37 -0400: > 'apt-get upgrade' is fine if you've got a fast Internet connection. >=20 > However, what do folks d

Re: Linux debian source code.

2003-06-30 Thread Colin Watson
On Sun, Jun 29, 2003 at 09:33:15PM -0400, Dan Jones wrote: > On Fri, 2003-06-27 at 15:15, Fabio Miranda Hamburger wrote: > > How can i get the source code of linux debian -stable? > > If I want to get it from a ftp mirror, what would be the full > > directory to reach it? > > No offense intended b

Re: deb http://people forbidden

2003-06-30 Thread Nathan Poznick
Thus spake Marcelo Chiapparini: > Hello, > > Anybody knows what's the problem with people.debian.org? I have the > following line in my apt.souces: > > # xfree 4.2.1 for Woody. Gnome 2.2 needs it... > deb http://people.debian.org/~blade/woody/i386 ./ > > and I get the following message when I r

spamd logging to console

2003-06-30 Thread kenneth dombrowski
Hi, I've been looking through /etc/ and reading man pages for hours & I just can't find it: some setting somewhere is causing the following to be logged to the console for every message spamassassin sees: spamd[824]: connection from ENKIDU [ 127.0.0.1 ] at port 43344 I first looked in /etc/sysl

[Urgent] Samba problem

2003-06-30 Thread axacheng
Hello list : i got a odd problem about samba. i have a share folder named "[webdata]" for LDAP authentic user access ONLY. However, My windows 2000/XP client can read [webdata] through Netneighbor. when i upload a text file named "ipsec.txt" to [webdata] , My windows2000/XP alert me "Can not

Re: make-kpkg: permission denied making modules_image

2003-06-30 Thread Kevin McKinley
On Sun, 29 Jun 2003 17:13:41 -0500 David <[EMAIL PROTECTED]> wrote: > I noticed one oddity myself.. I've just been working with make-kpkg, and > noticed in the output, that when it tried to delete (I think) and > re-install the debian directory, that if I used --rootcmd fakeroot, it > reported

Re: make-kpkg: permission denied making modules_image

2003-06-30 Thread David Z Maze
martin f krafft <[EMAIL PROTECTED]> writes: > Then I tried to compile a module for that kernel: > > make-kpkg --append-to-version > -diamond-grsec-1.9.10+freeswan-ext-1.99+preempt-20030617-2 > --rootcmd fakeroot --added-modules nvidia modules_image Kernel modules' support for 'make-kpkg --r

Re: ext3 and Kernel 2.4.18

2003-06-30 Thread Shyamal Prasad
"Adam" == Adam Gent <[EMAIL PROTECTED]> writes: Adam> Hi All, I am running debian (woody) with the standard kernel Adam> 2.4.18-bf2.4-xfs [...snip...] Adam> I want to run my main file system as ext3 and have already Adam> converted it to ext3 and update the fstab file, but whe

Re: Junk mail on the list.

2003-06-30 Thread Mike Dresser
On Sun, 29 Jun 2003, Colin Watson wrote: > On Fri, Jun 27, 2003 at 01:39:12PM -0400, alex wrote: > > I'm getting a lot of junk mail that is addressed to this list. Am I > > the only one getting this stuff? > > Spam filtering on Debian lists was temporarily broken recently. And it shows how eff

Re: 'apt-get upgrade' Over Slow Connection

2003-06-30 Thread Víctor Zabalza
En/na Kenneth Jacker ha escrit: > Is it possible to have my home system find out what's needed, create a > file with that info, transfer it to my office machine, get the needed > files, put them on a CD, read the CD at home, and update/upgrade? There was an articl covering exactly that problem in

Re: AMD processor compatibility

2003-06-30 Thread Aryan Ameri
On Sunday 29 June 2003 22:29, Bret Comstock Waldow wrote: > On Sun, 2003-06-29 at 10:13, Carl Fink wrote: > > On Sat, Jun 28, 2003 at 04:40:15PM -0500, bbarrett74 wrote: > > > I have compaq presario with AMD 1.2Ghz processor. Is it > > > compatible with Debian? Thank you for your attention to this

Re: Correct way to add things to shell profile?

2003-06-30 Thread Bret Comstock Waldow
What do you mean by "evaluate", please? If you simply want a path to be set for all users, add it to /etc/profile: [EMAIL PROTECTED]:~$ cat /etc/profile # /etc/profile: system-wide .profile file for the Bourne shell (sh(1)) # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...). PATH="/us

Re: Sb Audigy, how?

2003-06-30 Thread Sebastian Kapfer
On Mon, 30 Jun 2003 04:10:15 +0200, Jimmy Johansson wrote: > working under Debian, right? My friend uses a module called audigy, but > that module does not exist in Debian as far as I know. Is there any other > way to configure my Audigy card? IMHO the EMU10K1 module from ALSA should operate an A

re: tasksel, first time with debian

2003-06-30 Thread Bret Comstock Waldow
On Sat, 2003-06-28 at 22:56, Iain Buchanan wrote: > Hi all, > I'm having some trouble getting tasksel to install packages past the > base system. I'm not new to linux, (bsd, redhat) but I'm new to > debian. I'm assuming the problem is not with taskel itself, but rather > with some dependencies o

Re: Software management

2003-06-30 Thread Bret Comstock Waldow
Do you know about www.apt-get.org? My experience is that if I specify two or more repositories that have the same packages, apt-get/aptitude etc. selects the "latest" by version number to get. Aptitude allows me to "hold" a package, so it's not updated (see aptitude - it's pretty straightforward)

Re: Activating vim color?

2003-06-30 Thread Derrick 'dman' Hudson
On Fri, Jun 27, 2003 at 07:04:51AM -0700, Steve Lamb wrote: | On Thu, 26 Jun 2003 15:37:45 -0400 | > The default setting for 'background' is "light". If you use a | > terminal with a dark background, also run | | > :set bg=dark | | Now if only there was a way to get the same color set between

Re: 'apt-get upgrade' Over Slow Connection

2003-06-30 Thread Colin Watson
On Sun, Jun 29, 2003 at 07:48:11PM -0400, Kenneth Jacker wrote: > 'apt-get upgrade' is fine if you've got a fast Internet connection. > > However, what do folks do when they still have *slow* Internet > connections (waiting for DSL, my home system still only works at > ~25kbps, maybe ~30kbps)? >

Re: How do you creat an alias in postfix.

2003-06-30 Thread Derrick 'dman' Hudson
On Sun, Jun 29, 2003 at 05:49:53AM -0500, Marino Fernandez wrote: | I am trying to configure amavis with postfix. Apparently you have to create an | alias named virusalert. I read the man page for alias, but it sounds like | chinese to me. Open /etc/aliases with your favorite editor. Put a line

Re: Kerberos on Debian - Windows clients

2003-06-30 Thread Mark L. Kahnt
On Sun, 2003-06-29 at 19:49, Mark Devin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I have setup a number of hosts running Debian and using Kerberos for > authentication. Now I need to have a Windows client connect to the > network. I eventually want to experiment with using Ope

Re: Abiword dependency problem in testing?

2003-06-30 Thread Jakob Sandholm
On man, 2003-06-30 at 00:22, Greg Madden wrote: > On Friday 27 June 2003 03:38 am, Jakob Sandholm wrote: > > Hello > > > > Before submitting a bug report (I've never done that before), I want to > > know if I am doing something wrong here. > > > > If this should be reported as a bug, what package s

Re: apt resources

2003-06-30 Thread Carl Fink
On Sun, Jun 29, 2003 at 08:51:52AM -0300, james leclair wrote: > > > Hello all. Can anyone suggest, or would you even recommend at all for that > matter, some good non-official apt sources for debs that are not officially > supported by the project? Particularly for software that is not availab

Re: Backup XP box to Debian system

2003-06-30 Thread Carl Fink
On Sun, Jun 29, 2003 at 10:35:17AM +, Stephen Patterson wrote: > Well, you could always blat out a disk image with dd. Wouldn't that require me to mount the disk using Samba, which I haven't managed to do? And wouldn't that mean that I'd be getting an image of the whole partition,which

Re: Identifying spamhosts

2003-06-30 Thread Kjetil Kjernsmo
On Sun, 29 Jun 2003, Patrick Kirk wrote: >Hi all, > >I'm trying to put together a web data base to allow people identify >which machines are the primary routes of spam into our Inboxes. That's a rather big project If you're trying to put something together to aid people in filtering stuff, o

Re: Where is Eeyes?

2003-06-30 Thread Joerg Johannes
On Sunday 29 June 2003 21:24, Vurt wrote: > Hi all, > > Where is Eeyes in the unsatable release? > Has it been replaced? from ftp-master.debian.org/removals.txt [Date: Tue, 26 Nov 2002 13:39:36 -0500] [ftpmaster: James Troup] Removed the following packages from unstable: eeyes | 1:0.3.12-7

Re: Debian source code (resent)

2003-06-30 Thread Joerg Johannes
On Sunday 29 June 2003 21:08, Fabio Miranda Hamburger wrote: > Hi. > Due to delay problem in mailing list, I resend my basic question. > > I would like to know Where Can I get debian source code? Using > ftp.debian.org what would be the full directory to source code? ALl I > can see are binaries.

Re: Evolution 1.4 bug?

2003-06-30 Thread Mark L. Kahnt
On Sun, 2003-06-29 at 07:30, Dominique Deleris wrote: > On 27 Jun 2003 17:18:23 -0400, "Mark L. Kahnt" <[EMAIL PROTECTED]> said: > > Mark> I had the crash with Evolution 1.2 most of the time, but with Evolution > Mark> 1.4, I get a taskbar for the Calendar, but the Task List comes up in the > M

** Exim4 + perl + autoreply with attachments.

2003-06-30 Thread linuxinfo
Hay there . thanks for stopping to read my email. I have compiled exim with perl support... I need to be able to auto reply to certain emails with a mail containing an attachment .. the standandrad exim autoreply doesn't support , attachments. So i figured parse incoming mail to check if requires

Re: reinstall probs (bug,spamassassin,gettext)

2003-06-30 Thread Chris Metzler
On Sat, 28 Jun 2003 21:01:12 -0400 Rick Pasotto <[EMAIL PROTECTED]> wrote: > > Today I reinstalled my system and have lost several programs and am > having troubles with others. This is to be expected but I'd like to know > how to resolve them. > > 1) I used to be able to type 'bug ' at the comman

Re: ACPI & button "reset"

2003-06-30 Thread Nicos Gollan
On Sunday 29 June 2003 19:36, Egor Tur wrote: > But there is other button - "reset" & I do not know how use it with ACPI. > How can I reboot machine by button "reset" correctly with ACPI. > Or may be this button switch off? I don't think the reset button is handled by ACPI. It's hardwired to allow

subscribe

2003-06-30 Thread Yann Droneaud
subscribe -- Yann Droneaud <[EMAIL PROTECTED]> MBDA France Missile Systems -- http://www.mbda.net/ Etudes Logiciels Sol, Bourges Bureau +33 (0) 2 48 55 71 58 | Portable +33 (0) 6 88 40 82 43 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAI

Re: Junk mail on the list.

2003-06-30 Thread Nicos Gollan
On Sunday 29 June 2003 13:20, Leandro Guimarães Faria Corsetti Dutra wrote: > The problem is that this is meant to be a *user* list, and lots of users > don't know how to subscribe... therefore requiring subscription to post is > a no-no. I think what alex meant is the sudden flood of spam t

Re: Backup XP box to Debian system

2003-06-30 Thread Nicos Gollan
On Sunday 29 June 2003 15:13, Carl Fink wrote: > On Sun, Jun 29, 2003 at 12:19:33AM -0700, Alvin Oga wrote: > > your basic WinXP files are already on the original cdrom, and > > all your basic patches are already on the microsoft update site > > And my applications, which I'd rather not reinstall e

Re: gnome-vfs-sftp

2003-06-30 Thread Ross Burton
On Mon, 2003-06-30 at 02:57, Oki DZ wrote: > On Fri, Jun 27, 2003 at 03:49:52PM -0400, Mark Roach wrote: > > It does work in nautilus, however you seem to need passwordless rsa > > authentication setup beforehand, > > Hey, it works now; great. Passwordless RSA isn't "required", all that is requi

net config

2003-06-30 Thread Piero
Is it possible to configure the network as you do during installation, but after the installation? Thanks, Piero. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

emu10k1 - bass become more distorted

2003-06-30 Thread Roman Joost
Maybe a bit off-topic, but I figured out a problem regarding the bass and treble controlls of my emu10k1 alsa modul. If I unmute the "tone", the bass and treble controllers working correctly. The Problem is, if i increase the bass "volume", the bass become more and more distorted. Is this a problem

Re: Looking for tips on ppp problem: LCP ConfReq

2003-06-30 Thread Hugo van der Merwe
On Sun, Jun 29, 2003 at 04:00:54PM +0200, Hugo van der Merwe wrote: > On Thu, Jun 26, 2003 at 07:33:46AM +0200, Thomas Krennwallner wrote: > > What are the modem manufacturers? Do you connect with a US Robotics on > > the gateway and with the internal modem of the laptop? > > Same modem, both case

Re: question on "dselect"

2003-06-30 Thread Colin Watson
On Sun, Jun 29, 2003 at 10:16:00AM +0800, Terence Ng wrote: > I did not select any package using "dselect". But when I select > "install" in "dselect", there is a bunch of packages requested to be > installed. Why? dselect installs any 'Priority: standard' and higher packages that it hasn't seen

Re: reinstall probs (bug,spamassassin,gettext)

2003-06-30 Thread Colin Watson
On Sat, Jun 28, 2003 at 09:01:12PM -0400, Rick Pasotto wrote: > 1) I used to be able to type 'bug ' at the command line and an > email would be composed listing the characteristics of my system and the > installed dependencies for the package. I could then add an explanation > and the email would b

Worked around (dirty...) How to apply no-debianized kernel patch to debianized kernel-source?

2003-06-30 Thread Joerg Johannes
On Friday 27 June 2003 13:57, Joerg Johannes wrote: > Hello everybody > > I (like many others in the last few days) have a problem with kernel > 2.4.21. I have downloaded the kernel-source-2.4.21 deb, and want to > apply the acpi patch from acpi.sf.net to it. So here we go: > > [EMAIL PROTECTED]:/u

Re: How to apply no-debianized kernel patch to debianized kernel-source?

2003-06-30 Thread Joerg Johannes
On Sunday 29 June 2003 19:55, Kevin McKinley wrote: > > It sounds to me like ACPI is already present in the 2.4.21 kernel. > > To test this hypothesis, grep the Changelog for "ACPI" and "acpi". > At least I did not get ACPI choices on make menuconfig without patching. joerg -- Gib GATES keine

Re: How do you creat an alias in postfix.

2003-06-30 Thread Jeffrey L. Taylor
Quoting Marino Fernandez <[EMAIL PROTECTED]>: > I am trying to configure amavis with postfix. Apparently you have to create an > alias named virusalert. I read the man page for alias, but it sounds like > chinese to me. > > Any help would be appreciated > > Add following to /etc/postfix/alias

Regenerating /var/spool/cups

2003-06-30 Thread Marino Fernandez
Hi. I have a Compaq IJ600 that was working OK with CUPS and a Lexmark driver (Z22). However I sent a pdf file to print and /var/spool/cups got full of junk (800 megs), and I guess corrupted (I couldn't even get into it as root), so I deleted it... I then created another /var/spool/cups directory

Re: GRUB problem

2003-06-30 Thread cr
On Saturday 28 June 2003 23:37, [EMAIL PROTECTED] wrote: > In linux.debian.user, you wrote: > > I have /boot on /dev/hda1 and root on /dev/hda5 > > > > Grub when installed and booted gives the following: > > > > GRUB Loading Stage 1.5 > > GRUB Loading, please wait... > > Error 2(and that's a

Install xfree and gnome

2003-06-30 Thread Voicu Liviu
Hi debians :-) I'm pretty new on debian so please understand me :-) I have installed the base system of STABLE ver 3. I also made the /etc/apt/sources.list file with my local mirrors. Now I try to run: #apt-get install xfree and I get not found, also the same message for gnome. Please, any idea

cd session size

2003-06-30 Thread Aless
hi i have a multi session cd writen with cdrecord -multi -audio file1 now i want to record a data session on the cd how can i know the size of the iso image so it fits in the cd??? -- Aless -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Re: run-parts bug (maybe)

2003-06-30 Thread Mika Fischer
Hi, David! * David <[EMAIL PROTECTED]> [2003-06-30 06:45]: > After running various tests - even editing a copy of the file to where > it only contained "#!/bin/bash" I finally renamed the file substituting > a dash for each dot and bingo! it worked.. > > It seems that run-parts (at least mine (v

Re: How to upgrade to latest PHP version?

2003-06-30 Thread Nick Hastings
Hi, * Richard Cunningham <[EMAIL PROTECTED]> [030630 12:42]: > Would someone please explain what I need to do in order to upgrade my PHP to > the lastest version. Consider me a newbie. Since you have not been at all specific about what your problem is I guess you should start by learning about th

Re: sed expression problem ?

2003-06-30 Thread Travis Crump
David selby wrote: I am starting to use sed but am having a problem with one expression in ... cat /mnt/archive/fluxbox/keys | sed 's/:ExecCommand//g ;s/^Mod4 \(.\) Mod 4 \(.\)/WinKey \1\2/g' works except I hoped s/\/[^ ]+\///g would match any /path/to/file/ and delete it. It refuses to match. I

Re: GDM Problem

2003-06-30 Thread Paul Foote
On Sun, Jun 29, 2003 at 11:23:41AM +0100, Piers Kittel wrote: > Changed my apt sources to get the testing packages, did an apt-get > update then apt-get upgrade, and now GDM won't work properly - when the > PC boots up and loads GDM, I just see the default grey/white screens on > both of my monitor

Re: simple bash loop problem ...

2003-06-30 Thread Todd Pytel
How about for N in `seq 1 9` do...? --Todd On Sun, 29 Jun 2003 09:55:00 + Jonathan Matthews <[EMAIL PROTECTED]> wrote: > On Sat, Jun 28, 2003 at 03:03:27PM +0100, David selby wrote: > > Hello, > > > > I am writing bash a bash & sed script, it has been going suprisingly > > > > well. I n

Re: inetd on a desktop machine

2003-06-30 Thread ZHAO Wei
On Sun, 2003-06-29 at 20:26, Thomas Krennwallner wrote: > On Sun Jun 29, 2003 at 01:59:28AM +0800, ZHAO Wei wrote: > > Any insights why I should run inetd on a desktop machine ? > > I use ppp which depends on netbase which depends netkit-inetd which runs > > an inetd daemon but I have no use of it

Re: Activating vim color?

2003-06-30 Thread Marc Wilson
On Sun, Jun 29, 2003 at 04:44:44PM +1000, Russell Shaw wrote: > I did this, but found there's bugs in vim where colors are used differently > between vim and gvim even if you get the palettes to match. I got no > response when i told the vim list of these bugs. I remember. You made statements, a

need help

2003-06-30 Thread jepoy quintosIII
i want to know about, how to partition a hard disk. just steps on how it is done. and tips on how to remove virus. thank you!!! Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!

/. debate

2003-06-30 Thread Brian Gonzales
Ok, how many of you participated in the /. debates over the weekend? :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: tasksel, first time with debian

2003-06-30 Thread Shawn Lamson
On Sun, June 29 at 12:26 PM EDT Iain Buchanan <[EMAIL PROTECTED]> wrote: > Hi all, > I'm having some trouble getting tasksel to install packages past the > base system. I'm not new to linux, (bsd, redhat) but I'm new to > debian. I'm assuming the problem is not with taskel itself, but > rather w

Re: Correct way to add things to shell profile?

2003-06-30 Thread Shawn Lamson
On Sat, June 28 at 9:37 PM EDT Ari Pollak <[EMAIL PROTECTED]> wrote: > [ Please CC me on replies ] > > Hi, what is the correct Debian way to get a shell to evaluate > something when it starts (e.g. like /etc/profile)? I'm trying to add > things to the PATH for a group of machines. Other distribu

Re: cups... nothing prints

2003-06-30 Thread Emma Jane Hogbin
On Fri, Jun 27, 2003 at 02:52:48PM -0700, [EMAIL PROTECTED] wrote: > The Epson was sort of working (Emacs would print, Mozilla wouldn't). > Then I got an old LaserWriter, got it to print a test page with the HP > LaserJet 2 stp driver, but since then nothing. Here's a sample log with > LogStatus se

Re: GRUB problem

2003-06-30 Thread Kevin McKinley
On Sun, 29 Jun 2003 14:44:46 +1200 cr <[EMAIL PROTECTED]> wrote: > Well, in my system, /vmlinuz is a symlink thus: > lrwxrwxrwx1 root root 26 Jun 12 08:25 vmlinuz -> > boot/vmlinuz-2.2.20-idepci > > and /boot/vmlinuz is: > -rw-r--r--1 root root 665509 Jun 21 23:0

Sony CD/RW problem

2003-06-30 Thread Dr Garret Cotter
Dear All, I've just got a pcg-grx616mp. I can't mount CDs, but bizzarely enough xcdroast can see the CD/RW device. Error I get is: fox:/home/garret# mount -t iso9660 /dev/scd0 /mnt/cdrom mount: block device /dev/scd0 is write-protected, mounting read-only mount: wrong fs type, bad option, bad

system locks (p4, i845 chipset, kernel 2.4.21)

2003-06-30 Thread Joe Paxton
Installed Debian on a P4 (1.6GHz) with 128MB RAM, Intel i845 chipset, Intel eepro 100 ethernet card, nVidia GeForce2 MX video card, onboard Intel i8*0 audio. Set aside ~500MB swap. After I get everything installed and updated to 'testing' (and I've done this several times), the system inevitably

  1   2   >