Detecting bad ethernet card

2004-12-13 Thread Yosef Leibovich
I'm maintaining a peer-2-peer sometimes one of the network cards is getting corrupted. How can I detect which one is it ("failed to bring up eth0 doesn't really help...)? = To unsubscribe, send mail to [EMAIL PROTECTED] with the wor

Re: Detecting bad ethernet card

2004-12-13 Thread Tzafrir Cohen
On Mon, Dec 13, 2004 at 09:49:18AM +0200, Yosef Leibovich wrote: > I'm maintaining a peer-2-peer sometimes one of the network cards is > getting corrupted. How can I detect which one is it ("failed to bring up > eth0 doesn't really help...)? What do you get from mii-tool ? What kernel messages d

Re: Detecting bad ethernet card

2004-12-13 Thread Marc A. Volovic
Quoth meh: You could use mii-tool, which give you the state of the card. E.g.: phandaal# mii-tool eth0: negotiated 100baseTx-FD flow-control, link ok eth1: no link > Josh Zlatin-Amishav wrote: > > >On Mon, 13 Dec 2004, Yosef Leibovich wrote: > > > >>I'm maintaining a peer-2-peer sometimes one o

[CRAZY SUGGESTION] Re: Detecting bad ethernet card

2004-12-13 Thread Omer Zak
I have a crazy and expensive suggestion: Buy an hub and add 3rd computer to the network. Then install, on the three computers, scripts, which ping each other (say once a day). When a network card fails, two computers will still communicate with each other, and it'll be easy to find which compute

Re: eci 312+ adsl router

2004-12-13 Thread Erez Doron
i have found a document on the web that describes a different product but it seems to fit my router (although i used 'ssh router cat filename > localfilename' instead of installing an tftp server and using tftp like the doc suggest.) here is the link: http://eliti.st/projects/hacking_actiontec

Re: smb hebrew file names in konqueror

2004-12-13 Thread Yedidyah Bar-David
On Sun, Dec 12, 2004 at 05:53:36PM +0200, Naomi Schor wrote: > > > So what do you suggest? I know I didn't really help you ... > > As I said, I know how to mount and see Hebrew file names of Win98 in a kde > konsole or in konqueror by doing > > mount -t smbfs -o codepage=cp862,iocharset=utf8

Re: Detecting bad ethernet card

2004-12-13 Thread Josh Zlatin-Amishav
On Mon, 13 Dec 2004, Yosef Leibovich wrote: I'm maintaining a peer-2-peer sometimes one of the network cards is getting corrupted. How can I detect which one is it ("failed to bring up eth0 doesn't really help...)? Hi Yosef, At what point does the card get corrupted? Have you checked for carrier

Re: smb hebrew file names in konqueror

2004-12-13 Thread Yedidyah Bar-David
On Mon, Dec 13, 2004 at 11:53:44AM +0200, Tzafrir Cohen wrote: > On Sun, Dec 12, 2004 at 12:26:27PM +0200, Yedidyah Bar-David wrote: > > On Sat, Dec 11, 2004 at 10:11:01PM +0200, Tzafrir Cohen wrote: > > > On Sat, Dec 11, 2004 at 07:00:28PM +0200, Lior Kaplan wrote: > > > > hi Noami, > > > > > > >

Re: smb hebrew file names in konqueror

2004-12-13 Thread Tzafrir Cohen
On Sun, Dec 12, 2004 at 12:26:27PM +0200, Yedidyah Bar-David wrote: > On Sat, Dec 11, 2004 at 10:11:01PM +0200, Tzafrir Cohen wrote: > > On Sat, Dec 11, 2004 at 07:00:28PM +0200, Lior Kaplan wrote: > > > hi Noami, > > > > > > Windows 9X doesn't support Unicode, so you must somehow tell Konqi to us

Re: smb hebrew file names in konqueror

