Re: Linux Dial-up Server

2001-12-14 Thread Bruce Marshall

On Friday 14 December 2001 23:20 pm, Matthew Carpenter wrote:
> Thanks, Chang.  Actually that's the first place I normally go.  The problem
> is that there is no hardware listed.  What do I buy if I want to have say 8
> modems?  Or 4?  What are others using?
>
> Does Digiboard work with Linux and is it the best for Linux like it is for
> Win?

I'm using a 4 port Moxa board and the 2.4.16 kernel supports it just fine.

They also make 8 port boards and maybe more.



-- 
++
+ Bruce S. Marshall  [EMAIL PROTECTED]  Bellaire, MI 12/14/01 23:35  +
++
"The attention span of a computer is only as long as its electrical cord."
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: CAL_UP.SH and Douglas

2001-12-14 Thread Matthew Carpenter

I just scraped 4.2.0 off my Internet server.  Here it is.

On Thu, 13 Dec 2001 13:07:53 -0500
"Douglas J Hunley" <[EMAIL PROTECTED]> wrote:

> Matthew Carpenter babbled on about:
> > Hey!  Doug!  What ever happened to cal_up.sh?  The freshmeat pointer points
> > to broken links.  I still rely on that little puppy.
> 
> freshmeat isn't supposed to point to it anymore. it's gone. I lost it during 
> that ridiculous hardware crash a while back... hope you still have a copy 
> somewhere (if so, send me one)
> -- 
> Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
> Admin: http://linux.nfAdmin: http://hunley.homeip.net
> 
> Always remember that you are unique.  Just like everyone else.
> ___
> Linux-users mailing list
> Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users


-- 
Matthew Carpenter
[EMAIL PROTECTED]  http://www.e-i-s.cc/
Linux User #185986
Enterprise Information Systems
*Network Consulting, Integration & Support
*Web Development and E-Business



cal_up.sh
Description: Bourne shell script


Re: Linux Dial-up Server

2001-12-14 Thread Matthew Carpenter

Thanks, Chang.  Actually that's the first place I normally go.  The problem is that 
there is no hardware listed.  What do I buy if I want to have say 8 modems?  Or 4?  
What are others using?

Does Digiboard work with Linux and is it the best for Linux like it is for Win?

On Sat, 15 Dec 2001 11:31:34 +0800
"Chang" <[EMAIL PROTECTED]> wrote:

> check http://linux.nf
> bill parker's article in ppp section.
> 
> Matthew Carpenter wrote:
> > 
> > I am interested in what people are using for Linux dial-up servers these days.  I 
>have a mid-sized company interested in providing dialup for their users and I need to 
>put together a proposal soon.  Rather than investigate all the options, I thought I'd 
>ask people who do it already.
> 
> -- 
> The pivotal point is the "second chance", judged by another set of
> criteria. In Linux We Trust -- http://linux.nf
> 
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> ___
> Linux-users mailing list
> Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users


-- 
Matthew Carpenter
[EMAIL PROTECTED]  http://www.e-i-s.cc/
Linux User #185986
Enterprise Information Systems
*Network Consulting, Integration & Support
*Web Development and E-Business
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Linux Dial-up Server

2001-12-14 Thread Chang

check http://linux.nf
bill parker's article in ppp section.

Matthew Carpenter wrote:
> 
> I am interested in what people are using for Linux dial-up servers these days.  I 
>have a mid-sized company interested in providing dialup for their users and I need to 
>put together a proposal soon.  Rather than investigate all the options, I thought I'd 
>ask people who do it already.

-- 
The pivotal point is the "second chance", judged by another set of
criteria. In Linux We Trust -- http://linux.nf

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: ping - ignore

2001-12-14 Thread David A. Bandel

On Fri, 14 Dec 2001 19:05:50 -0700
Dave Anselmi <[EMAIL PROTECTED]> wrote:

> "David A. Bandel" wrote:
> 
> > > Nobody in this group can ignore!  Sendmail is a principal reason why
> > > linux will never appeal to the masses.
> >
> > This is a good example of a daemon 99.9% of Linux users should never
use.
> > My two MX boxes run sendmail.  No other system does (and shouldn't). 
If
> > you don't have an MX address pointing to the box, it shouldn't be
running
> > a mail server.
> 
> I agree, and I try to set my systems up that way (well, exim slipped
through
> on one debian system).  And you mean any mail server, not just sendmail.

correct.

> 
> In that case though, what do you do with programs like cron or other
servers
> that want to notify someone by mail (even if someone is local to the
box)?  I
> expect there's a way to do it, but I've never seen a discussion that
didn't
> involve an MTA.

there's a big difference between having sendmail installed and having it
running (accepting on port 25).  Programs can invoke sendmail without
sendmail running.  What I'm talking about (and most of the configurations
entail) is having it listening on a socket 24x7.

There are also Perl programs like send-email (? -- need to check on
Freshmeat) that are much lighter and will do the job admirably.  You just
point them at your e-mail server (the one authorized to send e-mail to the
world that you can relay through -- no, not the thousands of Korean open
relays, your official, legal mail server).

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
-- Nemesis Racing Team motto
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread Collins Richey

