Muli Ben-Yehuda | 1 May 2008 14:49
Picon
Favicon

JOB: senior Linux kernel engineer

IBM is looking for a senior Linux kernel engineer to join the recently
acquired FilesX team. To apply, please send your CV to Keren
Benes-Yosef <kerenb (at) il.ibm.com>. Feel free to shoot me an email
if you have any questions.

Quoth:

Location: Haifa

Description:

The employee will function as part of a team that develops an advanced
Data Protection & Recovery Management solutions.

Requirements: 

Candidate must have five years of experience with programming in C/C++
and at least 3 years experience with Unix/Linux kernel development.

Candidate must have experience with developing Unix/Linux kernel
modules and storage drivers.

Excellent interpersonal skills, ability to work in multi-task
environment; good problem solving skills and excellent English are
also a must.

Education:
B.A./B.Sc. in computer science or an IDF computers division graduate.

P.S. Keren is also looking for senior Windows kernel engineers.
(Continue reading)

David Suna | 1 May 2008 14:56

il.archive.ubuntu.com

I have an Ubuntu system that is having problems connecting with the 
repository il.archive.ubuntu.com.  Does anyone know if this repository 
is no longer available?  If not, what is the replacement?

Thanks,

--

-- 
David Suna
david@...

=================================================================
To unsubscribe, send mail to linux-il-request@... with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@...

sara fink | 1 May 2008 16:14
Picon

Re: need advice: how to cancel my parents netvision account

From experience with hot that charged me while I had bundle (pay to
isp for infrastructure as well), I sent a simple letter to Isracard to
cancel any payments to hot "Lealtar" and not to honor anymore requests
from hot. That solved the problem. Isracard won't pay them until I
give them a new notify. Do the same with netvision. But you should
write a registered letter to netvision.

On Wed, Apr 30, 2008 at 4:08 AM, Amos Shapira <amos.shapira <at> gmail.com> wrote:
> On Wed, Apr 30, 2008 at 2:59 AM, Noam Rathaus <noamr <at> beyondsecurity.com> wrote:
>  > Hi,
>  >
>  >  On Ynet they had an article about this, you need to send them a Fax asking
>  >  that they immediately terminate your account, confirm that they got the fax,
>  >  then three days letter confirm with them that they complied.
>
>  Maybe also send a registered snail-mail letter with a signed
>  acknowledgement of receipt.
>
>  >
>  >  If they didn't you call משרד התקשורת and complain.
>
>  Someone mentioned also http://tluna.co.il/ if it comes to that.
>
>  Also, not only for NetVision but in general - visit the bank and make
>  sure that all the "repeating payment" permissions are cancelled both
>  directly from the bank account and the credit card (don't cancel the
>  Bituach Leumi permission, the suckers will take your entire account if
>  they think you owe them, and you owe them even while living abroad).
>
>  --Amos
(Continue reading)

sara fink | 1 May 2008 23:08
Picon

how can I find which motherboard I have and the mac address?

I would like to know what motherboard I have and the mac address of
the laptop. How can I find the information.

=================================================================
To unsubscribe, send mail to linux-il-request@... with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@...

Matan Ziv-Av | 2 May 2008 00:02

Re: how can I find which motherboard I have and the mac address?

On Fri, 2 May 2008, sara fink wrote:

> I would like to know what motherboard I have and the mac address of
> the laptop. How can I find the information.

Motherboard: sometimes this information is in the DMI, so try

dmidecode  | grep -A 5 "Base Board"

or simply check the whole output of dmidecode.

For MAC address (it is usually per interface and not per computer) run

ifconfig

The MAC address is reported as HWaddr.

--

-- 
Matan Ziv-Av.                         matan@...

=================================================================
To unsubscribe, send mail to linux-il-request@... with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@...

sara fink | 2 May 2008 00:25
Picon

Re: how can I find which motherboard I have and the mac address?

Thanks, I installed dmidecode and ran the command, plus checked the
whole output.

About the mac address, I know ifconfig. I wanted to know the Mac
address of the motherboard. Also, I am more interested in mac address
of the usb ports, firewire.

This is the information I got for the motherboard:

Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
        Manufacturer: Uniwill
        Product Name: 255/259 Series
        Version:
        Serial Number: 00000000

The serial number looks weird.

On Fri, May 2, 2008 at 1:02 AM, Matan Ziv-Av <matan@...> wrote:
> On Fri, 2 May 2008, sara fink wrote:
>
>
> > I would like to know what motherboard I have and the mac address of
> > the laptop. How can I find the information.
> >
>
>  Motherboard: sometimes this information is in the DMI, so try
>
>  dmidecode  | grep -A 5 "Base Board"
>
(Continue reading)

Ohad Levy | 2 May 2008 03:31
Picon
Gravatar

Re: how can I find which motherboard I have and the mac address?

Hi Sara,

as far as I'm aware, there is no such thing as mac address for a mother board or usb ports.
Mother board usually have a serial number, you could find it with dmidecode.
more usb information you could find with lsusb and lspci commands.
for firewire I'm not so sure, but I assume that if you have the hardware, try searching for packages with 1394 name in them.. probably you would find the binaries that shows you firewire device information (also dmesg|grep 1394)

Ohad

On Fri, May 2, 2008 at 6:25 AM, sara fink <sara.fink-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Thanks, I installed dmidecode and ran the command, plus checked the
whole output.

About the mac address, I know ifconfig. I wanted to know the Mac
address of the motherboard. Also, I am more interested in mac address
of the usb ports, firewire.

