kernel 2.4.15(2.4.5) is out

2001-11-23 Thread Avishay Aton




kernel 2.4.15(2.4.5) is out


Re: NFSS and time problem

2001-11-22 Thread Avishay Aton

Which server/client do you except linux ?
- Original Message -
From: "Alon Altman" <[EMAIL PROTECTED]>
To: "Linux-IL" <[EMAIL PROTECTED]>
Sent: Friday, November 23, 2001 6:58 AM
Subject: NFSS and time problem


> Hi,
>   I have two problems in my home network, and I'm not sure if they're
related.
> I have a client PC which mounts /home as an NFS share on the server. Once
in
> a while, all access to the mounted directory is stalled and the following
> data is transferred on the network:
>
> 06:45:23.270071 192.168.1.2.1402759134 > 192.168.1.1.2049: 100 null (DF)
> 06:45:23.271049 192.168.1.1.2049 > 192.168.1.2.1402759134: reply ok 24
null (DF)
> 06:45:23.271105 192.168.1.2.1302095838 > 192.168.1.1.2049: 1100 write fh
96,1/197709 960 bytes @ 0x04019e000 (DF)
> 06:45:24.670061 192.168.1.2.1302095838 > 192.168.1.1.2049: 1100 write fh
96,1/197709 960 bytes @ 0x04019e000 (DF)
> 06:45:27.470062 192.168.1.2.1302095838 > 192.168.1.1.2049: 1100 write fh
96,1/197709 960 bytes @ 0x04019e000 (DF)
> 06:45:33.070065 192.168.1.2.1302095838 > 192.168.1.1.2049: 1100 write fh
96,1/197709 960 bytes @ 0x04019e000 (DF)
> 06:45:44.270083 192.168.1.2.1419536350 > 192.168.1.1.2049: 100 null (DF)
> 06:45:44.270563 192.168.1.1.2049 > 192.168.1.2.1419536350: reply ok 24
null (DF)
> 06:45:44.270619 192.168.1.2.1302095838 > 192.168.1.1.2049: 1100 write fh
96,1/197709 960 bytes @ 0x04019e000 (DF)
> 06:45:47.070068 192.168.1.2.1302095838 > 192.168.1.1.2049: 1100 write fh
96,1/197709 960 bytes @ 0x04019e000 (DF)
> 06:45:52.670060 192.168.1.2.1302095838 > 192.168.1.1.2049: 1100 write fh
96,1/197709 960 bytes @ 0x04019e000 (DF)
> 06:46:03.870068 192.168.1.2.1302095838 > 192.168.1.1.2049: 1100 write fh
96,1/197709 960 bytes @ 0x04019e000 (DF)
> 06:46:04.115689 192.168.1.1.2049 > 192.168.1.2.1302095838: reply ok 136
write [|nfs] (DF)
>
>   This cannot be a physical link problem, as other packets get transferred
> correctly on the same link. When this happens, it's always with NFS V3
WRITE
> calls. Any ideas?
>
>   A second, probably unrealted problem I'm having is that the system clock
> on the client machine tends to 'jump' two hours forward, while remaining
in
> the correct timezone (IST). I'm not sure if this happens only on boot or
> also on a running system.
>
>   I'm running MDK8.1.
>
>   Alon
>
> --
> This message was sent by Alon Altman ([EMAIL PROTECTED]) ICQ:1366540
> The RIGHT way to contact me is by e-mail. I am otherwise nonexistent :)
> --
> "jackpot:  you may have an unneccessary change record"
> -- message from "diff"
>
>
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
>


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Avishay Aton

sure,i will send  detailed howto for freebsd in a week,
for openbsd , it will take 2 weeks.
Thanks
Avishay


- Original Message -
From: "Dani Arbel" <[EMAIL PROTECTED]>
To: "Avishay Aton" <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 10:02 PM
Subject: Re: Linux(2.4.x) and masqeurating


