[2nd post] People who replied to my quest for VB help - please contact

2005-05-18 Thread Amos Shapira
(I never received a copy of this message, which was sent in the
period reported as "list broken". Apologies if you have already seen
it.)

Hi,

Around September last year I called for help in converting
a Visual Basic program called "Soarcast" to Java. A couple of
people replied to me in private and I sent them the code.

Since then I lost contact of these people and would like to ask
them to contact me back ASAP.

Thanks,

--Amos

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]



Calling all Israeli Pythoneers

2005-05-18 Thread Shlomi Fish
Check:

http://www.iglu.org.il/IGLU/modules.php?op=modload&name=News&file=article&sid=94

http://xrl.us/f5om

for a call for arms for Israeli Pythoneers to better organize themselves.

Regards,

Shlomi Fish

-
Shlomi Fish  [EMAIL PROTECTED]
Homepage:http://www.shlomifish.org/

Tcl is LISP on drugs. Using strings instead of S-expressions for closures
is Evil with one of those gigantic E's you can find at the beginning of 
paragraphs.

=
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]



Re: How do you upgrade RH without booting from CD?

2005-05-18 Thread Amos Shapira
On 5/19/05, Shlomo Dubrowin <[EMAIL PROTECTED]> wrote:
> larger CDs).  Also, are there places (in the Jerusalem area) that
> still sell the older 650MB CDs?

I don't think this matters - as long as your ISO image is not
larger than the CD driver's limit it shouldn't care that the media
can hold more than that.

Have you tried it?

>   Shlomo

--Amos

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]



Re: Shell scripting question regarding quoting

2005-05-18 Thread Ehud Karni
On Tue, 17 May 2005 12:27:55 +0300, Shachar Shemesh <[EMAIL PROTECTED]> wrote:
>
> I have a bourne shell script that defines a function "dosomething".
> Dosomething receives a string, and passes is along to a subshell for
> processing (currently by doing sh -c "$cmdline").
>
> The problem is that when I do:
> dosomething "a\\b"
> $cmdline gets:
> a\b
> (which is ok)
>
> but the subshell gets:
> ab
> Which is not. Is there a builtin shell function that quotes special
> characters for passing through a context that does dereferencing?

