Re: Porting from unix to linux

2002-01-09 Thread b g
Sorry, just forgotten one thing: deleting the call to the function in main() solves the crush problem, but since this is the key function inthe whole program this is not an option = To unsubscribe, send mail to [EMAIL PROTECTED] wit

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Shachar Shemesh
guy keren wrote: >On Wed, 9 Jan 2002, Ira Abramov wrote: > >3. it _could_ be that even without it, the mere fact that ira uses > 're-fragmentation' (which, as i remember, was a requirement for any > masquerading linux machine, back in 2.2 kernels - have that changed) > would have caused a

Porting from unix to linux

2002-01-09 Thread b g
Hi all It has been four days that I try to port a C program that runs perfectly on SGI station (MIPS R12000 processor) to Linux (RH7.1 on dual PIII box). Since I failed to find the answer (to the question following) on the net, and before starting reading the code(about 900 lines), I decided to

Hebrew Support for Grip?

2002-01-09 Thread Amichai Rotman
Hello IGLUs, I would like to rip my hebrew CDs, but I get giberish for the names of the album and song when querying the CDDB. Funny thing - when using RealJukeBox CDDB under M$ I get the correct info in english... Any way to make it work ? 10x, Amichai. ===

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Ira Abramov
On Wed, 9 Jan 2002, Eli Marmor wrote: > So I guess the rule that Ira and Tzahi suggested, is the solution, and Oh yeah... my rules rulez, as a rule. I rule! Kneel before Zod! |)0|\|7 /\/\355 \/\/1|O /\/\'/ /\/\4|) 5|<1llz ..Man, I work too much. -- (@-Please do NOT cc: me answers post

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Eli Marmor
guy keren wrote: > > On Wed, 9 Jan 2002, Ira Abramov wrote: > > > personally, my MTU is set at 1452, and also forced to re-fragment in the > > iptables: > > > > $IPTABLES -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu > > > > no idea if it helps, but it doesn't hurt :) >

Re: parport

2002-01-09 Thread Hetz Ben Hamo
Switch to EPP mode. From my /var/log/messages: parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP] Hetz On Wednesday 09 January 2002 10:07, Efraim Yawitz wrote: > Here's another problem I'm having, which probably is a 'hardware problem', > but I have little desire to take my computer in to repai

Re: Lindows screenshots

2002-01-09 Thread Hetz Ben Hamo
Donno if you read the digest (I'm subscribed to the lists) - but the flamewars have been ended. License stays as it is. Hetz On Wednesday 09 January 2002 16:29, Adi Stav wrote: > On Tue, Jan 08, 2002 at 05:32:13PM +0200, Hetz Ben Hamo wrote: > > Now - my "educated" guess that there was a group

Re: StarOffice - Israeli mirror? RPM?

2002-01-09 Thread Max Kovgan
hi, Star Office a.f.a.i.k. is Sun's distribution. so the best way is to go to www.sun.com and navigate. it is not distributed as RPM, but a regular compressed elf binary: *.bin, you simply can read the instructions in sun's site. besides, there's other wing of star office named "Open Office", whi

Re: Samba

2002-01-09 Thread tal amir
know what ? i am an ass hole ;-) before : drwxr-xr-x2 root root 4096 Dec 8 19:03 backup/ [root@backup tal]# chmod 777 backup/ after : drwxrwxrwx2 root root 4096 Dec 8 19:03 backup/ this is what happends if you dont get enough sleep when you should please dont

Re: Samba

2002-01-09 Thread Max Kovgan
please read my comments below... -=O0~O0=- "He took his vorpal sword in hand: Long time the manxome foe he sought - So rested he by the Tumtum tree. And stood awhile in thought." [L.Carrol "Jabberwacky"] On Wed, 9 Jan 2002, ta

StarOffice - Israeli mirror? RPM?

2002-01-09 Thread Oleg Goldshmidt
Is there an Israeli mirror of StarOffice? Is StarOffice distributed via RPM anywhere? I only found an Italian RPM at http://rpmfind.net/linux/RPM/Madeinlinux/Applicazioni_Office.html -- Oleg Goldshmidt | [EMAIL PROTECTED] "If it ain't broken, it has not got enough features yet." ==

Re: Samba

2002-01-09 Thread tal amir
no, this is not the case... its mounted (rw) on the server. > Is it possible that this volume is mounted as read-only on the machine > that contains the volume? > > Regards, > > Shlomi Fish > > > > -- > Shlomi Fish

Re: [expert] Samba

2002-01-09 Thread J. Craig Woods
At 03:58 PM 1/9/2002 +0200, tal amir wrote: >guys, > >samba server : samba-2.2.1a-15mdk, >this is mandrake 8.1 . (both client&server) > >this is the smb.conf (server): > > >the mount command : > >mount -t smbfs -o username=root,password=root_passwd //192.168.0.2/backup >/mnt/backup/ > >the volum

Re: Samba

