Re: A virgin apache config file.

2003-09-29 Thread linux-il
Shaul Karl wrote: What about /usr/share/doc/apache/examples ? It's just an example. Not necessarily the original config file. Perhaps you have /etc/apache/*.dpkg-dist ? I sometimes do a find /etc -name *.dpkg-* and handle the redundant files. No such file. Thanks, --Amos

Re: linux.org.il - help wanted

2003-09-29 Thread Shlomi Fish
On Mon, 29 Sep 2003 [EMAIL PROTECTED] wrote: On Mon, 29 Sep 2003, Shachar Shemesh wrote: Hi all, The domain servers still need to be updated. Once they are, however, linux.org.il is going to be pointing to a new, dedicated, site. This site is meant to be a portal allowing at-a-glance

mmap failed

2003-09-29 Thread Erez Doron
hi i've written a device driver which maps a card's memory to a device. i can read/write/seek the device i can't seem to mmap it though any ide ? = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the

RE: Israeli NTP server with support for Day Light Savings

2003-09-29 Thread Noam Rathaus
Hi, I got a few nice solutions, this is one of them, one thing missing, is that I am looking for a centralized solution that will not be Distro depened, or even OS deepened. It appears that at the moment there isn't one. Thanks Noam Rathaus CTO Beyond Security Ltd. http://www.securiteam.com

Re: mmap failed

2003-09-29 Thread Muli Ben-Yehuda
On Mon, Sep 29, 2003 at 11:45:56AM +0300, Erez Doron wrote: hi i've written a device driver which maps a card's memory to a device. i can read/write/seek the device i can't seem to mmap it though What does mmap return? what does your mmap implementation look like? more details please, I

Re: [OT] new virus? (was Re: unsubscribe)

2003-09-29 Thread Idan Sofer
On Friday 26 September 2003 13:16, you wrote: Over the last couple of weeks I've been getting up to a thousand a day. Just checked - 286 have arrived since last night. Probably a combination of Swen and a few oldies. Luckily for me, they all are I've suffered greatly from this recent plaque -

Re: [OT] new virus? (was Re: unsubscribe)

2003-09-29 Thread Nadav Har'El
On Mon, Sep 29, 2003, Idan Sofer wrote about Re: [OT] new virus? (was Re: unsubscribe): # Current Security Pack, New Security Update, etc. allof( header :matches Subject [ current*, last*, latest*, microsoft*,

Re: mmap failed

2003-09-29 Thread Erez Doron
Muli Ben-Yehuda wrote: On Mon, Sep 29, 2003 at 11:45:56AM +0300, Erez Doron wrote: hi i've written a device driver which maps a card's memory to a device. i can read/write/seek the device i can't seem to mmap it though What does mmap return? what does your mmap implementation look

kernel devfs question

2003-09-29 Thread Erez Doron
i have a 2.4.19-ltsp-1 kernal with mounted devfs filsystem at /dev however, when i do : 'devdir=devfs_mk_dir (NULL, mydir , NULL);' it fails. any idea ? (and there is no /dev/mydir already) erez. = To unsubscribe, send mail to

Re: mmap failed

2003-09-29 Thread Gilad Ben-Yossef
On Monday 29 September 2003 15:48, Erez Doron wrote: Muli Ben-Yehuda wrote: On Mon, Sep 29, 2003 at 11:45:56AM +0300, Erez Doron wrote: hi i've written a device driver which maps a card's memory to a device. i can read/write/seek the device i can't seem to mmap it though What does

Re: mmap failed

2003-09-29 Thread Muli Ben-Yehuda
On Mon, Sep 29, 2003 at 03:48:43PM +0300, Erez Doron wrote: if (-1==(mmap_fd=open(devname,O_RDWR))) {perror(devname);exit(1);}; printf(fd=%d\r\n,mmap_fd); printf(mem-mapping ...\r\n); if (-1==(mmapped=(unsigned int *)mmap((char *)0,65536,PROT_READ|PROT_WRITE,MAP_FIXED,mmap_fd,0))) What

Re: Israeli NTP server with support for Day Light Savings

2003-09-29 Thread Tzafrir Cohen
On Sun, Sep 28, 2003 at 08:50:43AM +0300, Shachar Shemesh wrote: Stanislav Malyshev wrote: But do other distributions keep the Israeli timezone up-to-date out of the box? I didn't know about the link above and didn't have to go AFAIK that's impossible to keep Israeli timezone

Re: Israeli NTP server with support for Day Light Savings

2003-09-29 Thread Tzafrir Cohen
On Mon, Sep 29, 2003 at 11:49:47AM +0200, Noam Rathaus wrote: Hi, I got a few nice solutions, this is one of them, one thing missing, is that I am looking for a centralized solution that will not be Distro depened, or even OS deepened. It appears that at the moment there isn't one. This

Re: kernel devfs question

2003-09-29 Thread Oleg Goldshmidt
Erez Doron [EMAIL PROTECTED] writes: i have a 2.4.19-ltsp-1 kernal with mounted devfs filsystem at /dev however, when i do : 'devdir=devfs_mk_dir (NULL, mydir , NULL);' it fails. any idea ? (and there is no /dev/mydir already) Sanity check: is devfsd running properly? Any idea what

Re: kernel devfs question

2003-09-29 Thread Erez Doron
Oleg Goldshmidt wrote: Erez Doron [EMAIL PROTECTED] writes: i have a 2.4.19-ltsp-1 kernal with mounted devfs filsystem at /dev however, when i do : 'devdir=devfs_mk_dir (NULL, mydir , NULL);' it fails. any idea ? (and there is no /dev/mydir already) Sanity check: is devfsd running

Re: Problem with a dos program running from a samba share.

2003-09-29 Thread Amir Hardon
This is a bug in samba 3, I talked with Jermy Allison of the samba team, he said that he will fix it for samba 3.0.1 -Amir. On Sunday 28 September 2003 12:17, Amir Hardon wrote: I'm having troubles with a DOS program running from a samba 3 share. When I close the program it tells:

Re: kernel devfs question

2003-09-29 Thread Oleg Goldshmidt
Erez Doron [EMAIL PROTECTED] writes: Oleg Goldshmidt wrote: Sanity check: is devfsd running properly? how do i check that ? 1) Have you installed it? 2) Does it start at boot (in /etc/rc.d/init.d or equivalent)? 3) Does it actually run (ps auxww | grep [d]evfsd)? Check

Re: A virgin apache config file.

2003-09-29 Thread Shaul Karl
On Mon, Sep 29, 2003 at 10:22:44AM +0200, [EMAIL PROTECTED] wrote: Shaul Karl wrote: What about /usr/share/doc/apache/examples ? It's just an example. Not necessarily the original config file. Perhaps you have /etc/apache/*.dpkg-dist ? I sometimes do a find /etc -name *.dpkg-* and

Re: linux.org.il - help wanted

2003-09-29 Thread guy keren
On Mon, 29 Sep 2003, Shachar Shemesh wrote: That said, I think I'll take Ilya's design. You can view it at http://furr.shiny.co.il/linux.org.il/. Does anyone have any objections? no. after some text editing (i could do that if needed, once the text is ready), some fixes to the 'what is linux'