xinetd, tcpd (tcpwrappers), twist

2000-12-29 Thread Seth R Arnold
Greetings friends. Perhaps someone here can help me. (BTW -- a CC
would sure be nice, if you reply. :)

I am trying to build a short and sweet http redirector using the
twist function from hosts_options(5). I did this before, with ftp,
and inetd. Trouble is, now I am using a machine with xinetd
(Version 2.1.8.9pre11) and I cannot get the service to be used
twice -- it works once, then xinetd quits!

The xinetd.d directory entry I am using contains:
service httpd-redir
{
identifier  = httpd-redir
port= 6080
protocol= tcp
type= UNLISTED
flags   = NAMEINARGS
socket_type = stream
wait= no
user= root
server  = /usr/sbin/tcpd 
server_args = /usr/sbin/in.httpd-redir
log_on_failure  += USERID
}

The /etc/hosts.allow file contains:
in.httpd-redir : ALL : twist echo -en 'Hi'

(It used to be much more complex and working, but this is simple
enough that it should not fail.)

When running xinetd with:  xinetd -reuse -pidfile /var/run/xinetd.pid -d
I get error messages thus: 00/12/[EMAIL PROTECTED]:14:47: DEBUG: {main_loop} 
select returned 1

The whole bit says:

[EMAIL PROTECTED] xinetd.d]# xinetd -reuse -pidfile /var/run/xinetd.pid -d
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {handle_includedir} Reading included 
configuration file: /etc/xinetd.d/chargen [line=14]
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {handle_includedir} Reading included 
configuration file: /etc/xinetd.d/chargen-udp [line=14]
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {handle_includedir} Reading included 
configuration file: /etc/xinetd.d/daytime [line=15]
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {handle_includedir} Reading included 
configuration file: /etc/xinetd.d/daytime-udp [line=14]
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {handle_includedir} Reading included 
configuration file: /etc/xinetd.d/echo [line=15]
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {handle_includedir} Reading included 
configuration file: /etc/xinetd.d/echo-udp [line=14]
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {handle_includedir} Reading included 
configuration file: /etc/xinetd.d/httpd-redir [line=15]
00/12/[EMAIL PROTECTED]:14:44: WARNING: {attr_lookup} bad attribute: identifier 
[line=6]
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {handle_includedir} Reading included 
configuration file: /etc/xinetd.d/time [line=18]
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {handle_includedir} Reading included 
configuration file: /etc/xinetd.d/time-udp [line=14]
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {handle_includedir} Reading included 
configuration file: /etc/xinetd.d/wu-ftpd [line=15]
Service defaults
Instances = 60
Logging to syslog. Facility = authpriv, level = info
Log_on_success flags = HOST PID
Log_on_failure flags = HOST RECORD

Service configuration: ftp
id = ftp
socket_type = stream
Protocol (ny = authpriv, level = info
Log_on_success flags = HOST PID
Log_on_failure flags = HOST RECORD USERID

00/12/[EMAIL PROTECTED]:14:44: DEBUG: {cnf_start_services} Started service: ftp
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {cnf_start_services} Started service: 
httpd-redir
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {cnf_start_services} mask_max = 6, 
services_started = 2
00/12/[EMAIL PROTECTED]:14:44: NOTICE: {main} Started working: 2 available 
services
00/12/[EMAIL PROTECTED]:14:44: DEBUG: {main_loop} active_services = 2
00/12/[EMAIL PROTECTED]:14:47: DEBUG: {main_loop} select returned 1


(*sigh* out of time, and paste doesn't work further! blah.)

In any event, if you know what I can do to fix that stupid error, I would *love*
to hear it! ;)

Thanks



crontab + "xset dpms"

2000-02-28 Thread Seth R Arnold
Greetings fellow debheads;

I would like to set my monitor power off times to be different during
the night than during the day. To this end, I have added the following
lines to my crontab (output with crontab -l):

0   10  *   *   *   xset dpms 3600 0 0
30  0   *   *   *   xset dpms 300 0 0 

I have blank lines at the end of my crontab file.

I never log out of X. I do use xscreensaver; it has an auto-enable time
of ten minutes with locking.

Other lines in my crontab file get run (two include an Esetroot to
change my root background in X every two hours) -- so I am rather
mystified why this won't change the timeout values. Using these commands
by hand works just fine.

Any thoughts or ideas?

Thanks :)

(no, I don't get email about it -- but that is because, when openldap
broke, it was a whole lot easier to remove MTAs than to fix the ldap. :)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help


Re: Netscape 4.72 installed OK Composer still crashing!

2000-02-28 Thread Seth R Arnold
* John Foster <[EMAIL PROTECTED]> [000227 23:16]:
> away. Is this really a Java problem in Potato or is Netscape crapped
> out. I do not have this problem on my stable Slink systems, and the

Someone correct me if I am wrong, but netscape communicator uses its own
JRE; it does not depend on the local system to have one.

Thus, upgrading your JRE or JDK should not have an effect.

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help


Re: Removing unwanted files at installation time

2000-01-24 Thread Seth R Arnold
On Mon, Jan 24, 2000 at 12:22:52PM -0600, John Foster wrote:
> I usually use the kernel-2.2.xx.tar.gz files from "www.kernel.org" and
> make my own source package. I was suggesting eliminating the unnecessary
> tree elements from the tar ball. Is that possible? I did not think
> Debian would work properly if anything was altered. (I have not actually
> tried it.) Just so you will know I am just now experimenting with making
> my own Debianized packages from completely non-debianized tar balls.

AFAICT, deleting the bits not needed for the other architectures won't harm
a thing -- not a running system. It *might* bite you when you build a new
kernel, but from my perousal of the main linux Makefile, I think it is smart
enough to ignore whatever isn't needed for your system.

You can gain roughly 15 megs this way, (perhaps more due to slack space in
the clusters on the hard drive.. :) so it might be worth a shot. And, if it
doesn't work, you can always redownload the kernel sources.

But, it won't affect a running system. Only when you try to compile *might*
it give errors.

:)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Removing unwanted files at installation time

2000-01-23 Thread Seth R Arnold
I like the idea of making things smaller, but at what cost?

On Sun, Jan 23, 2000 at 11:25:53AM -0600, MiniVend wrote:
> Is there some way to set up an installation so that it can be totally
> customized for a specefic user's needs. I want to have the following to
> be done when installing any system, upgrade,  or application.
> 
> 1. Be able to select which processor that system uses, i386, m68, alpha,
> etc from a menu. such that when the selection is made all installed
> software does NOT include references to processors that are not
> necessary. This would eliminate about half of the Kernel stuff that I do
> not need for starters.

I am not sure this is possible in quite the form you wish it to take:
packages that have references to other processors in their documentation
would require several different versions of their documentation, one for
each processor. As for the kernel, my quick glance through looked like you
could save 15.2 megs by removing the non-i386 entries in the arch and
include directories. I could write a quick little script to be applied after
downloading the new kernel source to delete all those in a real hurry.

> 2. Be able to select which language a system uses; so that all
> references to other languages are NOT installed from any software
> packages. i.e. I do not need docs in Polish, Chinese,  French, or
> Japanese-- so these are NOT installed.

If I am not mistaken, if you don't install locales, you don't get the extra
languages, but .. I could be very wrong. However, I don't think that
translations lead to huge packages -- my /usr/share/locale directory
contains some 14.6 megs.

> 3. Be able to convert all of the files that are related to copyright,
> GPL, changes, and possibly others that are mostly duplicated in each
> applcation, to symlinks to cover dependencies, and set them up as a
> single document, that gives credit where it should but eliminates the
> MANY duplicated text files in a typical installation.