2004-12-13 Thread Lior Kaplan
I think old samba had a way to configure the charset. I'm not sure about new version. Noami, please do a search on the list archives... Yedidyah Bar-David wrote: On Mon, Dec 13, 2004 at 11:53:44AM +0200, Tzafrir Cohen wrote: On Sun, Dec 12, 2004 at 12:26:27PM +0200, Yedidyah Bar-David wrote: On S

Re: smb hebrew file names in konqueror

2004-12-13 Thread Yedidyah Bar-David
On Mon, Dec 13, 2004 at 01:44:16PM +0200, Lior Kaplan wrote: > I think old samba had a way to configure the charset. I'm not sure about > new version. Both do, but she wasn't interested in samba server, but smb client - specifically the one of conqueror. -- Didi ===

Re: smb hebrew file names in konqueror

2004-12-13 Thread Lior Kaplan
but if the server will send the client (Konqi) the right encoding, then it should work fine. when mounting smb with mount you manually do this. Yedidyah Bar-David wrote: On Mon, Dec 13, 2004 at 01:44:16PM +0200, Lior Kaplan wrote: I think old samba had a way to configure the charset. I'm not sure

Re: smb hebrew file names in konqueror

2004-12-13 Thread Yedidyah Bar-David
On Mon, Dec 13, 2004 at 03:06:45PM +0200, Lior Kaplan wrote: > but if the server will send the client (Konqi) the right encoding, then > it should work fine. Of course, but the server, in this case, is W98, over which you have less control, compared to samba. > > when mounting smb with mount yo

Go-linux - sortof call for lecturers

2004-12-13 Thread Shachar Shemesh
Hi all, While I know it's late (the conference itself is on December 22nd), I've been asked to come up with ideas for lectures and lecturers in all Linux related fields for the Go-Linux conference. Please send me your ideas, and we'll try to sort through them and get the interesting stuff in. P

Re: sharing X session

2004-12-13 Thread Micha Feigin
At Sun, 12 Dec 2004 23:15:32 +0200, Lior Kaplan wrote: > > I don't think so, but isn't VNC for that? > How do you share an existing session with vnc under linux? That is how it works with windows but under linux I only found out how to open a new X session. > Michael Ben-Nes wrote: > > Hi All >

Re: Go-linux - sortof call for lecturers

2004-12-13 Thread Ira Abramov
Quoting Shachar Shemesh, from the post of Mon, 13 Dec: > Hi all, > > While I know it's late (the conference itself is on December 22nd), I've > been asked to come up with ideas for lectures and lecturers in all Linux better^H^H^H^H^H^H Weirder late than never... well, I thoroughly enjoyed last

Re: Detecting bad ethernet card

2004-12-13 Thread meh
Tzafrir Cohen wrote: On Mon, Dec 13, 2004 at 09:49:18AM +0200, Yosef Leibovich wrote: I'm maintaining a peer-2-peer sometimes one of the network cards is getting corrupted. How can I detect which one is it ("failed to bring up eth0 doesn't really help...)? What do you get from mii-tool ? What ke

Re: mule client hebrew?

2004-12-13 Thread Shachar Raindel
On Sun, 12 Dec 2004 19:08:36 +0200, Aaron <[EMAIL PROTECTED]> wrote: > Hi all, > > is there all a client for emule/edonkey that supports hebrew searching > in linux? > The web interface of mlDonkey handles Hebrew quite well (just set the encoding in your browser to ISO-8859-8 and after that do an

Re: [OT] buying a domain name

2004-12-13 Thread Leonid Igolnik
> client), and by the time we got that straight the domain has already > expired in godaddy's account information, only a quick whois discovered > that while the domain was purchased only till 9/2004 and was then > correctly marked as expired in godaddy account information, whois > showed it re

Hebrew TTF in with RedHat Linux.

2004-12-13 Thread softkol
Hi. How do we add TTF in Hebrew to be used with applications in Linux? Is there a way to port TTF from MS and use them with Linux? Thanks for all you who gave me suggestions how to convert from PDF to PCL. I finally was able to put it to work. Best Regards, Israel Shikler Sof