> Avishai,
> If you have ADSL running on FreeBSD, it would be nice if you send us the
> relevant info so we can add suport to it in our Linux ADSL howto.
> Thanks,
> Dani
>
> On Fri, 16 Nov 2001, Avishay Aton wrote:
>
> > GREAT,this was the problem. i have inserted the following rule in
FORWARD
> > chain
> > nad it works..
> > iptables -I FORWARD -p tcp --tcp-flags SYN,RST,SYN -j
> > TCPMSS --clamp-mss-to-pmtu
> >
> > all i have to do is changing  tcpmss in ipfilter on FreeBSD.
> >
> > Thanks
> > - Original Message -
> > From: "Dani Arbel" <[EMAIL PROTECTED]>
> > To: "Avishay Aton" <[EMAIL PROTECTED]>
> > Sent: Friday, November 16, 2001 9:44 PM
> > Subject: Re: Linux(2.4.x) and masqeurating
> >
> >
> > > Avishai,
> > > You are probably a victim of blackholing. go to:
> > > http://damyen.technion.ac.il/~dani/
> > > read about the ADsL MTU issu , and see in the iptables example there
the
> > > line with tcp_mss that you should add to your script.
> > > Dani
> > >
> > > On Fri, 16 Nov 2001, Avishay Aton wrote:
> > >
> > > > I didn't enable ECN on my last kernel compilation(2.4.14)
> > > > My configuration:
> > > > uname -a
> > > > Linux rasta 2.4.14-ext3 #1 Fri Nov 16 19:35:20 IST 2001 i686 unknown
> > > >
> > > >
> > > > [root@rasta root]# ifconfig
> > > > eth0  Link encap:Ethernet  HWaddr 00:50:DA:1C:76:6B
> > > >   inet addr:10.0.0.140  Bcast:10.255.255.255  Mask:255.0.0.0
> > > >   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> > > >   RX packets:702 errors:1 dropped:0 overruns:0 frame:2
> > > >   TX packets:1001 errors:0 dropped:0 overruns:0 carrier:0
> > > >   collisions:2 txqueuelen:100
> > > >   RX bytes:149791 (146.2 Kb)  TX bytes:121058 (118.2 Kb)
> > > >   Interrupt:9 Base address:0x1400
> > > >
> > > > eth1  Link encap:Ethernet  HWaddr 00:A0:C9:B0:0D:43
> > > >   inet addr:10.0.0.141  Bcast:10.255.255.255  Mask:255.0.0.0
> > > >   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> > > >   RX packets:90 errors:0 dropped:0 overruns:0 frame:0
> > > >   TX packets:51 errors:0 dropped:0 overruns:0 carrier:0
> > > >   collisions:0 txqueuelen:100
> > > >   RX bytes:10178 (9.9 Kb)  TX bytes:3007 (2.9 Kb)
> > > >   Interrupt:10
> > > >
> > > > loLink encap:Local Loopback
> > > >   inet addr:127.0.0.1  Mask:255.0.0.0
> > > >   UP LOOPBACK RUNNING  MTU:16436  Metric:1
> > > >   RX packets:37 errors:0 dropped:0 overruns:0 frame:0
> > > >   TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
> > > >   collisions:0 txqueuelen:0
> > > >   RX bytes:2176 (2.1 Kb)  TX bytes:2176 (2.1 Kb)
> > > >
> > > > ppp0  Link encap:Point-to-Point Protocol
> > > >   inet addr:212.143.40.233  P-t-P:212.143.32.1
> > Mask:255.255.255.255
> > > >   UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1452  Metric:1
> > > >   RX packets:198 errors:0 dropped:0 overruns:0 frame:0
> > > >   TX packets:205 errors:0 dropped:0 overruns:0 carrier:0
> > > >   collisions:0 txqueuelen:3
> > > >   RX bytes:90908 (88.7 Kb)  TX bytes:26131 (25.5 Kb)
> > > >
> > > >
> > > >
> > > > and Finally my rules
> > > >
> > > >
> > > > [root@rasta root]# cat fw.rules
> > > > #!/bin/sh
> > > > ## open up pptp connection
> > > > echo "Connecting to the net"
> > > > /usr/bin/pptp 10.0.0.138
> > > > sleep 3
> > > > if ifconfig | grep -q "ppp"
> > > > then
> > > > echo "looking good,now let's secure our connection!"
> > > >
> > > > ## initialize iptables
> > > > echo "Firewall initialization"
> > > >
> > > > m

