scsi tape

2003-01-08 Thread Erez Doron
hi i have a idat400 hp scsi tape. the kernel Identifies it, and i have /dev/*st0* char devices. but whenever i access the tape via tar or mt, i get - no such file or directory. i didn't use scsi tapes in linux for about 5 years, and i was amazed that the scsi tape is a char device and not a bl

Re: scsi tape

2003-01-08 Thread Erez Doron
Official Flamer/Cabal NON-Leader wrote: Quoth Erez Doron: but whenever i access the tape via tar or mt, i get - no such file or directory. Do you have st driver compiled in. /var/log/messeges: scsi2 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.5 aic7880

Re: scsi tape

2003-01-08 Thread Erez Doron
Official Flamer/Cabal NON-Leader wrote: Quoth Erez Doron: Attached scsi tape st0 at scsi2, channel 0, id 3, lun 0 yes, seems you do have it. when i access /dev/st0, it automatically loads the st driver. ... but still i get : root]# mt -f /dev/st0 rewind /dev/st0: No such device

Re: scsi tape

2003-01-08 Thread Erez Doron
well, i just see it now - they connected a tape to a raid controller . thanks erez. Official Flamer/Cabal NON-Leader wrote: Quoth Erez Doron: st 29108 0 (autoclean) ftape 124840 0 (autoclean) (unused) ide-scsi9664 0 ide-cd

tcsh question

2003-06-03 Thread Erez Doron
hi the sysadmin has messed with the global .cshrc, and now when i do a redirection, e.g. : echo hello > log i get : log: File exists. what do i need to unset to solved this ? erez. = To unsubscribe, send mail to [EMAIL PROTECTED] w

accessing physical mem

2003-07-06 Thread Erez Doron
hey I'm looking for a user space tool that can read/write physical adress. if no such tool exists, tahna maybe a little c program. any idea ? cheers, erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe"

Re: accessing physical mem

2003-07-06 Thread Erez Doron
Muli Ben-Yehuda wrote: On Sun, Jul 06, 2003 at 04:13:25PM +0200, Erez Doron wrote: hey I'm looking for a user space tool that can read/write physical adress. Impossible without kernel support in the general case. if no such tool exists, tahna maybe a little c program. You'll nee

terminal server

2003-07-09 Thread Erez Doron
hi I'm looking for the easyest way to make my diskless pc boot from the network the only thing i need is kernel and filesystem. (i have a dhcp and tftp server working, and the pc bios supports booting from network) I looked at k12 but it is 3 CDs to download ... too much. I just want the basic f

Re: accessing physical mem

2003-07-11 Thread Erez Doron
s me access the pci card's memory. thank you all erez. Gilad Ben-Yossef wrote: Erez Doron wrote: hey I'm looking for a user space tool that can read/write physical adress. if no such tool exists, tahna maybe a little c program. any idea ? Yes, if on IA32 Linux you can use /dev/me

hebrew fonts and utf (gtk2)

2003-07-20 Thread Erez Doron
hi my gtk2 apps converts every font into utf8 and then displays it. whenevev i display hebrew chars i get just lines and signs (e.g. junk) the same app works of on my pc, but not on my ipaq anyone ? erez. = To unsubscribe, send

Re: hebrew fonts and utf (gtk2)

2003-07-27 Thread Erez Doron
ap is supposed to appear. I am not sure though that you will find the file at the exact same place since I use debian and there is a tendency for different locations for files. On Fri, 2003-07-25 at 01:35, Ilya Konstantinov wrote: On Sunday 20 July 2003 16:37, Erez Doron wrote: my gtk2 apps

at command for three channels

2003-07-27 Thread Erez Doron
hi i am able to connect to the internet via my cellphone (nokia 8310) via i.r. but th baud rate is only 9600. i know that the modem supports using 3 channels (cost 3 times) but it will work at 3*9600 baud anyone knows the AT command for it ? erez.

kernel compiling error

2003-08-24 Thread Erez Doron
hi system: redhat 9.0 fully upgraded. the kernel source i downloaded should cleanly compile as it is used in the redhat binary rpm, but it is not (see below): i installed kernel-source-2.4.20-20.9-i686.rpm i linked the main dir to /usr/src/linux ( was already linked to /usr/src/linux-2.4) i did

Re: [OT] crossed/non-crossed cables and hubs

2003-08-24 Thread Erez Doron
hi we have designed a board that amnog other things included such an 8 port switch. the good news is that the 'feature' can be disabled. the bad news, is that you need either make a physical change on the board, or if you are lucky and have a serial port on it, it is possible to configure throug

Re: kernel compiling error

2003-08-24 Thread Erez Doron
well, mrproper fixed it, thanks. btw, there was no /usr/src/linux to begin with, and /usr/src/linux-2.4 was created by the kernel-source rpm thanks, erez. Oleg Goldshmidt wrote: Muli Ben-Yehuda <[EMAIL PROTECTED]> writes: On Sun, Aug 24, 2003 at 02:36:30PM +0300, Erez Doron wrote:

partially OT: linux vcr

2003-09-02 Thread Erez Doron
hey I'm looking into building a linux vcr (i will probably use it also as a server/router/desktop). the software right now is not the issue, the hardware is. the hardware should be: 1. small pc, size of a Set-Top-Box ( = 'memir' ) 2. very quiet. so i can sleep with it working in the same room. 3.

Re: VI(M) - Changing & Merging 2 lines?

2003-09-02 Thread Erez Doron
Subba Rao wrote: Hello, I have a large text file where 2 lines (fields) form a record. Now I want to merge the 2 lines into one line seperated by a comma. Line1 Line2 The fields should be seperated by a comma. Line1,Line2 How can I define a keystroke that will, add a comma at the end

Re: Using 4-pair CAT-5 as two cables

2003-09-04 Thread Erez Doron
Alon Altman wrote: Hi, I have a 4-pair CAT-5 cable between two floors in my house. I was wondering if I can use this 4-pair cable instead of two CAT-5 cables to connect to a switch I have at one location. The toplogy is: PC3_ PC1\ __ \ >4-pair=ca

vi question

2003-09-18 Thread Erez Doron
hi i am using a version control software i want vi to automatically checkout a file whenver i try to edit it while it is read-only. this includes running a command line, then reloading the file (because the date changes when i checkout the file), then let me edit it. i want all to be automatica

Re: vi question

2003-09-18 Thread Erez Doron
* - * - * - * - * - * - * WARNING TO SPAMMERS: see at http://members.lycos.co.uk/my2nis/spamwarning.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Erez Doron Sent: Thursday, September 18, 2003 1:15 PM To: Ilug Subject: vi question hi i am using a

Re: vi question

2003-09-18 Thread Erez Doron
guy keren wrote: On Thu, 18 Sep 2003, Erez Doron wrote: i am using a version control software i want vi to automatically checkout a file whenver i try to edit it while it is read-only. this is not a good idea, since a lot of times, you open a file with vi ust to view it. this includes

Re: vi question

2003-09-18 Thread Erez Doron
neering & Management Technion - Israel Institute of Technology Technion City, Haifa, Israel 32000 Email [EMAIL PROTECTED] Technion Email: [EMAIL PROTECTED] * - * - * - * - * - * - * - * - * - * WARNING TO SPAMMERS: see at http://members.lycos.co.uk/my2nis/spamwarning.html -Original Messa

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: 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 implement

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: 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) Sanit

kernel q

2003-10-20 Thread Erez Doron
hi i am using copy_from_user and copy_to_user functions. how do i make that physical memory non cached ? ( it seems to write when it wants and read adresses i didnt ask it to read) cheers, erez. = To unsubscribe, send mail to [EMAIL P

Re: kernel q

2003-10-21 Thread Erez Doron
vice #%d\n",MINOR(inode->i_rdev)); if (MINOR(inode->i_rdev) >= num_boards) return -ENXIO; filp->private_data=(void *)(1+MINOR(inode->i_rdev)); MOD_INC_USE_COUNT; return 0; } static int uwb_dev_release (struct inode *inode, struct fil

Re: kernel q

2003-10-21 Thread Erez Doron
afaik, /proc/bus/pci/XX/YY is configuration space and not memory space also: dd if=/dev/mem skip= bs=4 count=1 of= does not generate any read cycle to my pci card cheers, erez. Gleb Natapov wrote: Hello, On Tue, Oct 21, 2003 at 10:53:54AM +0200, Erez Doron wrote: o.k., here is the story: we

mirror

2003-12-02 Thread Erez Doron
hi i am trying to do the following: there is a samba server in the university. i have ftp access to it (no smb access) the hebrew file names are of course wrong (as their samba does not have the hebrew patch) i solved it by mirrorring the ftp site via wget, and then accessing it localy via sam

Re: Win XP cannot browse intranet web site on a Linux server

2003-12-02 Thread Erez Doron
did you check all the trevial stuff (same subnet for both the XP and Linux ethernet interfaces) ? does ping work ? can you give more details on how your netweork is connected ( what do you mean when you say the XP is masq'd ? by itself ? does it has two connections ? ) any contrediction between

Re: mirror

2003-12-02 Thread Erez Doron
Yedidyah Bar-David wrote: On Tue, Dec 02, 2003 at 01:18:19PM +0200, Erez Doron wrote: hi i am trying to do the following: there is a samba server in the university. i have ftp access to it (no smb access) the hebrew file names are of course wrong (as their samba does not have the hebrew

video in usb2 under linux

2004-01-05 Thread Erez Doron
hi i am looking for a card with tv-in that connects via usb (preferrably 2) and of course - supported by linux. any ideas ? cheers, erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message bod

configuring apps via command line

2004-01-08 Thread Erez Doron
hi i am working from both home and work, i need different configurations for both - different proxy, different smtp server and some other stuff as well i am using both windows and linux. and have cygwin installed. i thought of a way to run a script when i get an ip, and the script will configure

power button to shutdown linux

2004-01-20 Thread Erez Doron
hi i'm looking for a way to shutdown linux via the power button. if i press it while it is running windows, it shuts down all apps, then turns of if i press it while running linux, it will turn of immidiatly. i want it to shut down as if i press 'ctrl-alt-del' in a VT (but i do not have a keybo

Re: power button to shutdown linux

2004-01-21 Thread Erez Doron
you need to create a file named 'powerbtn' in /etc/acpi/events/ The contents of the file: event=button[ /]power action=/sbin/poweroff cheers, erez. Behdad Esfahbod wrote: The fact that you see those messages perhaps means that you have "button" built into kernel, since loading "button" fails. Well

Re: power button to shutdown linux

2004-01-21 Thread Erez Doron
hi the kernel does not seem to let me load both apm and acpi, so though now automatically when i press the power button, it does /sbin/poweroff but now the computer does not poweroff, just software shutdown, any idea ? cheers, erez. Erez Doron wrote: you need to create a file named 'pow

linux power button small HOWTO (was Re: power button to shutdown linux)

2004-01-21 Thread Erez Doron
for short, here is how i added shutting down via power button (on redhat 9): 1. compile the kernel with acpi support (be sure to include as built in or module : ospm_busmgr, ospm_button,ospm_system) 2. either disable apm in kernel or add 'apm=off' to grub/lilo 3. get acpmd and install it (got rpms

Re: linux power button small HOWTO (was Re: power button to shutdown linux)

2004-01-21 Thread Erez Doron
Diego Iastrubni wrote: On Wednesday 21 January 2004 16:56, Erez Doron wrote: ospm_busmgr, ospm_button,ospm_system when you compile the kernel, be sure to include the acpi system module ( oh, and do not forget 'make modules_install' ) erez. [EMAIL PROTECTED] events]# modprobe o

eth stim and capture

2004-03-09 Thread Erez Doron
hi i am trying to use linux as a network stimulator and analyzer. i need to capture all the packets , even which are short, long or with crc errors. and i need to send the same kind of packets. any idea if linux supports that ? and which nics support it ? cheers, erez. =

Debugger/IDE for C development

2004-03-23 Thread Erez Doron
hi i am looking for a good debugger for developing C on linux. Preferably an IDE but a good standalone debugger will do. I tried DDD and UPS but they are not easy to handle. i tried kdevelop, but was not able to understand how to debug in it ( is it possible at all ? ) I tried using eclipse but

wmv3

2004-03-28 Thread Erez Doron
hi i am looking for a way to watch media player 9 (wmv3) on vlc. i was able to download a dll which made it possible to se it under mplayer, but i am using vlc to stream and watch it so it is not good enough. i prefer to use vlc on win32 (so i do not have to switch OS for mi customers) but linux

Re: wmv3

2004-03-31 Thread Erez Doron
. so the natural client whould be VLC, but it does not support wmv3. cheers, erez. Oded Arbel wrote: ביום רביעי 31 מרץ 2004, 12:58, נכתב על ידי Ely Levy: ביום ראשון 28 מרץ 2004, 16:42, נכתב על ידי Erez Doron: hi i am looking for a way to watch media player 9 (wmv3) on vlc. I

stunnel q

2004-05-11 Thread Erez Doron
hi i want to use stunnel to connect to my imaps server. in version 3 of stunnel i did: stunnel -c -r server:port in version 4 the syntax was changed and the configuration is read from a file, still i do not understand how do i connect to my imaps server i want to be able to manually negotiate

Re: simulate dial-up connection speed ?

2004-06-15 Thread Erez Doron
how about using a traffic shaper ? erez. Yedidyah Bar-David wrote: On Tue, Jun 15, 2004 at 02:47:38PM +0300, Gal Gur-Arie wrote: hello, Does anyone know if there is a way to simulate a dial-up connection speed ? I want to find out how a web site performs on dial-up connection. The common an

Re: [OT] Israeli PM looing for speakers

2004-07-22 Thread Erez Doron
does he need speakers with amplifier and sub-woofer, or regular speakers will do sorry, couldn't resist ;-) erez. Ira Abramov wrote: Quoting Cyril Scetbon, from the post of Wed, 21 Jul: maybe one day a french Perl user will be able to join you :-) Oh yeah, that's just what we need... more

unkillable process

2004-11-08 Thread Erez Doron
hi one of the processes i run takes 99.9%cpu i can not kill it, even with 'kill -9' as root renicing it will change its nice value, but it still takes 99.9% cpu system: fc2 linux intel HT processor kernel: 2.6.5-1.358smp the process crash while trying to do fwrite to a file on the local disk. cheer

SOLVED (was: unkillable process)

2004-11-09 Thread Erez Doron
hi as reboot, and rerun casused the same condition again, i decided to upgrade the kernel (to kernel 2.6.8-1.521smp) and the problem has gone. now the program works flawlessly. probably a kernel bug. erez. Erez Doron wrote: hi one of the processes i run takes 99.9%cpu i can not kill it, even

OT: prices for ISPs

2004-11-22 Thread Erez Doron
hi i am looking to connect to the internet via ADSL i prefer constant IP the best prices i got is barak : 35 NIS/month, dynamic IP, for 1 year actcom: 38 NIS/month, constant IP, 6 month the problem is that after the duration (1 year for barak, 6 months for actcom) i have to re-negotiate the price.

Re: OT: prices for ISPs

2004-11-22 Thread Erez Doron
if i update the external DNS when i change IP. the old ip will be still cached in other DNSs for up to 24Hrs. Dotan Shavit wrote: Hi Erez, Have you considered using a dynamic DNS (e.g. http://www.dyndns.org) instead of constant IP? Dotan. On Monday 22 November 2004 10:08, Erez Doron wrote

Re: prices for ISPs

2004-12-03 Thread Erez Doron
server without paying for static IP. Just my 2 cents. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erez Doron Sent: 22 November, 2004 10:09 To: ilug Subject: OT: prices for ISPs hi i am looking to connect to the internet via ADSL i prefer constant IP th

OT: YES/HOT PVR Q

2004-12-08 Thread Erez Doron
hi there was a thread some time ago about capturing digital video (mpeg) directly from Yes via a dvb card. what was concluded: is it possible, or must one use a set tob box, and capture it analogicly ? what about hot ? cheers, erez. ==

Re: Installing windows on a QEMU image

2004-12-10 Thread Erez Doron
hi i'll describe qemu by saying its a free vmware. (althoght there are differnces) here is how i installed win98 on qemu: i created an image with qemu-img then booted with: qemu -cdrom win98se.iso -boot d win98.img i tried first a normal install, but windows askd me to inseret the win98 cd, alth

ot: amd and intel

2004-12-12 Thread Erez Doron
hi i do not want to start a flame war, i am just asking: what amd chip is eqivalent to an intel 3Ghz HT ? cheers, erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the com

Re: eci 312+ adsl router

2004-12-12 Thread Erez Doron
Matan Ziv-Av wrote: On Sun, 12 Dec 2004, Erez Doron wrote: i have just got a new adsl router from bezeq. it is the eci b-focus 312+ adsl2 router and of course: it runs linux !!! Did you get a copy of the GPL and the source for everything GPL/LGPL on it (probably at least kernel, busybox, glibc

Re: eci 312+ adsl router

2004-12-13 Thread Erez Doron
i.st/projects/hacking_actiontec.html cheers, erez. Shaul Karl wrote: On Sun, Dec 12, 2004 at 11:55:14AM +0200, Erez Doron wrote: Did you get a copy of the GPL and the source for everything GPL/LGPL on it (probably at least kernel, busybox, glibc/uclibc, iptables)? Or a written offer to provide the source? If n

eci 312+ adsl router

2004-12-12 Thread Erez Doron
hi i have just got a new adsl router from bezeq. it is the eci b-focus 312+ adsl2 router and of course: it runs linux !!! it is a 150Mhz mips processeor with 64Mb ram, and flash of 1.4M nice, one can ssh to it, ls, iptables, etc... via the web interface, one can configure firewall rules etc. howeve

ot: bittorrent

2004-12-27 Thread Erez Doron
hi i am trying to download fc3 via bittorrent. the problem: my fiirewall (which is not under my control) blocks port 6969, and i do not have an http proxy. however, other ports are open for outgoing connectrion via nat (but not 6969). the --minport switch does not influence the port used to con

Re: bittorrent

2004-12-27 Thread Erez Doron
EMAIL PROTECTED] On Behalf Of Erez Doron Sent: Monday, December 27, 2004 10:04 AM To: ilug Subject: ot: bittorrent hi i am trying to download fc3 via bittorrent. the problem: my fiirewall (which is not under my control) blocks port 6969, and i do not have an http proxy. however, other ports are ope

vim q - indenting a c block at once

2005-01-05 Thread Erez Doron
hi the only way i'm fimiliar of indenting in vim is when i t indents line by line when i type it. i'm looking for a way to select a block in a c file and indent it all at once anyone ? thanks, erez. = To unsubscribe, send mail to [E

Re: vim q - indenting a c block at once

2005-01-05 Thread Erez Doron
thanks all who replied = works just grate cheers, erez. Efraim Yawitz wrote: Look up the = command which can be used just like any other normal mode command, i.e., =3j indents the current line and the next 3, etc. Ephraim On Wed, 5 Jan 2005, Erez Doron wrote: hi the only way i'm fimili

Re: PVR in Israel

2005-01-09 Thread Erez Doron
hi, I have YES (sattelite) and just bought a computer for the purpose of building a PVR using MythTV over linux. I think it is stupid to get the analog output an re-encode it. i preffer to get the digital output directly. so I preffer to use a Card inside my PC instead of using the STB. is it po

Re: PVR in Israel

2005-01-09 Thread Erez Doron
Sorry, no serial port only RF, phone, composite video and audio connectors ... cheers, erez. Micha Feigin wrote: On Sun, 9 Jan 2005, Gilad Ben-Yossef wrote: [ ... snip ... ] Hint: the STB has a RS232 port at the back. You might get lucky. And that should probably give you a serial console.

sendsms not working (at least for orange)

2005-01-12 Thread Erez Doron
hi I just downloaded the latest (v3.9) sendsms from nadav's site i created a .sendsmsrc as instructed in the man page however i can't get through. (and yes, i verified my user name and password) -- [EMAIL PROTECTED] ~==> ./send

disabling selinux, fc3

2005-01-18 Thread Erez Doron
hi i just did as root /etc/init.d/syslog restart, and was rejected by selinux ... i searched and found that 'setenforce 0' disables selinux temporarily, but how do i disable it permenantly ? (found no selinux or similiar at /etc/init.d ) cheers, erez.

/dev

2005-01-25 Thread Erez Doron
hi i am using using fc3, and have trouble configuring it ... I added 'alias sound-slot-0 snd_azx' to /etc/modprobe.conf and now the driver loads automatically when i access /dev/dsp the problem is, that after every boot, all the sound devices disapear and i have to recreate them with '/dev/MAKED

OT: job offer

2005-01-26 Thread Erez Doron
hi we are looking for an experienced computer graphics guy. working environment will probably be OpenGL/Linux below is the job description, the company's web page is at www.camero-tech.com cheers, erez job description: Graphics SW engineer  Job Requirements Candidates must have at least 7

which arch

2005-02-06 Thread Erez Doron
hi i have just bought a computer with xeon 64 3.Ghz HT. what distribution do i use: i386 or x86_64 ? 10x erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo

Re: which arch

2005-02-06 Thread Erez Doron
between the two (i.e. i386 vs. x86_64)? what do you mean by 'very limited compatibility problems' ps: I am thinking of using either white-box or CentOs Hope it helps, Gilboa On Sun, 2005-02-06 at 10:26 +0200, Erez Doron wrote: hi i have just bought a computer with xeon 64 3.Gh

mythtv

2005-02-06 Thread Erez Doron
hi anybody on this list (except me) is using mythtv ? I would love to have some help porting it to hebrew ( i.e. hebrew enabled ) cheers, erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the messag

Re: mythtv

2005-02-08 Thread Erez Doron
indows 1255 encoding. the outcome is the same cheers, erez. p.s. what program are you using to get the xmltv data ? Aviram Jenik wrote: On Sunday 06 February 2005 13:57, Erez Doron wrote: hi anybody on this list (except me) is using mythtv ? I am. I would love to have some help portin

higher priority for ack

2005-02-24 Thread Erez Doron
how do i give higher priority to small packets with ack over other packets outgoing from eth0 ? cheers, erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command ec

someone to install asterix (for a fee)

2005-03-03 Thread Erez Doron
hi i'm looking for a company that can install asterix and give support. please reply to me off directly. thanks erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the comma

openvpn

2005-03-08 Thread Erez Doron
hi is openvpn considured secured ? cheers, erez. = 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]

few issues

2005-03-17 Thread Erez Doron
hi, do we have a list of people that install linux stuff ( i.e. mail, vpn, etc ... ) also, i am looking for a linux app with basic functionality of MS-Project cheers, erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the w

Re: few issues

2005-03-17 Thread Erez Doron
http://www.iglu.org.il/cgi-bin/consultants/main.pl returns: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, a

Re: few issues

2005-03-17 Thread Erez Doron
(e.g. spamassasin and clamav) 6. snort-inline 7. maybe more cheers, erez. Shachar Shemesh wrote: Erez Doron wrote: hi, do we have a list of people that install linux stuff ( i.e. mail, vpn, etc ... ) also, i am looking for a linux app with basic functionality of MS-Project cheers, erez. We used to h

strange crush

2005-04-11 Thread Erez Doron
hi i have a mythtv/fc3 PVR, or actually, i had one :-( yesterday, after i went against the 'if it works, dont fix it' and did a 'yum update', my pvr rendered usless. i rebooted, and got: 'unexpected inconsistency, please run fsck' on my / filesystem (ext3) so i did 'fsck /dev/sda3' ( it is a sa

Solved ( was: strange crush )

2005-04-12 Thread Erez Doron
Hi I found the problem. it was : fsck i downgraded e2fsprogs to 1.35 (from 1.36) and now, everything works ... cheers, erez. Erez Doron wrote: hi i have a mythtv/fc3 PVR, or actually, i had one :-( yesterday, after i went against the 'if it works, dont fix it' and did a 'yum

Re: Asterisk HW in israel

2005-04-26 Thread Erez Doron
hi I read somwhere, or somone on this list said, that a certain kind of soft-modem can be used for asterix. this is not efecient regarding pci slots, but may be cheeper for home use. maybe somone can somone confirm and give more details. cheers, erez. [EMAIL PROTECTED] wrote: Hi, I'm looking into

OT: computer for givaway

2005-05-09 Thread Erez Doron
I have an old p2 166 mmx for giveaway. anyone knows a name of an amuta for the needy i can give the computer to ? i looked up a thread on the issue but couldn't find any amutot's names. thanks, erez. = To unsubscribe, send mail to [EMA

job offer:

2005-07-06 Thread Erez Doron
hi we are looking for a full time DAE Requierments: Linux and windows system adminstration, Creating/Supporting develpment enviroment iptables, scripting, cygwin, cvs, makefiles etc ... please reply to [EMAIL PROTECTED] url: www.camero-tech.com ===

Re: job offer:

2005-07-07 Thread Erez Doron
in DAE is setting development enviroments automatic testing systems, using scripts, makefiles, etc. cheers, erez. - Original Message ----- From: "Erez Doron" <[EMAIL PROTECTED]> To: "ilug" Sent: Wednesday, July 06, 2005 4:27 PM Subject: job offer: hi we are look

Re: KDE-2 and Logic Hebrew Progress

2000-07-25 Thread Erez Doron
logical hebrew is grate under kde2. but I can not see visual hebrew ... regards erez. Hetz Ben Hamo wrote: > Hi All, > > I just wanted to show you how KDE-2 is progressing with the Logical > Hebrew.. > > Please take a look at: > http://www.geocities.com/heunique/kde2/heb-explorer.png > > I know

Re: KDE-2 and Logic Hebrew Progress

2000-07-25 Thread Erez Doron
mple?? > > Thanks > Hetz > > Erez Doron wrote: > > > > logical hebrew is grate under kde2. but I can not see visual hebrew ... > > > > regards > > erez. > > -- > Hetz Ben Hamo > Intelligence, Aduva ===

Re: some issues

2000-08-15 Thread Erez Doron
o.k. I'll rephrase it : I need a solution similar to ms-Exchange ( does not have to be complient/compatible) I need the functionality of exchange ( or similiar ) on a linux server and MS clients ( preferably also unix clients ) thanks erez. Eli Marmor wrote: > Isaac Aaron wrote: > > > Lotus No

MSIE automatic proxy config

2000-08-22 Thread Erez Doron
hi I have a linux proxy (squid) and a linux dhcpd. how do i config a client MSIE to automaticaly find the proxy ? thanks erez = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g.,

Re: Sec Q: Fetchmail

2000-10-02 Thread Erez Doron
Ben-Nes Michael wrote: > Hi > > if I logged as user miki on the system and I use fetchmail: > fetchmail -u miki -p POP3 -S canaan.co.il mail.canaan.co.il > > It will forward the mail to user miki on the server mail.canaan.co.il. > But how do i forward to someone else the mail, like: > > fetchma

inn questions

2000-10-23 Thread Erez Doron
I have some questions about inn ... I've installed inn. I added new local groups at /var/lib/news/active is there a better way ? How do I add the news group to a mailing list in /etc/aliases ? How do I cause news messages to also be sent to an email adress ? How do I make inn load remote grou

[Fwd: MS internal network compromised]

2000-10-29 Thread erez . doron
And who said that microsoft was really compormised, maybe this is what thay want the world to think. maybe it can be use against Open-Source "Stanislav Malyshev a.k.a Frodo" wrote: > HBH>> Since most of Linux applications are open source - they cannot > HBH>> say it's stolen, cause if

rsh problems

2000-12-25 Thread Erez Doron
HI I'm using the 'rsh' command to execute command on a remote computer: when i issue: local> rsh remote echo hello it waits for a lot of time and tells me: poll: protocol failure in circuit setup but if i do only 'rsh remote' and then ' echo hello' it works ! any idea ? thanks erez. =

Re: rsh problems

2000-12-26 Thread Erez Doron
HI I found it to be a firewall problem ... ( for some reson the remote host tries to open connections to the local machine, this does not happen when i use rsh without any command ) Ariel Biener wrote: > On Mon, 25 Dec 2000, Erez Doron wrote: > > When you use rsh without a command

vacation program

2000-12-26 Thread Erez Doron
HI after having problems with the binary 'vacation' program ( didn't work for me ) I have installed the perl version ( found it somwhere on slashdot or freshmeat ). and it worked now I found it to work only if mail was sent to my username ( i.e. [EMAIL PROTECTED] ) and not if it was sent to my a

bootdisk

2001-01-03 Thread Erez Doron
hi I've installed a new computer with raid and lvm-root I'm trying to create a backup boot methos ( i.e. boot via floppy/ies or cd ) my root ( compressed ) and the kernel image together are about 1700kbytes so i can not make it a single-boot diskete ( funny, but if i compile my utils as static,

Re: hebrew filenames..

2001-01-04 Thread Erez Doron
how do i change my locale setting ? Tzafrir Cohen wrote: > On Wed, 3 Jan 2001, Tal Amir wrote: > > > hi list, > > > > i have a folder containing mp3, sitting in my linux box and shared to the > > rest of the lan via samba. > > this folder contains a bus foler with hebrew files (that i was foolis

offtopic DVD and region lock

2001-01-08 Thread Erez Doron
HI I know my DVD will lock itself on a zone after 5 changes, under windows Is setting 'issuing the lock' done by software ( so it will not lock if i use linux instead) thanks erez = To unsubscribe, send mail to [EMAIL PROTECTE

writeable but not eraseable directory

2001-01-29 Thread Erez Doron
hi I have a dirctory ~user1 ( which is owned by user 1) I have a subdir ~user1/changes I want the user to be able to write to ~user1/ and to ~user1/changes/ but i do not want him to be able to rmdir ~user1/changes is there a way ? ( i am aware of a way of making a unwritable middle directory i.e

Re: Managment linux ? win2000 ?

2001-02-22 Thread Erez Doron
you can set executable permissions on any linux executable just put all the people you want to execute a certain util in one group and make the util group executable ... Ben-Nes Michael wrote: > Hi > > Last day I had a little argue with Microsoft fan about linux against > win2000. > > The main t

mail attachment filter

2001-03-07 Thread Erez Doron
hi I am using sendmail, and like to filter incoming mail's attachments of type exe or vbs how do i do that ? regards erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., ru

Re: Linux as a DC

2001-04-01 Thread Erez Doron
No ! I use samba as PDC for 2 years now, It servs NT4.0 95 98 and win2k It can not be used as BDC !!!, at least AFAIK regards erez. Hetz Ben Hamo wrote: > Hi Noam, > > I haven't played for a long time with Samba, but if memory serves correctly, > the stable versions of Samba can only oper

  1   2   3   >