This is the information I got for the motherboard:

Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
       Manufacturer: Uniwill
       Product Name: 255/259 Series
       Version:
       Serial Number: 00000000

The serial number looks weird.

On Fri, May 2, 2008 at 1:02 AM, Matan Ziv-Av <matan-kgwqOhPg4rVAfugRpC6u6w@public.gmane.org> wrote:
> On Fri, 2 May 2008, sara fink wrote:
>
>
> > I would like to know what motherboard I have and the mac address of
> > the laptop. How can I find the information.
> >
>
>  Motherboard: sometimes this information is in the DMI, so try
>
>  dmidecode  | grep -A 5 "Base Board"
>
>  or simply check the whole output of dmidecode.
>
>  For MAC address (it is usually per interface and not per computer) run
>
>  ifconfig
>
>  The MAC address is reported as HWaddr.
>
>
>  --
>  Matan Ziv-Av.                         matan-kgwqOhPg4rVAfugRpC6u6w@public.gmane.org
>
>

=================================================================
To unsubscribe, send mail to linux-il-request-NSemkxREmS1YZAO8hgG6+w@public.gmane.org with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request-NSemkxREmS1YZAO8hgG6+w@public.gmane.org


sara fink | 2 May 2008 06:38
Picon

Re: how can I find which motherboard I have and the mac address?

Thanks. From the dmidecode I found the serial number to be 000000. I
think it's not normal.
And for the bios, I will check when I boot again.

 I know lsusb and lspci. lsusb shows id when something is plugged in
(but this doesn't work for me anymore ;-( because all the usb ports
fried).
I was trying to find as much as possible identification in order to
know when the service will claim that motherboard was changed, that
indeed it was changed.

Thanks a lot.

On Fri, May 2, 2008 at 4:31 AM, Ohad Levy <ohadlevy@...> wrote:
> Hi Sara,
>
> as far as I'm aware, there is no such thing as mac address for a mother
> board or usb ports.
> Mother board usually have a serial number, you could find it with dmidecode.
> more usb information you could find with lsusb and lspci commands.
>  for firewire I'm not so sure, but I assume that if you have the hardware,
> try searching for packages with 1394 name in them.. probably you would find
> the binaries that shows you firewire device information (also dmesg|grep
> 1394)
>
> Ohad
>
>
>
> On Fri, May 2, 2008 at 6:25 AM, sara fink <sara.fink@...> wrote:
> >
> >
> >
> > Thanks, I installed dmidecode and ran the command, plus checked the
> > whole output.
> >
> > About the mac address, I know ifconfig. I wanted to know the Mac
> > address of the motherboard. Also, I am more interested in mac address
> > of the usb ports, firewire.
> >
> > This is the information I got for the motherboard:
> >
> > Handle 0x0002, DMI type 2, 8 bytes
> > Base Board Information
> >        Manufacturer: Uniwill
> >        Product Name: 255/259 Series
> >        Version:
> >        Serial Number: 00000000
> >
> > The serial number looks weird.
> >
> >
> >
> >
> >
> >
> >
> > On Fri, May 2, 2008 at 1:02 AM, Matan Ziv-Av <matan@...> wrote:
> > > On Fri, 2 May 2008, sara fink wrote:
> > >
> > >
> > > > I would like to know what motherboard I have and the mac address of
> > > > the laptop. How can I find the information.
> > > >
> > >
> > >  Motherboard: sometimes this information is in the DMI, so try
> > >
> > >  dmidecode  | grep -A 5 "Base Board"
> > >
> > >  or simply check the whole output of dmidecode.
> > >
> > >  For MAC address (it is usually per interface and not per computer) run
> > >
> > >  ifconfig
> > >
> > >  The MAC address is reported as HWaddr.
> > >
> > >
> > >  --
> > >  Matan Ziv-Av.                         matan@...
> > >
> > >
> >
> >
> > =================================================================
> > To unsubscribe, send mail to linux-il-request@... with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail linux-il-request@...
> >
> >
>
>

=================================================================
To unsubscribe, send mail to linux-il-request@... with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@...

Amos Shapira | 2 May 2008 07:25
Picon
Gravatar

Re: how can I find which motherboard I have and the mac address?

On Fri, May 2, 2008 at 2:38 PM, sara fink <sara.fink@...> wrote:
>  I was trying to find as much as possible identification in order to
>  know when the service will claim that motherboard was changed, that
>  indeed it was changed.

Then, in addition to the high tech methods, you can probably resolve
to some low-tech like putting a mark and/or a sticker on some
component on the board. If you do it conspicuous enough they probably
won't bother moving it to the other board.

BTW - what about writing something to the NVRAM. A quick debian
package search found only "nvram-wakeup" but maybe that's enough.

--Amos

=================================================================
To unsubscribe, send mail to linux-il-request@... with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@...

Shachar Shemesh | 2 May 2008 08:10

Re: how can I find which motherboard I have and the mac address?

Amos Shapira wrote:
>
> BTW - what about writing something to the NVRAM. A quick debian
> package search found only "nvram-wakeup" but maybe that's enough.
>
> --Amos
>
>   
Writing something to nvram is as simple as "echo something > 
/dev/nvram". That is not the trick.

The trick is writing something to nvram in a way that will not interfere 
with the machine's normal operation. Also, if the lab does "restore 
factory defaults" in the CMOS, it is highly likely that what you wrote 
to the nvram will be erased. If they remove the battery for long enough 
it is certain it will be erased. So, no, I don't think that's a good option.

Shachar

=================================================================
To unsubscribe, send mail to linux-il-request@... with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@...


Gmane