There is no problem with bash omitting \. There is a bigger problem
with arguments with spaces in them.
How do you set `cmdline' from the script arguments ?

Here is an example of small script that call itself with demonstration
of preserving its arguments.


#! /bin/bash -e
# Compile by: /bin/sh -e $* 3 "1=abc" "2=a\b" "3=a\\b" "4=with   3 spaces" 
'5=quote"it' "6=apos'in"
#==

echo -E "(echo -E) Called as $0 $@"# Show with escape chars as is
echo -e "(echo -e) Called as $0 $@"# Show translated escape sequence

CNT=$1 # how many times to call
shift  # ignore the 1st arg

if [ 0$CNT -gt 1 ] ; then  # call next if > 1
NXT=`expr $CNT - 1`
CMDLINE=""
for ARG in "$@"# do for each argument
do # convert space to \x20
CARG=`echo -E "$ARG" | sed -e 's/ /x20/g'`
CMDLINE="$CMDLINE $CARG"   # store in new command call
done
$0 $NXT $CMDLINE   # call once more (with decreased count)
fi
echo " $CNT DONE $*"   # show with arguments

exit 0
## tst.sh ##


And here is the output when called by:  /bin/sh -e tst.sh 3 "1=abc" "2=a\b" \
   "3=a\\b" "4=with   3 spaces" '5=quote"it' "6=apos'in"

(echo -E) Called as tst.sh 3 1=abc 2=a\b 3=a\\b 4=with   3 spaces 5=quote"it 
6=apos'in
(echo -e) Called as tst.sh 3 1=abc 2=a 3=a\b 4=with   3 spaces 5=quote"it 
6=apos'in
(echo -E) Called as ./tst.sh 2 1=abc 2=a\b 3=a\\b 4=with\x20\x20\x203\x20spaces 
5=quote"it 6=apos'in
(echo -e) Called as ./tst.sh 2 1=abc 2=a 3=a\b 4=with   3 spaces 5=quote"it 
6=apos'in
(echo -E) Called as ./tst.sh 1 1=abc 2=a\b 3=a\\b 4=with\x20\x20\x203\x20spaces 
5=quote"it 6=apos'in
(echo -e) Called as ./tst.sh 1 1=abc 2=a 3=a\b 4=with   3 spaces 5=quote"it 
6=apos'in
 1 DONE 1=abc 2=a 3=a\b 4=with   3 spaces 5=quote"it 
6=apos'in
 2 DONE 1=abc 2=a 3=a\b 4=with   3 spaces 5=quote"it 
6=apos'in
 3 DONE 1=abc 2=a 3=a\b 4=with   3 spaces 5=quote"it 
6=apos'in

Ehud.


--
 Ehud Karni   Tel: +972-3-7966-561  /"\
 Mivtach - Simon  Fax: +972-3-7966-667  \ /  ASCII Ribbon Campaign
 Insurance agencies   (USA) voice mail and   X   Against   HTML   Mail
 http://www.mvs.co.il  FAX:  1-815-5509341  / \
 GnuPG: 98EA398D Better Safe Than Sorry

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]



Re: How do you upgrade RH without booting from CD?

2005-05-18 Thread Stanislav Malyshev
SD>> too old to recognize newer larger drives.  Is it still possible (I
SD>> know it used to be on older distros of RH) to boot off a floppy and

I had sucessfully booted and run Linux on the machine with old BIOS and 
large HD - from the floppy. However, I didn't go through install since I 
have copied system from old smaller disk, but I don't think there should 
be a problem with install either - you probably can make a grub boot 
floppy and then tell grub to continue booting from the CD. 

-- 
[EMAIL PROTECTED]   \/  There shall be counsels taken
Stanislav Malyshev  /\  Stronger than Morgul-spells
phone +972-54-6524945   /\  JRRT LotR.
whois:!SM8333


=
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]



Re: How do you upgrade RH without booting from CD?

2005-05-18 Thread Shlomo Dubrowin
So it turns out that the machine I picked up (200NIS) has a CD ROM
drive that will only read 650MB CDs and the bios on the Motherboard is
too old to recognize newer larger drives.  Is it still possible (I
know it used to be on older distros of RH) to boot off a floppy and
install over something like NFS (off my laptop which can read the
larger CDs).  Also, are there places (in the Jerusalem area) that
still sell the older 650MB CDs?

  Shlomo

On 5/16/05, Shlomo Dubrowin <[EMAIL PROTECTED]> wrote:
> I just picked up an old P200 that I want to make a small webserver for
> the house.  I couldn't get the system to boot the RH9 CD, but it did
> boot an old RH 6.2 CD.  So I installed RH 6.2 (1 CD, took about 15
> min) and now I can mount the RH 9 CD, but I'm not sure how I can get
> the system to upgrade.  Is there some kind of script or special secret
> command I can execute to install the system off the already mounted
> CD?
> 
> BTW - I had forgotten how bare bones RH 6.2 installs.  No SSH(d) only
> telnet and ftp.  Lots of bad ports open.  Very scary.  :-)
> 
> Thanx.
> 
>   Shlomo
> --
> ---
>   ,-~~-.___.._.
>  / |  ' \   | |"|   Shlomo Dubrowin
> (  ) 0  | | | (Sheldon)
>  \_/-, ,'   | | |
> !_!--v---v--"
> /  \-'~;  ||[EMAIL PROTECTED]
>/  __/~| ._-""|||  http://www.dubrowin.org
>  =(  _|_||||
> ---
> 


-- 
---
  ,-~~-.___.._.
 / |  ' \   | |"|   Shlomo Dubrowin
(  ) 0  | | | (Sheldon)
 \_/-, ,'   | | |
!_!--v---v--"
/  \-'~;  ||[EMAIL PROTECTED]
   /  __/~| ._-""|||  http://www.dubrowin.org
 =(  _|_||||
---

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]



Re: adding text to beginning of a file

2005-05-18 Thread shimi
On Wed, 2005-05-18 at 08:13 +0300, Aaron wrote:
> Hi again,
> thanks for the help, all the methods seem to work for a single file.
> 
> how would I iterate this for a whole directory?
> Thanks
> Aaron
> 

for i in /path/to/dir/*; do cat header $i > $i.tmp && mv $i.tmp $i; done

-- 
shimi <[EMAIL PROTECTED]>


=
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]



Re: [OT] nitpicking [was Re: Is open source more secure?]

2005-05-18 Thread Marc A. Volovic
Well, no. Russians do not use everything for drinks. It has been
empirically proved that some substances - e.g. slag - cannot be
used to make drinks.

Worse, some substances - e.g. slag - cannot be even used for the
after-drink zakuska.

Yet even worse than that, some substances - e.g. slag - are not
even useful for bottling drinks.

The silver lining on the rain cloud, however, is that there are precious
few such substances. Namely, one - slag.

Slainte!

Marc.


Amos Shapira wrote:

>On 5/18/05, Michael Vasiliev <[EMAIL PROTECTED]> wrote:
>  
>
>>Russian for that...er, product. Now, you'll never guess what Russians use the
>>gorm for...
>>
>>
>
>Easy - Russians use everything to make drinks, right? :-)
>
>Cheers,
>
>--Amos
>
>===
>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]
>  
>


=
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]



Re: adding text to beginning of a file

2005-05-18 Thread Yedidyah Bar-David
On Wed, May 18, 2005 at 03:35:00PM +0300, Micha Feigin wrote:
> On Wed, 18 May 2005, Micha Feigin wrote:
> 
> >On Tue, 17 May 2005, Aaron wrote:
> >
> >>Hi all,
> >>
> >>I was able to add text to the end of all the files in a directory
> >>with:
> >>
> >>do
> >>cat end >> $foo
> >>done
> >>
> >>
> >>but I can't figure out how to add the contents of the file beginning
> >>to the beginning of all files in a directory.
> >>
> >
> >One way to do it would be
> >for file in * ; do
> >cat $file end > $file
> >done
> >
> 
> of course I got that the wrong way around and would go into a 
> loop if it were the right way (or error).

Not exactly.
You wouldn't go into a loop, and if cat is naive, also not get
an error. You'd simply get in $file only the contents of 'end'.
That's because '> $file' is interpreted by the shell, even before
running cat. The shell opens the file and truncates it. cat would
read it, it will be empty, and then go on and read 'end' and cat
it into file.

However, I was not sure cat is naive. So I tried this. On Linux
(2.6, debian sid), Solaris 8 and Irix 6.5. On all three of them,
cat noticed and said something.
Linux (actually, GNU cat):
% cat f1 end > f1
cat: f1: input file is output file
Solaris:
% cat f1 end > f1
cat: input/output files 'f1' identical
Irix:
% cat f1 end > f1
Input/output files 'f1' identical

I was curious to know what exactly cat did. It turns out that it
skipped f1. To know this (without looking at the sources), I simply
did '>> f1' instead of '> f1'. If it did read it, it would double
it (catting itself to the end of it). But it didn't - I simply got
f1 and then end.

> 
> what you want is:
> 
> for file in * ; do
> cat begining $file > $file.tmp
> mv $file.tmp $file
> done

Since I already took the time and rudeness to reply, I'll add:
Your solution is mostly correct.
As others said, all of these things aren't safe. If you get used to
doing things both unsafely and without awareness, you'll end up loosing
data. Double check whatever you do. I already wrote my preffered
solution (of course there are many good ones). It's left as a simple
excersize to the reader why I prefer mine over yours.
-- 
Didi


=
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]



Re: adding text to beginning of a file

2005-05-18 Thread Micha Feigin
On Wed, 18 May 2005, Micha Feigin wrote:
On Tue, 17 May 2005, Aaron wrote:
Hi all,
I was able to add text to the end of all the files in a directory
with:
do
cat end >> $foo
done
but I can't figure out how to add the contents of the file beginning
to the beginning of all files in a directory.
One way to do it would be
for file in * ; do
cat $file end > $file
done
of course I got that the wrong way around and would go into a 
loop if it were the right way (or error).

what you want is:
for file in * ; do
cat begining $file > $file.tmp
mv $file.tmp $file
done
I know this is something simple but I can't remember how to do this.
-
This  is end
-
}
   \paper {
   }
   \midi {
   \tempo 4 = 60
   }
   }


this is beginning

\version "2.2.0"
\header{
   title = "Nigun Hisvaadus"
   composer = ""
   meter = ""
   }
   #(set-global-staff-size 18)
   \score {
\notes {
 \key e \minor
   \clef violin
---
---
Thanks
Aaron
=
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]
+++
This Mail Was Scanned By Mail-seCure System
at the Tel-Aviv University CC.

=
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]


Re: adding text to beginning of a file

2005-05-18 Thread Micha Feigin
On Tue, 17 May 2005, Aaron wrote:
Hi all,
I was able to add text to the end of all the files in a directory
with:
do
cat end >> $foo
done
but I can't figure out how to add the contents of the file beginning
to the beginning of all files in a directory.
One way to do it would be
for file in * ; do
cat $file end > $file
done
I know this is something simple but I can't remember how to do this.
-
This  is end
-
}
   \paper {
   }
   \midi {
   \tempo 4 = 60
   }
   }


this is beginning

\version "2.2.0"
\header{
   title = "Nigun Hisvaadus"
   composer = ""
   meter = ""
   }
   #(set-global-staff-size 18)
   \score {
\notes {
 \key e \minor
   \clef violin
---
---
Thanks
Aaron
=
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]
+++
This Mail Was Scanned By Mail-seCure System
at the Tel-Aviv University CC.
=
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]


RE: Getting a PowerMust 600 UPS to work with Linux using the USB Connection

2005-05-18 Thread Alex Alexander
Hey guys... I'm having the same problem with my Mustek Powermust
2000VA USB... I tried using the serial port emulated by the driver
[Cypress Semiconductor USB to Serial], but NUT wouldnt connect to it
using the mustek driver...

upsdrvctl results:

Syncing with UPS: .Startup timer elapsed, continuing...
zero:~# ...
Failed - giving up...


dmesg:

ohci_hcd :00:02.1: wakeup
usb 2-3: new low speed USB device using ohci_hcd and address 3
input: USB HID v1.00 Gamepad [Cypress Semiconductor USB to Serial] on
usb-:00:02.1-3


evtest:

zero:~# ./evtest /dev/input/event1
Input driver version is 1.0.0
Input device ID: bus 0x3 vendor 0x665 product 0x5161 version 0x1
Input device name: "Cypress Semiconductor USB to Serial"
Supported events:
  Event type 0 (Reset)
Event code 0 (Reset)
Event code 1 (Key)
Event code 17 (LED)
  Event type 1 (Key)
Event code 304 (BtnA)
Event code 305 (BtnB)
Event code 306 (BtnC)
Event code 307 (BtnX)
Event code 308 (BtnY)
Event code 309 (BtnZ)
Event code 310 (BtnTL)
Event code 311 (BtnTR)
Event code 312 (BtnTL2)
Event code 313 (BtnTR2)
Event code 314 (BtnSelect)
Event code 315 (BtnStart)
Event code 316 (BtnMode)
Event code 317 (BtnThumbL)
Event code 318 (BtnThumbR)
Event code 319 (?)
Event code 320 (ToolPen)
Event code 321 (ToolRubber)
Event code 322 (ToolBrush)
Event code 323 (ToolPencil)
Event code 324 (ToolAirbrush)
Event code 325 (ToolFinger)
Event code 326 (ToolMouse)
Event code 327 (ToolLens)
Event code 328 (?)
Event code 329 (?)
Event code 330 (Touch)
Event code 331 (Stylus)
Event code 332 (Stylus2)
Event code 333 (?)
Event code 334 (?)
Event code 335 (?)
Event code 336 (?)
Event code 337 (?)
Event code 338 (?)
Event code 339 (?)
Event code 340 (?)
Event code 341 (?)
Event code 342 (?)
Event code 343 (?)
Event code 344 (?)
Event code 345 (?)
Event code 346 (?)
Event code 347 (?)
Event code 348 (?)
Event code 349 (?)
Event code 350 (?)
Event code 351 (?)
Event code 352 (?)
Event code 353 (?)
Event code 354 (?)
Event code 355 (?)
Event code 356 (?)
Event code 357 (?)
Event code 358 (?)
Event code 359 (?)
Event code 360 (?)
Event code 361 (?)
Event code 362 (?)
Event code 363 (?)
Event code 364 (?)
Event code 365 (?)
Event code 366 (?)
Event code 367 (?)
  Event type 17 (LED)
Event code 0 (NumLock)
Event code 1 (CapsLock)
Event code 2 (ScrollLock)
Event code 3 (Compose)
Event code 4 (Kana)
Event code 5 (Sleep)
Event code 6 (Suspend)
Event code 7 (Mute)
Event code 8 (?)
Event code 9 (?)
Event code 10 (?)
Event code 11 (?)
Event code 12 (?)
Event code 13 (?)
Event code 14 (?)
Event code 15 (?)
Testing ... (interrupt to exit)

> tried shuting down the power, no reaction.

Anyone else made some progress? Any help would be welcomed :)

Thanq

-- 
|
| Alex Alexander
|
\

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]



Re: Driver For IBM RAID - More information

2005-05-18 Thread Aharon Schkolnik

More information below 


On Wednesday 18 May 2005 01:09 pm, Aharon Schkolnik wrote:
> On Tuesday 17 May 2005 03:30 pm, Danny Lieberman wrote:
> > aharon
> > this is a familiar problem with FC3  solved as you already know by RH 9
> > ESv4
> > there are similar issues with gigabit eth nics
> >
> > if you need a whitebox version then use Centos  3.4
>
> I just started installing Centos 4 on an IBM machine (described below) with
> two disks defined as an hardware mirror set. I chose the disk druid to
> partition the disks, and instead of seeing one disk which is really the
> hardware RAID mirror set, I see both individual disks.
>
> Has anyone ever seen this ?
> Am I doing something wrong ?

This same thing happens with RedHat Enterprise 3 Update 4 with the hardware 
described below. With a different IBM server with a different SCSI driver, 
this does not happen - the operating system sees just one disk which is 
really two disks configured as one RAID mirror set.

Fedora Core 4 test3 behaves just like Centos and Redhat Enterprise.

>
> > br
> > danny
> >
> > Aharon Schkolnik wrote:
> > >Hi.
> > >
> > >I am trying to install Fedora Core 3 on an IBM xSeries 306 machine with
> > > two SCSI disks set up as a mirror set. The SCSI controller is AIC 7901,
> > > and the IBM RAID is called ServeRaid (I think).
> > >
> > >When I boot the Fedora installation CD, it does not find and disks. I
> > > have tried very hard to find a driver which I can supply during
> > > installation time, but have not been successful.
> > >
> > >When I boot from a RedHat 9 Enterprise 3 Update 4 installation CD, it
> > > DOES recognize the disk. lsmod shows modules named md, raid0, raid1,
> > > and raid5.
> > >
> > >Any ideas ?
> > >
> > >TIA !

-- 
  The day is short, and the work is great,  |  Aharon Schkolnik
  and the laborers are lazy, and the reward |  
  is great, and the Master of the house is  |  [EMAIL PROTECTED]
  impatient. - Ethics Of The Fathers Ch. 2  |  052-5560120

=
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]



Re: Connecting Nokia 6230

2005-05-18 Thread Gilboa Davara




I stand corrected, then.

Never the less, IRDA and Bluetooth should probe to be faster then a 128Kbps serial line.

Gilboa

On Wed, 2005-05-18 at 13:08 +0200, Hetz Ben Hamo wrote:


> In general, you can't find the serial DKU-2 in Israel (at least I
> couldn't) and the USB-to-serial DKU-5 cable (the one being sold in
> Israel) isn't support by Linux (Nokia doesn't share the USB-serial chip
> specs).

Check this: http://www.zap.co.il/models.asp?keyword=DKU-2&image1.x=0&image1.y=0

I bought mine from E-net, although I haven't really tested it with Linux.

Thanks,
Hetz

> Bluetooth and IR should work just fine, though I haven't tested them
> myself.

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]






Re: 33GB/127GB Limits (was: Re: upgraading a Toshiba Satellite 4030CDT hark disk)

2005-05-18 Thread Amos Shapira
On 5/18/05, Omer Zak <[EMAIL PROTECTED]> wrote:
> Or it is the 33GB limit, which I encountered few years ago when I bought
> 40GB hard disks for my PC (the limit has disappeared from my PC by now,

Thanks for reminding me this number. It certainly could be it.
I'll widen my search a bit to consider 30Gb disks too (eBay "Favourite
Search daily report" is a wonderful feature :).

> About limits, as far as I remember, the next BIOS limit is 127GB.  Since
> 400GB hard disks are now available, what is the status of this limit:
> - Do today's BIOS versions suffer from it?
> - How do I check if my PC's BIOS suffers from this limit?
> - What is the next limit after 127GB?
> --- Omer

I'd be interested to hear the answer to these as well.

Cheers,

--Amos

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]



Re: Connecting Nokia 6230

2005-05-18 Thread Hetz Ben Hamo
> In general, you can't find the serial DKU-2 in Israel (at least I
> couldn't) and the USB-to-serial DKU-5 cable (the one being sold in
> Israel) isn't support by Linux (Nokia doesn't share the USB-serial chip
> specs).

Check this: http://www.zap.co.il/models.asp?keyword=DKU-2&image1.x=0&image1.y=0

I bought mine from E-net, although I haven't really tested it with Linux.

Thanks,
Hetz

> Bluetooth and IR should work just fine, though I haven't tested them
> myself.

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]



Job offer - open-source research project

2005-05-18 Thread Nadav Har'El
Once in a while, comes an opportunity to be paid to work not just *with*
open-source tools, but to actually work *on* an open-source project.

A good friend of mine is looking to hire a full-time programmer for an
interesting and successful research project in Tel-Aviv University, that
is being run as an Open Source project.

Here are the details:
-

The DIMES project (www.netdimes.org) is expanding..

The DIMES project is an open-source research project based in Tel-Aviv
university which has ventured to map the structure and evolution of the
Internet using distributed agents installed by volunteers all over the world.

It was recently covered by Science magazine:
http://www.netdimes.org/scienceMay05.pdf
and slashdot:
http://science.slashdot.org/science/05/05/15/1715208.shtml

We are looking for a new programmer to join our team, and continue
enhancing our platform.

Our platform is based mainly on Java, MySQL and Tomcat, running on a
linux blade center. In addition we develop a java/C++ based agent
which is used by thousands of users all over the world, with a
current windows port and a linux and OSX port coming in the near future.

We are looking for a programmer with good understanding of server  
technologies and experience with programming network applications.  
Experience with Java and SQL are a big plus.
The work is fulltime and based in Tel-Aviv university's EE-Systems  
dept. (near the university rail-station).
For more details and enquiries, please write to [EMAIL PROTECTED]
Cheers,
Eran Shir
The DIMES project
TAU


-- 
Nadav Har'El| Wednesday, May 18 2005, 9 Iyyar 5765
[EMAIL PROTECTED] |-
Phone +972-523-790466, ICQ 13349191 |:(){ :|:&};: # DANGER: DO NOT run this,
http://nadav.harel.org.il   |unless you REALLY know what you're doing!

=
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]



Re: Connecting Nokia 6230

2005-05-18 Thread Tzafrir Cohen
On Wed, May 18, 2005 at 01:08:39PM +0300, Shachar Shemesh wrote:

> A couple of corrections:
> 1. On this list, you MUST write in English. It's part of the list's charter.

Would we give linux-heb another go?

  × × ×× ×× ××:
  http://www.iglu.org.il/mailing-lists/linux-heb.html

(If you can't read the above Hebrew you didn't miss anything relevant)

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |   | a Mutt's  
[EMAIL PROTECTED] |   |  best
ICQ# 16849755 |   | friend

=
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]



Re: Driver For IBM RAID

2005-05-18 Thread Aharon Schkolnik
On Tuesday 17 May 2005 03:30 pm, Danny Lieberman wrote:
> aharon
> this is a familiar problem with FC3  solved as you already know by RH 9
> ESv4
> there are similar issues with gigabit eth nics
>
> if you need a whitebox version then use Centos  3.4

I just started installing Centos 4 on an IBM machine (described below) with 
two disks defined as an hardware mirror set. I chose the disk druid to 
partition the disks, and instead of seeing one disk which is really the 
hardware RAID mirror set, I see both individual disks. 

Has anyone ever seen this ?
Am I doing something wrong ?
 

>
> br
> danny
>
> Aharon Schkolnik wrote:
> >Hi.
> >
> >I am trying to install Fedora Core 3 on an IBM xSeries 306 machine with
> > two SCSI disks set up as a mirror set. The SCSI controller is AIC 7901,
> > and the IBM RAID is called ServeRaid (I think).
> >
> >When I boot the Fedora installation CD, it does not find and disks. I have
> >tried very hard to find a driver which I can supply during installation
> > time, but have not been successful.
> >
> >When I boot from a RedHat 9 Enterprise 3 Update 4 installation CD, it DOES
> >recognize the disk. lsmod shows modules named md, raid0, raid1, and raid5.
> >
> >Any ideas ?
> >
> >TIA !

-- 
  The day is short, and the work is great,  |  Aharon Schkolnik
  and the laborers are lazy, and the reward |  
  is great, and the Master of the house is  |  [EMAIL PROTECTED]
  impatient. - Ethics Of The Fathers Ch. 2  |  052-5560120

=
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]



Re: Connecting Nokia 6230

2005-05-18 Thread Shachar Shemesh
Hetz Ben Hamo wrote:
On this list, you might want to write in English, not everyone here
reads hebrew..
THanks,
Hetz
 

A couple of corrections:
1. On this list, you MUST write in English. It's part of the list's charter.
2. This list used to host at LEAST one participant from Iran and several 
English only speakers. I myself directed someone who asked me about 
local LUGs that can help him that lives in Lebanon. I think that your 
assertion that everyone reads Hebrew is a bit off.

Personally, if someone is going to refer to a single word in Hebrew, I 
would rather them type that word in Hebrew instead of phonetic-typing it 
in English. Whole Hebrew emails, however, are not allowed by the list's 
charter.

 Shachar
--
Shachar Shemesh
Lingnu Open Source Consulting ltd.
Have you backed up today's work? http://www.lingnu.com/backup.html
=
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]


Re: Connecting Nokia 6230

2005-05-18 Thread Gal Gur-Arie
There was a discussion on this issue a few months ago.
Most of the people didn't had a problem with Hebrew mails.
Anyway. Here is my mail in English:
Does anyone have experience of connection Nokia 6230 and transfer files 
to it ?
I know that Gnokii  can do this with the support of 
gnokiifs < http://www.gnokii.org/download/gnokiifs/ > .

I've found the following URL which says that to enable support for dku2 
cable there is a need to install a kernel module called gammu: 
http://article.gmane.org/gmane.linux.drivers.gammu/2261

I'm not familiar with the Gammu project < 
http://www.mwiacek.com/gsm/soft/gammu.html > and i was wonder if someone 
here - knows about it / tried it before ?

Is it better to use the Bluetooth protocol ?
Thanks in advanced,
Gal

Hetz Ben Hamo wrote:
On this list, you might want to write in English, not everyone here
reads hebrew..
THanks,
Hetz
On 5/18/05, Gal Gur-Arie <[EMAIL PROTECTED]> wrote:
 

××× ×× ×× × ×× ×/ ×× ×× × 6230 ? 

× ××× ×× ×× ×Gnokii ×× × gnokiifs. 
×× ××× × ×× ×× ×   dku2 - × ×× ×× ×××: 
http://article.gmane.org/gmane.linux.drivers.gammu/2261 

 ×× × × BlueTooth ? 
××× × / ×× × ?    ××  × × ×× ×
×× ××× ××× Gammu  ×× ×× ×× . 

 , 
××
   


 

=
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]


Re: Connecting Nokia 6230

2005-05-18 Thread Gilboa Davara
First, I'd suggest you post in English and in plain text.
HTML Hebrew message  encoding tend to screw numbers and links... plus,
not all email clients accept HTML messages.

In general, you can't find the serial DKU-2 in Israel (at least I
couldn't) and the USB-to-serial DKU-5 cable (the one being sold in
Israel) isn't support by Linux (Nokia doesn't share the USB-serial chip
specs).
Bluetooth and IR should work just fine, though I haven't tested them
myself.

Gilboa

On Wed, 2005-05-18 at 12:02 +0300, Gal Gur-Arie wrote:
>  האם למישהו יש נסיון בהעברת קבצים/ נתונים למכשיר נוקיה 6230 ? 
> 
>מצאתי שיש אפשרות להשתמש בGnokii בשימוש ב gnokiifs. 
>  העניין הוא שצריך גם להוסיף תמיכה לכבל מסוג dku2 - מצאתי את הקישור
>  הבא: 
>   http://article.gmane.org/gmane.linux.drivers.gammu/2261 
> 
>   אולי להשתמש בפרוטוקול ה BlueTooth ? 
>   האם מישהו ניסה/מכיר את הנושא ? לפני שאני חורש על גוגל ומנסה לקמפל את
>הקרנל עם מודולים כמו Gammu שאני לא כל כך מכיר. 
> 
>  תודה מראש, גל


=
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]



Re: Connecting Nokia 6230

2005-05-18 Thread Hetz Ben Hamo
On this list, you might want to write in English, not everyone here
reads hebrew..

THanks,
Hetz

On 5/18/05, Gal Gur-Arie <[EMAIL PROTECTED]> wrote:
>  
> ××× ×× ×× × ×× ×/ ×× 
> ×× × 6230 ? 
>  
>  × ××× ×× ×× ×Gnokii ×× × 
> gnokiifs. 
>  ×× ××× × ×× ×× ×  
>  dku2 - × ×× ×× ×××: 
>  http://article.gmane.org/gmane.linux.drivers.gammu/2261 
>  
>   ×× × × BlueTooth ? 
>  ××× × / ×× × ?   
>  ××  × × ×× ×
> ×× ××× ××× Gammu  ×× ×× ×× . 
>  
>   , 
>  ××


Connecting Nokia 6230

2005-05-18 Thread Gal Gur-Arie




×××
×× ×× × ×× ×/ ×× ×× × 6230 ?


× ××× ×× ×× ×Gnokii ×× × gnokiifs.

×× ××× × ×× ×× ×   dku2 - × ×× ×× ×××:

http://article.gmane.org/gmane.linux.drivers.gammu/2261


 ×× × × BlueTooth ?

××× × / ×× × ?    ××  × × ××
×
×× ××× ××× Gammu  ×× ×× ×× .


 ,

××




33GB/127GB Limits (was: Re: upgraading a Toshiba Satellite 4030CDT hark disk)

2005-05-18 Thread Omer Zak
On Wed, 2005-05-18 at 16:33 +1000, Amos Shapira wrote:
> On 5/18/05, Kfir Lavi <[EMAIL PROTECTED]> wrote:
> > Linux can handle large hard drives, because it don't depend on the bios. 
> > Thats
> > why i was able to put 200GB on P100 ;)
> 
> But isn't it dependend on the BIOS to recognize the disk and load
> the boot loader?
> 
> Or are you saying that even if the BIOS doesn't support larger disks,
> it will be able to access the first sectors of the disk which should be
> enough for Windows and the boot process?

There are some combinations of BIOS versions and hard disk sizes, which
cause the BIOS to hang when trying to boot computers with those hard
disks (even if they are not the boot disks).

> Thanks. I've just got a reply from a Toshiba servicer who said that it
> should work with a 20Gb disk but he's not sure about 40Gb. Since
> 20Gb should be enough for me I'll go for it.
> (Apparently the 9.5 mm height might be a limiting factor so I'll have
> to watch for it while I shop).

Or it is the 33GB limit, which I encountered few years ago when I bought
40GB hard disks for my PC (the limit has disappeared from my PC by now,
because the motherboard went out of order and I had to replace it - an
emergency upgrade).

> > Don't forget to put the linux /boot partition in the first 8GB, so you will 
> > be
> > able to boot linux.
> 
> Are you sure this isn't an ancient LILO limitation, one which is not
> relevant for GRUB?

It is not relevant for GRUB, and IIRC, not even for new versions of
LILO.

About limits, as far as I remember, the next BIOS limit is 127GB.  Since
400GB hard disks are now available, what is the status of this limit:
- Do today's BIOS versions suffer from it?
- How do I check if my PC's BIOS suffers from this limit?
- What is the next limit after 127GB?
--- Omer
-- 
One does not make peace with enemies.  One makes peace with former
enemies.
My own blog is at http://www.livejournal.com/users/tddpirate/

My opinions, as expressed in this E-mail message, are mine alone.
They do not represent the official policy of any organization with which
I may be affiliated in any way.
WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html


=
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]



Re: Shell scripting question regarding quoting

2005-05-18 Thread Peter
bash:
foobar="op\\q"; echo "${foobar///}"
you don't need sed for this. foobar can be $1 etc (write ${1//...})
Peter
=
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]


Re: Driver For IBM RAID

2005-05-18 Thread Aharon Schkolnik
On Tuesday 17 May 2005 11:24 pm, Danny Lieberman wrote:
> Aharon
> My answer to you before was incomplete - RH EL is Open Source - which
> means you can download the source of the O/S and compile it yourself.
> The binary download seems to cost $179

$179 for workstation, $349 for servers, and my problem is with a server.

>
> danny
>
> Aharon Schkolnik wrote:
> >On Tuesday 17 May 2005 07:38 pm, Danny Lieberman wrote:
> >>Aharon
> >>Centos is RH 9 whiteboxed - you will find all the RPM's you need - no
> >>problem
> >>It is in our experience very good and it will solve your problem
> >
> >At the risk of sounding like an idiot, what is the difference between RH 9
> >whiteboxed, and regular old RH 9 ? Is it not true that I can legally
> > download and install RH 9 without paying anything ?  What am I missing
> > here ?
> >
> >>Aharon Schkolnik wrote:
> >>>On Tuesday 17 May 2005 03:30 pm, Danny Lieberman wrote:
> aharon
> this is a familiar problem with FC3  solved as you already know by RH 9
> ESv4
> there are similar issues with gigabit eth nics
> 
> if you need a whitebox version then use Centos  3.4
> >>>
> >>>I assume that Centos is based on RH9. I really wanted to use FC, because
> >>> I am familiar with it, it has a large user base, and I have always
> >>> found it easy to find RPMs for it. If I use Centos, will I have all
> >>> those things ?
> >>>
> >>>What about a beta version of FC ?
> >>>
> >>>TIA.
> >>>
> br
> danny
> 
> Aharon Schkolnik wrote:
> >Hi.
> >
> >I am trying to install Fedora Core 3 on an IBM xSeries 306 machine
> > with two SCSI disks set up as a mirror set. The SCSI controller is
> > AIC 7901, and the IBM RAID is called ServeRaid (I think).
> >
> >When I boot the Fedora installation CD, it does not find and disks. I
> >have tried very hard to find a driver which I can supply during
> >installation time, but have not been successful.
> >
> >When I boot from a RedHat 9 Enterprise 3 Update 4 installation CD, it
> >DOES recognize the disk. lsmod shows modules named md, raid0, raid1,
> >and raid5.
> >
> >Any ideas ?
> >
> >TIA !

-- 
  The day is short, and the work is great,  |  Aharon Schkolnik
  and the laborers are lazy, and the reward |  
  is great, and the Master of the house is  |  [EMAIL PROTECTED]
  impatient. - Ethics Of The Fathers Ch. 2  |  052-5560120

=
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]



Re: Driver For IBM RAID

2005-05-18 Thread Aharon Schkolnik
On Tuesday 17 May 2005 11:23 pm, Danny Lieberman wrote:
> Aharon
>
> Centos is essentially RHEL 3/4 with a free upgrade and maintenance path
> NOT RH 9
> FWIW - you cannot *freely *download RHEL the way you can download
> Fedora, if you're not sure surf to  http://www.redhat.com/apps/download/

Thank you very much for that clarification.
>
> Centos is ( to quote from their web site www.centos.org )
> CentOS exists to provide a *free enterprise class computing platform *to
> anyone who wishes to use it. CentOS 2 and 3 are fully compatible
> rebuilds of RHEL 2 and 3 respectively. CentOS 2 and 3 are reproduced
> from RHEL sources that are freely distributed by RedHat. Redistributed
> packages and sources comply fully with RedHat\'s redistribution
> requirements. *CentOS 2 and 3 are designed for people who need an
> enterprise class OS without the cost, support, certification, or brand
> name of RedHat.

I am currently downloading CentOS 4
>
> *Hope this helps

Yes, it really did !

>
> Danny
>
> Aharon Schkolnik wrote:
> >On Tuesday 17 May 2005 07:38 pm, Danny Lieberman wrote:
> >>Aharon
> >>Centos is RH 9 whiteboxed - you will find all the RPM's you need - no
> >>problem
> >>It is in our experience very good and it will solve your problem
> >
> >At the risk of sounding like an idiot, what is the difference between RH 9
> >whiteboxed, and regular old RH 9 ? Is it not true that I can legally
> > download and install RH 9 without paying anything ?  What am I missing
> > here ?
> >
> >>Aharon Schkolnik wrote:
> >>>On Tuesday 17 May 2005 03:30 pm, Danny Lieberman wrote:
> aharon
> this is a familiar problem with FC3  solved as you already know by RH 9
> ESv4
> there are similar issues with gigabit eth nics
> 
> if you need a whitebox version then use Centos  3.4
> >>>
> >>>I assume that Centos is based on RH9. I really wanted to use FC, because
> >>> I am familiar with it, it has a large user base, and I have always
> >>> found it easy to find RPMs for it. If I use Centos, will I have all
> >>> those things ?
> >>>
> >>>What about a beta version of FC ?
> >>>
> >>>TIA.
> >>>
> br
> danny
> 
> Aharon Schkolnik wrote:
> >Hi.
> >
> >I am trying to install Fedora Core 3 on an IBM xSeries 306 machine
> > with two SCSI disks set up as a mirror set. The SCSI controller is
> > AIC 7901, and the IBM RAID is called ServeRaid (I think).
> >
> >When I boot the Fedora installation CD, it does not find and disks. I
> >have tried very hard to find a driver which I can supply during
> >installation time, but have not been successful.
> >
> >When I boot from a RedHat 9 Enterprise 3 Update 4 installation CD, it
> >DOES recognize the disk. lsmod shows modules named md, raid0, raid1,
> >and raid5.
> >
> >Any ideas ?
> >
> >TIA !

-- 
  The day is short, and the work is great,  |  Aharon Schkolnik
  and the laborers are lazy, and the reward |  
  is great, and the Master of the house is  |  [EMAIL PROTECTED]
  impatient. - Ethics Of The Fathers Ch. 2  |  052-5560120

=
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]