2002-01-09 Thread Shlomi Fish
Is it possible that this volume is mounted as read-only on the machine that contains the volume? Regards, Shlomi Fish -- Shlomi Fish[EMAIL PROTECTED] Home Page: http://t2.technion.ac.il/~shlomif/ Home

Re: Samba

2002-01-09 Thread tal amir
didnt work ;-( > On 2002 January? 9 ,Wednesday 15:58, tal amir wrote: > > mount -t smbfs -o username=root,password=root_passwd > > ?//192.168.0.2/backup /mnt/backup/ > > How about > > mount -t smbfs -o rw,username=root,password=root_passwd ... > > Herouth -- ---

Re: Samba

2002-01-09 Thread Herouth Maoz
On 2002 January? 9 ,Wednesday 15:58, tal amir wrote: > mount -t smbfs -o username=root,password=root_passwd > ?//192.168.0.2/backup /mnt/backup/ How about mount -t smbfs -o rw,username=root,password=root_passwd ... Herouth = To u

Re: /proc mem files

2002-01-09 Thread Behdad Esfahbod
And why do you think process 555 exists? Does the /proc/self/mem cause the same problem too? On Wed, 9 Jan 2002, Efraim Yawitz wrote: > What I've been doing is something like 'cat /proc/555/mem' with the > problems mentioned. > > On Tue, 8 Jan 2002, Behdad Esfahbod wrote: > > > > > Where do

Samba

2002-01-09 Thread tal amir
guys, samba server : samba-2.2.1a-15mdk, this is mandrake 8.1 . (both client&server) this is the smb.conf (server): --- # Global parameters [global] workgroup = MDKGROUP

RE: parport

2002-01-09 Thread Tzahi Fadida
ECP means, both irq and dma access. maybe you don't have enough dmas on the machine for it(because its old) or the irq is conflicting with the sound blaster or modem (or ethernet, though its rare). maybe you didn't compile the parport correctly at the kernel, plus it has been known to have many

RE: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Tzahi Fadida
Hi guy, I have a masqueraded machine(+orkit modem) with 5 computers behind it with ppp0 MTU 1452, eth MTU 1500, no changes on the MTU on the client machines, MSS rule on the iptables ($IPTABLES -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu) for 6 months. believe me, i a

Re: parport

2002-01-09 Thread guy keren
On Wed, 9 Jan 2002, Efraim Yawitz wrote: > The parallel port doesn't seem to work, meaning that if I send something > to the printer, nothing happens at all.However, the kernel seems to > detect it, as shown in the output of dmesg: > > parport0: PC-style at 0x378, irq 7 [SPP,ECP,ECPPS2] > lp0: u

Re: Create a RedHat mirror

2002-01-09 Thread guy keren
On Wed, 9 Jan 2002, Ben-Nes Michael wrote: > What program is used to create a RedHat mirror site ? rsync. where do you want to mirror from? various rsync servers (including redhat's, as i understood from ilya) are open on to specific IP addresses to contact them - so if you'll want to test an r

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread guy keren
On Wed, 9 Jan 2002, Ira Abramov wrote: > personally, my MTU is set at 1452, and also forced to re-fragment in the > iptables: > > $IPTABLES -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu > > no idea if it helps, but it doesn't hurt :) lets try to guestimate why this is

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Shachar Shemesh
Ira Abramov wrote: >personally, my MTU is set at 1452, and also forced to re-fragment in the >iptables: > >$IPTABLES -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu > >no idea if it helps, but it doesn't hurt :) > > Actually, this does not refragment, but rather changes

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Ira Abramov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 8 Jan 2002, Eli Marmor wrote: > 4. WTF is MTU?! > 5. ADSL sucks! > 6. Bezeq sucks! > 7. Kvar Taramti BaAvoda (I already donated in the office). 8. Cowboy Neal personally, my MTU is set at 1452, and also forced to re-fragment in the iptable

Re: /proc mem files

2002-01-09 Thread Efraim Yawitz
What I've been doing is something like 'cat /proc/555/mem' with the problems mentioned. On Tue, 8 Jan 2002, Behdad Esfahbod wrote: > > Where do you look for them? there is useful information in /proc/self > directory, "man proc" for what is there. > > On Tue, 8 Jan 2002, Efraim Yawitz wrote:

RE: rh72 and /etc/init.d/network

2002-01-09 Thread Evgeny Popov
Linuxconf does exactly what i tried to do: changes ifcfg-eth* conf file and restart (or reload) network, and here it does not work certainly. It worked (almost) for every version of RH begining from 5.2, i remember, but for some reason stoped working for "The best ever Red Hat". > -Original

Re: rh72 and /etc/init.d/network

2002-01-09 Thread Tzafrir Cohen
On Tue, 8 Jan 2002, Henry Ficher wrote: > - Original Message - > From: "Evgeny Popov" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, January 08, 2002 3:59 PM > Subject: rh72 and /etc/init.d/network > > > > Strange thing - in my 2 rh72 systems changing ip address in > > '/e

Re: rh72 and /etc/init.d/network

2002-01-09 Thread Ehud Karni
On Tue, 8 Jan 2002 15:59:26 +0200 , Evgeny Popov <[EMAIL PROTECTED]> wrote: > > Strange thing - in my 2 rh72 systems changing ip address in > '/etc/sysconfig/network-scripts/ifcfg-eth0' followed by '/etc/init.d/network > restart' does not work. Rebooting does, but i am not ready for this... > The

parport

2002-01-09 Thread Efraim Yawitz
Here's another problem I'm having, which probably is a 'hardware problem', but I have little desire to take my computer in to repair, so I want to make sure. The parallel port doesn't seem to work, meaning that if I send something to the printer, nothing happens at all. However, the kernel seems

Re: rh72 and /etc/init.d/network

2002-01-09 Thread Henry Ficher
- Original Message - From: "Evgeny Popov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 3:59 PM Subject: rh72 and /etc/init.d/network > Strange thing - in my 2 rh72 systems changing ip address in > '/etc/sysconfig/network-scripts/ifcfg-eth0' followed by '/et

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Eli Marmor
Noam Meltzer wrote: > when i just connected to adsl about half a year ago, i tried to work > like the manual said, but it made me problems fetching mails with pop3 > from internet zahav. when i tried to put the mtu to 1500 it solved the > problem. never changed it since then and everything works

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Noam Meltzer
when i just connected to adsl about half a year ago, i tried to work like the manual said, but it made me problems fetching mails with pop3 from internet zahav. when i tried to put the mtu to 1500 it solved the problem. never changed it since then and everything works great. Noam On Tue, 2002-01

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Malcolm Kavalsky
Oleg Goldshmidt wrote: > Eli Marmor <[EMAIL PROTECTED]> writes: > > >>After zillion things that I've tried, I decided to set the MTU to 1500, >>*CONTRARY* to what the howto says (1452). >>Surprisingly, it resolved everything, and now it's working like crazy. >> > > How interesting. My experien

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Eli Marmor
Dani Arbel wrote: > Did you change the ppp mtu to 1500 ? This is the exact step I took: I have a "pptp" command running from /etc/init.d/pptpadsl under Devil- Linux (this file was contributed recently to the CVS by me). Among other flags, this command has the following: mtu "$PPTPADSL_M

Re: rh72 and /etc/init.d/network

2002-01-09 Thread Sagie Sokolov
I have /exactly/ the same problem, and no, "ifdown eth0 ; ifup eth0" doesn't help. The only way I found to change the IP without rebooting was to use the graphical network configurator, Or changing '/etc/sysconfig/network-scripts/ifcfg-eth0' /and/ using ifconfig. Sagie. Shachar Shemesh wrote:

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Dani Arbel
Eli, Did you change the ppp mtu to 1500 ? can you sho the ifconfig of both configurations? did you use the adjust mtu flag in your NAT rules? Dani On Tue, 8 Jan 2002, Eli Marmor wrote: > I wrote: > > > Before I'm digging into the problem: > > > > Has anybody experienced difficulties with https c

Create a RedHat mirror

2002-01-09 Thread Ben-Nes Michael
Hi What program is used to create a RedHat mirror site ? -- Canaan Surfing Ltd. Internet Service Providers Ben-Nes Michael - Manager Tel: 972-4-6991122 http://sites.canaan.co.il --

Re: /proc mem files

2002-01-09 Thread Behdad Esfahbod
Where do you look for them? there is useful information in /proc/self directory, "man proc" for what is there. On Tue, 8 Jan 2002, Efraim Yawitz wrote: > As far as I understand from /usr/src/linux/Documentation/proc.txt, the > 'mem' files in the directories under /proc are supposed to provide

Re: rh72 and /etc/init.d/network

2002-01-09 Thread Henry Ficher
Evgeny Popov wrote: >Strange thing - in my 2 rh72 systems changing ip address in >'/etc/sysconfig/network-scripts/ifcfg-eth0' followed by '/etc/init.d/network >restart' does not work. Rebooting does, but i am not ready for this... > The solution is to stop the network service, manually unload t

Re: Lindows screenshots

2002-01-09 Thread Hetz Ben Hamo
On Monday 07 January 2002 21:25, Daniel Feiglin wrote: > After looking over the site, my immediate thoughts were, "Vapourware" and > "scam". But if so, why is Microsoft sueing them? Possible answer: Provoke > Microsoft into a legal situation to draw atention. If Gates thinks Lindows > is important

Re: Solved: https(443) and ADSL/masquerading

2002-01-09 Thread Eli Marmor
Oleg Goldshmidt wrote: > > Eli Marmor <[EMAIL PROTECTED]> writes: > > > After zillion things that I've tried, I decided to set the MTU to 1500, > > *CONTRARY* to what the howto says (1452). > > Surprisingly, it resolved everything, and now it's working like crazy. > > How interesting. My experi