On Sat, 15 Dec 2001 08:03:05 +1000 Keith Antoine
<[EMAIL PROTECTED]> wrote:

> On Saturday 15 December 2001 04:08, [EMAIL PROTECTED] enunciated:
> > Net Llama wrote:
> > % --- Collins Richey <[EMAIL PROTECTED]> wrote:
> >
> > [mondo snippage]
> >
> > % > Yes, I know, but here no fdisk or change to partition tables,
> just
> > % > creting an empty fs - one works, one doesn't.
> > %
> > % Hrmmm...what's the '-j' switch?  I can't find any reference to
> it in the
> > % man page.
> >
> > -j creates a EXT3 journal file on the FS, thus creating an EXT3
> FS.
> >
> > Kurt
> 
> Do you not have to call this with tune2fs -j /dev/hdxx ?
> 

Nope. mke2fs -j /dev/xxx works aok.  I do use tune2fs -c 0 -i 0
/dev/xxx as soon as it has been made so that I won't ever hear from
fsck.  I'm still clueless about why sometimes I need to reboot and
sometimes not.

-- 
Collins Richey
Denver Area - 12DEC2001 - WWTLRD?
gentoo_rc6 k2.4.17-pre8+ext3+xfce+sylpheed+galeon
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread R. Quenett

from Net Llama:

" The command he was running was mke2fs not tune2fs.

-k, sorry, -j_ust trying to help.:)

R

-- Adolescence, n.: The stage between puberty and adultery.
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: su in script

2001-12-14 Thread Dave Anselmi

"R. Quenett" wrote:

> from Dave Anselmi:
>
> " run, rather than run an interactive shell.  I don't know how to script
> " the password to su (I'm sure there are several tricks you could use,
> " but su isn't likely to make it easy).
>
> I surely hope not.  It seems like it would be a dangerous thing to
> do but I was, through inattention, leaving a machine connected to the
> net as root and I thought that was likely worse.



> These comments make sense to me, and I thank you for them.  I'd still
> have the original problem, tho, which is that I don't want to be root
> when I run the script.  Kurt Wall's suggestion of sudo looks as if it
> might be just what the MD mandated.
>
> In the short term, I was able to get the script to run by increasing
> some privileges here and there but I'm not comfortable with this in
> the long term since I don't really understand very well what I did or
> all the implications of it.

Is your script a "connect to the 'net" script?  You might describe what it
does a little more - maybe your problem is already solved by someone more
experienced than me (ppp dial-up for example).

I don't recall a no password option to sudo, though there might be one.  But
of course you have to lock down what it can do in that case (e.g. don't give
permission to run a script to someone who can edit the script).

Dave


___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread Net Llama


--- "R. Quenett" <[EMAIL PROTECTED]> wrote:
> from Net Llama:
> 
> " --- [EMAIL PROTECTED] wrote:
> 
> " > Hrmmm...what's the '-j' switch?  I can't find any reference to it 
> " > in the % man page.
> 
> man tune2fs?

Sure, if he was running the tune2fs command.