Re: Hebrew TTF in with RedHat Linux.

2004-12-13 Thread Jonathan Ben Avraham
On Tue, 14 Dec 2004, softkol wrote: > Hi. > > How do we add TTF in Hebrew to be used with applications in Linux? > > Is there a way to port TTF from MS and use them with Linux? Yes, it's very simple - pay a license fee to the holders of the font copyrights and you can do it. Or you can purcha

Re: smb hebrew file names in konqueror

2004-12-13 Thread Naomi Schor
On Mon, 13 Dec 2004, Tzafrir Cohen wrote: > On Sun, Dec 12, 2004 at 12:26:27PM +0200, Yedidyah Bar-David wrote: > > On Sat, Dec 11, 2004 at 10:11:01PM +0200, Tzafrir Cohen wrote: > > > On Sat, Dec 11, 2004 at 07:00:28PM +0200, Lior Kaplan wrote: > > > > hi Noami, > > > > > > > > Windows 9X doesn't

Re: smb hebrew file names in konqueror

2004-12-13 Thread Yedidyah Bar-David
On Tue, Dec 14, 2004 at 01:01:24PM +0200, Naomi Schor wrote: > > As I said, in a terminal (konsole or uxterm) I see local Hebrew file names > ok, except for directionality, and in konqueror I see local Hebrew file > names ok, no problem with directionality. > > The problem is when trying to see w

Re: Hebrew TTF in with RedHat Linux.

2004-12-13 Thread Tzafrir Cohen
On Tue, Dec 14, 2004 at 12:55:05PM +0200, Jonathan Ben Avraham wrote: > On Tue, 14 Dec 2004, softkol wrote: > > > Hi. > > > > How do we add TTF in Hebrew to be used with applications in Linux? > > > > Is there a way to port TTF from MS and use them with Linux? Yes. Most of the programs you ca

Re: Detecting bad ethernet card

2004-12-13 Thread meh
Josh Zlatin-Amishav wrote: On Mon, 13 Dec 2004, Yosef Leibovich wrote: I'm maintaining a peer-2-peer sometimes one of the network cards is getting corrupted. How can I detect which one is it ("failed to bring up eth0 doesn't really help...)? Hi Yosef, At what point does the card get corrupted? H

Re: Detecting bad ethernet card

2004-12-13 Thread Josh Zlatin-Amishav
On Mon, 13 Dec 2004, meh wrote: Josh Zlatin-Amishav wrote: On Mon, 13 Dec 2004, Yosef Leibovich wrote: I'm maintaining a peer-2-peer sometimes one of the network cards is getting corrupted. How can I detect which one is it ("failed to bring up eth0 doesn't really help...)? Hi Yosef, At what poin

Bug Verification: xwd fails to capture OpenOffice with the Nvidia drivers

2004-12-13 Thread Shlomi Fish
Hi! Can people who run the Nvidia binary drivers please take a look at this bug: http://qa.mandrakesoft.com/show_bug.cgi?id=12039 Namely, the command: xwd -root | xwdtopnm | pnmtopng > hello.png when invoked in a virtual workspace that contains an OpenOffice.org window, generates a bad imag

Re: Go-linux - sortof call for lecturers

2004-12-13 Thread Shachar Shemesh
One more thing. We're really looking for an interesting keynote speech. Who would cause you to come over to hear in such a conference? Interesting unused ideas from this round are automatically forwarded to the august-penguin committee. You can answer publicly (both this and the previous messag

Re: Go-linux - sortof call for lecturers

2004-12-13 Thread Danny Lieberman
Shachar Good am! no problem. I have a few lectures I can give; most lectures include a live demo 1 - Inbound and outbound content monitoring - "How Linux beats Windows hands down in protecting digital assets and foiling spyware" The talk will discuss one of the hottest areas in information secu