This I admit would be sort of slick -- perhaps there should be a
"copyrights" directory off of /usr/share/doc/ that contains the entries
"GNU" "Artistic" "BSD" "XFree86" "Mozilla" and packages could symlink their
copyright to one of those entries, if it matches exactly. On my computer,
the largest copyright doc I have is 16539 bytes. I have 409 of them under
/usr/share/doc/*/copyright, so if we are fairly pessimistic, that is upwards
to 6.7 megs. (There seem to be more many more small ones than large ones,
so I think this is a very gross overestimate, but YMMV.)

Of course, some packages just don't fall directly under one of those main
ones, so some will still get their own copyright file.

So, we are looking at saving upwards of 6 megs or so for this idea -- but
symlinks still take 512bytes at minimum, right? So it isn't quite that cut
and dry..

> Will these ever be a feature of debconf or some such application? I am
> not wanting to create a new distribution, only streamline my
> installation. My last upgrade gave me a disk full warning and it is on a
> 3.2 Gb drive. Granted it is an extensive setup, I still think a lot of
> disk space is  being non-productively used, due to unnecessary files.
> Thanks to you developers, for all of the efforts! Potato Rocks!!

These several ideas have saved roughly 35.8 megs, or about 1% of your hard
drive space.

I am not sure we need to put precious programmer time into these little
optimizations, when a ~15 line shell script could save .5% of your hard
drive space, and not installing the locales package could save another .5%.
The other bit possible to be saved with copyrights takes quite a bit more
work, and would seem non-trivial to me -- we would probably have a large
discussion about the viability of it, two or three proposals would be put
forth describing the transition period, and after a bit, we might have a
consensus on which way would be best. All that time, to save a few
megabytes?

If you wanted the symlink route, perhaps the thing to do would be to package
the various copyright documents into a package (copyrights? :) each with
their own name (gpl.v1 gpl.v2 artistic bsd etc...) and offer to package
maintainers they could change their packages to use symlinks -- assuming
policy doesn't require the actual copyright document instead of symlinks. (I
think avoiding hardlinks would be a good idea -- that way, vrms could
quickly check the ratios of gpl versus artistic, etc -- who knows if it is
useful, but it would be fun all the same. :) 

In conclusion, I am not sure it is worth all that programmer time to gain
perhaps 35 megs of disk space, especially when other programmers put quite a
bit more time into making our machines language-flexible and processor
flexible. You can save that 35 megs a lot faster by not installing emacs, or
X, or tetex or something else similarly large.

Of course, don't let me stop you from putting together the various programs
to do this; saving hard drive space is a worthy goal, and if you fe

Re: uucp/rmail -- urgently need help!

2000-01-14 Thread Seth R Arnold
On Thu, Jan 13, 2000 at 08:18:40PM -0800, George Bonser wrote:
> On Thu, 13 Jan 2000, Seth R Arnold wrote:
> 
> > Ok lists, I desperatly need your help.
> > 
> > I have been tasked with moving the company's email from a modem-based uucp
> > to a tcp/ip based uucp. We will make the firewall our mx, and I have
> > sendmail installed on it. 
> > 
> > uucp can copy files (over tcp/ip) between speedy (an SCO 5.0.5, running
> > sco's honeydanber uucp) and scorch (a linux firewall, taylor uucp, sendmail
> > 8.9.3, mostly a hand-rolled machine from before I met debian).
> > 
> > This error message from scorch's logs is the one causing the trouble:
> > uuxqt speedy mmdf (2000-01-13 16:25:00.10 21228) ERROR: Not permitted to
> > execute rmail
> > 
> 
> Which MTA are you using? I think also that commands UUCP uux executes must
> be only in certain directories. Find out where rmail lives on your system
> and make a link from /usr/bin/rmail to that binary and see if that helps.
> Also check for world execute on the binary.

I am *very* pleased to report that help from Ian Taylor fixed the problem --
the listing of commands available to be executed on each system in the sys
file need to be space seperated, not comma seperated. There were other
problems too, but I think I have them all sorted out. 

*sigh* 

It's the little things that get you...

Thanks everyone for the help and concern; you guys are great. :)

:)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


uucp/rmail -- urgently need help!

2000-01-14 Thread Seth R Arnold
Ok lists, I desperatly need your help.

I have been tasked with moving the company's email from a modem-based uucp
to a tcp/ip based uucp. We will make the firewall our mx, and I have
sendmail installed on it. 

uucp can copy files (over tcp/ip) between speedy (an SCO 5.0.5, running
sco's honeydanber uucp) and scorch (a linux firewall, taylor uucp, sendmail
8.9.3, mostly a hand-rolled machine from before I met debian).

This error message from scorch's logs is the one causing the trouble:
uuxqt speedy mmdf (2000-01-13 16:25:00.10 21228) ERROR: Not permitted to
execute rmail

Here is the entry for speedy in my /etc/uucp/sys file:
system  speedy
timeAny
address 192.168.0.5
portTCP
chatogin uuscorch ord big_secret
commandsrmail,uux

If you have any ideas, I would *LOVE* to hear them -- the sooner the
better. (Today was supposed to be my last day here! I would like this to
work before I leave! :)

Here is a snippet from the logs, this represents a few transactions between
the two computers. 

uux speedy daemon (2000-01-13 16:23:27.05 21221) Queuing rmail [EMAIL PROTECTED]
(D.000D)
uucico speedy - (2000-01-13 16:24:01.01 21224) Calling system speedy (port
TCP)
uucico speedy - (2000-01-13 16:24:01.05 21224) Login successful
uucico speedy - (2000-01-13 16:24:03.11 21224) Handshake successful
(protocol 't')
uucico speedy daemon (2000-01-13 16:24:03.11 21224) Sending rmail
[EMAIL PROTECTED] (D.000D) (630 bytes)
uucico speedy - (2000-01-13 16:24:03.14 21224) Call complete (2 seconds 716
bytes 358 bps)
uucico - - (2000-01-13 16:24:55.99 21227) Incoming call (login uuowens port
stdin)
uucico speedy - (2000-01-13 16:24:58.03 21227) Handshake successful
(protocol 'e')
uucico speedy mmdf (2000-01-13 16:24:58.05 21227) Receiving D.speed1ca19e8
uucico speedy mmdf (2000-01-13 16:24:58.07 21227) Receiving X.scorchN741f
uucico speedy - (2000-01-13 16:24:58.07 21227) Call complete (3 seconds 924
bytes 308 bps)
uuxqt speedy mmdf (2000-01-13 16:25:00.10 21228) ERROR: Not permitted to
execute rmail
uux speedy uucp (2000-01-13 16:25:00.29 21233) Queuing rmail
[EMAIL PROTECTED]
hc.org (D.000F)
uucico speedy - (2000-01-13 16:25:01.22 21240) Calling system speedy (port
TCP)
uucico speedy - (2000-01-13 16:25:01.38 21240) Login successful
uucico speedy - (2000-01-13 16:25:03.44 21240) Handshake successful
(protocol 't')
uucico speedy uucp (2000-01-13 16:25:03.44 21240) Sending rmail
[EMAIL PROTECTED]
.nbhc.org (D.000F) (547 bytes)
uucico speedy - (2000-01-13 16:25:03.47 21240) Call complete (2 seconds 663
bytes 331 bps)
uucico - - (2000-01-13 16:25:55.93 21245) Incoming call (login uuowens port
stdin)
uucico speedy - (2000-01-13 16:25:57.97 21245) Handshake successful
(protocol 'e')
uucico speedy mmdf (2000-01-13 16:25:57.99 21245) Receiving D.speed1ca3462
uucico speedy mmdf (2000-01-13 16:25:58.01 21245) Receiving X.scorchN7420
uucico speedy - (2000-01-13 16:25:58.01 21245) Call complete (3 seconds 832
bytes 277 bps)
uuxqt speedy mmdf (2000-01-13 16:26:00.04 21248) ERROR: Not permitted to
execute rmail
uucico - - (2000-01-13 16:26:00.12 21250) No work
uux speedy uucp (2000-01-13 16:26:00.28 21255) Queuing rmail
[EMAIL PROTECTED]
hc.org (D.000H)




-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


many packets between NAT and other?

1999-11-12 Thread Seth R Arnold
Greetings once again.

I have a question I hope some networking fellow can help with. I have a NAT
box (sarnold) and a single box hidden behind it (amidala) -- and they won't
stop talking to each other. Here is a typical tcpdump output:

21:40:25.447332 sarnold.25682 > amidala.6000: P 65829:65857(28) ack 0 win 8192 
(DF)
21:40:25.448015 sarnold.25682 > amidala.6000: P 65857:65969(112) ack 0 win 8192 
(DF)
21:40:25.448037 sarnold.25682 > amidala.6000: P 65969:65997(28) ack 0 win 8192 
(DF)
21:40:25.448077 sarnold.25682 > amidala.6000: P 65997:66025(28) ack 0 win 8192 
(DF)
21:40:25.448798 sarnold.25626 > amidala.6000: P 5293:5377(84) ack 0 win 8192 
(DF)
21:40:25.448833 sarnold.25626 > amidala.6000: P 5377:5405(28) ack 0 win 8192 
(DF)
21:40:25.449165 sarnold.25626 > amidala.6000: P 5405:5433(28) ack 0 win 8192 
(DF)
21:40:25.449207 sarnold.25626 > amidala.6000: P 5433:5461(28) ack 0 win 8192 
(DF)
21:40:25.449242 sarnold.25626 > amidala.6000: P 5461:5489(28) ack 0 win 8192 
(DF)
21:40:25.458153 amidala.6000 > sarnold.25682: . ack 66025 win 32120 (DF)
21:40:25.468147 amidala.6000 > sarnold.25626: . ack 5489 win 32120 (DF)


Does anyone have any clue what is going on? I have two small little
programs, that don't update that often, ssh2 displayed on amidala, running
on sarnold -- is this level of traffic normal? (the programs are wmifs, one
for each ethernet device..)

Should I be worried about this level of traffic? It seems high..

thanks. :)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


"etho: transmit timed out, tx_status 00 status e000."

1999-10-17 Thread Seth R Arnold
Hello again! :)

While trying to setup a dual celeron machine to run MASQ with a friend, we
ran into an insurmountable problem.

He has two D-LINK 530TX network cards, which are listed as supported on the
SuSE.com webpage, and they seem to take the via-rhine module in 2.0 and 2.2
just fine, except we get this dreaded error message at boot:
eth0: transmit timed out, tx_status 00 status e000.

We put his win95's 3c905b into the machine, and it can get on the network
just fine using the 3c59x module; adding only one D-LINK with the 3c905b
gives those error messages (when it was two D-LINK cards, I think the error
message was the same, but silly me, forgot to write it down! ugh.)

Does anyone know how to tackle this?

We just downloaded and installed kernel 2.2.12 from ftp.kernel.org.

Can I give more details?

thanks. :)


-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


[OT] thanks

1999-10-01 Thread Seth R Arnold
Well, 100+ messages a day finally swamped me. I want to thank all of you for
bringing me into the debian fold so quickly and nicely.

I am unsubbing from the list; I am sure I will be back.

Thanks for all the help. :)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Security & UID, GID?

1999-09-30 Thread Seth R Arnold
Check your /etc/suid.conf file, if you have one. :)

On Wed, Sep 29, 1999 at 08:20:39PM -0600, Art Lemasters wrote:
>  One account on my system (e.g., one user in the /home directory)
> has had its group permission changed to from x to s without my doing
> so, a couple of times.  For example, in the /home directory, one user
> directory permission looked thusly:
> 
> drwxr-sr-x   16 user  user  1024  Sep 29 18:00  user
> 
>  I did not manually chmod the permissions that way.  What
> might have caused this, and what are the implications, anyone?
> Thanks for any leads on this, and yes, I have changed that group
> permission back to "x" each time this occured.
> 
> Art
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Install with floppies and NFS

1999-09-30 Thread Seth R Arnold
Are you using rawrite or dd, or just a straight copy? A straight copy will
never work, but a rawrite (from dos) or dd (under a unix) will do the job
nicely. :)

On Thu, Sep 30, 1999 at 01:37:11PM +1000, Jordan Howarth wrote:
> OK. I have finally got the laptop and the time. I went to ftp.debian.org to 
> get
> resc1440.bin, plus associated others, and tried to cp it to floppy BUT ... 
> Have
> floppies shrunk since this stuff was put onto the site? My floppy in 1.457 Kb 
> but
> resc1440.bin is 1.475 Kb. How's a guy supposed to do a virgin install with 
> this
> dilemma.
> 
> Help please.
> 
> -- 
> Jordan Howarthmailto:[EMAIL PROTECTED]
> CSIRO Mathematical and Information Sciences   Ph:  (07) 3214 2465  
>   Fax: (07) 3214 2480
>   
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Environment Variable weirdness

1999-09-30 Thread Seth R Arnold
You want the HOSTTYPE to say i386, since your machine IS a 386-compatible
chip. :)

As for that environment variable, you could parse the output of:
$ uname -rm
2.0.36 i686

And build it yourself... :)

On Wed, Sep 29, 1999 at 08:39:48PM -0400, Salman Ahmed wrote:
> 
> (1)
> Running Debian 2.1, I noticed sth odd about a couple of 
> environment variables (I am running XFree-3.3.3.1-2).
> 
> First of all :
> 
> HOSTTYPE=i386-linux
> 
> I have a Celeron 300A processor and have installed a new
> 2.2.12 kernel recently. Where is this variable getting
> set from ?
> 
> How do I change this env variable on a global basis ?
> 
> Same thing for the MACHTYPE env variable :
> 
> MACHTYPE=i386
> 
> Why do these variables refer to i386 when the arch
> command displays the correct output :
> 
> @phoenix:[/home/ssahmed] arch
> i686
> 
> 
> (2)
> The other thing is that the DISPLAY env variable is set
> to "unix:0.0". My question is : shouldn't this variable
> be of the form $HOSTNAME:0.0 ? So why is set to "unix:0.0" ?
> 
> And how do I change this env variable on a global basis
> (ie for all users) ?
> 
> 
> (3)
> The last thing is : I'd like to create an environment variable
> that contains the following information : kernel version and
> machine architechture. e.g. : linux-2.2.12-i686. Let's call
> it OSVERSION. Where do I set this environment variable ?
> 
> Thanks.
> 
> 
> -- 
> Salman Ahmed
> ssahmed AT interlog DOT com
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Cron: daemon.log grep & mail to root

1999-09-30 Thread Seth R Arnold
The TrinityOS document has many good ideas in it, including cron stuff -- it
is based on slackware, but you should be able to adapt parts of it without
too much trouble. :)

On Wed, Sep 29, 1999 at 04:03:33PM -0700, bwarsing wrote:
> Hi,
> I'm a newbie, but I need to set up cron to grep the auth attempts from 
> /var/log/daemon.log and mail me (root) the results daily.  Can anyone suggest 
> a means of doing this?  As it stands, it only logs weekly.  As well, if there 
> is anyone who can point me to some good info on using cron effectively, I 
> would appreciate it.
> Thanks,
> bw.

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: System.map does not match kernel data

1999-09-30 Thread Seth R Arnold
On Wed, Sep 29, 1999 at 05:02:51PM +0200, Jonas Steverud wrote:
> 
> When I run some programs (ps, top, etc) I get
> Warning: /boot/System.map-2.2.10 does not match kernel data.
> 
> Is there some way of fixing this/get rid of the message?
> 
> I've compiled the kernel myself and the messages started to appear
> after (I think) and upgrade to PAM.

I think if you copy /usr/src/kernel/System.map to /boot/System.map-2.2.10
the message will go away. 

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: One last time: smail problem

1999-09-30 Thread Seth R Arnold
Ooooh!

Only a guess -- but make a crontab entry that runs every five minutes that
runs "runq". Probably it should run as 'mail', but I can't be sure.

See what this does. :)

On Wed, Sep 29, 1999 at 09:39:27AM -0500, David Kanter wrote:
> I'll post this problem one last time: I must type runq at the console after 
> running fetchmail in order for my e-mail reader to see my new mail. This 
> never happened before, that is until I installed Netscape 4.61 the other day; 
> before, I would run fetchmail and smail ran the queue automatically.
> 
> This is more an inconvenience than anything else---my system isn't broken. 
> But what can I do to remedy this?
> 
> Some info: When installing Netscape, the configuration script said that smail 
> may have to be restarted, and so it was. Also, when reconfiguring smail last 
> night (smailconfig), a message that "There is no crontab" came up. My smail 
> daemon is run via a inet.d.
> 
> Should I bag smail and use another MTA?
> 
> Thanks all,
> Dave
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Kernel upgrades = security upgrades - a possible solution?

1999-09-29 Thread Seth R Arnold
On Wed, Sep 29, 1999 at 10:46:20AM +, Marcin Owsiany wrote:
> 
> I guess this kind of kernel packages would be for people quite concerned
> about security but also quite lazy :)
> Also if you administer a lot of boxes, and if they work ok with the default
> kernel you will find it _a lot_ more convenient to automatically upgrade
> kernel than to compile it for each box...

Heh, this is where the kernel-package package comes into play. :) You
compile the kernel once into a .deb, and install that using dpkg or apt-get.

:)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Kernel upgrades = security upgrades - a possible solution?

1999-09-29 Thread Seth R Arnold
On Wed, Sep 29, 1999 at 10:27:43AM +, Marcin Owsiany wrote:
> On Tue, Sep 28, 1999 at 09:41:26PM -0500, Ashley Clark wrote:
> > On Tue, 28 Sep 1999, Marcin Owsiany wrote:
> > > the way to solve the problem would be to create a package called e.g.
> > > "secure-kernel", which would depend on the most secure 
> > > "kernel-image-".
> > > Then if the security team has newer kernel with security bugfixes, they
> > > would make a new version of "secure-kernel" which would depend on the 
> > > fixed
> > > kernel.
> > 
> > I, for one, wouldn't want my kernel upgraded automatically, no matter
> > what the fixes involved are. Here's why: I have compiled my own
> > kernel with my hardware selected (sound, tape drive, scsi card,
> > network card) and Debian simply can't afford to make all possible
> > combinations of kernel configurations to provide an easy upgrade path
> > for users. Now, possibly there could be some kind of secure-kernel
> > package which would do nothing more than simply inform you during
> > upgrade that a newer kernel with such-and-such security patches is
> > available and recommend how to upgrade, that's seems more reasonable
> > to me at least.
> 
> That is the point of this idea. If you want your kernel to be upgraded
> automatically, you install secure-kernel, if you only want to be informed,
> you install secure-kernel-info, if you don't care at all, you instal
> neither.

I am still very leery of automatic kernel updating... I do rather like the
idea of secure-kernel-info, as Marcin has described it, but it needs a
better name; secure-kernel just won't do it. kernel-update-watcher perhaps.

However, if security is enough of an issue for you that you think a kernel
package should be made around it, maybe you should keep an eye on bugtraq
and freshmeat, or a cron-job to grab the LATEST-VERSION-IS file from the
kernel.org servers -- no matter which approach is taken, it will be faster
than waiting for a new kernel package to come along...

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: apt: conf file says: /tmp/cache/apt/. Apt insists on /var/cache/apt/archives/

1999-09-29 Thread Seth R Arnold
Shaul, give us output from "df" -- I bet it isn't much.

On Wed, Sep 29, 1999 at 09:33:33AM +0200, shaul wrote:
> How can I fixed it ?
> 
> Package: apt
> Version: 0.3.11.1
> 
> [09:21:40 shaul]# apt-get install xbooks
> Reading Package Lists... Done
> Building Dependency Tree... Done
> 1 packages upgraded, 0 newly installed, 0 to remove and 120 not upgraded.
> E: Sorry, you don't have enough free space in /var/cache/apt/archives/
> [09:27:04 shaul]# grep 'Cache "/' /etc/apt/apt.conf
>   Cache "/tmp/cache/apt/" {
> [09:27:10 shaul]#ls -Rl /tmp/cache/
> /tmp/cache:
> total 1
> drwxr-xr-x   3 root root 1024 Sep 29 09:29 apt
> 
> /tmp/cache/apt:
> total 1
> drwxr-xr-x   3 root root 1024 Sep 29 09:29 archives
> 
> /tmp/cache/apt/archives:
> total 1
> drwxr-xr-x   2 root root 1024 Sep 29 09:29 partial
> 
> /tmp/cache/apt/archives/partial:
> total 0
> [09:30:37 shaul]#
> 
> -- System Information
> Debian Release: potato
> Kernel Version: Linux rakefet 2.0.36 #2 Sun Feb 21 15:55:27 EST 1999 i586 
> unknown
> 
> Versions of the packages apt depends on:
> ii  libc6   2.1.2-5GNU C Library: Shared libraries and 
> timezone
> ii  libstdc++2.92.91.66-0slink The GNU stdc++ library (egcs version)
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Exim... can't get outgoing mail off my machine

1999-09-29 Thread Seth R Arnold
On Wed, Sep 29, 1999 at 07:13:45AM +0100, Mark Brown wrote:
> On Tue, Sep 28, 1999 at 10:05:56PM -0700, Seth R Arnold wrote:
> 
> > Well, the line number that I pointed at tells how to make exim point at a
> > smarthost. It looked like the smartuser director might be able to do it, but
> > it looked more like whatever was near line 11900 would do it better. :)
> 
> I'm concerned that it wouldn't even get to the smarthost - it would
> think "this is a local address, I should be able to deliver it" and then
> find it can't and bounce before ever trying a smarthost.

D'oh! Upon looking again, I think you are right. Good thing the original
poster fixed his problem, huh? :)

> > detail, and yet .. even though I have read them through completely a few
> > times, I still feel overwhelmed by the sheer amount of data they contain. It
> > has to be one of the few programs well documented. :)
> 
> I find the trick is to remember the big picture and look up those
> specifics that aren't memorable.

Keeping vi's '/' handy helps too. :)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Installing debian to another hard drive

1999-09-29 Thread Seth R Arnold
On Wed, Sep 29, 1999 at 01:54:42AM -0400, Rob Mahurin wrote:
> Perhaps something like this (assuming the target drive is /dev/hdb).
> (I'm going to emphasize that I'm JUST GUESSING and you should RTFM all
> the suggestions I give here).
> 
> # mke2fs /dev/hdb1
> # makeswap /dev/hdb2
should read: # mkswap /dev/hdb2
> # dpkg --get-selections > selections
> # dpkg --root=/mnt --set-selections < selections
> # apt-get -f -o dpkg::options::"--root=/mnt" dist-upgrade
> 
> Does anybody who knows what they're talking about have better ideas?
> 
> Rob
> 
> 
> 
> On Wed, Sep 29, 1999 at 01:03:14AM +0200, Marcin Owsiany wrote:
> > On Tue, Sep 28, 1999 at 10:42:15PM +0200, Hugo van der Merwe wrote:
> > > Hello,
> > > 
> > > How can I install the debian "base" system to another hard drive in the
> > > same computer? I have a working Debian / DOS+Win95 dual boot system, and
> > > would like to install Debian to a laptop, whose floppy disk drive is
> > > disfunctional, and has no CD-ROM drive.
> > > 
> > > I have connected the laptop's hard drive to my Debian machine, using an
> > > adapter. There must be some way to install Debian to this hard drive,
> > > using my desktop machine. How can I do this? Will the normal
> > > install-from-dos-partition procedure work?
> > > 
> > > Thanks in advance,
> > > Hugo van der Merwe
> > > 
> > > ps. I would appreciate if replies could be CC:'ed to [EMAIL PROTECTED]
> > > I am not subscribed to the list, and sometimes my ISP's news server messes
> > > up...
> > 
> 
> -- 
> Reliable source, n.:
>   The guy you just met.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Exim... can't get outgoing mail off my machine

1999-09-29 Thread Seth R Arnold
On Wed, Sep 29, 1999 at 06:03:09AM +0100, Mark Brown wrote:
> On Tue, Sep 28, 1999 at 07:49:21PM -0700, Seth R Arnold wrote:
> > On Tue, Sep 28, 1999 at 04:51:57PM -0700, [EMAIL PROTECTED] wrote:
> > > Sorry, but I cannot figure out how to get mail to other people on our LAN
> > > using exim.  Those I send are booted back saying they don't exist on my
> > > machine.  Mail should go to a server, but it treats all with the same 
> > > domain
> > > as being on my machine.  Have gone through the manual but I guess I'm 
> > > blind.
> 
> > Kenward, check out the /usr/doc/exim/spec.txt.gz file, near line 11900 for
> > some information on setting up a smarthost thingy.
> 
> I don't think that will help if the problem is that exim thinks that it
> handles all mail for his domain.  Most MTAs implement a luser_relay
> option which allows one to specify a host to throw unknown local users
> to.  In exim this appears to be a smartuser director, and is documented
> in the manual.

Well, the line number that I pointed at tells how to make exim point at a
smarthost. It looked like the smartuser director might be able to do it, but
it looked more like whatever was near line 11900 would do it better. :)

> Try adding after the localuser director in your exim.conf:
> 
> startuser:
>driver = domainlist
>transport = remote_smtp
>route_list = "* mail.relay.for.your.site bydns_a"
> 
> (Completely untested and assuming a fairly standard Debian exim 
> configuration).  The other option is to use a fake name or your hostname
> internally and use rewriting to make sure any addresses which make it
> off your system are valid.
> 
> > (Anyone else think exim's docs might be a bit too big? :)
> 
> The main problem is knowing what to look for rather than anything else -
> it's not very well indexed and doesn't cater to people using different
> terminology so well.

Hehhe. In the exim docs, EVERY SINGLE THING is explained in wonderful
detail, and yet .. even though I have read them through completely a few
times, I still feel overwhelmed by the sheer amount of data they contain. It
has to be one of the few programs well documented. :)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Flat-panel monitors?

1999-09-29 Thread Seth R Arnold
On Tue, Sep 28, 1999 at 11:05:20PM -0400, B. Szyszka wrote:
> Well I'm not really ready to configure one yet. I was just asking for
> people's personal experiences with them. Do they display things just
> as well as Windows would? Worst? The same?

The few that I have looked at do not look as nice as CRTs, though I
understand apple's studio displays are very nice.

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Exim... can't get outgoing mail off my machine

1999-09-29 Thread Seth R Arnold
Kenward, check out the /usr/doc/exim/spec.txt.gz file, near line 11900 for
some information on setting up a smarthost thingy.

(Anyone else think exim's docs might be a bit too big? :)

On Tue, Sep 28, 1999 at 04:51:57PM -0700, [EMAIL PROTECTED] wrote:
> Sorry, but I cannot figure out how to get mail to other people on our LAN
> using exim.  Those I send are booted back saying they don't exist on my
> machine.  Mail should go to a server, but it treats all with the same domain
> as being on my machine.  Have gone through the manual but I guess I'm blind.
> 
> Can someone kindly point out my blunder?  
> 
> Kenward
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: DriveReady SeekComplete Error and DriveStatusError

1999-09-28 Thread Seth R Arnold
On Tue, Sep 28, 1999 at 06:20:36PM -0400, B. Szyszka wrote:
> > Personally, I find it difficult to troubleshoot problems when the only
> > data I'm given is "These things cost money".  Give us something to work
> > with.
> 
> Well "buy something else" isn't exactly a very good solution to a problem
> either. I cited two error messages and asked what they could be caused
> by. Do you want a list of every single piece of hardware on my computer?


Bart, if you can borrow a friend's motherboard for a day or so, that is
often a great substitute to buying your own toys.

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Kernel upgrades = security upgrades

1999-09-28 Thread Seth R Arnold
On Tue, Sep 28, 1999 at 05:19:24PM -0400, Fraser Campbell wrote:
> I realize the kernel is a very special piece of software but still see no
> reason why it is treated differently from normal software.  Perhaps the
> upgrade process depends on the virtual package kernel-image which I don't
> seem to have installed?

On most normal machines, I can see your point. However, there are many
machines where things are wierd, wild, wacky, and the kernel-builder needs
to take special effort to get the kernel to work on their machine.

Another reason why it shouldn't be replaced with every apt-get upgrade is
that software can only be replaced when it is not running. The kernel will
never not be running -- so it takes effect at reboot. I *HATE* changing
things that affect the booting process and  then waiting a while to reboot;
if something I did broke the boot process, I am not sure I would remember it
three weeks down the road, when the power goes out and I have to turn the
machine off since UPS only last so long.. :)

Kernels are just too special to do this.

*MAYBE* the hurd will have this option. Maybe it does already. 


-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Root password

1999-09-28 Thread Seth R Arnold
Well, in multi-user mode, it does NOT prompt for root password (on my potato
anyway... :)

Single user mode MIGHT be different, but I would be suprised. 

On Tue, Sep 28, 1999 at 06:50:11PM +0200, Jens Ritter wrote:
> Seth R Arnold <[EMAIL PROTECTED]> writes:
> 
> > I haven't tried this myself... but, I seem to recall that if you pass linux
> > "single" on the boot line (at the lilo prompt, etc..) it will boot into a
> > single-user mode; within that you should be able to "passwd root".
> 
> This will ask for a password, too. 
> You have to reboot using a floppy and edit /etc/passwd manually. 
> 
> Jens
> 
> P.S.: Please vote against Spam! At
>  http://www.politik-digital.de/spam/
> (Sorry Europeans only)
> ---
> [EMAIL PROTECTED]   [EMAIL PROTECTED]
> Key ID: 2048/E451C639 Jens Ritter
> Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: [DISASTER] Latest update broke my system entirely

1999-09-28 Thread Seth R Arnold
Ok, I removed the paths from /etc/pam.d/kbdrate -- should I file a bug
against kbdrate with the new info? Or not?

Thanks Peter! ;)

On Tue, Sep 28, 1999 at 09:39:58AM +0200, peter karlsson wrote:
> Seth R Arnold:
> 
> > Peter -- even if the paths are correct? I am a little reluctant to play
> > around with mine, since my system works...
> 
> Jonas Steverud:
> 
> > The message said the pathes had to be relative and mine where absolute.
> > Since they looked ok and I didn't know what to change them too I let them
> > be. It worked until I updated last Thursday.
> 
> I have removed all the paths from the files in /etc/pam.d, and it works
> flawlessly. The ones I'm talking about are those to the .so files, just to
> make sure we talk about the same thing.
> 
> -- 
> \\//
> peter - http://www.softwolves.pp.se/
>   - and God said: nohup make World >& World.log &
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: [OT] alsa compatible sound recorder?

1999-09-28 Thread Seth R Arnold
Noah, you *do* know that you need to send output from your turntable through
an amplifier with a phono stage or an external phono stage for it to be of
any useful strength, right? :)

As for software that won't chew CPU or segfault, I don't know. Post back to
the list whatever software you do end up using. :)

(will a good cat /proc/asound// > /tmp/filename do
the job? :)

On Mon, Sep 27, 1999 at 09:53:58PM -0400, Noah L. Meyerhans wrote:
> -BEGIN PGP SIGNED MESSAGE-
> 
> I'm trying to rip some mp3s off some records (yes, vinyl) that I've got,
> but I'm having a hard time finding a decent tool for the job.  I've got
> the turntable plugged in to the Line In port on my Trident 4D Wave
> soundcard, and I can play records and hear then (albeit faintly, even with
> input volume at 100%) from my speakers.  However, I can't record anything.
> I've tried wavr from the wavtools package, but it segfaults when I pass it
> the -l flag (which tells it to use line in).  I can get wavr to work if
> the turntable is plugged in to the Mic port on the soundcard, but that
> port only supports mono, and the quality is poor.
> 
> I've also tried ecasound from http://www.wakkanet.fi/~kaiv/ecasound/ which
> is supposed to natively support ALSA, but it doesn't seem to do anything.
> It just eats up CPU cycles with calls to 
> sched_yield(0x401e5810, 0xbb30, 0, 0xbb30, 0xbb54) = 0
> 
> So, I'm stumped, and I'm looking for ideas for other tools to try.  It
> would be cool if it was in .deb format, but at this point I'll try
> anything.  Any suggestions are much appreciated.  Thanks in advance!
> 
> Noah
> 
> 
>   PGP public key available at
>   http://lynx.dac.neu.edu/home/httpd/n/nmeyerha/mail.html
>   or by 'finger -l [EMAIL PROTECTED]'
> 
> 
> 
> -BEGIN PGP SIGNATURE-
> Version: 2.6.2
> 
> iQCVAwUBN/AfuodCcpBjGWoFAQFvtgP/QIxP+LRy6OpBgoLw0zyT4GzFfRycCivh
> BmOrq5wNQROB4Dy1TIQ2tScw5Zp9VMbWKhSSkZZrpzPkvjyHx9yarnYSV5+kRxcp
> 47ZqrnGKXWMaUxVJMb318Hb37NitTj1n8cDPDpMPi/8zJZMuJUjRI+zloLJ9+R6M
> gipkdaz0+yQ=
> =yEtA
> -END PGP SIGNATURE-
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: partition this thing!

1999-09-28 Thread Seth R Arnold

On Mon, Sep 27, 1999 at 09:17:09PM -0400, Chris Ruvolo wrote:
> At 11:02 PM 9/26/99 +0300, you wrote:
> >This is my first try at more than swap and /.tiny /boot, giant
> >/home, right?  Anyone feel like helping?
> 
> I don't think a separate partition for /boot would be a good idea.  /boot 
> is the default location for the kernel.  Having the kernel and init 
> (usually /sbin) on different partitions is probably bad.  I don't see how 
> that would work unless you mounted them both on the first pass (could take 
> some mucking around in your startup scripts, and generally not a good idea).

Chris, would you please go into this? I have a seperate 30meg /boot
partition at the start of my drive to ensure that lilo will ALWAYS be able
to see my entire kernel. I have only booted the machine six or seven times
(love linux! :) and haven't had any trouble yet, but I don't need to get
into trouble due to this... :)

Thanks

> /home doesn't *have* to be giant.  If you have multiple users, I would 
> highly suggest separating /var, /usr, /tmp and possibly /var/tmp.  With 
> quotas enabled on /home, this eliminates most disk-filling attacks.  Its 
> also important to mount user-writable partitions with suid execution 
> disabled (specified in /etc/fstab).
> 
> For an example of a decent partitioning scheme on relatively little space 
> (for a pretty minimal server in this case.. no X, etc. ) take a look at this:
> 
> $ df
> 
> Filesystem 1024-blocks  Used Available Capacity Mounted on
> /dev/hda1  21777   10748 9905 52%   /
> /dev/hda2 198181  10363884309 55%   /usr
> /dev/hda3  22043   1063210273 51%   /var
> /dev/hdc1  89266  3384623  0%   /home
> /dev/hdc3  19805  1318769  0%   /tmp
> /dev/hdc4  20447  1319378  0%   /var/tmp
> 
> $ cat /etc/fstab
> 
> # /etc/fstab: static file system information.
> #
> #   
> /dev/hda1   / ext2   defaults,errors=remount-ro 0  1
> /dev/hdc2   none  swap   sw 0  0
> proc/proc proc   defaults   0  0
> /dev/hda2   /usr  ext2   defaults   0  2
> /dev/hda3   /var  ext2   defaults,nosuid0  2
> /dev/hdc1   /home ext2   defaults,nosuid0  2
> /dev/hdc3   /tmp  ext2   defaults,nosuid0  2
> /dev/hdc4   /var/tmp  ext2   defaults,nosuid0  2
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Gateway E-4200 install probs

1999-09-27 Thread Seth R Arnold
Steve, I can let you know what I have learned -- 

the 3c59x.c file included with the kernel (even 2.2.12) is old and out of
date. You need to go to Donald Becker's webpage (cesdis.gsfc.nasa.gov, iirc)
and download the 0.99L or newer version of the 3c59x.c file, replace the
3c59x.c file that comes with the kernels, remake, recompile, and install.

Rumor has it that the new driver is in 2.2.13pre? -- so 2.2.13 should have
it. Again, *rumor has it that*... so, you won't need to go through this
hassle always, just for a little while longer.

Have fun. :)

On Mon, Sep 27, 1999 at 05:35:11PM -0500, Stephen R. Gore wrote:
> I'm trying to install slink on a Gateway E-4200 (PIII 400).  This is
> a testbed install, eventually to be an entire lab.  I've had no problems
> installing to an older E-3200 (PII 300).
> 
> The problem is that the network card (3COM 3c905.c) isn't recognized.
> When I select the appropriate module from the network drivers menu, insmod
> fails (device not found).  I've switched to another VT, and dmesg shows:
> "Unrecognized 3COM PCI device type 9200 detected. Leaving unconfigured."
> 
> I'm sure of the card type (I've opened the case and read the numbers on
> the card).  I've also tried different configuration options (basically all
> the ones listed).
> 
> Any help appreciated.
> 
> -- 
> Regards,
> Steve
> 
> Debian GNU/Linux Because software support is free, timely,
>  useful, technically accurate, and friendly.
>  Reboots are for kernel and hardware upgrades.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Problems compiling xfree 3.3.5 under slink...

1999-09-27 Thread Seth R Arnold
On Tue, Sep 28, 1999 at 12:19:11AM +0300, Martin Fluch wrote:
> MMX 233) I had a look at debian/README.source-depends (can anybody tell
> me, why README files are called README? :-), installed the missing

Well, the name "readme" is a command, telling you to read whatever 'me' is.
That part isn't so bad. As for the capitalization, due to the capitals
coming before lowercase in most lexicographical sorting orders, one gets
important files listed near the beginning of the directory listing. Of
course, after seeing thousands of packages, all with a README file, not many
people are going to make their own package with a different name, say
ReadMe, or readME, etc -- since no one looks for those files. :)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: [DISASTER] Latest update broke my system entirely

1999-09-27 Thread Seth R Arnold
On Mon, Sep 27, 1999 at 10:09:13PM +0200, peter karlsson wrote:
> Jonas Steverud:
> 
> > (none) login: root
> > login[10]: PAM unabvle to resolve symbol pam_sm_authenticate
> > login[10]: PAM unabvle to resolve symbol pam_sm_setcred
> > login[10]: PAM unabvle to resolve symbol pam_sm_authenticate
> > login[10]: PAM unabvle to resolve symbol pam_sm_setcred
> 
> My guess is that you didn't notice the message that was included when you
> upgraded pam-modules (or something like that). It complained about the pam
> modules having changed paths, and that some of the configuration files in
> /etc/pam.d still contains the old path. The paths should be eradicated
> completely from the configuration files there.

Peter -- even if the paths are correct? I am a little reluctant to play
around with mine, since my system works... 

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: dhcpcd error "sendto (init): Operation not permitted"

1999-09-27 Thread Seth R Arnold
Chris -- try giving eth0 an IP address. I *think* that *may* have helped me.

Also, replace dhcpcd with dhcp-client-beta. See what that does. :) Try that
one first. :)

On Mon, Sep 27, 1999 at 12:33:06PM -0400, Chris Ruvolo wrote:
> Hello all..
> 
> I have a slink box up and running pretty well with the exception of 
> dhcp.  The purpose of this box is to act as a masquerader / gateway between 
> our lan and our cable modem.
> 
> I originally thought it might be a hardware problem, but I was able to 
> switch which NIC was configured for our lan without any problem.  In the 
> process I found that I could make the error appear with eth0 or eth1.  I 
> also upgraded to the potato version of dhcpcd, but that didn't help either.
> 
> I was able to find a bug listed with the Debian bug tracking system that 
> mentions this error.  The author claims it is a problem with pcmcia and 
> ipmasq.  However, this machine has no pcmcia devices or controller (not a 
> laptop).  The solution given is to "recompile kernel without IP masq," 
> which is not really an option for this machine.  That bug can be found at: 
> http://www.debian.org/Bugs/db/36/36746.html
> 
> The only other thing I can think of is try to upgrade my kernel to 2.2.x, 
> but that brings in some other problems, and I am totally unsure if it will 
> work.
> 
> I really need some advice here.  Any comments are welcome.  Thanks.
> 
> Perhaps these logs can explain more:
> 
> 
> 
> Script started on Mon Sep 27 11:55:49 1999
> 
> [EMAIL PROTECTED]:~# uname -r
> 
> 2.0.38
> 
> [EMAIL PROTECTED]:~# ifconfig
> 
> loLink encap:Local Loopback
>inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
>UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
>RX packets:6 errors:0 dropped:0 overruns:0 frame:0
>TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
>Collisions:0
> 
> eth1  Link encap:Ethernet  HWaddr 00:A0:24:0C:E1:4F
>inet addr:192.168.0.103  Bcast:192.168.0.255  Mask:255.255.255.0
>UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>RX packets:18 errors:0 dropped:0 overruns:0 frame:0
>TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
>Collisions:0
>Interrupt:11 Base address:0x210
> 
> [EMAIL PROTECTED]:~# ifconfig -a
> 
> loLink encap:Local Loopback
>inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
>UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
>RX packets:6 errors:0 dropped:0 overruns:0 frame:0
>TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
>Collisions:0
> 
> eth0  Link encap:Ethernet  HWaddr 00:40:05:1E:93:93
>inet addr:0.0.0.0  Bcast:0.0.0.0  Mask:0.0.0.0
>BROADCAST MULTICAST  MTU:1500  Metric:1
>RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>Collisions:0
>Interrupt:9 Base address:0x240
> 
> eth1  Link encap:Ethernet  HWaddr 00:A0:24:0C:E1:4F
>inet addr:192.168.0.103  Bcast:192.168.0.255  Mask:255.255.255.0
>UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>RX packets:18 errors:0 dropped:0 overruns:0 frame:0
>TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
>Collisions:0
>Interrupt:11 Base address:0x210
> 
> [EMAIL PROTECTED]:~# route -n
> 
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric RefUse Iface
> 192.168.0.0 0.0.0.0 255.255.255.0   U 0  01 eth1
> 127.0.0.0   0.0.0.0 255.0.0.0   U 0  01 lo
> 0.0.0.0 192.168.0.3 0.0.0.0 UG1  04 eth1
> 
> [EMAIL PROTECTED]:~# cat /etc/dhcpc/config
> 
> # List here the interface that the dhcpcd daemon should use.
> # The default is to assign an IP address to eth0.
> # If you want to disable the daemon, enter "none" here.
> #IFACE=eth1
> IFACE=none
> #IFACE=eth0
> 
> [EMAIL PROTECTED]:~# which dhcpcd
> 
> /usr/sbin/dhcpcd
> 
> [EMAIL PROTECTED]:~# dpkg -s dhcpcd
> 
> Package: dhcpcd
> Status: install ok installed
> Priority: optional
> Section: net
> Installed-Size: 92
> Maintainer: Steve Dunham <[EMAIL PROTECTED]>
> Version: 1:1.3.17pl2-1
> Replaces: dhcpcd-sv
> Depends: libc6
> Conflicts: dhcpcd-sv
> Conffiles:
>   /etc/init.d/dhcpcd 104011682dfe1f96c6dba2023919c5c5
> Description: DHCP client for automatically configuring IPv4 networking
>   This package contains both the 0.70 and 1.3.x version of dhcpcd and
>   should work with any Linux kernel.
> 
> [EMAIL PROTECTED]:~# ls -l /usr/sbin/dh*
> 
> -rwxr-xr-x   1 root root25204 Jan 23  1999 /usr/sbin/dhcpcd*
> -rwxr-xr-x   1 root root21124 Jan 23  1999 /usr/sbin/dhcpcd-sv*
> 
> [EMAIL PROTECTED]:~# md5sum /usr/sbin/dhcpcd
> 
> b951619d123e5bf8286f77812e2318

Re: Mixing binary installation with installation from source code

1999-09-27 Thread Seth R Arnold
Tom, if you throw things in /usr/local, apt (as well as dpkg, dselect,
etc..) promise to leave those things alone. The gnome configure script
probably supports --prefix=/usr/local -- that doesn't mean it will be
seamless, but it shouldn't be too bad. :)

On Mon, Sep 27, 1999 at 07:57:38AM -0400, Thomas Epperly wrote:
> I am relatively new to Linux, so please forgive me if I am asking a stupid
> question.  I am wondering how Debian's installation system (apt) handles
> situations where you go back and forth from installation from a binary .deb
> distribution and installing from a tarball source distribution.
> 
> I have a particular situation in mind.  I've got various packages installed
> for GNOME via apt from network sources.  Now I would like to compile GNOME
> 1.0.40 beta, so I can help test the beta.  GNOME 1.0.40 is currently only
> available as tar files of source code.  If I compile and install from a tar
> distribution and overwrite the apt installation, does apt's database of
> installed software become invalid (i.e. apt thinks version x.y.z is
> installed when in reality version x.y.z+34 is installed?  If I later want to
> install GNOME from a distribution of .deb files, am I looking for trouble?
> 
> In general, is there a safe way to install version x.y from .deb followed by
> x.y+1 from source distribution followed by x.y+2 from .deb followed by ...?
> Does apt automagically do the right thing, or do I as administrator have to
> do the right thing?
> 
> Tom
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: hd to hd copy?

1999-09-27 Thread Seth R Arnold
On Mon, Sep 27, 1999 at 10:27:31AM +0200, Andrew Hately wrote:
> # ( cd / ; tar cf - bin boot dev lib sbin usr var ) | tar xf -
xfp -

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: How to recover a file from a backup...

1999-09-27 Thread Seth R Arnold
On Mon, Sep 27, 1999 at 09:00:08AM +0100, Mario Jorge Nunes Filipe wrote:
> Can anyone give me a hint on how to recover the damn file.

I wish I could help you, but I haven't any experience with this... But, I
thought I would take the time to suggest the 'supertar' products, such as
lonetar, or ctar, etc.. They are extremely popular in the SCO world I
inhabited during the summer; I have heard that problems such as this one are
a thing of the past with such products.

And, they are commercial software -- probably not even Free. In the SCO
world of course, if it works, people are thrilled. :) 

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: [DISASTER] Latest update broke my system entirely

1999-09-27 Thread Seth R Arnold
Jonas, what happens if you leave off the root= bit?

I am getting at, boot using nothing but the rescue disk. It ought to be
enough to get you to a prompt, from there you can mount /mnt /dev/hda7 and
play around with things in there

good luck

On Mon, Sep 27, 1999 at 08:32:06AM +0200, Jonas Steverud wrote:
> 
> I updated my potato system last Thursday (23rd of September) and it
> broke my system beyond belief.
> 
> When I in dselect installed the packages I've just fetched (using
> ftp.uk.debian.org) I got some errormessages about not recognized
> packages. If I understood it correctly the files where broken.
> 
> Since I thought that the files was not installed I payed it no furhter
> attention and shutdown. Bad move.
> 
> Upon shutdown INIT (?) complains about "nothing more to run in this
> runlevel" and halts. I reboot (reset-button on computer) and INIT
> complains about it can't execute /etc/init.d/rcS. I get the
> login prompt but cannot login as ordinary user nor root.
> 
> I try the boot disc. No success (not very surprising).
> 
> I download the resucedisc and "boot: rescue root=/dec/hda7" which
> gives me this (I get the same for the two above):
> 
> --8<-
> INIT: Version 2.77 booting
> INIT: Cannot execute execute "/etc/init.d/rcS"
> INIT: Entering runlevel 2
> INIT: Cannot execute execute "/etc/init.d/rc"
> 
> Debian GNU/Linux potato (none) tty1
> 
> (none) login: root
> login[10]: PAM unabvle to resolve symbol pam_sm_authenticate
> login[10]: PAM unabvle to resolve symbol pam_sm_setcred
> login[10]: PAM unabvle to resolve symbol pam_sm_authenticate
> login[10]: PAM unabvle to resolve symbol pam_sm_setcred
> password: [excuse me a moment]
> PAM_unix[10]: (login) session opened for user root by js(uid=0)
> login[10]: unable to change tty '/dev/tty1' for user 'root'
> 
> login[10]: unable to change tty '/dev/tty1'; Illegal seek
> 
> {new login prompt}
> 
> --8<-
> 
> How can I fix this? I cannot login to my system to see what is wrong!
> 
> If I get on the system I can grap the output from script(1) (ran
> dselect under it) and put it on my homepage for debug.
> 
> Complete reinstall of the system is not an option since I have quite
> some files not backed up. The irony is that I was planning to back up
> the system to a cdr last weekend.
> 
> /Jonas, with a FUBAR linux-system.
> -- 
> ( Jonas Steverud  @  www.dtek.chalmers.se/~d4jonas/ !Wei Wu Wei)
> ( U2MoL, Roleplaying, LaTeX, Emacs/Gnus, SCWM, etc. ! To Do Without Do )
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: tar

1999-09-27 Thread Seth R Arnold
Well. it worked FUNNY.

$ tar --exclude Kraftwerk-Spacelab.mp3 -cf  - . | (cd ../temp/ && tar xvfp -)
./
./Kraftwerk - Metropolis.mp3
./Kraftwerk - The Telephone Call.mp3
./Kraftwerk-The_Man_Machine.mp3
./Kraftwerk-airwaves.mp3
./--exclude
$ ls
--exclude   Kraftwerk-Spacelab.mp3
Kraftwerk - Metropolis.mp3  Kraftwerk-The_Man_Machine.mp3
Kraftwerk - The Telephone Call.mp3  Kraftwerk-airwaves.mp3
$ ls -l
total 57947
-rw-rw-r--   1 sarnold  sarnold  32368640 Sep 26 23:26 --exclude
-rw-r--r--   1 sarnold  sarnold   5752188 Aug 30 05:22 Kraftwerk - 
Metropolis.mp3
-rw-r--r--   1 sarnold  sarnold   6737316 Aug 30 05:22 Kraftwerk - The 
Telephone Call.mp3
-rw-r--r--   1 sarnold  sarnold   5626148 Aug 30 05:22 Kraftwerk-Spacelab.mp3
-rw-r--r--   1 sarnold  sarnold   5249985 Aug 30 05:22 
Kraftwerk-The_Man_Machine.mp3
-rw-r--r--   1 sarnold  sarnold   3362273 Aug 30 05:22 Kraftwerk-airwaves.mp3

See that file "--exclude" ? Wierd voodoo. All the same, it didn't copy
Kraftwerk-Spacelab.mp3.

Hmm.

On Sun, Sep 26, 1999 at 11:27:44PM -0700, George Bonser wrote:
> 
> On 27-Sep-99 Seth R Arnold wrote:
> >>From man tar:
> > 
> >   --exclude FILE
> >   exclude file FILE
> > 
> >   -X, --exclude-from FILE
> >   exclude files listed in FILE
> > 
> 
> Can you verify that this actually works? I tried it a couple of weeks ago and
> it seemed to include the files I excluded anyway.
> 
> 
> --
> E-Mail: George Bonser <[EMAIL PROTECTED]>
> Date: 26-Sep-99
> Time: 23:25:54
> 
> This message was sent by XFMail
> --

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Ip Accounting ...

1999-09-27 Thread Seth R Arnold
Alexandre, look into the HOWTOs, they are fairly extensive. Everything you
will need to know is in those. :)

To get you started, you need the ipchains command. man ipchains might be
enough documentation for you. 

Have fun :)

On Sun, Sep 26, 1999 at 11:58:46PM +0200, Alexandre ARNOUD wrote:
> Hi,
> 
> I want to know how to set rules for ip accounting with kernel 2.2.12 with ip 
> firewalling enabled ...
> and monitor what come inside from my lan computers and outside eth0  
> whithout looking at
> the lan trafic on eth1 . and statistics on each computers 
> 
> TIA
> Alexandre Arnoud
> ---
> Linux server 2.2.12 #1 SMP Fri Sep 24 21:35:42 PDT 1999 i686 unknown
> 8:59am  up 5 days, 18 min,  9 users,  load average: 1.00, 1.00, 1.00
> 
> 

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: tar

1999-09-27 Thread Seth R Arnold
>From man tar:

--exclude FILE
  exclude file FILE

-X, --exclude-from FILE
  exclude files listed in FILE

those helpful people at gnu! ;)

On Mon, Sep 27, 1999 at 01:37:59PM +1300, [EMAIL PROTECTED] wrote:
> Hi
> 
> what is needed in order to tell tar not to include specific
> files/directories?  i am intending to copy the /home directory off of one
> server and onto another but i do not want to copy everything in /home.
> 
> thanx
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Kernel options

1999-09-27 Thread Seth R Arnold
And, the non-debian option --

/usr/src/linux/.config has all the options too, if you ran
make [menu|x]config. :)

On Sun, Sep 26, 1999 at 04:23:38PM -0500, Gregory T. Norris wrote:
> If it's either a Debian-supplied kernel, or one in which make-kpkg was
> used to create an installable debfile, you will find it's config-file in
> /boot/config-VERSION.
> 
> On Sun, Sep 26, 1999 at 02:02:50PM -0700, Fish Smith wrote:
> > Please send replies directly to me, as I am not
> > subscribed to the list.
> > How can I view which options my current kernel is
> > compiled with?  I am trying to compile a new one and I
> > do not have my hardware manual, so I want to keep
> > everything the same except adding sound and module
> > addability.
> > Thnx very muchly.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: `ping', and name resolution in general, hangs

1999-09-26 Thread Seth R Arnold
On Sun, Sep 26, 1999 at 09:58:48AM -0700, Eric Hanchrow wrote:
> Now, here's the kicker: the problem goes away if I run `tcpdump': I do
> 
>tcpdump &
>ping blarg.net
> 
> and `ping' responds correctly.  I can then kill `tcpdump', and until
> the next time I boot, the network works fine.  It's as if `tcpdump'
> changed something, and that change allows name resolution to work.

Eric, the one change that tcpdump does is send your network card into
promiscuous mode. I would imagine that linux would learn more about the
network and is willing to figure things out more on its own.

You might want to see if unconfiguring the cisco as dhcp server fixes
anything. Your cisco might not be happy about talking to a client that
supplies its own IP address. 

just some thoughts, not much.

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Enlightenment & Sound

1999-09-26 Thread Seth R Arnold
On Sun, Sep 26, 1999 at 09:19:57AM -0700, Greg & Heather Vence wrote:
> Hey all,
> 
> Enlightenment is working but complains that it can't find the ESD sound
> server or run it.
> 
> I've installed the esound package...
> 
> What's next?

Installing sound support, either alsa or oss. You might need to recompile
your kernel for this. Check out the sound-howto for more information. (It is
one of those beasts...)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: S3 AGP Trio3D2x and X servers (SVGA vs FBDev)

1999-09-26 Thread Seth R Arnold
When i had my S3 Virge/vx, I never once got the SVGA server to work. Try the
s3v server. And, I think the fb server requires kernel 2.2.x or so.

On Sun, Sep 26, 1999 at 04:53:58PM +0100, Nuno Carvalho wrote:
> Hi,
> 
>  I'd an S3 Trio3D2x AGP 86C362 graphic card and was working fine on hamm
> with an older XF68_FBdev X server.
> 
>  Yesterday, I upgraded my machine to slink and downloaded xserver-svga
> and xserver-fbdev packages.
> 
>  Xfree86 web site says I should use SVGA X server: well i'm unable to
> get it to work. When I launch SVGA X server my monitor get darked with
> no chance to go back to console(just ctrl+alt+del). The output it's:
> 
> cut here--
> XFree86 Version 3.3.5 / X Window System
> (protocol Version 11, revision 0, vendor release 6300)
> Release Date: August 23 1999
> If the server is older than 6-12 months, or if your card is
> newer
> than the above date, look for a newer version before reporting
> problems.  (see http://www.XFree86.Org/FAQ)
> Operating System: Linux 2.2.10 i686 [ELF] 
> Configured drivers:
>   SVGA: server for SVGA graphics adaptors (Patchlevel 0):
>   NV1, STG2000, RIVA 128, RIVA TNT, RIVA TNT2, RIVA ULTRA TNT2,
>   RIVA VANTA, RIVA ULTRA VANTA, RIVA INTEGRATED, ET4000, ET4000W32,
>   ET4000W32i, ET4000W32i_rev_b, ET4000W32i_rev_c, ET4000W32p,
>   ET4000W32p_rev_a, ET4000W32p_rev_b, ET4000W32p_rev_c,
>   ET4000W32p_rev_d, ET6000, ET6100, et3000, pvga1, wd90c00, wd90c10,
>   wd90c30, wd90c24, wd90c31, wd90c33, gvga, ati, sis86c201,
> sis86c202,
>   sis86c205, sis86c215, sis86c225, sis5597, sis5598, sis6326,
> sis530,
>   sis620, tvga8200lx, tvga8800cs, tvga8900b, tvga8900c, tvga8900cl,
>   tvga8900d, tvga9000, tvga9000i, tvga9100b, tvga9200cxr,
> tgui9400cxi,
>   tgui9420, tgui9420dgi, tgui9430dgi, tgui9440agi, cyber9320,
> tgui9660,
>   tgui9680, tgui9682, tgui9685, cyber9382, cyber9385, cyber9388,
>   cyber9397, cyber9520, cyber9525, 3dimage975, 3dimage985,
> cyber9397dvd,
>   blade3d, cyberblade, clgd5420, clgd5422, clgd5424, clgd5426,
> clgd5428,
>   clgd5429, clgd5430, clgd5434, clgd5436, clgd5446, clgd5480,
> clgd5462,
>   clgd5464, clgd5465, clgd6205, clgd6215, clgd6225, clgd6235,
> clgd7541,
>   clgd7542, clgd7543, clgd7548, clgd7555, clgd7556, ncr77c22,
> ncr77c22e,
>   cpq_avga, mga2064w, mga1064sg, mga2164w, mga2164w AGP, mgag200,
>   mgag100, mgag400, oti067, oti077, oti087, oti037c, al2101,
> ali2228,
>   ali2301, ali2302, ali2308, ali2401, cl6410, cl6412, cl6420,
> cl6440,
>   video7, ark1000vl, ark1000pv, ark2000pv, ark2000mt, mx, realtek,
>   s3_savage, s3_virge, AP6422, AT24, AT3D, s3_svga, NM2070, NM2090,
>   NM2093, NM2097, NM2160, NM2200, ct65520, ct65525, ct65530,
> ct65535,
>   ct65540, ct65545, ct65546, ct65548, ct65550, ct65554, ct6,
>   ct68554, ct69000, ct64200, ct64300, mediagx, V1000, V2100, V2200,
>   p9100, spc8110, i740, i740_pci, Voodoo Banshee, Voodoo3, generic
> (using VT number 7)
> 
> XF86Config: /usr/X11R6/lib/X11/XF86Config
> (**) stands for supplied, (--) stands for probed/default values
> (**) XKB: keycodes: "xfree86"
> (**) XKB: types: "default"
> (**) XKB: compat: "default"
> (**) XKB: symbols: "en_US(pc105euro)+pt"
> (**) XKB: geometry: "pc"
> (**) Mouse: type: PS/2, device: /dev/mouse, buttons: 3
> (**) Mouse: 3 button emulation (timeout: 50ms)
> (**) SVGA: Graphics device ID: "My Video Card"
> (**) SVGA: Monitor ID: "My Monitor"
> (--) SVGA: Mode "1024x768" needs hsync freq of 70.24 kHz. Deleted.
> (--) SVGA: Mode "1152x864" needs hsync freq of 70.88 kHz. Deleted.
> (--) SVGA: Mode "1280x1024" needs hsync freq of 74.59 kHz. Deleted.
> (--) SVGA: Mode "1600x1200" needs hsync freq of 75.00 kHz. Deleted.
> (--) SVGA: Mode "1152x864" needs hsync freq of 76.01 kHz. Deleted.
> (--) SVGA: Mode "1280x1024" needs hsync freq of 78.86 kHz. Deleted.
> (--) SVGA: Mode "1024x768" needs hsync freq of 80.21 kHz. Deleted.
> (--) SVGA: Mode "1280x1024" needs hsync freq of 81.13 kHz. Deleted.
> (--) SVGA: Mode "1600x1200" needs hsync freq of 87.50 kHz. Deleted.
> (--) SVGA: Mode "1152x864" needs hsync freq of 89.62 kHz. Deleted.
> (--) SVGA: Mode "1280x1024" needs hsync freq of 91.15 kHz. Deleted.
> (--) SVGA: Mode "1600x1200" needs hsync freq of 93.75 kHz. Deleted.
> (--) SVGA: Mode "1600x1200" needs hsync freq of 105.77 kHz. Deleted.
> (--) SVGA: Mode "1280x1024" needs hsync freq of 107.16 kHz. Deleted.
> (--) SVGA: Mode "1800X1440" needs hsync freq of 96.15 kHz. Deleted.
> (--) SVGA: Mode "1800X1440" needs hsync freq of 104.52 kHz. Deleted.
> (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/"
> (--) SVGA: PCI: S3 Trio3D/2X rev 1, Memory @ 0xe000
> (--) SVGA: S3V: Trio3D/2X rev 1, Linear FB @ 0xe000
> (--) SVGA: Detected S3 Trio3D/2X
> (--) SVGA: using driver for chipset "s3_virge"
> (--) SVGA: videoram:  4096k
> (--) SVGA: Ramdac speed: 170 MHz
> (--) SVGA: Detected current MCLK value of 83

two monitors

1999-09-25 Thread Seth R Arnold
Ok guys -- I have a second monitor, and wouldn't mind buying a second video
card if it would allow me to use two monitors at the same time. I don't know
where to start looking for information on this.

My current video card is an AGP ATI [EMAIL PROTECTED] I am running XFree86 
Mach64
3.3.5-1.

Do you guys have any suggestions for a second video card (I think it would
need to be PCI... :) Or, should I just buy a new video card that can handle
two video outputs? Do such things exist? (Can I afford them? :)

Any hints you have would be appreciated. :)

Thanks

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: video modes for X11

1999-09-25 Thread Seth R Arnold
Paul, it is likely that your monitor is running in interlace mode to get
that resolution.

I think the right way to fix it is to look up in the manual (or the ini
file, if it is legible) the horizontal refresh, verticle refresh, as well as
what your video card can do, and using XF86Setup or xf86config tell X the
correct values. It should generate the mode lines for you automatically.

Of course, if this is what you did 

On Sat, Sep 25, 1999 at 03:13:07PM +0800, Paul Harris wrote:
> hi,
> 
> my lovely 17" monitor has a grainy-liney appearance when in 1280x1024
> mode, however its perfectly clear under windows. i have the .ini file that
> windows uses but am unsure how to set up the x11 modelines... can anyone
> help?
> 
> thanks,
> Paul
> 
> 
> "If you can't make it good, make it look good."
>   Bill Gates, 1995 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Utility for "talking" to TCP port

1999-09-25 Thread Seth R Arnold
Such things do exist. If your needs are minimal, telnet *might* be enough.
You can "telnet localhost 80" and see what it does.

Netcat, on the other hand, is exactly what you are looking for, and will
probably do a wonderful job.

On Fri, Sep 24, 1999 at 10:41:06PM -0400, Kristopher Johnson wrote:
> Is there any standard utility for opening a connection to a
> TCP/IP port and then interactively sending data and seeing
> responses?  For example, I'd like to be able to open a connection
> to port 80 on some machine, type "GET / HTTP/1.0" and then see
> the response.  
> 
> I'm experimenting with some protocols, and this sort of thing
> would be helpful.  I think I could probably write something like
> this, but I was wondering if it already exists.
> 
> Thanks,
> Kris
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: awk or sed?

1999-09-25 Thread Seth R Arnold
On Sat, Sep 25, 1999 at 02:13:15PM +1200, Tim Thomson wrote:
> I was thinking it was just something like that. I've been meaning to learn
> perl for awhile. Any good starting points, apart from going through
> source code? Thanks for the link to that awk link, looks good.

This is a bit off-topic at this point, so replies should probably not be
made to the list :]

Learning Perl is great if you haven't much formal programming training. If
you do have formal programming training, then maybe you would be happier
with Programming Perl. Honestly, after you read Learning Perl, you will want
to read Programming Perl, so you might as well get it first, and if it is
over your head, like it was mine, get Learning Perl.

Of course, the Perl Cookbook is wonderful too.

All are published by O'Rielly. (www.ora.com)

:)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Getting the most out of apt.

1999-09-25 Thread Seth R Arnold
Todd, here are two lines from mine that make sense for everone.

deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
deb http://http.us.debian.org/debian unstable main contrib non-free

I just cut this from someone's example on the list a month ago or so.

This is for potato though... slink will probably be different. :)

On Fri, Sep 24, 1999 at 07:15:45PM -0400, EVCom Support wrote:
> Does anyone have a suggestion for the best list of servers to use for
> the apt sources.list file?  I want to be able to keep track of the largest
> number of packages in all the various areas, both US and non-us and devel.
> 
> I read the man page for sources.list but I figured someone would have a
> good suggestion for a list of servers.  BTW, I plan to use FTP mostly
> for retrieval.
> 
> Also, thanks to all those who sent me messages regarding using
> pppd to auto-redial and keep my box connected.  The persist option
> worked fantastically.
> 
> It's nice to see a version of Xnix with such good user-based support,
> the best I have seen thus far.
> 
> Thanks to all,
> 
> Todd
> 
> 
> Todd Suess
> Technical Support Night Manager
> Evolution Communications, Inc.
> 800.496.4736/561.624.7570
> Email- [EMAIL PROTECTED]
> Support Hours-
> Monday through Friday 6am to Midnight
> Saturday and Sunday 8:30 to Midnight
> 
> Be sure to visit EvCom.net at Booth 1388 for 'Everything Internet' at
> Internet World '99 in New York City, October 4-8, 1999.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: different Q: X11, two boxes

1999-09-24 Thread Seth R Arnold
Yup --
sarnold:/home/sarnold# apt-cache search ssh2
ssh2 - a secure replacement for rlogin, rsh, and rcp

:)

On Fri, Sep 24, 1999 at 06:18:08PM -0400, Rob Mahurin wrote:
> On Wed, Sep 22, 1999 at 02:06:38AM -0700, Seth R Arnold wrote:
> > network. I use ssh2 to login to sarnold, and export DISPLAY=amidala:0.0 --
> 
> ssh2?  Is this a .deb?  I've been getting messages in my logs like
> "you need a newer ssh for this packet, you insecure lummox" and I'm
> running the most recent one from potato.
> 
> Rob
> 
> -- 
> I like the way ONLY their mouths move ...  They look like DYING OYSTERS
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: wmaker configuration

1999-09-24 Thread Seth R Arnold
I do not think wmaker allows switching workspaces by moving the mouse. It
*does* allow you to drag windows between the desktops... and it also allows
you to click on the little buttons on the clip.

btw -- try wmakerconf. It seems nice too. :)

On Fri, Sep 24, 1999 at 03:16:45PM -0400, Dpk wrote:
> I am hoping to switch from afterstep to wmaker, but I want to be able
> to switch workspaces by moving my mouse to the edge of the workspace.
> I thought this would correlate to EdgeResistance, but it doesn't
> appear to work:
> 
>   [EMAIL PROTECTED]:~/GNUstep/Defaults] grep Edge WindowMaker
> EdgeResistance = 0;
> 
> Any clues?
> 
> Dennis
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: help getting LILO unstuck

1999-09-24 Thread Seth R Arnold
IIRC, the "*" means it set that image as the one to boot by default.

Try posting us your /etc/lilo.conf file, and describe your booting setup a
bit, and lets see what we can do. :)

On Fri, Sep 24, 1999 at 12:44:22PM -0400, Daniels, Craig wrote:
> Hi,
> 
> I was changing kernels from 2.2.10 to 2.2.12 and I ran LILO to do the
> updating that it needs and it returns
> Linux *
> 
> I hadn't noticed the * before and when I rebooted it gets stuck in an
> endless loop of Loading Linux over and over.  I've booted from the floppy
> and ran dselect to uninstall LILO and reinstall with all new config files
> with the same result.
> 
> Can someone please help??
> 
> Craig Daniels
> [EMAIL PROTECTED]
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: many, too many, errors while upgrading potato ...

1999-09-24 Thread Seth R Arnold
Drat. Another easy answer shot. :(

See what happens if you ``apt-get update; apt-get upgrade'' from root
prompt. 

If that doesn't fix it, guru time. :)

On Fri, Sep 24, 1999 at 11:52:03AM +0200, Alberto Maurizi wrote:
> 
>   Uh, I upgrade from potato to potato every day
>   using dselect. Don't know about the method dselect
>   use but it worked well till yesterday.
> 
> 
> On Fri, 24 Sep 1999, Seth R Arnold wrote:
> 
> > Alberto, I am going to guess you are upgrading from slink to potato. I am
> > also going to guess you ran "apt-get update;apt-get upgrade' rather than
> > 'apt-get update;apt-get dist-upgrade'.
> > 
> > If I am wrong, tell us as much. :)
> > 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: many, too many, errors while upgrading potato ...

1999-09-24 Thread Seth R Arnold
Alberto, I am going to guess you are upgrading from slink to potato. I am
also going to guess you ran "apt-get update;apt-get upgrade' rather than
'apt-get update;apt-get dist-upgrade'.

If I am wrong, tell us as much. :)

On Fri, Sep 24, 1999 at 11:28:46AM +0200, Alberto Maurizi wrote:
> 
>   Here is a selection of them:
> 
> Preparing to replace rsh-server 0.10-3 (using .../rsh-server_0.10-4_i386.deb) 
> ...
> /var/lib/dpkg/info/rsh-server.prerm: /usr/sbin/update-inetd: Permission denied
> dpkg: warning - old pre-removal script returned error exit status 1
> dpkg - trying script from the new package instead ...
> /var/lib/dpkg/tmp.ci/prerm: /usr/sbin/update-inetd: Permission denied
> dpkg: error processing /var/cache/apt/archives/rsh-server_0.10-4_i386.deb 
> (--unpack):
>  subprocess new pre-removal script returned error exit status 1
> /var/lib/dpkg/info/rsh-server.postinst: /usr/sbin/update-inetd: Permission 
> denied
> dpkg: error while cleaning up:
>  subprocess post-installation script returned error exit status 1
> Preparing to replace rsh-client 0.10-3 (using .../rsh-client_0.10-4_i386.deb) 
> ..
> 
>   ... and so on ...
> 
> Errors were encountered while processing:
>  /var/cache/apt/archives/rsh-server_0.10-4_i386.deb
>  /var/cache/apt/archives/rsh-client_0.10-4_i386.deb
>  /var/cache/apt/archives/glibc-doc_2.1.2-3_all.deb
> E: Sub-process returned an error code (1)
> 
> 
>   And then:
> 
> Setting up libc6 (2.1.2-3) ...
> Current default timezone: 'Europe/Rome'.
>Local time is now:  Fri Sep 24 11:26:52 CEST 1999.
>Universal Time is now:  Fri Sep 24 09:26:52 UTC 1999.
> Run `tzconfig' if you wish to change it.
> /var/lib/dpkg/info/libc6.postinst: /usr/sbin/update-rc.d: Permission
> denied
> dpkg: error processing libc6 (--configure):
>  subprocess post-installation script returned error exit status 1
> dpkg: dependency problems prevent configuration of console-tools:
>  console-tools depends on libc6 (>= 2.1); however:
>   Package libc6 is not configured yet.
> dpkg: error processing console-tools (--configure):
>  dependency problems - leaving unconfigured
> 
>   ... and so on ...
> 
> 
>   Any idea?
> 
>   Alberto Maurizi
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: fetchmail: SMTP connect to localhost failed

1999-09-24 Thread Seth R Arnold
On Fri, Sep 24, 1999 at 07:42:21AM +, Mark Phillips wrote:
> 
> Well my /etc/hosts.allow didn't have any lines in it so I added
>   ALL: LOCAL 192.168.1.255 
> then did "/etc/init.d/netbase restart" and everything now works.  So
> thank you!
> 
> I must confess though, it seems a bit like black magic as I really
> don't understand what went wrong or what I did to fix it.  I've never
> touched the /etc/hosts.allow file before, and exim has worked fine.
> What changed that?  And what are tcp_wrappers and how do I know if I'm
> using them?

tcp_wrappers are a wonderful little security thingy. They control who (by
IP) is allowed to connect to the various services installed on your
computer. (As long as they are handled through inetd, right gurus?) You must
have them installed, since this thing fixed it. :)

For more information on tcp_wrappers, man hosts_options -- I think you will
like what they have to offer. :)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: compiling xawtv-2.46

1999-09-24 Thread Seth R Arnold
On Fri, Sep 24, 1999 at 09:34:11AM +0200, Jean-Yves BARBIER wrote:
> 
> Unfortunately, it doesn't work!
> I was given the same advice some minutes ago, and installed:
> xlib6-altdev, xaw95, xaw3d, libc5-altdev, xlib6, libc5, nextawg
> (xlib6g is already installed)
> BUT still the same error!

Drat.

lets try this: if the Makefile has some lines in it that read something
like: -L./include -L$HOME/include .. try adding -L/usr/X11R6/include/X11/Xaw
to the line.

Hopefully, it will add that directory as a library path to be searched while
compiling the software.

If this doesn't get it to go well, try posting a snippet from the
`make`, near the bit that failed.

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: True type fonts and xfstt once again...

1999-09-24 Thread Seth R Arnold
On Fri, Sep 24, 1999 at 10:24:45AM +0300, virtanen wrote:
> On Thu, 23 Sep 1999, Aaron Stromas wrote:
> 
> After seeing the discussion concerning ttf fonts and xfstt Idecided to try
> this thing as well. 
> 
> There was no problem to put the fonts in their position and reading the
> FAG doc... 
> 
> But if I'll give the command 
> 
> 'make xfstt && make install' 
> 
> The machine responds 'no rule to make target xfstt. Stop.' 
> 
> What is wrong?

Absolutely nothing is wrong. :) Well, nothing is wrong with respect to that
error message. You do not actually need to compile and install xfstt, since
the .deb package already is compiled, and dpkg installs it for you in the
proper place.

you should be good to go, ready to use ttf. :)

> 'xfstt --sync' 
> 
> tells to have found the fonts.
> 
> -hv
> [EMAIL PROTECTED]
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: compiling xawtv-2.46

1999-09-24 Thread Seth R Arnold
JY, chances are good you need to install xlib6g-dev as well.

And, a snippet from my machine...

amidala:/home/sarnold/aterm-0.3.6# dlocate Xaw
nextawg: /usr/X11R6/lib/neXtaw/libXaw.so.6
xaw3dg: /usr/X11R6/lib/Xaw3d
xaw3dg: /usr/X11R6/lib/Xaw3d/libXaw.so.6
xaw3dg: /usr/X11R6/lib/libXaw3d.so.6.1
xaw3dg: /usr/X11R6/lib/libXaw3d.so.6
xaw-wrappers: /usr/share/xaw-wrappers/XawWrapper.pm


Maybe installing xaw3dg and xaw-wrappers and maybe even nextawg would help.

hth

On Fri, Sep 24, 1999 at 08:35:28AM +0200, Jean-Yves BARBIER wrote:
> Hi all,
> 
> I download the sources of xawtv-2.46 to make my MiroPCTV card working.
> 
> After some hours, I understood that I was missing a dev-lib (thanks
> for the TOTAL lack of doc). BUT I still have an error msg:
> 
> ld: cannot open -lXaw : No file or directory if this type.
> 
> So do you know where I could find this Xaw lib??
> 
> Thanks in advance,
> JY
> 
> -- 
> Jean-Yves Barbier <[EMAIL PROTECTED]>
>  Trying to be happy is like trying to build a machine for which the only
> specification is that it should run noiselessly.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Root password

1999-09-24 Thread Seth R Arnold
I haven't tried this myself... but, I seem to recall that if you pass linux
"single" on the boot line (at the lilo prompt, etc..) it will boot into a
single-user mode; within that you should be able to "passwd root".

If you have shadowpasswords installed, getting a crack to work will be very
difficult -- you need root access to get at that file, and the setuid root
programs are generally not so poorly programmed that they will give away
/etc/shadow so easily. 

hth

On Fri, Sep 24, 1999 at 01:36:19PM +0800, Lyle Hart wrote:
> Does anyone know what to do if you don't know the root password.  Is there
> any third party software that can crack it, or do I have to reinstall Debian
> 2.1
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Newer LICQ?

1999-09-24 Thread Seth R Arnold
Thanks Todd.

PEBCAK. 

(I was in /etc/rc2.d when I started lftp. This has got to be a new level of
stupidity for me. :)

Thanks again, sorry to bother the rest of you.

:)

On Thu, Sep 23, 1999 at 10:22:10PM -0400, Todd Suess wrote:
> I went in with CuteFTP off my Windows Box and got it fine.
> 
> Regards,
> 
> Todd
> 
> 
> 
> 
> At 07:13 PM 9/23/1999 -0700, Seth R Arnold wrote:
> >On Thu, Sep 23, 1999 at 12:42:28PM -0700, Wim Kerkhoff wrote:
> > > On 24-Sep-99 Seth R Arnold wrote:
> > > > Bill, rumor has it from the maintainer that he uploaded .7 to the 
> > > > servers
> > > > two weeks ago, or more (for unstable) -- but I have yet to see it. 
> > > > (Well,
> > > > apt has yet to see it. :)
> > >
> > > Yep, you're right. To get the new licq deb, go to:
> > >
> > > ftp://ftp.netgod.net/debian/Incoming/
> >
> >lftp ftp.netgod.net:/debian/Incoming> get licq_0.70h-1_i386.deb
> >get: /etc/rc2.d/licq_0.70h-1_i386.deb: Permission denied
> >
> >:~(
> >
> >--
> >Seth Arnold | http://www.willamette.edu/~sarnold/
> >Hate spam? See http://maps.vix.com/rbl/ for help
> >Hi! I'm a .signature virus! Copy me into
> >your ~/.signature to help me spread!
> >
> >
> >--
> >Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < 
> >/dev/null
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Newer LICQ?

1999-09-24 Thread Seth R Arnold
On Thu, Sep 23, 1999 at 12:42:28PM -0700, Wim Kerkhoff wrote:
> On 24-Sep-99 Seth R Arnold wrote:
> > Bill, rumor has it from the maintainer that he uploaded .7 to the servers
> > two weeks ago, or more (for unstable) -- but I have yet to see it. (Well,
> > apt has yet to see it. :)
> 
> Yep, you're right. To get the new licq deb, go to:
> 
> ftp://ftp.netgod.net/debian/Incoming/

lftp ftp.netgod.net:/debian/Incoming> get licq_0.70h-1_i386.deb
get: /etc/rc2.d/licq_0.70h-1_i386.deb: Permission denied

:~(

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Newer LICQ?

1999-09-24 Thread Seth R Arnold
Bill, rumor has it from the maintainer that he uploaded .7 to the servers
two weeks ago, or more (for unstable) -- but I have yet to see it. (Well,
apt has yet to see it. :)

I *think* we are waiting on the ftp maintainer to move it out of incoming
into another spot.

On Thu, Sep 23, 1999 at 05:28:32PM -0400, Bill wrote:
> Hello everyone,
> I've been using the licq package that is standard with slink, this
> version is very old something like version 0.44. On the net the latest
> stable version is .701. Is there a deb for this anywhere or is there a
> better client that I can use?
> Thanks
> Bill
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: killing dormant/dead processes

1999-09-24 Thread Seth R Arnold
In the future, some things that will help if you must powerdown cold...
swapoff -a
sync

I do not know if the swapoff -a helps anything or not. I do it all the same.
:) But, does anyone know a way to umount / and so forth before powering off?

On Fri, Sep 24, 1999 at 08:27:57AM +1300, [EMAIL PROTECTED] wrote:
> No i tried init 1 and it just started another shutdown process... so in
> total i had two dead shutdown processes :).  I used the power off switch...
> risky, but it worked.
> 
> 
> 
> 
> 
> debian-user@lists.debian.org on 23/09/99 19:19:57
> 
> To:   debian-user@lists.debian.org
> cc:(bcc: Zane Drysdale/Diagnostic labs/64)
> Subject:  Re: killing dormant/dead processes
> 
> 
> 
> 
> Can you init 1 or init 0?
> 
> On Thu, Sep 23, 1999 at 03:26:17PM +1300, [EMAIL PROTECTED] wrote:
> > Hi
> >
> > I am trying to shutdown a server and it says it is already shutting
> down... > i discovered a shutdown process but it seems to be dead and i
> cannot kill > it off with kill -9.
> >
> > ie
> >
> >   993  ?  D  0:00 sh /usr/local/bin/faxrunq
> > 15546  ?  D  0:00 shutdown -r 0 w
> > 18153  ?  D  0:00 sendfax
> > 23480  ?  D N0:00 /usr/local/sbin/sendfax -v 33,5208215 f1.
> > 24464  ?  D  0:00 /sbin/shutdown -t1 -r now
> >  6252   2 D  0:00 rlogin yumchar
> > any thoughts?
> >
> > thanx
> >
> >
> >
> >
> > --
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
> /dev/null
> 
> --
> Seth Arnold | http://www.willamette.edu/~sarnold/
> Hate spam? See http://maps.vix.com/rbl/ for help
> Hi! I'm a .signature virus! Copy me into
> your ~/.signature to help me spread!
> 
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
> /dev/null
> 
> 
> 
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: portscan: sunrpc etc...

1999-09-23 Thread Seth R Arnold
Just a quick warning -- killall functions quite nicely under linux. But,
don't try it under other versions of unix as superuser, since it often does
kill*all*.

As for the services...
discard throws away everything that hits it -- /dev/null ported to tcp/ip
sockets. :) daytime tells the date and time (Thu Sep 23 12:42:13 1999). Time
I don't know exactly how it works, I get one of the french quotes when I try
to telnet to that port on my machine, and auth is identd -- used sometimes
for irc, printing, email, that sort of stuff, though many people disable it,
and there are many ways under windows to replace it entirely with bogus info
without requiring administrator access -- so most people don't trust it.

(and don't you hate 'inetd' 'init' and 'identd' ??)

And, of course, for sunrpc, I haven't a clue how to remove it, though look
into "portmap" etc.. :)

On Thu, Sep 23, 1999 at 04:35:35AM -0700, Lev Lvovsky wrote:
> 
> hello,
> 
> upon runnign portscan on my computer from a nonlocal host, I get the
> following:
> 
> 9 -> discard
> 13 -> daytime
> 21 -> ftp
> 22 -> ssh
> 23 -> telnet
> 25 -> smtp
> 37 -> time
> 79 -> finger
> 80 -> www
> 110 -> pop-3
> 111 -> sunrpc
> 113 -> auth
> 
> as I use pretty much all of the "standard" daemons, I don't know what
> 'discard', 'daytime', 'time', 'sunrpc', and 'auth' areif anyone can
> suggest ways for turning these off, I'd appreciate it (inetd.conf doesn't
> do  have anything that I've not checked as far as I know).  I especially
> need help with sunrpc, as it's nowhere to be found in rc*...
> 
> also, can somone give me a straight answer on how to restart initd?  I've
> heard 'kill -HUP inetd', but it gives me an error of not being able to
> find it...I just kill it by pid, nad restart it manually (type 'inetd').
> 
> thanks
> -lev
> 
> 
> //sig:
> //Social graces are the packet headers of everyday life
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: true type fonts and xfstt (again)

1999-09-23 Thread Seth R Arnold
Hmm. My next thought -- and I must apologize for asking -- have you actually
installed ttf files into /usr/share/fonts/truetype? And, are they named
*ttf? I got many of mine from a DOS machine, and it had many TTF files that
I renamed to ttf. (my machine has a nifty rename script, written by larry
wall in perl, and expanded upon by others, that does the renaming job very
nicely... :)

BTW, the *.fon files are not true-type. They are windows bitmap fonts. If
you have any of these in your /usr/share/fonts/truetype directory, it might
not hurt to delete them. I would hope such a silly thing wouldn't prevent
xfstt from working, but one never knows.

hth :)

On Thu, Sep 23, 1999 at 06:39:38AM -0400, Aaron Stromas wrote:
> seth,
> 
> i've read and followed the faq before i asked for advice. the xfontsel 
> -pattern
> found no matches. xcoral is not on my system - what is it?
> 
> -a
> 
> Seth R Arnold wrote:
> 
> > Aaron, there is a bit more involved than just adding it to the config files.
> > here is the relevant section snipped from /usr/doc/xfstt/FAQ.gz:
> >
> > 1.1 How do I test it?
> > mkdir /usr/share/fonts/truetype and put some *ttf fonts there, now 
> > run
> >
> > make xfstt && make install
> > xfstt --sync
> > xfstt &
> > xset fp+ unix/:7101
> > xlsfonts
> > xcoral -fn "TTM20_Times New Roman"
> > xfontsel -pattern "-*-*-*-*-*-tt-*-*-*-*-*-*-*-*"
> > xset -fp unix/:7101
> >
> > If your X server cannot handle the unix protocol replace the
> > unix/:7101 part by inet/127.0.0.1:7101 (assuming the machine
> > running xfstt has 127.0.0.1 as internet address).
> >
> > 1.2 How do I use it?
> > Add unix/:7101 to the fontpath in your X11 configuration file.
> > Start xfstt a few seconds before starting X11.
> >
> > Once you do these things, it will probably work nicer. :)
> >
> > On Wed, Sep 22, 1999 at 08:54:19AM -0400, Aaron Stromas wrote:
> > > hi,
> > >
> > > in an attempt to use the true type fonts i installed the xfstt, copied
> > > the fonts from a windows machine and added "FontPath "unix/:7101" to my
> > > XF86Config. unfortunately, my X server will not start. it quits with
> > > "could not open default font 'fixed'".
> > >
> > > i have also tried this: 1) commented out the unix:7101 font path, 2)
> > > started x, 3) started xfstt (xfstt &), 4) added font path (xset fp+
> > > unix/:7101), and 5) ran xfontsel -pattern "-*-*-*-*-tt-*-*-*-*-*-*-*-*"
> > > which produced "no match". it appears, i'm not getting the true type
> > > fonts.
> > >
> > > any explanations of what is wrong and how to correct the problem would
> > > be much appreciated.
> > >
> > > also, the windows font directory contain a bunch of *.fon which 'file'
> > > says is ms-dos executable. what is it? it has 8514fix.fon, so maybe it
> > > has something to do with the fixed font. quite a few font names are
> > > capitalised, does it matter?
> > >
> > > please, cc me, as for a variety of reasons, i'm not currently on the
> > > list. tia,
> > >
> > > -a
> > >
> > > --
> > > Aaron Stromas |   "Tick-tick-tick!!!... ja, Pantani is weg"
> > > Oracle Corp.  |  BRTN commentator,
> > > +1 703 708 6821   |  L'Alpe d'Huez, 1995 Tour de France
> > >
> >
> > Content-Description: Card for Aaron Stromas
> >
> > --
> > Seth Arnold | http://www.willamette.edu/~sarnold/
> > Hate spam? See http://maps.vix.com/rbl/ for help
> > Hi! I'm a .signature virus! Copy me into
> > your ~/.signature to help me spread!
> 
> 
> 
> 
> --
> Aaron Stromas |   "Tick-tick-tick!!!... ja, Pantani is weg"
> Oracle Corp.|  BRTN commentator,
> +1 703 708 6821   |  L'Alpe d'Huez, 1995 Tour de France
> 

Content-Description: Card for Aaron Stromas


-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: ip_masq_ftp

1999-09-23 Thread Seth R Arnold
On Thu, Sep 23, 1999 at 11:11:45AM +0200, Robert Varga wrote:
> On Thu, 23 Sep 1999, Seth R Arnold wrote:
> > If you built your kernel yourself, it should be installed into
> > /lib/modules//ipv4/ip_masq_ftp.o
> > 
> > In which case, you can "modprobe ip_masq_ftp" to get it to go. 

> So I do not need to set any option during the kernel configuration?

As long as IP MASQ support was selected during the compile process, they
should get created.

> And is there some documentation how I can create additional modules for
> other applications?

'Create' == the source code of existing modules is probably the place to
look. If you mean 'create' in using different modules, there are also
ip_masq_cucme, ip_masq_irc (? right?) and there are others. The IPMasq Howto
will have more info on this -- much more info. :)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: ip_masq_ftp

1999-09-23 Thread Seth R Arnold
If you built your kernel yourself, it should be installed into
/lib/modules//ipv4/ip_masq_ftp.o

In which case, you can "modprobe ip_masq_ftp" to get it to go. 

:)

On Thu, Sep 23, 1999 at 11:02:13AM +0200, Robert Varga wrote:
> 
> How can I install the masquerading module for FTP compatibility?
> 
> Where can I find it?
> 
> Robert Varga
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: killing dormant/dead processes

1999-09-23 Thread Seth R Arnold
Can you init 1 or init 0?

On Thu, Sep 23, 1999 at 03:26:17PM +1300, [EMAIL PROTECTED] wrote:
> Hi
> 
> I am trying to shutdown a server and it says it is already shutting down...
> i discovered a shutdown process but it seems to be dead and i cannot kill
> it off with kill -9.
> 
> ie
> 
>   993  ?  D  0:00 sh /usr/local/bin/faxrunq
> 15546  ?  D  0:00 shutdown -r 0 w
> 18153  ?  D  0:00 sendfax
> 23480  ?  D N0:00 /usr/local/sbin/sendfax -v 33,5208215 f1.
> 24464  ?  D  0:00 /sbin/shutdown -t1 -r now
>  6252   2 D  0:00 rlogin yumchar
> any thoughts?
> 
> thanx
> 
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


apt-get "the following packages have been kept back"

1999-09-22 Thread Seth R Arnold
Hello there.

Can someone explain to me what this message means? :)

amidala:/var# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages have been kept back
  gimp1.1 login python-base python-tk shellutils wmaker
0 packages upgraded, 0 newly installed, 0 to remove and 6 not upgraded.


Why aren't those being upgraded? Is one of the newer versions' dependancies
updated that conflicts with some other dependancy somewhere else on the
system?

Thanks :)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: direct-pc

1999-09-22 Thread Seth R Arnold
Satelites have more latency than other services -- so, ftp would run very
nice and quick and all, but something such as quake would be painfully slow.

On Wed, Sep 22, 1999 at 05:30:00AM -0700, Kenneth Scharf wrote:
> Has anyone tried using direct-pc with Linux?
> (thats the satellite inter-net connection. see
> http://www.pdmnet.com/direcpdm.htm)  They say you need
> windows 95 (but so do alot of isp's that work with
> linux)  I can't get cable modem, or asdl where I live,
> and this service is in the same price ballpark as isdn
> but MUCH faster!
> 
> 
> =
> Amateur Radio, when all else fails!
> 
> http://www.qsl.net/wa2mze
> 
> Debian Gnu Linux, Live Free or .
> 
> 
> __
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: true type fonts and xfstt (again)

1999-09-22 Thread Seth R Arnold
Aaron, there is a bit more involved than just adding it to the config files.
here is the relevant section snipped from /usr/doc/xfstt/FAQ.gz:

1.1 How do I test it?
mkdir /usr/share/fonts/truetype and put some *ttf fonts there, now run

make xfstt && make install
xfstt --sync
xfstt &
xset fp+ unix/:7101
xlsfonts
xcoral -fn "TTM20_Times New Roman"
xfontsel -pattern "-*-*-*-*-*-tt-*-*-*-*-*-*-*-*"
xset -fp unix/:7101

If your X server cannot handle the unix protocol replace the
unix/:7101 part by inet/127.0.0.1:7101 (assuming the machine
running xfstt has 127.0.0.1 as internet address).

1.2 How do I use it?
Add unix/:7101 to the fontpath in your X11 configuration file.
Start xfstt a few seconds before starting X11.

Once you do these things, it will probably work nicer. :)

On Wed, Sep 22, 1999 at 08:54:19AM -0400, Aaron Stromas wrote:
> hi,
> 
> in an attempt to use the true type fonts i installed the xfstt, copied
> the fonts from a windows machine and added "FontPath "unix/:7101" to my
> XF86Config. unfortunately, my X server will not start. it quits with
> "could not open default font 'fixed'".
> 
> i have also tried this: 1) commented out the unix:7101 font path, 2)
> started x, 3) started xfstt (xfstt &), 4) added font path (xset fp+
> unix/:7101), and 5) ran xfontsel -pattern "-*-*-*-*-tt-*-*-*-*-*-*-*-*"
> which produced "no match". it appears, i'm not getting the true type
> fonts.
> 
> any explanations of what is wrong and how to correct the problem would
> be much appreciated.
> 
> also, the windows font directory contain a bunch of *.fon which 'file'
> says is ms-dos executable. what is it? it has 8514fix.fon, so maybe it
> has something to do with the fixed font. quite a few font names are
> capitalised, does it matter?
> 
> please, cc me, as for a variety of reasons, i'm not currently on the
> list. tia,
> 
> -a
> 
> --
> Aaron Stromas |   "Tick-tick-tick!!!... ja, Pantani is weg"
> Oracle Corp.  |  BRTN commentator,
> +1 703 708 6821   |  L'Alpe d'Huez, 1995 Tour de France
> 

Content-Description: Card for Aaron Stromas


-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: telnet to my machine (cont)

1999-09-22 Thread Seth R Arnold
On Wed, Sep 22, 1999 at 01:51:34PM +0200, Manuel Arenaz Silva wrote:
> I have installed telnetd via "dpkg --install" and, after that, I have
> rebooted the machine. Nevertheless, the daemon was not started.
[...]
> where de daemon "telnetd" does not appear. What else do I have to
> configure in order to set up the telnet service? I have checked through
> the HOWTOs but I could not find any clue.

Check you /etc/inetd.conf. I bet it is listed in there -- mine is:
amidala:/usr/local/Office51# grep telnet /etc/inetd.conf
telnet  stream  tcp nowait  telnetd.telnetd /usr/sbin/tcpd
/usr/sbin/in.telnetd

:)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: VMware+DOS network

1999-09-22 Thread Seth R Arnold
On Wed, Sep 22, 1999 at 01:21:55PM +0200, Benak Istvan wrote:
> Seth R Arnold wrote:
> > 
> > You would need some programs with names such as:
> > ne2000.exe (or whatever driver is needed for the card vmware emulates)
> > lsl.exe
> > odi.exe
> > 
> > in addition to the netware client programs. The only way to legally get the
> > netware client programs is from novell, if you happen to own a server. :)
> 
> Oh, yes yes! But we have a legal N.Netware network in this University.
> So, I downloaded the AMD PCnet PCI (the card which is be emulated by
> VMware) driver, from the AMD home page, but it write to me:
> Sorry, but I don't find any AMD PCnet card in this system
> This program can (by the related documents) automatical identify the
> card, which is in my machine!
> 
> What do I wrong? Why can't it identify the emulated Card?
> Someone know the answares?

Ah, for this you will probably have to ask the nice people at vmware.. :(

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: telnet to my machine (cont)

1999-09-22 Thread Seth R Arnold
'ssh' is "secure shell". Think encrypting all the data that passes between
two computers.

It does more than that, but that is what it is known for. You can tunnel any
other connections through it, such as X, whatever. Encrypted, authenticated.

Its nice.

http://www.ssh.fi/sshprotocols2/ has more information. You can install it on
your (recent) system by typing:
apt-get update
apt-get install ssh2

:)

On Wed, Sep 22, 1999 at 11:45:25AM +0200, Manuel Arenaz Silva wrote:
> Hello,
> 
> I really want the telnet service installed. But, what is "SSM"? I have
> never heard about it.
> 
> thanks
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: VMware+DOS network

1999-09-22 Thread Seth R Arnold
You would need some programs with names such as:
ne2000.exe (or whatever driver is needed for the card vmware emulates)
lsl.exe
odi.exe

in addition to the netware client programs. The only way to legally get the
netware client programs is from novell, if you happen to own a server. :)
However, I do remember from the mars-nwe webpage some links to free dos
netware client programs. They just might work.

:)

On Wed, Sep 22, 1999 at 11:26:52AM +0200, Benak Istvan wrote:
> Hi all!
> 
> Which programs should I need to I can connect from vmware DOS guest OS
> to the University Novell netwrok, with Bridged settings (I hev ethernet
> card in my machine)
> 
> PS.:please CC the answeres to me (I'm not on this list)
> 
> -- 
> Bye! Benci!
> 
> mailto:[EMAIL PROTECTED]
> Debian 2.1 Slink  2.2.9 200MMX/32MB/1.7Gb/S3VirgeDX4Mb
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Satan Bug?

1999-09-22 Thread Seth R Arnold
On Wed, Sep 22, 1999 at 03:21:41AM -0600, Art Lemasters wrote:
> On Wed, Sep 22, 1999 at 02:00:58AM -0700, Seth R Arnold wrote:
> > Art, check the bug servers -- there might be more information on this.
> > 
> > It might not hurt though to post the surrounding ten lines or so, maybe it
> > is something obvious. :)
> 
> That was all, Seth, from running
> /usr/sbin/satan -v
> 
> from a superuser.
> 
> I'll see what I can find on my own, though, until someone else
> enlightens us.  Thanks for the reply.

Err, well, lines 70-90 from the satan script. :)

> Art
> 
> > 
> > On Wed, Sep 22, 1999 at 02:59:54AM -0600, Art Lemasters wrote:
> > > 
> > > ---
> > > heart:#satan
> > > syntax error at ./satan line 83, near "<>"
> > >(Might be a runaway multi-line << string starting on line 78)
> > > Execution of ./satan aborted due to compilation errors.
> > > 
> > > ...anyone know anything about this one?
> > > 
> > > 
> > > Art
> > > 
> > > 
> > > 
> > > -- 
> > > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> > 
> > -- 
> > Seth Arnold | http://www.willamette.edu/~sarnold/
> > Hate spam? See http://maps.vix.com/rbl/ for help
> > Hi! I'm a .signature virus! Copy me into
> > your ~/.signature to help me spread!
> > 
> > 
> > -- 
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: [Linux: CD] How to make ???

1999-09-22 Thread Seth R Arnold
Heh, 'lite' and {KDE, StarOffice, Netscape, GIMP} do not seem to be words
that I would associate... :) KDE takes up much space and depends on qt,
netscape, well, I don't know what it takes, StarOffice seems to take over
141 megs on my system, the installer is 80 megs, GIMP depends on gtk... It
all adds up quickly.

If you plan on distributing this CD, the licences might require you to make
available CDs with the sources for these programs. They might not. Please do
check up on this... :)

When I think of the things that I would like to have on a CD, I think a gcc
might be nice to have. For the ftp client, I would suggest ftp, lftp, and
ncftp. There might be nice X based ones, but I don't know.. You might want
to include some of the nice documentation (eg, programming languages,
HOWTOs, etc..) if space is left. 

But, when you can get a two cd set from cheapbytes, why make your own? :)


On Wed, Sep 22, 1999 at 11:16:29AM +0100, Michelle Konzack wrote:
> Hello and nice day,
> 
> I like to burn a CD and like to know, what files I need to burn 
> on the CD, because it must be lite with the following Programs:
> 
> Basic-Installation
> FVWM
> KDE
> Netscape
> Pine
> StarOffice
> FTP-Client  ???
> GIMP
> (If you have some additional Ideas, please...)
> 
> My problem is, that I have not moe as 250 MByte free because on 
> the CD is FreeDos with DJGPP and some Windows Development Software.
> 
> Oh yes, also I have a Web-Site of around 100 MByte for Off-Line reading.
> 
> Webmistress Michelle
> 
> P.S.:   On a second CD I like to burn ONLY the Development stuff. 
> I like to get Infos from you.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Q: X11, two boxes

1999-09-22 Thread Seth R Arnold
Ok, time for another question. :)

I have two potato machines; amidala has monitor, keyboard, all the usuals.
sarnold has no such nice features. It only knows about the world via the
network. I use ssh2 to login to sarnold, and export DISPLAY=amidala:0.0 --
from there, I traditionally like to run netscape, though I have noticed this
with other programs.

If I try to run netscape from amidala, after having starting netscape on
sarnold, it does not actually run a second copy locally -- it just asks for
another window from the remotely running netscape. While this has its
niceties (wmnetselect still works! :) one of them is communicator, the other
navigator, and I have two seperate set of bookmarks (mainly since the ld.so
bug the other day caused my amidala netscape to stop working.. :)

Is this normal X11 behavior, to refer back to the netscape running from the
remote machine, but DISPLAYing locally? Or is it netscape specific? Is there
any way around it? (I am still trying to figure out *why* I wanted both
netscapes running at once... :)

Thanks for your time. :)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Satan Bug?

1999-09-22 Thread Seth R Arnold
Art, check the bug servers -- there might be more information on this.

It might not hurt though to post the surrounding ten lines or so, maybe it
is something obvious. :)

On Wed, Sep 22, 1999 at 02:59:54AM -0600, Art Lemasters wrote:
> 
> ---
> heart:#satan
> syntax error at ./satan line 83, near "<>"
>(Might be a runaway multi-line << string starting on line 78)
> Execution of ./satan aborted due to compilation errors.
> 
> ...anyone know anything about this one?
> 
> 
> Art
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: mutt: help with saving a messge to a different folder

1999-09-22 Thread Seth R Arnold
Shao, a thought just struck me.

You could use symlinks to move your email folders around a bit -- so mutt
only sees a symlink to them. The mutt on my redhat server (blasted...:)
doesn't lstat() the symlinks, it just stat()s them. This might be the thing
you need, since procmail should be smart enough to deliver through symlinks,
and mutt won't bother trying to stat() them for info -- maybe this is the
thing to do.

Please let me know if this works! ;)

On Sun, Sep 19, 1999 at 06:51:36PM +1000, Shao Zhang wrote:
> Hi,
>   This is the first thing that I come up with. But it still does not
>   meet what I need...
> 
>   In mutt, when the first TAB pressed for changing the folders, it
>   will read all the folders from $Mailbox varaible(good), but if I
>   accidently press another TAB, it will read the folders from
>   $folder. My ~/Mail directory is about 200MB big, and mutt will
>   just take a long time to scan them.
> 
>   I still believe there is a way to do it via save-hook. But yet,
>   I haven't heard any answer from the mutt mailing list and the
>   newsgroup.
> 
>   Thanks.
> 
> Shao.
> 
> David Wright [EMAIL PROTECTED] wrote:
> > Quoting Shao Zhang ([EMAIL PROTECTED]):
> > > Hi,
> > >   This is not what I want.
> > >   I read my mails in ~/mail, so I have already used 
> > >   folder = ~/mail.
> > 
> > Surely that's the wrong way round. Put the filenames you read mail from
> > (i.e. the inboxes files that procmail writes) into a mailboxes command.
> > This will make the c command prompt with them automatically, notify you
> > when mail arrives, and allow your status line to tell you how many contain
> > new messages.
> > 
> > mailboxes   ! ~/mail/foo ~/mail/bar
> > 
> > The ! is short for the system default mailbox which I don't use but I'd
> > sure want to see anything that arrived there.
> > 
> > >   But when I save the message, I want to save it in ~/Mail.
> > >   Thanks.
> > 
> > For which the
> > 
> > set folder=~/Mail
> > 
> > is intended, a folder for files containing mail. When you give the s
> > command, the = sign will act as shorthand for ~/Mail/
> > 
> > > > On Wed, Sep 08, 1999 at 12:19:03PM +1000, Shao Zhang wrote:
> > > >  
> > > > > > Hi,
> > > > > > I am using mutt to read all the messages in ~/mail.
> > > > > > When I save a message from a person say [EMAIL PROTECTED]
> > > > > > 
> > > > > > I want to mutt to give me a default filename like this:
> > > > > > 
> > > > > > ~/Mail/[EMAIL PROTECTED]
> > > > > > 
> > > > > > If I only set the save_address, then mutt will default the
> > > > > > filename to ~/mail/[EMAIL PROTECTED] So how do I let mutt to 
> > > > > > choose
> > > > > > a different folder I want when saving the msg.
> > 
> > Cheers,
> > 
> > -- 
> > Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
> > Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
> > Disclaimer:   These addresses are only for reaching me, and do not signify
> > official stationery. Views expressed here are either my own or plagiarised.
> > 
> > 
> > -- 
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> > 
> > 
> 
> -- 
> 
> Shao Zhang - Running Debian 2.1  ___ _   _
> Department of Communications/ __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
> University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
> Sydney, Australia   |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
> Email: [EMAIL PROTECTED]  
> |___/ 
> _
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Exit icon for wmaker?

1999-09-22 Thread Seth R Arnold
Well, if all else fails, you could have it run a script that will killall
wmaker. Perhaps that isn't so ugly. 

But probably it is ugly. I do hope someone knows a nicer way, but the way it
exits (on my system in /etc/X11/WindowMaker/menu) looks like it is built
into the root menu in a very fundamental way.

If you have the menu package installed, the /usr/doc/menu/README file might
give you more hints on how to make it more visible on the root menu easily.

On Wed, Sep 22, 1999 at 10:42:10AM +0200, Joachim Trinkwitz wrote:
> Hello,
> 
> I think the `Exit´ menu item in WindowMaker isn't quite obvious for
> newbies, so for my users I want to make an icon for the dock with an
> appropriate command. Is there anyone who can get me on the way?
> 
> Thanks and greetings,
> joachim
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Floppy light stays perpetually on.

1999-09-22 Thread Seth R Arnold
On Wed, Sep 22, 1999 at 05:01:42PM +0930, Mark Phillips wrote:
> Thanks for the replies!
> 
> > That usually means the drives ribbon cable is backwards.  make sure
> > the red side of the ribbon is aligned with pin one on both ends.
> 
> I switched the cable round and now it works!  Thanks!
> 
> My box is so cramped, with the floppy stuck between two hard drives,
> that you can't see which is pin 1.  But on all the hard drives, pin 1
> seems to be towards the middle of the drive, so I presumed the same
> must be true for the floppy.  Not so it would seem.  Pin 1 is at the
> edge for floppies --- unless the cable is plugged into the motherboard
> the wrong way round, but I don't think so?  Hmm???  Anyway, it works
> now which is the main thing.

My experience has shown that pin1 is closest to the power connector -- I
think once in a while someone changes it just to have fun with your mind,
but they are rare. :) (this holds true for motherboards also! :)

Of course, the non-sadistic hardware makers will go forth and actually label
their pin1 to make like easier for you... :)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: daemon/initd

1999-09-22 Thread Seth R Arnold
On Wed, Sep 22, 1999 at 04:08:44PM +1000, Marc-Adrian Napoli wrote:
> Hey Seth. :)
> 
> Just a quick question..
> 
> > On Wed, Sep 22, 1999 at 03:13:12PM +1300, [EMAIL PROTECTED] wrote:
> > > Can someone properly explain to me the differences between how a process
> > > starts up as a daemon as apposed to a process which starts up via initd
> as
> > > i am a little unsure.
> >
> > Well, programs that init starts normally ARE daemons.
> 
> Seeing as how everyone complains about inetd - why isn't it replaced?
> 
> The "tcpserver" that qmail uses is quite steady, will inetd ever be
> replaced?

Well, if you want to, you can replace it with xinetd. Its config files are
different. But.. I hear it has more options. One commonly used extension to
inetd is tcpwrappers. This helps quite a bit... 

(heh, debian's unstable has at least two replacements for inetd:
$ apt-cache search xinetd
rlinetd - gruesomely over-featured inetd replacement
xinetd - replacement for inetd with many enhancements

There is also this thingy:
rinetd - Internet redirection server

I don't know if it can replace inetd or not.. 

So, the toys exist to replace inetd already, if you want. For me,
tcpwrappers with inetd is enough. 

> 
> Regards,
> 
> Marc-Adrian Napoli
> Connect Infobahn Australia
> +61 2 92811750
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: page layout app

1999-09-22 Thread Seth R Arnold
On Tue, Sep 21, 1999 at 10:52:50PM -0700, Mark Wagnon wrote:
> On Wed 09/22/99 01:39AM, Peter Mickle wrote:
> > does anyone have any recommendations for a page layout/type formatting,
> > including both text and graphics (photos/drawings/manipulated text)
> > application? quark-like?
> 
> How about TeX/LaTeX? There was am earlier thread on LaTeX. Check
> with the archives, cuz I think there was a couple links to
> introduction-type docs for LaTeX. I don't know what quark is, so
> can't help there. I've been using it to write some user docs for a
> couple of procedures at work with screen shots.

Well, I do know quark -- and LaTeX is MUCH nicer than quark in many ways --
it can do so much more than quark can ever hope to do. However, quark is a
GUI-based desktop publishing program, and LaTeX is not a GUI. It also forces
one to structure their work a little better, whereas quark lets you just
throw things around. 

*maybe* lyx, a frontend for latex will do what you want it to do. I do not
know about graphics in LaTeX though, but if Mark is doing it, then it must
be possible. :)


-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Linux (both 2.0.x and 2.2.x), ifconfig, and routing tables.

1999-09-22 Thread Seth R Arnold
I got the impression that Richard was looking for a nicer way of doing this;
if linux is going to be wierd about its network interfaces, then perhaps
there is a nice way to circumvent it without too much work. :)

On Wed, Sep 22, 1999 at 01:28:18AM -0400, William T Wilson wrote:
> On Tue, 21 Sep 1999, Richard Kaszeta wrote:
> 
> > 2. Find a way to save all the routing table entries involving the
> >interface I'm bringing down, and restore them after bringing the
> >interface back up?
> 
> Have you considered running /sbin/route with the appropriate invocations,
> and then parsing the output / preparing input using perl or some such?
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: startup in rc directories for ssh

1999-09-22 Thread Seth R Arnold
My ssh2 (installed from non-us.debian.org) and ssh have the value of "20" --
which is what nearly everything else has. Heheh.

I have inserted my ssh startup script as well (except I deleted the "exit 0"
near the top of the thing -- I don't want ssh if I have ssh2, but it is
easier on the packagemanagement to just leave it in. :)

Please note that you probably have to make the line-breaks nicer. It shant
be too difficult..

#! /bin/sh
# /etc/init.d/ssh: start and stop the "secure shell(tm)" daemon

test -x /usr/sbin/sshd || exit 0

# Configurable options:
case "$1" in
  start)
echo -n "Starting Secure Shell server: sshd"
start-stop-daemon --start --quiet --pidfile /var/run/sshd.pid --exec
/usr/sbin/sshd
echo "."
;;
  stop)
echo -n "Stopping Secure Shell server: sshd"
start-stop-daemon --stop --quiet --oknodo --pidfile
/var/run/sshd.pid --exec /usr/sbin/sshd
echo "."
;;
  reload|force-reload)
echo -n "Reloading Secure Shell server's configuration"
start-stop-daemon --stop --signal 1 --quiet --oknodo --pidfile
/var/run/sshd.pid --exec /usr/sbin/sshd
echo "."
;;
  restart)
echo -n "Restarting Secure Shell server: sshd"
start-stop-daemon --stop --quiet --oknodo --pidfile
/var/run/sshd.pid --exec /usr/sbin/sshd
start-stop-daemon --start --quiet --pidfile /var/run/sshd.pid --exec
/usr/sbin/sshd
echo "."
;;
  *)
echo "Usage: /etc/init.d/ssh
{start|stop|reload|force-reload|restart}"
exit 1
esac
exit 0


On Tue, Sep 21, 1999 at 08:41:56PM -0700, Brian E. Lavender wrote:
> I installed ssh from source. What value should I assign
> the sym links in the rc directories?
> 
> Does anyone have a sample startup script for the init.d
> directory? Is there a program that creates the startup
> scripts?
> 
> brian
> -- 
> Brian Lavender
> http://www.brie.com/brian/
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: daemon/initd

1999-09-22 Thread Seth R Arnold
On Wed, Sep 22, 1999 at 03:13:12PM +1300, [EMAIL PROTECTED] wrote:
> Can someone properly explain to me the differences between how a process
> starts up as a daemon as apposed to a process which starts up via initd as
> i am a little unsure.

Well, programs that init starts normally ARE daemons.

Programs that inetd starts could often serve as daemons if they were to be
so configured. Low-requirement webservers, or low-requirement ftp servers
can run this way, telnetd runs this way usually, most anything can run that
way. For servers that take a lot of overhead to start, however, they
normally get started by the boot scripts once, and then run from there
forever. (hehe. :)

So, if you meant 'init', there really isn't any difference. If you meant
'inetd', then the inetd ones are run on demand, and the daemons (started
usually from rc scripts) run all the time.

hth...

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Corel

1999-09-22 Thread Seth R Arnold
On Tue, Sep 21, 1999 at 08:01:29PM -0700, Mark Wagnon wrote:
> On Tue 09/21/99 09:45PM, Phil Brutsche wrote:
> 
> > Corel's been trying to release a beta of their distro under terms that
> > violates the GPL (no redistribution what-so-ever, etc).  Needless to say,
> > a real mess has come about it. The person Bruce talked to is trying to
> > change that.
> > 
> I just read an LJ article on that. Didn't Corel read the GPL? After
> writing that, I think I'll go take another peek at it.

There has been a bit of a fury over at slashdot. (I generally like slashdot,
but do NOT put too much effort into reading the comments...) I am not sure I
would bother reading much else until corel makes another announcement, or
they are very slow making the announcement.

Check out www.technocrat.net for more details.

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Setuid Perl script works on one slink box, doesn't work on the other

1999-09-22 Thread Seth R Arnold
Is perl-5.004-suid installed on one and not hte other?

On Wed, Sep 22, 1999 at 12:40:34PM +1000, Andrew Pollock wrote:
> Hi,
> 
> We've got two relatively new slink boxes, both running 2.2.12, and I've got
> a setuid Perl script that doesn't work on one, but does on the other.
> Permissions are the same, everything (that I can think of) is the same...
> 
> It's Perl 5.004_04.
> 
> On the box that won't run the script, it barfs:
> 
> Can't do setuid
> 
> As soon as you try to run the script.
> 
> Anyone got any bright ideas?
> 
> Andrew
> 
> 
> Andrew Pollock  Technical Director
> [EMAIL PROTECTED] http://staff.bit.net.au/apollock
> Brisbane Internet Technology Pty Ltd.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Floppy light stays perpetually on.

1999-09-22 Thread Seth R Arnold
On Wed, Sep 22, 1999 at 10:45:35AM +0930, Mark Phillips wrote:
> Hi,
> 
> I went to use my floppy and noticed that the light is perpetually on.
[...]
> 
> I tried rebooting.  The floppy light comes on straight away (and stays
> on) and the system tries to boot from the floppy but fails, so goes on
> to the hard drive.

In my experience, this means the floppy cable is on incorrectly. Check pin1
lines up with pin1 on the motherboard.. 

:)

> It seems to me most likely that this is a hardware failure.  Would
> anyone concur?  I tried opening up the box and un-plugging-re-plugging
> the cable but that didn't seem to help.  I am wondering if the floppy
> drive has died.  It is sitting between two harddrives, so perhaps it
> got too hot?  Though I didn't think drives did get too hot???
> 
> Ideas anyone?  Please cc any replies directly to me because although
> I've recently subscribed, the list doesn't seem to be being sent to me
> yet.
> 
> Cheers,
> 
> Mark.
> 
> _/\___/~~\
> /~~\_/~~\__/~~\__Mark_Phillips
> /~~\_/[EMAIL PROTECTED]
> /~~\HE___/~~\__/~~\APTAIN_
> /~~\__/~~\
> __
> "They told me I was gullible ... and I believed them!" 
> 
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: proftp where to I find it

1999-09-22 Thread Seth R Arnold
Bah -- talk about OLD news. :) there are much more recent security problems
in both of those packages.

Just keep uptodate with patches, and you shall do nicely. :)

On Tue, Sep 21, 1999 at 02:58:29PM -0400, Paul McHale wrote:
> Seth,
> 
> 
> Here is what I found at Linux weekly news:
> 
> http://www.lwn.net/1999/0218/a/deb-ftpd.html
> 
> paul
> 
> -Original Message-
> From: Seth R Arnold [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 21, 1999 1:46 PM
> To: debian user list
> Subject: Re: proftp where to I find it
> 
> 
> Look for proftpd.
> 
> :)
> 
> On Tue, Sep 21, 1999 at 10:12:50AM -0500, Jim Ruby wrote:
> > Hi, where do I find proftp if it is better and easier then ftpd.
> > I see ftpd is a deb package, but I can't find proftp.
> >
> > Thanks.
> >
> >
> >
> > --
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
> /dev/null
> 
> --
> Seth Arnold | http://www.willamette.edu/~sarnold/
> Hate spam? See http://maps.vix.com/rbl/ for help
> Hi! I'm a .signature virus! Copy me into
> your ~/.signature to help me spread!
> 
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
> /dev/null
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: sblive skips?

1999-09-22 Thread Seth R Arnold
Aaron, it isn't the fault of windows, nor the fault of linux. If I recall,
there is a FAQ at www.winamp.com that describes this situation. Basically,
your PCI bus gives the cycles to the videocard when it needs them, and lets
the chips fall where they may -- which means skipping during audio playback
for the soundcard.

Why it is more prevalent under windows is the Smooth Scrolling micros~1
introduced a little while back -- that sucks up the video bandwidth like
nuts, and takes away from sound bandwidth.

I wish I knew how to fix it.

On Tue, Sep 21, 1999 at 05:59:10PM -0400, Aaron Solochek wrote:
> One of the things I like when I first installed on my system (PII 400,
> everything scsi, 128mb ram) was that I could play mp3's and they would
> never skip when I was doing stuff in the background.  That was back when
> I had a SB AWE64gold... since then I have moved that to a different
> machine and installed a sblive.  Now the sounds skips every now and
> then... I know for sure that xearth makes is skip when it refreshes.
> Does anyone know why this is?  Is the system priortizing its self
> differently?  Is it because I went from an ISA to a PCI sound card?
> This is really starting to annoy me, especially because this was one of
> my big complaints about windows.
> 
> -Aaron Solochek
>  [EMAIL PROTECTED]
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Multiplexing /dev/dsp

1999-09-21 Thread Seth R Arnold
The esound enlightened sound daemon offers this sort of thing in software. I
think the commercial version of oss/linux (www.opensound.org, right?) offers
this ability too. And, if you have a nice new pci soundcard that does this
stuff natively, the proper drivers should make it go quite nicely, but
honestly I do not know if such drivers exist for linux.

On Tue, Sep 21, 1999 at 11:53:12AM -0400, Hwei Sheng TEOH wrote:
> 
> I'm just wondering, is there a way for multiple (unrelated) processes to share
> my DSP port? Is there any driver/modules/etc that multiplexes the DSP device?
> I'd like to have different programs that use DSP be able to share it. Is this
> even possible??
> 
> 
> T
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: proftp where to I find it

1999-09-21 Thread Seth R Arnold
Look for proftpd.

:)

On Tue, Sep 21, 1999 at 10:12:50AM -0500, Jim Ruby wrote:
> Hi, where do I find proftp if it is better and easier then ftpd.
> I see ftpd is a deb package, but I can't find proftp.
> 
> Thanks.
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: telnet to my machine (cont)

1999-09-21 Thread Seth R Arnold
Manuel, try:
apt-get update;
apt-get install telnetd

Of course, this assumes your setup is recent enough for apt-get to work. If
your box is an older box based on an earlier version of debian, this might
not work -- so try using dselect with your distribution CDs to find the
telnetd package.

And, there are several ftp servers available. IMHO, ProFTPd is the nicest,
though many people use wu-ftpd.

On Tue, Sep 21, 1999 at 04:49:01PM +0200, Manuel Arenaz Silva wrote:
> Hello,
> 
> I have checked the daemons that are installed in my system, and I have
> noticed that "inetd" is working but there is no "telnetd" installed.
> 
> ¿How can I make my system install "telnetd" on start-up? I don't know
> where the daemons to be installed are specified. Is there any HOW-TO
> available?
> 
> NOTE: I cannot "telnet" to my machine but I can connect via "ftp". The
> strange is that I have no "ftpd" installed. ¿How is this posible?
> 
> Thanks in advance,
> 
>  Manuel Arenaz
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: FTP problem

1999-09-21 Thread Seth R Arnold
Benak, try looking in your /etc/hosts.allow and /etc/hosts.deny file to see
if you are denying access in there... also check output from:
ipfwadm -l -I
ipfwadm -l -O
ipfwadm -l -F

(anyone know the equivalent ipchains commands?)

Also, try checking the output of "route" to ensure that your routing tables
look about right.

On Tue, Sep 21, 1999 at 02:41:30PM +0200, Benak Istvan wrote:
> Hi all!
> 
> Why doesn't want to work the $SUBJECT?
> When I want to make FTP connection in console mode, it write: 
> 
> Network is unreachable!
> 
> But I can make FTP conn. to loopback device. It's work perfectly
> In inetd.conf are:
> ftp stream  tcp  nowait  root  /usr/sbin/tcpd  /usr/sbin/in.ftpd
> The in.ftpd are in the /usr/sbin/
> 
> In the Netscape I use proxy, and this case the FTP work fine, but for
> example I can't use the dselect with ftp access :((
> 
> Someone help me please! THX!
> -- 
> Bye! Benci!
> 
> Debian 2.1 Slink  2.2.9 200MMX/32MB/1.7Gb/S3VirgeDX4Mb
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Dont wanna upgrade package

1999-09-21 Thread Seth R Arnold
If memory serves me, putting the package on hold in dselect should be
enough. (= key)

On Tue, Sep 21, 1999 at 10:21:15AM +0200, Steeve Lennmark wrote:
> Hi, Can I somehow say to apt that i dont want to upgrade a package, EVER?
> 
> -- 
> Debian GNU/Linux - The Choice Of A GNU-Generation.
>   ___  ___ ___ ___   _   _  _
>  |   \| __| _ )_ _| /_\ | \| | Steeve 'Jaster' Lennmark
>  | |) | _|| _ \| | / _ \| .` | Team43
>  |___/|___|___/___/_/ \_\_|\_| mailto: [EMAIL PROTECTED]
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: mutt: help with saving a messge to a different folder

1999-09-21 Thread Seth R Arnold
On Tue, Sep 21, 1999 at 04:29:18PM +1000, Shao Zhang wrote:
>   If I press c for change folder and followed by 4 TABs, then the first
>   TAB mutt will give me a default folder with new msg in it, the second
>   TAB mutt will give me a complete name of that folder, and the third TAB
>   mutt will give me a list of folders specified in mailboxes, and the 
>   fourth TAB mutt will give me a list of folders specified in $folder.
> 
>   Since my $folder is very large as I said above, I don't want mutt to 
> scan
>   this directory at all.

Then ensure to hit tab no more than three times? heheheh. :) 

Honestly, if it bothers you that much, and the mutt docs don't show any way
of changing it, I imagine it would be easy to change in the source code.
Change it, put an option in the .muttrc file, and send the diff upstream.

:)

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Round about the way question.

1999-09-21 Thread Seth R Arnold
Marc-Adrian, I think this can best be described by the philosophy of the
various operating systems.

Micros~1's Vision Statement is, "A computer on every desktop." They have
darn near nailed that one. Part of the remaining half of US households
without computers includes the elderly, the poor, the overworked. The *only*
way for them to tackle that bit of the market segment is by making machines
work right out of the box. It doesn't matter so much to Micros~1 whether or
not it works *well* out the box.

That is where Linux, FreeBSD, etc come into play. It isn't enough for things
to work out of the box -- users that are attracted to these operating
systems would like to tweak things themselves, including who their
nameservers are. I like tweaking this, since I set up a caching nameserver
for myself (thanks to the nice maintainer, it really was a piece of cake --
apt-get install bind will do it.. :) and have THAT nameserver ask the three
that serve my university for IPs -- so that in the future, my second
computer has them cached, and no costly (heh, 10-20ms? :) lookups are
involved whenever I need a different IP.

This level of flexibility is unheard of in Windows -- but under Windows, the
nameservers do not enter into any equations, as far as the home user is
concerned.

You can debate whether it is good or bad. Windows has its place (ask Linus!
He has even been quoted as saying, "If you want to play games, use Windows.
Games run very well under Windows." heheh. [does anyone have the exact
quote? I know I messed that up..] :)

As for me, I will be using Unix for as long as it is feasible. I hope I die
before the end of Unix. (hehe. I don't need any help on that front! :) I
like being able to tweak things. :)

On Tue, Sep 21, 1999 at 10:57:35AM +1000, Marc-Adrian Napoli wrote:
> Hi there.
> 
> I'm just curious as to why this is.
> 
> When dialing up to an ISP with a windows machine, DNS servers are assigned.
> 
> When using "pppd call provider" on a debian box (or any linux box) a
> connection is made, but no DNS servers
> are automatically found.
> 
> Why is this? Why do i have to manually put in DNS servers in my resolv.conf
> file when windows box automatically
> find those values?
> 
> I'm sure there is something that i'm missing here, so please fill me in. :)
> 
> Regards,
> 
> Marc-Adrian Napoli
> Connect Infobahn Australia
> +61 2 92811750
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


  1   2   3   >