Fw: Linux(2.4.x) and masqeurating

2001-11-16 Thread Avishay Aton


- Original Message -
From: "Avishay Aton" <[EMAIL PROTECTED]>
To: "Dani Arbel" <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 9:58 PM
Subject: Re: Linux(2.4.x) and masqeurating


> GREAT,this was the problem. i have inserted the following rule in FORWARD
> chain
> nad it works..
> iptables -I FORWARD -p tcp --tcp-flags SYN,RST,SYN -j
> TCPMSS --clamp-mss-to-pmtu
>
> all i have to do is changing  tcpmss in ipfilter on FreeBSD.
>
> Thanks
> - Original Message -
> From: "Dani Arbel" <[EMAIL PROTECTED]>
> To: "Avishay Aton" <[EMAIL PROTECTED]>
> Sent: Friday, November 16, 2001 9:44 PM
> Subject: Re: Linux(2.4.x) and masqeurating
>
>
> > Avishai,
> > You are probably a victim of blackholing. go to:
> > http://damyen.technion.ac.il/~dani/
> > read about the ADsL MTU issu , and see in the iptables example there the
> > line with tcp_mss that you should add to your script.
> > Dani
> >
> > On Fri, 16 Nov 2001, Avishay Aton wrote:
> >
> > > I didn't enable ECN on my last kernel compilation(2.4.14)
> > > My configuration:
> > > uname -a
> > > Linux rasta 2.4.14-ext3 #1 Fri Nov 16 19:35:20 IST 2001 i686 unknown
> > >
> > >
> > > [root@rasta root]# ifconfig
> > > eth0  Link encap:Ethernet  HWaddr 00:50:DA:1C:76:6B
> > >   inet addr:10.0.0.140  Bcast:10.255.255.255  Mask:255.0.0.0
> > >   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> > >   RX packets:702 errors:1 dropped:0 overruns:0 frame:2
> > >   TX packets:1001 errors:0 dropped:0 overruns:0 carrier:0
> > >   collisions:2 txqueuelen:100
> > >   RX bytes:149791 (146.2 Kb)  TX bytes:121058 (118.2 Kb)
> > >   Interrupt:9 Base address:0x1400
> > >
> > > eth1  Link encap:Ethernet  HWaddr 00:A0:C9:B0:0D:43
> > >   inet addr:10.0.0.141  Bcast:10.255.255.255  Mask:255.0.0.0
> > >   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> > >   RX packets:90 errors:0 dropped:0 overruns:0 frame:0
> > >   TX packets:51 errors:0 dropped:0 overruns:0 carrier:0
> > >   collisions:0 txqueuelen:100
> > >   RX bytes:10178 (9.9 Kb)  TX bytes:3007 (2.9 Kb)
> > >   Interrupt:10
> > >
> > > loLink encap:Local Loopback
> > >   inet addr:127.0.0.1  Mask:255.0.0.0
> > >   UP LOOPBACK RUNNING  MTU:16436  Metric:1
> > >   RX packets:37 errors:0 dropped:0 overruns:0 frame:0
> > >   TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
> > >   collisions:0 txqueuelen:0
> > >   RX bytes:2176 (2.1 Kb)  TX bytes:2176 (2.1 Kb)
> > >
> > > ppp0  Link encap:Point-to-Point Protocol
> > >   inet addr:212.143.40.233  P-t-P:212.143.32.1
> Mask:255.255.255.255
> > >   UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1452  Metric:1
> > >   RX packets:198 errors:0 dropped:0 overruns:0 frame:0
> > >   TX packets:205 errors:0 dropped:0 overruns:0 carrier:0
> > >   collisions:0 txqueuelen:3
> > >   RX bytes:90908 (88.7 Kb)  TX bytes:26131 (25.5 Kb)
> > >
> > >
> > >
> > > and Finally my rules
> > >
> > >
> > > [root@rasta root]# cat fw.rules
> > > #!/bin/sh
> > > ## open up pptp connection
> > > echo "Connecting to the net"
> > > /usr/bin/pptp 10.0.0.138
> > > sleep 3
> > > if ifconfig | grep -q "ppp"
> > > then
> > > echo "looking good,now let's secure our connection!"
> > >
> > > ## initialize iptables
> > > echo "Firewall initialization"
> > >
> > > modprobe  ipt_state || exit 1
> > > modprobe iptable_nat || exit 1
> > > modprobe ip_conntrack_ftp || exit 1
> > > modprobe ipt_LOG || exit 1
> > >
> > >
> > > iptables -N block
> > > iptables -A block -m state --state ESTABLISHED,RELATED -j ACCEPT
> > > iptables -A block -m state --state NEW -i ! ppp0 -j ACCEPT
> > > iptables -A block -j DROP
> > > iptables -A INPUT -j block
> > > iptables -A FORWARD -j block
> > >
> > > echo "Now for NAT - only MASQUERDAING!!"
> > > iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
> > > echo "iptables is up `date`"
> > >
> > > The end
> > > Than

Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Avishay Aton