> " > -j creates a EXT3 journal file on the FS, thus creating an EXT3
> FS.
> " 
> " Ahhh..that would explain why i couldn't find it.  No ext3 here, just
> " XFS.
> 
> I believe it's been added recently.  On at least one system, I had to 
> get a newer version of tune2fs.  On the older man page, -j wasn't 
> listed (I presume it wasn't supported, either).

The command he was running was mke2fs not tune2fs.

=

Lonni J. Friedman  [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Cable Modem Speed

2001-12-14 Thread Ian

[EMAIL PROTECTED] wrote:
> 
> Hello All,
> 
> This probably a dumb question, but here goes:
> 
> Do all cable modems run @ 10Base-T or are there some that run @ 100baseTx
> FD? I have a home net of 10/100 NIC card PC's, but jsut noticed that my
> cable modem is only rated @ 10Base-T. Am I wasting the 100 mbps speed since
> my cable modem is only 10BaseT?  My SuSE router PC has 2 NIC, one LNE100TX
> that uses the tulip driver and a rtl8139-based NIC. The LNE100TX is con-
> nected to the cable modem, will run @ 100 mbps, but goes to 10BaseT due to
> the modem. Then rtl8139 connects to the home lan via 10/100 N-WAY switch
> and happily churns along @ 100 mbps.

If you have more than one machine in your network, and they communicate
at 100Mbps, then no, it's not a waste IMHO.  But if you went looking for
100Mbps on purpose, hoping to get a 100Mbps connection through your
cable modem, you'll be disappointed.  I've not heard of any cable
internet provider that runs at even 10Mbps (not saying there are none,
only none that I know of).  Most of the time the best you can hope for
is a few (read 2 - 5) Mbps.

I you really want a 100Mbps pipe, you're gonna hafta cough a lot more a
month than you do for cable internet.
-- 
Linux SxS [http://hal.humberc.on.ca/~mrcn0031/sxs/]
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



RE: RE: [SLE] Cable Modem Speed

2001-12-14 Thread kbb0927

I don't. Just want to be sure I am getting what I paid for. I have
a switch, but I have uplinked a BNC/RJ45 10BaseT hub due to physical
layout of my house. I know, it is suggested to put the cable into
the uplink, then run it to the router PC.

Best Regards,

Keith B.

"Alexey N. Solofnenko" <[EMAIL PROTECTED]> wrote:

>Why do you need more? Maximum speed the modems can do is 6Mb. 10BaseT is
>just enough. If it affects you in any way, install a hardware switch/NAT
>firewall just after the modem.
>
>- Alexey.
>
>  _
>
>< http://trelony.cjb.net/asolofnenko/ > Alexey N. Solofnenko
>< http://www.inventigo.com/   > Inventigo LLC
>Pleasant Hill, CA (GMT-8 usually)
>
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
>Sent: Friday, December 14, 2001 3:38 PM
>To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>Subject: [SLE] Cable Modem Speed
>
>Hello All,
>
>This probably a dumb question, but here goes:
>
>Do all cable modems run @ 10Base-T or are there some that run @
>100baseTx
>FD? I have a home net of 10/100 NIC card PC's, but jsut noticed that my
>cable modem is only rated @ 10Base-T. Am I wasting the 100 mbps speed
>since
>my cable modem is only 10BaseT?  My SuSE router PC has 2 NIC, one
>LNE100TX
>that uses the tulip driver and a rtl8139-based NIC. The LNE100TX is con-
>nected to the cable modem, will run @ 100 mbps, but goes to 10BaseT due
>to
>the modem. Then rtl8139 connects to the home lan via 10/100 N-WAY switch
>and happily churns along @ 100 mbps.
>
>If there are any, any economical recommendations for faster cable modem 
>that will work under Linux?  (I currently have a Toshiba PCX1000
>-nonUSB)
>
>Best Regards,
>
>Keith B.
>
>-- 
>To unsubscribe send e-mail to [EMAIL PROTECTED]
>For additional commands send e-mail to [EMAIL PROTECTED]
>
>Also check the FAQ at http://www.suse.com/support/faq and the
>archives at http://lists.suse.com 
>
>
>
>-- 
>To unsubscribe send e-mail to [EMAIL PROTECTED]
>For additional commands send e-mail to [EMAIL PROTECTED] 
>Also check the FAQ at http://www.suse.com/support/faq and the
>archives at http://lists.suse.com 
>
>
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread David A. Bandel

On Sat, 15 Dec 2001 08:01:51 +1000
Keith Antoine <[EMAIL PROTECTED]> wrote:

> On Saturday 15 December 2001 03:27, Net Llama enunciated:
> 
> > > Yes, I know, but here no fdisk or change to partition tables, just
> > > creting an empty fs - one works, one doesn't.
> >
> > Hrmmm...what's the '-j' switch?  I can't find any reference to it in
the
> > man page.
> 
> Have no idea if this has any bearing, seeing it works on one and not the

> other.
> The -j switch is used by tune2fs to install a journel to the ext2 fs and

> enable it as ext3. I am unsure as i cannot find the switch as applied to
ext2.

and the answer is:
root:~# mke2fs -?
mke2fs 1.25 (20-Sep-2001)
mke2fs: invalid option -- ?
Usage: mke2fs [-c|-t|-l filename] [-b block-size] [-f fragment-size]
[-i bytes-per-inode] [-j] [-J journal-options] [-N
number-of-inodes]
[-m reserved-blocks-percentage] [-o creator-os] [-g
blocks-per-group]
[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]
[-r fs-revision] [-R raid_opts] [-qvSV] device [blocks-count]

the -j option for mke2fs debutted in 1.20.  Caldera has 1.19.

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
-- Nemesis Racing Team motto
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



RE: [SLE] Cable Modem Speed

2001-12-14 Thread Alexey N. Solofnenko

Why do you need more? Maximum speed the modems can do is 6Mb. 10BaseT is
just enough. If it affects you in any way, install a hardware switch/NAT
firewall just after the modem.

- Alexey.

  _

< http://trelony.cjb.net/asolofnenko/ > Alexey N. Solofnenko
< http://www.inventigo.com/   > Inventigo LLC
Pleasant Hill, CA (GMT-8 usually)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Friday, December 14, 2001 3:38 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [SLE] Cable Modem Speed

Hello All,

This probably a dumb question, but here goes:

Do all cable modems run @ 10Base-T or are there some that run @
100baseTx
FD? I have a home net of 10/100 NIC card PC's, but jsut noticed that my
cable modem is only rated @ 10Base-T. Am I wasting the 100 mbps speed
since
my cable modem is only 10BaseT?  My SuSE router PC has 2 NIC, one
LNE100TX
that uses the tulip driver and a rtl8139-based NIC. The LNE100TX is con-
nected to the cable modem, will run @ 100 mbps, but goes to 10BaseT due
to
the modem. Then rtl8139 connects to the home lan via 10/100 N-WAY switch
and happily churns along @ 100 mbps.

If there are any, any economical recommendations for faster cable modem 
that will work under Linux?  (I currently have a Toshiba PCX1000
-nonUSB)

Best Regards,

Keith B.

-- 
To unsubscribe send e-mail to [EMAIL PROTECTED]
For additional commands send e-mail to [EMAIL PROTECTED]

Also check the FAQ at http://www.suse.com/support/faq and the
archives at http://lists.suse.com 


___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Cable Modem Speed

2001-12-14 Thread kbb0927

Hello All,

This probably a dumb question, but here goes:

Do all cable modems run @ 10Base-T or are there some that run @ 100baseTx
FD? I have a home net of 10/100 NIC card PC's, but jsut noticed that my
cable modem is only rated @ 10Base-T. Am I wasting the 100 mbps speed since
my cable modem is only 10BaseT?  My SuSE router PC has 2 NIC, one LNE100TX
that uses the tulip driver and a rtl8139-based NIC. The LNE100TX is con-
nected to the cable modem, will run @ 100 mbps, but goes to 10BaseT due to
the modem. Then rtl8139 connects to the home lan via 10/100 N-WAY switch
and happily churns along @ 100 mbps.

If there are any, any economical recommendations for faster cable modem 
that will work under Linux?  (I currently have a Toshiba PCX1000 -nonUSB)

Best Regards,

Keith B.
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread Keith Antoine

On Saturday 15 December 2001 06:33, Net Llama enunciated:

There was alao another problem with -j switch as I remember, the efsprogs had 
to be updated to at least 1.25 or something, see it inder Documenattion in 
/usr/src/linux. Also 2.4.16 was the first kernel to fully support ext3.

-- 
Keith Antoine aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread Keith Antoine

On Saturday 15 December 2001 04:08, [EMAIL PROTECTED] enunciated:
> Net Llama wrote:
> % --- Collins Richey <[EMAIL PROTECTED]> wrote:
>
> [mondo snippage]
>
> % > Yes, I know, but here no fdisk or change to partition tables, just
> % > creting an empty fs - one works, one doesn't.
> %
> % Hrmmm...what's the '-j' switch?  I can't find any reference to it in the
> % man page.
>
> -j creates a EXT3 journal file on the FS, thus creating an EXT3 FS.
>
> Kurt

Do you not have to call this with tune2fs -j /dev/hdxx ?

-- 
Keith Antoine aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread Keith Antoine

On Saturday 15 December 2001 03:27, Net Llama enunciated:

> > Yes, I know, but here no fdisk or change to partition tables, just
> > creting an empty fs - one works, one doesn't.
>
> Hrmmm...what's the '-j' switch?  I can't find any reference to it in the
> man page.

Have no idea if this has any bearing, seeing it works on one and not the 
other.
The -j switch is used by tune2fs to install a journel to the ext2 fs and 
enable it as ext3. I am unsure as i cannot find the switch as applied to ext2.

-- 
Keith Antoine aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



more new German steps

2001-12-14 Thread Douglas J Hunley

Apache Language negotiation
Apache FrontPage extensions

in German by Herman-Josef Beckers
-- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: http://linux.nf  Admin: http://hunley.homeip.net

panic ("No CPUs found.  System halted.\n");
2.4.3 linux/arch/parisc/kernel/setup.c
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread R. Quenett

from Net Llama:

" --- [EMAIL PROTECTED] wrote:

" > Hrmmm...what's the '-j' switch?  I can't find any reference to it 
" > in the % man page.

man tune2fs?

" > 
" > -j creates a EXT3 journal file on the FS, thus creating an EXT3 FS.
" 
" Ahhh..that would explain why i couldn't find it.  No ext3 here, just
" XFS.

I believe it's been added recently.  On at least one system, I had to 
get a newer version of tune2fs.  On the older man page, -j wasn't 
listed (I presume it wasn't supported, either).

R

-- "He that would make his own liberty secure, must guard even his
enemy from oppression; for if he violates this duty, he establishes
a precedent that will reach to himself." - Thomas Paine
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread Net Llama


--- [EMAIL PROTECTED] wrote:
> Net Llama wrote:
> % --- Collins Richey <[EMAIL PROTECTED]> wrote:
> 
> [mondo snippage]
> 
> % > Yes, I know, but here no fdisk or change to partition tables, just
> % > creting an empty fs - one works, one doesn't.
> % 
> % Hrmmm...what's the '-j' switch?  I can't find any reference to it in
> the
> % man page.
> 
> -j creates a EXT3 journal file on the FS, thus creating an EXT3 FS.

Ahhh..that would explain why i couldn't find it.  No ext3 here, just XFS.

=

Lonni J. Friedman  [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread kwall

Net Llama wrote:
% --- Collins Richey <[EMAIL PROTECTED]> wrote:

[mondo snippage]

% > Yes, I know, but here no fdisk or change to partition tables, just
% > creting an empty fs - one works, one doesn't.
% 
% Hrmmm...what's the '-j' switch?  I can't find any reference to it in the
% man page.

-j creates a EXT3 journal file on the FS, thus creating an EXT3 FS.

Kurt
-- 
The light at the end of the tunnel is the headlight of an approaching
train.
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: USB Zip drive on RH 7.2 [entire lsmod output this time!!]

2001-12-14 Thread Michael Scottaline

Output of lsmod:  (complete this time 

nls_iso8859-1
nls_cp437
sd_mod
vfat
fat
usb-storage
sr_mod
i810_audio
ac97_codec
soundcore
i810
agpgart
binfmt_misc
ds
yenta_socket
pcmcia_core
autofs
eepro100
appletalk
ipx
ide-scsi
scsi_mod
ide-cd
cdrom
usb-uhci
usbcore
ext3
jbd


On Fri, 14 Dec 2001 18:16:22 +0100
"Mike Andrew" <[EMAIL PROTECTED]> wrote:

> 
> - Oorspronkelijk bericht -
> Van: "Michael Scottaline" <[EMAIL PROTECTED]>
> 
> > shutdown that I notice a difficulty.  BTW, the device will not work if
> > connected at boot-up.  It must be connected (or unplugged and
> > re-connected) following boot up to work.
> 
> would you mind posting output of lsmod please, the OS you are using
(SuSE
> eg) and the trailing lines of /etc/rc.local
> 
> thanks.
> 
> 
> 
> 
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> ___
> Linux-users mailing list
> Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users
> 


-- 
"The great question... which I have not been able to answer... is, `What
does woman want?'"
-- Sigmund Freud

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: ping - ignore

2001-12-14 Thread David A. Bandel

On Fri, 14 Dec 2001 04:16:23 -0700
Collins Richey <[EMAIL PROTECTED]> wrote:

> On Thu, 13 Dec 2001 23:48:26 -0700 Myles Green
> <[EMAIL PROTECTED]> wrote:
> 
> > On Fri, 14 Dec 2001 00:36:42 -0500
> > [EMAIL PROTECTED] wrote:
> > 
> > > I hate sendmail.
> > 
> > me too ;)
> > 
> 
> Nobody in this group can ignore!  Sendmail is a principal reason why
> linux will never appeal to the masses.

This is a good example of a daemon 99.9% of Linux users should never use. 
My two MX boxes run sendmail.  No other system does (and shouldn't).  If
you don't have an MX address pointing to the box, it shouldn't be running
a mail server.

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
-- Nemesis Racing Team motto
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: USB Zip drive on RH 7.2

2001-12-14 Thread Michael Scottaline

On Fri, 14 Dec 2001 18:16:22 +0100
"Mike Andrew" <[EMAIL PROTECTED]> wrote:

>
> would you mind posting output of lsmod please, the OS you are using
(SuSE
> eg) and the trailing lines of /etc/rc.local
===
Damn!!  I left off the last few lines of lsmod in previous message:

scsi_mod
ide-cd
cdrom
usb-uhci
usbcore
ext3
jbd

Mike
-- 
"The great question... which I have not been able to answer... is, `What
does woman want?'"
-- Sigmund Freud

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: USB Zip drive on RH 7.2

2001-12-14 Thread Michael Scottaline

On Fri, 14 Dec 2001 18:16:22 +0100
"Mike Andrew" <[EMAIL PROTECTED]> wrote:

> 
> - Oorspronkelijk bericht -
> Van: "Michael Scottaline" <[EMAIL PROTECTED]>
> 
> > shutdown that I notice a difficulty.  BTW, the device will not work if
> > connected at boot-up.  It must be connected (or unplugged and
> > re-connected) following boot up to work.
> 
> would you mind posting output of lsmod please, the OS you are using
(SuSE
> eg) and the trailing lines of /etc/rc.local
> 
> thanks.
=
The only uncommented line in /etc/rc.local is:

touch /var/lock/subsys/local

lsmod's output:

nls_iso8859-1
nls_cp437
sd_mod
vfat
fat
usb-storage
sr_mod
i810_audio
ac97_codec
soundcore
i810
agpgart
binfmt_misc
ds
yenta_socket
pcmcia_core
autofs
eepro100
appletalk
ipx
ide-scsi

My OS is Red Hat 7.2 (subject line ;-) )

Thanks for any help you ca offer, Mike!
Mike

-- 
"The great question... which I have not been able to answer... is, `What
does woman want?'"
-- Sigmund Freud

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: USB Zip drive on RH 7.2

2001-12-14 Thread Mike Andrew


- Oorspronkelijk bericht -
Van: "Michael Scottaline" <[EMAIL PROTECTED]>

> shutdown that I notice a difficulty.  BTW, the device will not work if
> connected at boot-up.  It must be connected (or unplugged and
> re-connected) following boot up to work.

would you mind posting output of lsmod please, the OS you are using (SuSE
eg) and the trailing lines of /etc/rc.local

thanks.




_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread Net Llama

--- Collins Richey <[EMAIL PROTECTED]> wrote:
> On Thu, 13 Dec 2001 22:26:32 -0800 (PST) Net Llama <[EMAIL PROTECTED]>
> wrote:
> > --- Collins Richey <[EMAIL PROTECTED]> wrote:
> > > Prior to making major updates to my system, I always clone my
> > running
> > > system to a spare partition and verify that it boots and runs. 
> > Most
> > > of the time this goes without a hitch, but occasionally I have
> > > difficulty reformatting the spare partitions.  I wonder if anyone
> > > knows why.
> > > 
> > > Here''s the setup (my disk controllers are reversed hda&b are
> > cdrom,
> > > hdc&d are disk
> > >   /dev/hdd9   current boot partition (ext3)
> > >   /dev/hdd10  current / partition (ext3) ca. 4.4gig
> > >   /dev/hdd7   spare boot partition
> > >   /dev/hdd8   spare /partition ca. 4.3 gig
> > >   other bootable partitions on /dev/hdc
> > > 
> > > I start out by formatting the spares
> > >   mke2fs -j /dev/hdd8 no problem
> > >   mke2fs -j /dev/hdd7 fails writing superblock (something about a
> > short
> > > write)
> > >   much screwing around including badblock tests on hdd7 (aok)
> > >   all attempts fail
> > >   reboot and the problem disappears - hdd7 formats ok
> > >   clone completed and hdd7/8 made bootable (fstab altered, lilo
> > > updated)
> > >   new clone boots and runs ok
> > > 
> > > Any clue why sometimes I can't remake a fs over the top of an
> > existing
> > > one?
> > 
> > Most often, you need to perform a reboot when making changes to
> > partition tables.  I believe that fdisk even warns you of this.
> > 
> 
> Yes, I know, but here no fdisk or change to partition tables, just
> creting an empty fs - one works, one doesn't.

Hrmmm...what's the '-j' switch?  I can't find any reference to it in the
man page.

=

Lonni J. Friedman  [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



RE: Deception Toolkit

2001-12-14 Thread Tom Wilson

I got there A-ok myself as well.  

--
Tom Wilson

Federico Voges wrote:
> Hi,
> 
> Yes, it's ok.
> 
> On Fri, 14 Dec 2001 08:17:42 -0600, Schmeits, Roger wrote:
>
> >>The Deception Toolkit
> >>http://www.all.net/dtk/
> >
> >Is your url right? It goes nowhere.

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



RE: Deception Toolkit

2001-12-14 Thread Federico Voges

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Yes, it's ok.

On Fri, 14 Dec 2001 08:17:42 -0600, Schmeits, Roger wrote:

>
>>The Deception Toolkit
>>http://www.all.net/dtk/
>
>Is your url right? It goes nowhere.
>
>___
>Linux-users mailing list
>Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Federico Voges
Socio gerente

Intrasoft
Malabia 2137 14 A
(1425) Buenos Aires
Argentina

Te/Fax: 54-11-4833-5182
e-mail: [EMAIL PROTECTED]
Web: http://www.intrasoft.com.ar

PGP Public Key Fingerprint: A536 4595 EB6F D197  FBC1 5C3A 145C 2516

-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its 
affiliated companies.

iQA/AwUBPBoueRRcJRaVKt4XEQIlEgCfRals6ZHHa+zQtIw5yaa0YZHe0joAoKnC
Sf4DD4QQ4R/EMsWlA5CBxlfe
=SrQ1
-END PGP SIGNATURE-


___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Linux Dial-up Server

2001-12-14 Thread Matthew Carpenter

I am interested in what people are using for Linux dial-up servers these days.  I have 
a mid-sized company interested in providing dialup for their users and I need to put 
together a proposal soon.  Rather than investigate all the options, I thought I'd ask 
people who do it already.

Thanks!

-- 
Matthew Carpenter 
CNI, CNE, CCNA, MCP, J2CP, WP
[EMAIL PROTECTED]  http://www.e-i-s.cc/

Enterprise Information Systems
*Network Consulting, Integration & Support
*Web Development and E-Business
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Reiserfs-NFS

2001-12-14 Thread Michael W. Holdeman

I am currently configureing a new (old) file/application server on my lan. 
(This to finally get my firewall/masq machine totally isolated from the file 
server)
Does anyone know if the latest releases of Reiser will work as NFS exports? 
All my workstations are now using it and it seems to be working flawlessly 
for me anyway.

Mike
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: CAL_UP.SH and Douglas

2001-12-14 Thread Douglas J Hunley

Chris Kassopulo babbled on about:
> I have it if you need it.

please bounce it to my address below. thanks
-- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: http://linux.nf  Admin: http://hunley.homeip.net

"Reality is a crutch for people who can't handle drugs."
-- Lily Tomlin
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: CAL_UP.SH and Douglas

2001-12-14 Thread Chris Kassopulo

On Thu, 13 Dec 2001 13:07:53 -0500
Douglas J Hunley <[EMAIL PROTECTED]> wrote:

> Matthew Carpenter babbled on about:
> > Hey!  Doug!  What ever happened to cal_up.sh?  The freshmeat pointer points
> > to broken links.  I still rely on that little puppy.
> 
> freshmeat isn't supposed to point to it anymore. it's gone. I lost it during 
> that ridiculous hardware crash a while back... hope you still have a copy 
> somewhere (if so, send me one)
> -- 

I have it if you need it.

-- 
Chris Kassopulo _/\_ Linux User #199893 _/\_ Vector Linux

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



broadcast2000 troubles, adsl help

2001-12-14 Thread Steve Thompson - UG

Hello all,

been a long time since i've been on the list. had to unsubscribe so
i wouldn't get fired at work

i have a few questions.  i recently got dsl!!! yippy   it is working
great. the zyxel modem that earthlink sent also
assigns ip addresses, so i got my 2 machines going thru it with a hub,
instead of making a router/hub out of my linux box. the problem is, when
i'm on the net
i lose the connection after about a minute of no traffic. how can i
increase this timeout to a half hour or so.

i recently perchased suse 7.3 pro and loaded it on, everything was
working good, TILL i did an online update. i also changed the security
setting from custom to workstation. i have now changed them back as it
locked some programs and such that i didn't want locked. anyway, i
use broadcast2000 for audio editing for my church, and since i have done
the security change (even tho i changed it back) and online update, i
can't use the program anymore. i have tried to reload it, no worky. so i
logged in as root and it works fine, so i checked permissions and even
copied the bcast.rc file from the hidden dir to my users hidden dir to
no avail. it still locks up the program as soon as i try to play a wav
file. how do i get this program to work for the user again?

next question,.  when i log off kde, the mouse freezes in the middle
of the screen, if i do a ctrl-alt-backspace to restart x, it works fine
again till the next time i log off. any ideas on a fix?

thanks alot everyone,
steve thompson

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



RE: Deception Toolkit

2001-12-14 Thread Schmeits, Roger


>The Deception Toolkit
>http://www.all.net/dtk/

Is your url right? It goes nowhere.

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



OL 3.1 Svr Prob w/Apache/Samba

2001-12-14 Thread Robert . Thompson

I have loaded OL3.1 Server and did an on-line update. I'm trying to get
Samba and Apache configured and working.

First The network: I have a Linksys BFSR11 router between my computers and
my cable modem. I have set-up ip addresses for my internal net as
192.168All computers are DHCP except my linux web server box which I
have set-up as static. I set it up as static so I can configure my router
to forward port 21 and 80 requests to my linux web server box. I do not
have a DNS server. Everything is peer-to-peer.

I had Apache and Samba working fine about three days ago and then I had to
rearrange some partitions and as a result I had to reload OL3.1. Now I
can't get it working ;-( The one thing I'm sure that I did different is the
online update.


Apache: I tried to start Apache and I get the following message. I did a
search on SxS and haven't found anything referencing "vhosts". Does anyone
know what it's wanting here. I'm guessing it has to do with configuration
of virtual hosts which I didn't configure any???

Failed to start apache :

Starting httpd services:  httpdProcessing config directory:
/etc/httpd/modules/*.conf
 Processing config file: /etc/httpd/modules/00mod_backhand.conf
 Processing config file: /etc/httpd/modules/mod_dav.conf
 Processing config file: /etc/httpd/modules/mod_jk.conf
 Processing config file: /etc/httpd/modules/mod_log_spread.conf
 Processing config file: /etc/httpd/modules/mod_perl.conf
 Processing config file: /etc/httpd/modules/mod_php4.conf
 Processing config file: /etc/httpd/modules/mod_php4_horde.conf
 Processing config file: /etc/httpd/modules/mod_php4_horde_imp.conf
 Processing config file: /etc/httpd/modules/mod_roaming.conf
 Processing config file: /etc/httpd/modules/mod_ssl.conf
Processing config directory: /etc/httpd/vhosts/*.conf

Samba: I used webmin to setup Samba shares, the home directory shares as
well as a custom share. I've used webmin, command line  and Swat to try to
start the Samba server. None seem to work. I configured samba users to be
sync'd with unix.

I've used webmin to set both apache and samba to start at boot-up.

When I use my windoz box to try to connect to my samba shares, I don't see
my linux box in the neighborhood network. This is typical, so I search for
it using the static ip address. This has worked for me in the past (COL 2.3
server) but this time it seems that my linux box is in stealth mode.

I probably have multiple problems here, possibly with my network interface.
Anybody got any ideas on where to start?

Thanks in advance!


Robert Thompson
Gulfstream Completion Center Engineering
[EMAIL PROTECTED]

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: ping - ignore

2001-12-14 Thread kwall

Myles Green wrote:
% On Fri, 14 Dec 2001 00:36:42 -0500
% [EMAIL PROTECTED] wrote:
% 
% > I hate sendmail.
% 
% me too ;)

To be more precise, I hate sendmail.cf.

Kurt
-- 
Westheimer's Discovery:
A couple of months in the laboratory can frequently save a
couple of hours in the library.
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



hey collins (richey)

2001-12-14 Thread DOUGLAS HUNLEY

could we convince you to update your excellent new 'kernel pre patches' page to 
include information about the pre patches now being cumulative? no big rush. I just 
know this particular kind of information is going to get referred to often and you did 
such a good job with the first submission...
thanks man!

--
Douglas J. Hunley
Unix/Linux Admin
http://linux.nf

Down the wire, off the router,
through the firewall, nothing 
but 'Net...

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



new German steps (12/14)

2001-12-14 Thread Douglas J Hunley

htaccess is now in proper German thanks to Herman-Josef Beckers
-- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: http://linux.nf  Admin: http://hunley.homeip.net

"Nothing is wrong with California that a rise in the ocean level 
wouldn't cure."
-- Ross MacDonald
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: ping - ignore

2001-12-14 Thread Chang

no. to be exact, it's the CLI - command-line interface.
these days, everyone wants to be lazy and easy. Keyboard is very
intimidating for most people.

anyway, I planned to conquer the sendmail daemon without using m4... :)

> Nobody in this group can ignore!  Sendmail is a principal reason why
> linux will never appeal to the masses.
-- 
The pivotal point is the "second chance", judged by another set of
criteria. In Linux We Trust -- http://linux.nf

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: ping - ignore

2001-12-14 Thread Collins Richey

On Thu, 13 Dec 2001 23:48:26 -0700 Myles Green
<[EMAIL PROTECTED]> wrote:

> On Fri, 14 Dec 2001 00:36:42 -0500
> [EMAIL PROTECTED] wrote:
> 
> > I hate sendmail.
> 
> me too ;)
> 

Nobody in this group can ignore!  Sendmail is a principal reason why
linux will never appeal to the masses.
-- 
Collins Richey
Denver Area - 12DEC2001 - WWTLRD?
gentoo_rc6 k2.4.17-pre8+ext3+xfce+sylpheed+galeon
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: mystery with mke2fs -j

2001-12-14 Thread Collins Richey

On Thu, 13 Dec 2001 22:26:32 -0800 (PST) Net Llama <[EMAIL PROTECTED]>
wrote:

> --- Collins Richey <[EMAIL PROTECTED]> wrote:
> > Prior to making major updates to my system, I always clone my
> running
> > system to a spare partition and verify that it boots and runs. 
> Most
> > of the time this goes without a hitch, but occasionally I have
> > difficulty reformatting the spare partitions.  I wonder if anyone
> > knows why.
> > 
> > Here''s the setup (my disk controllers are reversed hda&b are
> cdrom,
> > hdc&d are disk
> > /dev/hdd9   current boot partition (ext3)
> > /dev/hdd10  current / partition (ext3) ca. 4.4gig
> > /dev/hdd7   spare boot partition
> > /dev/hdd8   spare /partition ca. 4.3 gig
> > other bootable partitions on /dev/hdc
> > 
> > I start out by formatting the spares
> > mke2fs -j /dev/hdd8 no problem
> > mke2fs -j /dev/hdd7 fails writing superblock (something about a
> short
> > write)
> > much screwing around including badblock tests on hdd7 (aok)
> > all attempts fail
> > reboot and the problem disappears - hdd7 formats ok
> > clone completed and hdd7/8 made bootable (fstab altered, lilo
> > updated)
> > new clone boots and runs ok
> > 
> > Any clue why sometimes I can't remake a fs over the top of an
> existing
> > one?
> 
> Most often, you need to perform a reboot when making changes to
> partition tables.  I believe that fdisk even warns you of this.
> 

Yes, I know, but here no fdisk or change to partition tables, just
creting an empty fs - one works, one doesn't.


-- 
Collins Richey
Denver Area - 12DEC2001 - WWTLRD?
gentoo_rc6 k2.4.17-pre8+ext3+xfce+sylpheed+galeon
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Fwd: Re: Luggable 'Downgrade' problem

2001-12-14 Thread Declan Moriarty

Well, I tried an e-mail to Tom Oehser, author of the tomsrtbt distro re my 
downgrade not running linux. He sent this back to me.


--  Forwarded Message  --
Subject: Re: Luggable 'Downgrade' problem
Date: Thu, 13 Dec 2001 13:32:17 -0500 (EST)
From: "Tom Oehser" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>


It requires 8MB.  The kernel already has the math emulation, that isn't the
problem.  The problem is that it runs in ramdisks and uses bzip2 which also
needs a lot of memory.  You should just get an old slackware installable
from floppies and install it to the hard drive. -Tom

-- 
Regards,


Declan Moriarty




Applied Researches - Ireland's Foremost Electronic Hardware Genius

A Slightly Serious(TM) Company

Experience is like a comb, 
that Life gives you - AFTER all your hair has fallen out!
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users