Hello
If I set up a global /etc/procmailrc file for using spamassassin, it
seems to be ignored (ie, spamassassin doesn't ever get run).
So is there any setting that needs to be changed / made to the plain
vanilla exim of the testing distribution to allow this?
Cheers,
Sven
PS: Please CC: me
Dear Debian Mates
(I'd like to be CC'ed on replies)
I am looking for a script that cleans out mails contained in the
mail-files in /var/spool/mail/ that are older than a specific date, say
6 months, for example.
Is there any such beast?
Cheers,
Sven
Hi fellow debs
Short and simple question:
How can ipchains be told not to log to /dev/console? It can get quite
annoying when your terminal gets all messed up with packet logs ...
Cheers!
Sven
--
Powered by Debian GNU/Linux
On Sat, Jul 21, 2001 at 10:36:55AM -0500, Andrew Perrin wrote:
> my $template = '^$';
> my $no = 99;
> my $bla = $template;
> $bla =~ s/%no%/$no/g;
>
>
> $replace{no} = 99;
> $bla =~ s/%(.+?)%/$replace{$1}/g;
>
> Disclaimer: these are trivial and not terribly robust solutions; take them
> as a s
On Sat, Jul 21, 2001 at 04:53:35PM +0200, Joost Kooij wrote:
> What is the need for the seperate variable $BEGINREGEX? It
> complicates things enormously when you want a variable $no to be
> evaluated whenever $BEGINREGEX is evaluated. The only sane way out is
> to completely reevaluate $BEGINREG
On Sat, Jul 21, 2001 at 01:46:25PM +0200, Joost Kooij wrote:
> On Sat, Jul 21, 2001 at 01:04:40PM +0200, Sven Burgener wrote:
> > my $BEGINREGEX = "sprintf(\"^\$\")";
>
> Please tell us what you're trying to accomplish first. It is unclear
> what assu
Hello
I have a problem with some perl code. I know this is off-topic, but
there are numerous knowledgeable people on deb-usr, so forgive me for
posting this.
Now to my problem.
Given the following variable,
my $BEGINREGEX = "sprintf(\"^\$\")";
the following eval() call doesn't substitute $no
On Tue, Apr 24, 2001 at 07:33:49PM -0500, will trillich wrote:
> or, maybe try
>
> use File::Find;
> my @list = ();
> find( \&iterator , "./path/one" , "/another/path/here");
> &munge( @list );
>
> sub iterator {
> push @list,$File::Find::name
>
Hi all
Sorry if this is too off-topic, but on debian-user there is usually
excellent help, so I cannot resist. =)
How do I deal with the situation where glob("*") is used and where there
are files that contain spaces in their file names?
I know spaces in file names suck. I have no choice. It's t
Hi fellow debs
If anyone has made any experiences with linuxconf on Debian, would they
mind sharing it with me?
I have never used it and I would merely like to know how well it works
on Debian and not so much whether it's a good idea to use it or not. =)
In other words: is it 'well-integrated' w
(This applies to programming in C)
What is the significance of the '_' character in the following usage?
printf(_("This is fetchmail release %s"), VERSION);
Why the '_' and why the additional ()'s around the string constant?
This looks like _ does something special to the ()-part...?
C
hey debs
is there any way to resize the slash partition without physically 'moving'
the hard disk into a different computer?
is this at all possible??
resize2fs tells me about slash being mounted and that it's not possible
to resize a partition in such a state...
i suppose i have to use a speci
Hello
Can one determine *when* a file was moved into a specific directory? I
guess not, as that means making a change to the directory in question
and not the file.
Cheers
Sven
PS: Please *DO* CC: me. Thank you.
is it possible to redirect incoming traffic onto some other machine's
port, that is not publically accessible (private address), using only
ipchains.
if so, cool.
if not, what other tools / methods are needed to accomplish this?
thanks
Sven
Hello everyone
Last night something weird happened. I was locally on my Debian
GNU/Linux machine, doing some chatting, whilst suddenly the whole system
seemed to get into an unusable state.
I could still switch VTs, but could not login on any of them.
Funnily was I able to login remotely, though.
On Fri, Feb 02, 2001 at 07:02:01PM +0100, Marc A. Donges wrote:
> On Friday, February 02, 2001 at 18:41:16 (+0100), Sven Burgener wrote:
> > --8<--
> > :0
> > * ^From: Mail Delivery Subsystem
> > | (formail -I "To: [EMAIL PROTECTED]") |\
> > (forma
Is it possible to specify multiple "action" lines for any given
procmail rule?
Like, say I want to achieve the following requirements:
o rewrite the To: header field such that it will appear as what
I rewrite it at the recepient.
o do the same (or insert) a CC: header field.
o then send
Hi all
What should permissions and ownerships for files under /var/log be?
I have the following: (really long list)
/var/log/:
total 4281
drwxr-xr-x2 root root 1024 Jan 14 02:26 apache
-rw-r-1 root adm120381 Feb 1 19:08 auth.log
-rw-r-1 root adm
On Sat, Jan 20, 2001 at 01:09:30PM -0600, Richard Cobbe wrote:
> APT::Get::Show-Upgraded "true";
I have the following and it works:
APT::Get::Show-Upgraded "yes";
Cheers,
Sven
--
"{sum += $2} END {print sum}", said Tom awkwardly.
On Sat, Jan 13, 2001 at 04:34:21PM -0800, Bob Nielsen wrote:
> $ dpkg -S /etc/init.d/portmap
> netbase: /etc/init.d/portmap
>
> ??
Thanks for the info, but I run woody.
Cheers,
Sven
--
"{sum += $2} END {print sum}", said Tom awkwardly.
On Sat, Jan 13, 2001 at 06:30:58PM -0600, ktb wrote:
> On Sun, Jan 14, 2001 at 01:04:41AM +0100, Sven Burgener wrote:
> >
> > $ dlocate /etc/init.d/portmap
> > $ dpkg -S /etc/init.d/portmap
> > dpkg: /etc/init.d/portmap not found.
> >
> > Apparently this
Hello
Could anyone tell me what package this file belongs to?
$ dlocate /etc/init.d/portmap
$ dpkg -S /etc/init.d/portmap
dpkg: /etc/init.d/portmap not found.
Apparently this doesn't belong anywhere. How did it get onto the system
then?
Cheers
Sven
--
"{sum += $2} END {print sum}", said Tom aw
On Thu, Jan 11, 2001 at 01:19:41PM -0700, Gary Hennigan wrote:
> Well, it's a pain but I'd go through the config the old-fashioned way,
> eg.:
>
> make clean
> make-kpkg clean
> make distclean
> make (xconfig|config|menuconfig)
> make-kpkg
>
> Something ob
On Thu, Jan 11, 2001 at 02:13:25PM -0500, Bob Billson wrote:
> On Thu, Jan 11, 2001 at 07:35:08PM +0100, Sven Burgener wrote:
> > VFS: Cannot open root device "803" or 08:03
> > Please append a correct "root=" boot option
> > Kernel panic: VFS: Unab
On Thu, Jan 11, 2001 at 12:07:00PM -0700, Gary Hennigan wrote:
> "Sven Burgener" <[EMAIL PROTECTED]> writes:
> > Just to clarify:
> > > $ rdev /boot/vmlinuz-2.2.18
> > > Root device /dev/sda3
> >
> > (Booting with 2.2.18 works)
> >
Just to clarify:
On Thu, Jan 11, 2001 at 07:35:08PM +0100, Sven Burgener wrote:
> $ rdev /boot/vmlinuz-2.2.18
> Root device /dev/sda3
(Booting with 2.2.18 works)
> $ rdev /boot/vmlinuz-2.4.0
> Root device /dev/sda3
... but not with 2.4.0.
Thanks in advance!
Sven
Hello
After having built and installed my custom linux-2.4.0-deb, I get the
following when booting:
[boot msgs]
VFS: Cannot open root device "803" or 08:03
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 08:03
After which booting halts.
$ rdev /boot/vml
Hello Nate
[yes, do CC: me]
Nate Amsden wrote:
>
> Sven Burgener wrote:
> >
> > Is there a way to do "apachectl graceful" as non-root user? Because when
> > I do, I get an error about denied permission for binding to port 80.
>
> you could i bet
Hello
Is there a way to do "apachectl graceful" as non-root user? Because when
I do, I get an error about denied permission for binding to port 80.
Cheers,
Sven
On Sat, Jan 06, 2001 at 05:44:04PM +, Malcolm Parsons wrote:
> useradd and adduser are two different programs from two different pacakges,
> the configuration of one does not affect the other:
>
> [EMAIL PROTECTED]:~$ dpkg -S /usr/sbin/useradd
> passwd: /usr/sbin/useradd
> [EMAIL PROTECTED]:~$
Hello
When I first installed Debian GNU/Linux on this machine, I reconfigured
it so that there is a "central" user-group called "users" which all
users of this system belong to.
I have now reconfigured it back to the default:
/etc/adduser.conf
[...]
USERGROUPS=yes
[...]
When running useradd, t
Hello all
[please CC me on replies]
Is there a way to restart Apache gracefully as a non-root user?
I don't want to write a wrapper suid program and I don't want to execute
the shell script (doing the graceful restart) as root.
I mean, Apache is already up and running as root (father process),
On Tue, Jan 02, 2001 at 06:41:27PM +0100, M.B.Midden wrote:
> * where should i put rules like these to load them when i Boot or
> should i wright a script ( <--scripting howto ??) ? ;
>
> /sbin/ifconfig eth0 netmask 255.255.255.0
> /sbin/ifconfig eth1 10.10.10.1 netmask 255.255.255.0
>
> /sbin/
On Mon, Jan 01, 2001 at 04:40:13PM +, Colin Watson wrote:
> Sven Burgener <[EMAIL PROTECTED]> wrote:
> > On Mon, Jan 01, 2001 at 09:11:08AM -0600, Richard Cobbe wrote:
> > > The bigger margin allows for more deeply-nested attributions
> > > before the
On Mon, Jan 01, 2001 at 09:11:08AM -0600, Richard Cobbe wrote:
> Lo, on Monday, January 1, Rob VanFleet did write:
> > On Mon, Jan 01, 2001 at 03:04:30AM -0800, kmself@ix.netcom.com wrote:
> > > ...set your linewrap to 72 chars.
> >
> > Sorry, did some pasting in my last message and I guess I muck
On Mon, Jan 01, 2001 at 12:44:57PM +0100, Erich Baur wrote:
> > Another thing is when I upgrade packages, in the process of doing so,
> > I get this printed to the console:
> >
> > [...]
> > perl: warning: Setting locale failed.
> > perl: warning: Please check that your locale setti
On Mon, Jan 01, 2001 at 03:34:20AM +0100, Sven Burgener wrote:
> For one thing, I still cannot use German Umlauts with 'less'; it just
> prints '?'s instead of the actual characters...
Correction: Umlauts *work* with 'less', but not with mutt.
> Another t
Hello
Since doing a rather large dist-upgrade to woody recently, I have
been experiencing problems with my locale settings.
For one thing, I still cannot use German Umlauts with 'less'; it just
prints '?'s instead of the actual characters...
Another thing is when I upgrade packages, in the proce
On Thu, Dec 28, 2000 at 05:44:55PM -0600, Nathan E Norman wrote:
> On Fri, Dec 29, 2000 at 12:10:41AM +0100, Sven Burgener wrote:
> > 1. Why are packages kept back like follows?
[ snip ]
> First, since you're upgrading from potato to woody (you've changed
> distributi
Hello
I am running 'testing', upgraded from potato a few days ago.
Two questions:
1. Why are packages kept back like follows?
$ apt-get update && apt-get upgrade
Hit http://security.debian.org potato/updates/main Packages
Hit http://security.debian.org potato/updates/main Release
Hi
Hello
I am running 'testing', upgraded from potato a few days ago.
Two questions:
1. Why are packages kept back like follows?
$ apt-get update && apt-get upgrade
Hit http://security.debian.org potato/updates/main Packages
Hit http://security.debian.org potato/updates/main Release
Hi
Hello debs,
How do I fix the following?
modprobe: modprobe: Can't locate module char-major-10-135
This appears when booting my potato box. Why does this come up?
I mean, what is missing / wrong?
Cheers
Sven
--
c:\> deltree /y \windows
On Sun, Nov 12, 2000 at 04:50:16PM +0100, Sven Burgener wrote:
> On Sun, Nov 12, 2000 at 10:32:47AM -0500, Paindavoine, Matthieu
> (MPAINDAV) wrote:
> >
> > I have a hosed system, and I'd like to do a clean reinstall... I would like
> > to keep the .deb configuratio
On Sun, Nov 12, 2000 at 10:32:47AM -0500, Paindavoine, Matthieu
(MPAINDAV) wrote:
>
> I have a hosed system, and I'd like to do a clean reinstall... I would like
> to keep the .deb configuration I had. Is there a way using eg dpkg to take a
> snapshot of the packages installed now, and feed this f
On Tue, Nov 07, 2000 at 08:28:06PM +1100, Damien wrote:
> as root, edit /etc/inittab, and put a # at the start of every line that
> doesn't already have one. you can then uncomment the services you want as you
> go. this file controls stuff like telnet, ftp etc.
just to clarify: he must have meant
Anthony Fox wrote:
>
> > This is on a Linux machine and mail is sent using mailx's mail program.
> > The MTA is sendmail (which I know little about).
> >
> > If there's anything as simple as setting an appropriate environment
> > variable, that'd be just cool. The mail sending is done inside a
> >
Hello
This is rather urgent: does anybody know how I can simply set the
Reply-To: and the From: fields for mails "dynamically"?
This is on a Linux machine and mail is sent using mailx's mail program.
The MTA is sendmail (which I know little about).
If there's anything as simple as setting an app
On Fri, Oct 20, 2000 at 08:30:43PM +1300, C. Falconer wrote:
> C * H * S * kilobytes per sector
Just what I needed. Cheers.
Sven
--
Powered by Debian GNU/Linux aka "The Rock"
Hello all
How can one calculate the amount of space a hard disk
provides given only the disk's CHS values?
Cheers
Sven
On Fri, Oct 13, 2000 at 11:50:40AM -0500, William Jensen wrote:
> I do not have apache installed, nmap localhost does not show http being open,
> however, if I go to a friends machine and nmap my ip it shows http being
> open. Also grc.com's port probe shows http being open. Thing is I just don't
On Tue, Oct 10, 2000 at 02:22:37PM -0700, kmself@ix.netcom.com wrote:
> Shell and tools "cook book":
>
> Jerry D. Peek, Tim O'Reilly, Mike Loukides, _UNIX Power Tools, 2nd
> Edition_, O'Reilly, © 1997, 1120 pages, ISBN: 1-56592-260-3, US$55
I'll probably get this one next. :)
> You want
Fellow debs,
o First, can anyone tell me if the book "UNIX Power Tools" is any good?
It's from O'Reilly. If not, what alternatives are there to it? Any other
book(s) one simply *must* own? :)
Topics: UNIX / Linux / Networking / C Programming
My current collection comprises "DNS & BIND"
On Tue, Oct 03, 2000 at 09:09:53PM -0400, Mike wrote:
> Sven Burgener wrote:
> > If I leave a mailbox having new mails, they become _O_ld. I don't
> > like this. Can this be changed so that mails stay _N_ew even when I
> > leave a mailbox and return to it later?
>
On Tue, Oct 03, 2000 at 01:23:20PM -0500, will trillich wrote:
> On Mon, Oct 02, 2000 at 09:11:21PM -0500, William Jensen wrote:
> > When I change into debian-user folder I have to always use o t for sort by
> > thread. There has to be a way that I can tell mutt to always use threaded
> > mode?
>
Hello
Whereabouts do you think the following problem lies?
I can print on the system directly using "lpr", but when accessing
the printer via its Samba share, there is only a file written to the
printer spool directory (with the correct permissions and all), but
nothing is actually printed out.
On Fri, Sep 29, 2000 at 11:47:29AM +0100, Colin Watson wrote:
> >"Colin" == Colin Watson <[EMAIL PROTECTED]> writes:
> >> Sven Burgener <[EMAIL PROTECTED]> wrote:
> >>> I use GNU stow, but never actually saw anyone suggesting this to be
> >&
Quick question on administration:
what exactly is the best way to deal with locally installed software
from source under the /usr/local/ or /opt/ tree?
I use GNU stow, but never actually saw anyone suggesting this to be
*the* method. How do you guys best deal with this?
Comments anyone?
Regards
On Sun, Sep 24, 2000 at 10:57:06AM -0500, Jeremy Gaddis wrote:
[snip protocol stuff]
Thanks, informative.
> > This seems to be a broadcast by the DHCP server of my cable provider,
> > right?
> 67 == BOOTP server, 68 == BOOTP client.
> It appears to be a machine (10.209.80.109) broadcasting a
>
On Sun, Sep 24, 2000 at 05:33:09PM +0200, Oswald Buddenhagen wrote:
> > Sep 24 15:20:25 host kernel: Packet log: input DENY eth0 \
> > PROTO=17 10.209.80.109:68 255.255.255.255:67 \
> > L=576 S=0x00 I=9145 F=0x4000 T=32 (#11)
> >
> proto=17 -> look at /etc/protocols -> yes, udp
>
> > This
Hello
Is the following a tcp or a udp packet? How do I tell?
Sep 24 15:20:25 host kernel: Packet log: input DENY eth0 \
PROTO=17 10.209.80.109:68 255.255.255.255:67 \
L=576 S=0x00 I=9145 F=0x4000 T=32 (#11)
This seems to be a broadcast by the DHCP server of my cable provider,
ri
Hi boys'n girls
I have these entries in my logs:
Sep 23 22:07:27 host kernel: Packet log: input DENY eth0 PROTO=17 \
62.2.XX.XX:67 62.2.XX.XX:68 L=328 S=0x00 I=59001 F=0x4000 T=250 (#32)
Sep 23 22:07:27 host kernel: Packet log: input DENY eth0 PROTO=17 \
62.2.XX.XX:67 62.2.XX.XX:6
Hello
Should I allow packets coming into my port 113?
auth113/tcp authentication tap ident
When doing ftp and also irc, I get packets onto that port. So, should I
allow them to enter or is it unsafe to do so?
Or is the better solution to REJECT those packets explicitly?
(I c
Hello
I'd simply like to know how easy it is to run Apache with Servlet
support under Debian. Has anyone experiences with this?
I am trying to compile Apache with Servlet support (JServ) and am having
troubles with it. I use JDK and Sun's JSDK.
(Intentionally not posting errors now)
Anyone exper
Hello
What's port 118 for? I can't find it in /etc/services though I have it
in my logs as a denied (outgoing) packet (destination port is 118).
Regards
Sven
--
I can't be wrong, my modem's got error-correction.
On Fri, Sep 15, 2000 at 10:27:54PM +0100, Jeff Green wrote:
> whois
Thanks to all. whois is good.
Sven
--
"We will run this with the same kind of openness we have run Windows,"
Steve Ballmer on their .net service
Hi guys
Given an IP, how can I find out who the owner is with the tools
available on my potato box here?
Thanks
Sven
--
"We will run this with the same kind of openness we have run Windows,"
Steve Ballmer on their .net service
On Thu, Sep 14, 2000 at 10:18:37PM -0400, Jonathan D. Proulx wrote:
> If this machine is in your home *and* your internet connection is via
> intermittent dial-up with dynamic IP adressing, I say no big deal.
> If you have persistant internet connection (via LAN, xDSL, Cable) your
> risk goes way
On Thu, Sep 14, 2000 at 10:13:53PM -0800, Ethan Benson wrote:
> your other option is using a Journeling filesystem such as Reiser or
> ext3 (reiser i think is more mature at this point but still has some
> serious limitations such as being unsuitable for use on /)
It's time for Linux to integrate
Sorry to reply to my own mail, but hey, I finally got my cable
connection working and I'm willing to share what I've learnt. ;-)
The problems I experienced were with the method my cable provider uses
to get their clients authenticated / initialized / connected.
This is what happens:
o Fi
On Wed, Sep 13, 2000 at 02:23:13PM -0700, C. R. Oldham wrote:
> I just setup my Linux box to use the new /etc/init.d/networking startup
> script. I was using the old /etc/init.d/network script from the
> sysvinit examples. Can someone tell me where I'm supposed to put calls
> to ipchains to setup
On Mon, Sep 11, 2000 at 11:02:45AM -0500, William Jensen wrote:
> > Maybe the software in the distributions is about the same, but the
> > distros themselves sure aren't.
Right.
> Support. OH yes support. The first time I set up RH (first linux ever) I
> naturally had some problems and question
On Sat, Sep 09, 2000 at 06:15:25PM -0700, kmself@ix.netcom.com wrote:
> You might also try:
>
> $ man foo | col -b
>
> ...to output straight ascii.
Thanks, that's simple and nice.
Regards
Sven
--
The UNIX Guru's view of sex:
unzip ; strip ; touch ; finger
mount ; fsck ; more ; yes ; umount
On Sat, Sep 09, 2000 at 11:41:32PM +0100, Glyn Millington wrote:
> OK. The trick is to get "man" to output in PostScript format:
> man -t will do it.
>
> Then use the utility "psnup" (one of the GNU pstools package.).
> It will print two or more pages of the man output onto one page,
> thus savi
On Sat, Sep 09, 2000 at 01:29:32PM -0700, Krzys Majewski wrote:
> Sven Burgener <[EMAIL PROTECTED]> writes:
>
> > > Another way would be to directly use troff/nroff.
> >
> > Which is how? Never done this so please help me out a little.
>
> Well you ca
On Sat, Sep 09, 2000 at 09:59:55PM +0200, Christoph Groth wrote:
> Sven Burgener <[EMAIL PROTECTED]> writes:
> > How do I properly print out the contents of a manpage?
> > When I do ":r! man blabla" in vi, I get funny characters at some places.
> > Using man
On Sat, Sep 09, 2000 at 10:41:06AM -0700, Krzys Majewski wrote:
> What's the story with /etc/rc.boot/? Is it deprecated? Is it good?
Taken from "man rc.boot":
[snip]
The /etc/rc.boot directory is obsolete. It has been super
seded by the /etc/rcS.d directory. At boot time, first the
On Sat, Sep 09, 2000 at 09:44:15AM -0500, Jamie Raymond wrote:
> Where's the best place to put a call to hdparm so that it gets invoked
> upon booting? (would inserting it into an existing file in /etc/init.d
> be appropriate?)
Perhaps /etc/init.d/bootmisc.sh? Otherwise, just create your own scrip
On Fri, Sep 08, 2000 at 09:24:27PM +0200, Sven Burgener wrote:
> that the *actualy 2.2.17 is out? (Currently -pre6-1)
s/*actualy/actual/
:-P
Hello
Some questions to be answered:
o How, if possible, can I deliberately cause a core dump on Linux?
(Running potato / 2.2.17-pre6-1 kernel from the sources available
in potato.)
o Will the 2.2.17 sources for potato be updated anytime soon, now
that the *
Hello
The subject says it all. I found MI/X, but that seems not to be free
anymore. Isn't there anything that's good *and* free?
Anyone share some experiences?
Cheers
Sven
--
The program required me to install Windows 95 or better ...
... so I installed Linux.
On Wed, Sep 06, 2000 at 01:53:19PM -0500, John Reinke wrote:
> Read Sven's message below again - dhcpcd - this is not server software.
Yup, note the 'c' in dhcpcd. Stands for client. And the binary behaves
like a daemon in the way that it disconnects from the terminal and keeps
running the way usu
On Wed, Sep 06, 2000 at 03:39:09PM +1100, Brendan J Simon wrote:
> How do I edit my /etc/apt/sources.list to access the proposed-updates or
> potato-proposed-updates directory on the Debian mirrors.
What are those "proposed updates"? How do they differ from the usual
packages available online?
Re
On Wed, Sep 06, 2000 at 11:30:13AM -0500, Phil Brutsche wrote:
> dhclient (that's the name of the executable in the dhcp-client package) is
> the best (imo) dhcp client for unix-type systems. That would explain why
> NetBSD, OpenBSD, and FreeBSD use dhclient in their bootup sequence when
> you sel
On Tue, Sep 05, 2000 at 08:04:19PM +0518, USM Bish wrote:
> MCSE ? In our part of the world that stands for "Must
> Consult a Second Expert" ! Does M$ have some other
> version of this acronym ?
Yes, sure: "Minesweeper Consultant, Solitaire Expert". :)
Sven
--
The UNIX Guru's view of sex:
unz
On Mon, Sep 04, 2000 at 12:44:11PM -0700, Nate Amsden wrote:
> > (Although I didn't know that they "proxy" our outgoing SMTP connects.
> > Is this "usual"? Never seen it before. I can only see it in the headers.)
> While i haven't encountered it personally im not suprised that a cable
> ISP(i thin
Hi guys,
it's me again. Problem's solved.
On Mon, Aug 28, 2000 at 03:29:08AM -0700, Nate Amsden wrote:
> i agree with robert, it must be a prob with your ISP.
In fact you're correct. The problem was at our provider whose routers
/ mail servers weren't playing like they intended them to.
(Althou
On Sun, Sep 03, 2000 at 02:28:30PM -0500, Mike McNally wrote:
> route add -host 127.0.0.1 lo
> success (but isn't this supposed to be done by a bootup script ifup?)
Sorry to butt into the middle of this thread like this, but I shouldn't
the default route be re-set by "ifup -a"?
If I set the defa
Hello
I have happily been using the Alt-Up key-combination, which can be
configured in /etc/inittab:
-- /etc/inittab snippet --
# Action on special keypress (ALT-UpArrow).
#kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work."
kb::kbrequest:/usr/sbin/pppd call bw ipparam
On Sat, Sep 02, 2000 at 03:06:33PM -0500, William Jensen wrote:
> KEA to use any sort of ssh? Alternatively, does anyone know of a windows
> terminal package that is completely freeware that can use ssh?
Place a search on Google for "TeraTerm". Download it and also get the
SSH extension to it. Ni
Hello
When starting bind, I get the following entries syslog'd:
Sep 2 21:04:41 host named[1753]: Zone "168.192.in-addr.arpa" \
(file /etc/bind/homelan.ch.rev): No default TTL set using SOA \
minimum instead
[...]
Sep 2 21:04:41 host named[1753]: Zone "0.0.127.in-addr.arpa" \
On Fri, Sep 01, 2000 at 03:09:05PM -0500, Will Trillich wrote:
> On Fri, Sep 01, 2000 at 09:09:21PM +0200, Sven Burgener wrote:
> > Not to be mean or anything, but FYI fetchmail can be made
> > silent with "-s":
> > -s, --silent work silently
> >
>
On Thu, Aug 31, 2000 at 11:35:46PM -0500, Will Trillich wrote:
> what's redirecting to '/dev/null' good for? here's
> an example. if you're not running 'fetchmail' as its
> own background daemon, to yank your email from various
> servers, you can have cron do it for you. the thing is,
> you get lot
Hello
I got a new NIC for my system! It's a 3Com Etherlink XL PCI 3C900B-TPO.
Apparently, dmesg reports nothing about it when rebooting:
pcnet32.c: PCI bios is present, checking for devices...
Found PCnet/PCI at 0xffe0, irq 10.
eth0: PCnet/PCI 79C970 at 0xffe0, 08 00 09 9e 73 2e assigned IRQ 10.
On Wed, Aug 30, 2000 at 10:47:53PM +0200, Sven Burgener wrote:
> Debian "back-ported" the relevant security patches that were available
> up until potato was released. Be sure to check out the slashdot story
> going on about this.
I need to correct myself:
Security upgrades
On Wed, Aug 30, 2000 at 02:47:44PM +0200, Thomas Guettler wrote:
> Complain about old Apache, ProFTP: If you always want the latest
> fixes, you need to get the stuff from the sources (Eg www.apache.org)
Debian "back-ported" the relevant security patches that were available
up until potato was rel
On Mon, Aug 28, 2000 at 12:01:12PM -0700, Dale L . Morris wrote:
> That's what I'm confused about, I am thinking, perhaps in error that
> 2.2.2 is a later version than 2.2.16. Is that wrong?
Yes, 2 is smaller than 16. It's not ".20" versus ".16".
Regards
Sven
--
Windows does *not* have bugs. It
.
Trust me, I tried it.
> also see:
> http://www.sendmail.org/faq/section3.html#3.10
This applies to PPP / SLIP lines. Sorry, my fault, I forgot to mention
that this is a cable modem link.
I still can't get to the bottom of this...
Sven
--
--
rom:<> SIZE=150895
250 Sender <> and extensions (SIZE=150895) Ok
>>> RCPT To:<[EMAIL PROTECTED]>
250 Recipient <[EMAIL PROTECTED]> Ok
>>> DATA
354 Ok Send data ending with .
[EMAIL PROTECTED] ... I/O error
Waah! It takes ages until the final "I/O error" appears.
Any help *greatly* welcomed. Please *do* CC me.
Thanks
Sven Burgener
On Sun, Aug 27, 2000 at 04:42:13PM +, Pollywog wrote:
> Since the most recent IP address change, I have been seeing in my
> logs attempted connections to ports 137, 138, and 139 but I am
> not concerned because I am guessing that someone was running a
> server there before I got the IP addres
Hello
I find the following snippet useful:
# Official debian mailing lists
:0 H:
* ^X-Loop: [EMAIL PROTECTED]
* ^X-Loop: debian-\/[EMAIL PROTECTED]
$DEBIAN/debian-$MATCH
This'll place debian-WHATEVER in the file ~/Mail/debian/debian-WHATEVER.
It is flexible.
AFAIR, the first rule is just for ma
1 - 100 of 302 matches
Mail list logo