my connection is with mtu=1452 and mtu=1452
no errors and packet drops with my ifconfig -i.
Avishay

- Original Message -
From: "Sagi Bashari" <[EMAIL PROTECTED]>
To: "Avishay Aton" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 9:17 PM
Subject: Re: Linux(2.4.x) and masqeurating


> Hi Avishay,
>
> Have you tried to reduce the MTU on the internal hosts to 1452? (see the
> bottom of the adsl howto if you don't know how).
>
> If you're using netfilter you can just use: 'iptables -A FORWARD -p tcp
> --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu' instead.
>
> Sagi
>
>
> On Friday 16 November 2001 21:03, Avishay Aton wrote:
> > sure,everything works great from the router(linux/freebsd - i switch
> > between them)
> > but from the Lan , i can't get some sites(linuxtoday.com ,
> > alcatel.com.)
> > from snort ouput i can see the first stage of the connection(3 hand
> > shaking) - Original Message -
> > From: "Matan Ziv-Av" <[EMAIL PROTECTED]>
> > To: "Avishay Aton" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Friday, November 16, 2001 8:32 PM
> > Subject: Re: Linux(2.4.x) and masqeurating
> >
> > > On Fri, 16 Nov 2001, Avishay Aton wrote:
> > > > Hi,
> > > > i connect to the net with pptp + adsl, and i use nat on my linux
> >
> > box(2.4.x) for other computers on
> >
> > > > my private network.
> > > > My nat rule is simple one:
> > > >
> > > > modprobe iptable_nat
> > > > modprobe ip_conntrack_ftp
> > > > iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
> > > >
> > > >
> > > > I can get most of the sites , but for example www.linuxtoday.com
dosn't
> >
> > work for me.
> >
> > > Does it work from the router itself?
> > > If not, it sounds like ECN problem.
> > >
> > >
> > > --
> > > Matan Ziv-Av. [EMAIL PROTECTED]
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
>
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
>


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Avishay Aton

I didn't enable ECN in the kernel from the first place(because of past
reports of problem
with this feature)

- Original Message -
From: "Matan Ziv-Av" <[EMAIL PROTECTED]>
To: "Avishay Aton" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 8:32 PM
Subject: Re: Linux(2.4.x) and masqeurating


