Re: ow can I reliably find a given .deb?

2002-10-08 Thread Ben Goodstein

On (08 Oct 02 12:55), stan wrote:
> I find myslef in the position of trying to install isag from testing on a
> machine that is in sevice, and I don;t want to take a chance on messing up.
> 
> The problem is that it's a Progeny machine, and therfore it's gotten quite
> a bit out of date.
> 
> So, I'm tying to find out wher to manually get isag.deb. So far I'v spent
> quite some time looking at fttp/http debian sites without triping over it.
> 
> Sugestions?
> 

http://packages.debian.org/testing/admin/isag.html

-- 
Ben Goodstein
Human Being Extraordinaire


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




Re: OT: Microsoft Explorapedia error

2002-10-10 Thread Ben Goodstein

On (10 Oct 02 09:30), martin f krafft wrote:
> found this entertaining...
> 
> http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q131109&;
> 
And what's the betting that microsoft actually get the world to turn the
other way instead of correcting the software?

-- 
Ben Goodstein
Human Being Extraordinaire


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




Re: SAMBA Help Needed

2002-09-05 Thread Ben Goodstein

On (05 Sep 02 15:06), Bodnyk, Bruce W wrote:
> I'm trying to mount a directory on a Windows NT box onto a Debian system
> and am having some problems. I can use smbclient and get to the directory on
> the NT machine but when I try and mount the directory using
> 
> mount -t smbfs -o username=bbodnyk/fciam //etbodnyk/proengineer
> /var/www/proengineer
> 
> I get the following error message:
> 
> SMBFS: need mount version 6
> mount: wrong fs type, bad option, bad superblock on //etbodnyk/proengineer,
>   or too many mounted file systems.
> 
> 
> Any idea what could be going wrong? 
>

This is not how you mount smbfs partitions.
Instead try:
mount -t smbfs //etbodnyk/proengineer /var/www/proengineer

It will prompt you for a password.

Ben


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




Re: SAMBA Help Needed

2002-09-05 Thread Ben Goodstein

On (05 Sep 02 20:30), Ben Goodstein wrote:
> On (05 Sep 02 15:06), Bodnyk, Bruce W wrote:
> > I'm trying to mount a directory on a Windows NT box onto a Debian system
> > and am having some problems. I can use smbclient and get to the directory on
> > the NT machine but when I try and mount the directory using
> > 
> > mount -t smbfs -o username=bbodnyk/fciam //etbodnyk/proengineer
> > /var/www/proengineer
> > 
> > I get the following error message:
> > 
> > SMBFS: need mount version 6
> > mount: wrong fs type, bad option, bad superblock on //etbodnyk/proengineer,
> >   or too many mounted file systems.
> > 
> > 
> > Any idea what could be going wrong? 
> >
> 
> This is not how you mount smbfs partitions.
> Instead try:
> mount -t smbfs //etbodnyk/proengineer /var/www/proengineer
> 
> It will prompt you for a password.
> 
> Ben
> 

My apologies, this IS how you mount smbfs so I am stumped.

Ben


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




Re: Ethernet issues.

2002-09-09 Thread Ben Goodstein

On (09 Sep 02 00:56), Gary Lucas wrote:
> luck:~# route add -net 192.168.0.0 netmask 255.255.255.0 gw  assigned gateway> eth1

You don't add another route/gateway for your local net. You should instead set
the other computers on the network to use your router as a gateway,
which will then route stuff out to the internet via its default gateway. 

> Do I need a cross over cable or would that not be necessary?

If they are directly connected by a cable and not via a hub then yes,
you will need a crossover cable for them to communicate.

Ben


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




Re: telnet and old ANSI graphics

2002-09-09 Thread Ben Goodstein

On (08 Sep 02 20:36), Matthew Daubenspeck wrote:
> Is there a way to get that standard telnet command in a terminal
> window to support ANSI graphics?
> 
> I am really embarrassed to mention why :)

The real issue here is the font the terminal is using (I'm assuming X
terminal? if it's on the console then try consolechars -f alt-8x16 as
root). You need a vga font capable of displaying the 8-bit ansi
graphics.

Try http://www.dreaming.org/~giles/bashprompt/xfonts/ for a collection
of links to such fonts and how to install them on your font server.

Ben


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




Re: exim right choice?

2002-09-19 Thread Ben Goodstein

On (19 Sep 02 11:15), Benedict Verheyen wrote:



> I have 2 mailboxes at my isp, 1 for me and 1 for my wife. So i would like exim to 
>run on my soon-to-be debian server and check the mailbox from me and my wife at my 
>isp's site every x minutes and store the mail locally on my server.
> 
> Then i would use Kmail (or another client) to connect to my server and get the mail 
>from there instead of from my isp. Of course, i don't want to retrieve the mail from 
>my wife. Would save me a lot of time since i'm currently subscribed to a couple of 
>debian mailing lists and they are quite busy :-)
> 
> When sending mail, my mail client should send it to my server which then would take 
>care of sending it to my isp's pop3 server.
> The whole setup would add an extra step: instead of email client - isp it would be 
>email client - local server - isp.
> 
> Is a combo of kmail / exim able to do this without to much trouble?
> 

There seems to be some confusion here about the different types of mail
server. A solution for your situation would probably be to use an agent
like fetchmail to pick up mail from the respective pop3 mailboxes at
your isp and then forward them to your local MTA (exim) for delivery to
your respective local mail folders.

You don't send mail via a pop3 server. If you have exim running it will
be able to send mail via smtp to the intended recipients, without having
to use your isp's mail servers at all.

So it would be email client -> local server -> remote server.

I don't use Kmail but I can't imagine it would be difficult to get it to
poll your mail spool (default on debian is /var/spool/$USERNAME) for
incoming mail and use your local smtp server for outgoing mail.

-- 
Ben Goodstein
Human Being Extraordinaire


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




Strange syslog behaviour

2005-01-04 Thread Ben Goodstein
I am running Debian Woody 3.0r2 and have recently noted my system
behaving strangely. In my daily email from the Cron Daemon I have
noticed the following appearing:

/etc/cron.daily/sysklogd:
cat: /proc/197: No such file or directory
cat: 8/cmdline: No such file or directory

eventually the same thing happens with /etc/cron.weekly, i.e.:

/etc/cron.weekly/sysklogd:
cat: /proc/197: Invalid argument
cat: 8/cmdline: No such file or directory

At this point, the daemon stops logging and most of my running processes
go into a SW state, and the system slowly becomes unusable (I am unable
to run perl, or access my mysql databases for instance). At this point I
cannot even reboot gracefully as the shutdown scripts cannot kill the
sleepwait processes.

Can anyone suggest what might have gone wrong with sysklogd or the
logrotate scripts?

Thanks,

Ben Goodstein


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