> On Fri, 16 Nov 2001, Avishay Aton wrote:
>
> > Hi,
> > i connect to the net with pptp + adsl, and i use nat on my linux
box(2.4.x) for other computers on
> > my private network.
> > My nat rule is simple one:
> >
> > modprobe iptable_nat
> > modprobe ip_conntrack_ftp
> > iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
> >
> >
> > I can get most of the sites , but for example www.linuxtoday.com dosn't
work for me.
>
> Does it work from the router itself?
> If not, it sounds like ECN problem.
>
>
> --
> Matan Ziv-Av. [EMAIL PROTECTED]
>
>
>


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Avishay Aton

sure,everything works great from the router(linux/freebsd - i switch between
them)
but from the Lan , i can't get some sites(linuxtoday.com ,
alcatel.com.)
from snort ouput i can see the first stage of the connection(3 hand shaking)
- Original Message -
From: "Matan Ziv-Av" <[EMAIL PROTECTED]>
To: "Avishay Aton" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 8:32 PM
Subject: Re: Linux(2.4.x) and masqeurating


> On Fri, 16 Nov 2001, Avishay Aton wrote:
>
> > Hi,
> > i connect to the net with pptp + adsl, and i use nat on my linux
box(2.4.x) for other computers on
> > my private network.
> > My nat rule is simple one:
> >
> > modprobe iptable_nat
> > modprobe ip_conntrack_ftp
> > iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
> >
> >
> > I can get most of the sites , but for example www.linuxtoday.com dosn't
work for me.
>
> Does it work from the router itself?
> If not, it sounds like ECN problem.
>
>
> --
> Matan Ziv-Av. [EMAIL PROTECTED]
>
>
>


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Bezeq's ADSL and FreeBSD

2001-11-16 Thread Avishay Aton

You can choose whatever you want(ppp-user or ppp-kernel)
just change the "PPPd_BINARY=" in the Makefile to what ever ppp you want to
use.
Also for nat,use ipfilter(a great packet filtering for BSD'S).to enable nat
, just create new
/etc/ipnat.rules
and put this in:
map tun0 10.0.0.0/8 -> 0/32 portmap tcp/udp 2:3

then invoke ipnat -CF -f /etc/inpnat.rules
of course,make sure that ipfilter is compiled to the kernel
Cheers
Avishay

- Original Message -
From: "Nimrod Mesika" <[EMAIL PROTECTED]>
To: "Avishay Aton" <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 4:58 PM
Subject: Re: Bezeq's ADSL and FreeBSD


> Thanks!
>
> Just wanted to make sure before I order the service.
>
> By the way, pptp seems to be running pppd and I'm kind of used to
> user-ppp (never did get the kernel ppp to work with my ISDN
> line).. Does that mean I have to enable kernel ppp support?
>
> On Fri, Nov 16, 2001 at 04:49:51PM +0200, Avishay Aton wrote:
> > sure,just take mulix pptp tar
> > and use it instead of the pptp tar in the ports collection.(put it in
> > /usr/ports/distfiles)
> > go to /usr/ports/net/pptp , make install clean
>
> --
> Nimrod.
>
>
>


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Bezeq's ADSL and FreeBSD

2001-11-16 Thread Avishay Aton

sure,just take mulix pptp tar
and use it instead of the pptp tar in the ports collection.(put it in
/usr/ports/distfiles)
go to /usr/ports/net/pptp , make install clean

- Original Message - 
From: "Nimrod Mesika" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 4:29 PM
Subject: Bezeq's ADSL and FreeBSD


> Did anyone have any success making FreeBSD work with Bezeq's ADSL
> service?
> 
> -- 
> Nimrod.
> 
> 
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 
> 


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Linux(2.4.x) and masqeurating

2001-11-16 Thread Avishay Aton



Hi,
i connect to the net with pptp + adsl, and i use 
nat on my linux box(2.4.x) for other computers on
my private network.
My nat rule is simple one: 
 
modprobe iptable_nat
modprobe ip_conntrack_ftp
iptables -t nat -A POSTROUTING -o ppp0 -j 
MASQUERADE
 
 
I can get most of the sites , but for example www.linuxtoday.com dosn't work for 
me.
also , imap client sometimes work , sometimes dosn't.
and finally "secure remote" ?! anyone sucsseded to connect with nat + FWZ 
?
Thanks
Avishay


RE: Cool shell tricks (was: Re: file system questions)

2000-10-22 Thread Avishay Aton


Hi, try this site for lots of tips an tricks


http://www.linux.com/tuneup



[Avishay Aton]  
> -Original Message-
> From: Shaul Karl [SMTP:[EMAIL PROTECTED]]
> Sent: Sunday, October 22, 2000 1:36 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: Cool shell tricks (was: Re: file system questions)
> 
> > On Sat, Oct 21, 2000 at 08:23:44AM +0200, Shaul Karl wrote:
> > > > Also, seems that not many people are aware of "process substitution"
> > > > in bash: you do something like "diff <(ls dir1) <(ls dir2)", and
> bash
> > > > runs two ls's, each writing to a FIFO, and diff gets the names of
> > > > these two FIFOs as parameters. Output redirection also works. I'm
> not
> > > > sure how portable it is, though.
> > > 
> > >   1.
> > > [08:05:37 /tmp]$ diff < (ls ~/setiathome/) <(ls ~/setiathome/amos/)
> > > bash: syntax error near unexpected token `(l'
> > > [08:06:04 /tmp]$ 
> > > 
> > > Ache, the space there is significant:
> > > 
> > > [08:17:12 /tmp]$ diff <(ls ~/setiathome/) <(ls ~/setiathome/amos/)
> > 
> > Yeah... Otherwise it's redirection.
> > 
> 
> 
> 
> 
> I am confused. Without the space it is not a redirection? Is there a 
> difference between a FIFO and a redirection?
> 
> 
> 
> > 
> > >   2.
> > > This will only work if the "main" process (diff in this example) does
> not need 
> > > to seek the input since it can not do it with a FIFO. Or am I missing 
> > > something?
> > 
> > True... You can't. It would've been nice if Bash had the option to use
> > temporary files rather than FIFOs... But I don't know if it's needed
> > that often.
> > 
> > Just tried: both nvi and vim cope fine, Emacs refuses to read it (at
> > least with default setup and switches). Less requires you to use -f. 
> > 
> > 
> > - Adi Stav
> > 
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> > 
> 
> -- 
>   
>   Shaul Karl <[EMAIL PROTECTED]>
> 
> 
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: samba server.

2000-10-21 Thread Avishay Aton

comment out : "logon server" directive.
encrypt password=yes

then make sure taht your /etc/smbpasswd is correct

cheers

> -Original Message-
> From: Mike Almogy [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, October 21, 2000 4:18 PM
> To:   Linux-il
> Subject:  samba server.
> 
> Hi list.
> I installed a Samba server (from Redhat 6.2 disk) and now i'm trying to
> access it.
> 
> I opened an account for my user and gave it a password.
> I configured the /etc/smb.conf to be a master browser,prefer browser and
> logon server.
> the security schema is user.
> I also add my workstation ip address to the hosts file.
> 
> It failed to authenticate my user password.
> 
> So i tried the encrypted passwrd option , create the smbpasswd file and
> tried again.
> Still i can't login.
> The error msg is : the domain password is not correct, or you have no
> access
> to the logon server.
> I did not use any restrictions and i'm 100% positive that my password is
> correct. i even changed it to be sure.
> 
> Any idea what i'm doing wrong ?
> Can someone send me a smb.conf configuration that works as logon server ?
> 
> Thanks allot,
> 
> Mike
> 
> 
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]