compile problem

2002-11-08 Thread solomon
After further considering, I've come to the conclusion that the USB camera
problem I'm having is really a compile problem, so I'm writing again with what I
think is only the **relevant** info.

I compiled the module for the camera and insmod gave the following error
message:

[root@shlomo1 spca1]# insmod /data2/spca1/spca50x.o
/data2/spca1/spca50x.o: kernel-module version mismatch
/data2/spca1/spca50x.o was compiled for kernel version 2.4.8-26mdk
while this kernel is version 2.4.8-34.1mdk.

I did have kernel version 2.4.8-26mdk a long time ago, but I've been running
kernel version 2.4.8-34.1mdk for quite a while. I don't understand why the make
**thinks** it has to create a 2.4.8-26mdk module. I have the correct kernel
sources. Here's what I've got:

[root@shlomo1 spca1]# ls /usr/src -la
total 3
drwxr-xr-x4 root root  128 Nov  8 09:31 ./
drwxr-xr-x   16 root root  472 Feb 26  2002 ../
lrwxrwxrwx1 root root   11 Nov  8 09:31 linux - linux-2.4.8/
drwxr-xr-x   19 root root  712 Nov  8 09:31 linux-2.4.8/
drwxr-xr-x7 root root  168 Jan 28  2002 RPM/

And according to the make file, I think this should be OK. Here's part of the
Makefile:

###
# Location of the header files (most importantly the config files)
# for the kernel you want to build the module against.
# This should be correct for the currently installed kernel on your machine.
KINCLUDE   = /usr/src/linux/include


I admit - I'm lost. Any help would be appreciated.

TIA





 
 
 I admit - I'm lost. Any help would be appreciated.
 
 TIA

//-
Shlomo Solomon
E-Mail: [EMAIL PROTECTED]
http://come.to/shlomo.solomon
Date: 08-Nov-2002   Time: 11:20:41

Message sent by XFMail on a LINUX Mandrake 8.1 machine
//-


=
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: Any interest in XFree RPMS?

2002-11-08 Thread Amir Tal
On Friday 08 November 2002 02:24, Hetz Ben Hamo wrote:

sounds interesting.
how compatible will they be for debian ?
will alien know how to deal with them, and create deb's from them ?
i don't remember the paths used for XFree in RH. similar ?

tal.


 Hi,

 Well, since my current job (as phone supporter) in Rotal is so
 complicated - I decided I could do some help and started to rebuild the
 XFree (CVS) RPMS for Red Hat 7.3.

 Question is - are there any people interested in those? it got:

 * Radeon 8500 3D acceleration
 * NeoMagic XV support (Tal, Yuval - that for your machines and anyone else
 who got those old Toshiba machines with NeoMagic chipset - so you can
 finally watch those films with much better playback)
 * XCursor extension added - so you can now add those little colourful mouse
 cursors - a.l.a Windows 95 Plus pack style...
 * RandR - Resize and Rotate support
 And lots of other nifty stuff which only true geeks will love ;)

 Thanks,
 Hetz

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




Nvidia driver - for FreeBSD

2002-11-08 Thread Hetz Ben-Hamo
Hi,

Although this is Linux mailing list, there are quite few people who use 
FreeBSD..

So, to those people who use FreeBSD in their workstation and for those who have 
NVidia card - NVidia just released a beta driver with all the features that the 
Linux binary driver have..

Read more at: http://www.nvidia.com/view.asp?IO=freebsd_1.0-3203

Thanks,
Hetz



=
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: compile problem

2002-11-08 Thread Oleg Kobets
D/L the 2.4.19 kernel and unpack it to /usr/src
then change the 'linux' symlink to it, instead of 2.4.8

Then unpack the driver source again (so it would be clean install) and run
/configure then make.

You are using old sources with newer kernel version. that's why you have
those problems.

- Original Message -
From: [EMAIL PROTECTED]
To: Linux IL [EMAIL PROTECTED]
Sent: Friday, November 08, 2002 11:33 AM
Subject: compile problem


 After further considering, I've come to the conclusion that the USB camera
 problem I'm having is really a compile problem, so I'm writing again with
what I
 think is only the **relevant** info.

 I compiled the module for the camera and insmod gave the following error
 message:

 [root@shlomo1 spca1]# insmod /data2/spca1/spca50x.o
 /data2/spca1/spca50x.o: kernel-module version mismatch
 /data2/spca1/spca50x.o was compiled for kernel version 2.4.8-26mdk
 while this kernel is version 2.4.8-34.1mdk.

 I did have kernel version 2.4.8-26mdk a long time ago, but I've been
running
 kernel version 2.4.8-34.1mdk for quite a while. I don't understand why the
make
 **thinks** it has to create a 2.4.8-26mdk module. I have the correct
kernel
 sources. Here's what I've got:

 [root@shlomo1 spca1]# ls /usr/src -la
 total 3
 drwxr-xr-x4 root root  128 Nov  8 09:31 ./
 drwxr-xr-x   16 root root  472 Feb 26  2002 ../
 lrwxrwxrwx1 root root   11 Nov  8 09:31 linux -
linux-2.4.8/
 drwxr-xr-x   19 root root  712 Nov  8 09:31 linux-2.4.8/
 drwxr-xr-x7 root root  168 Jan 28  2002 RPM/

 And according to the make file, I think this should be OK. Here's part of
the
 Makefile:

 ###
 # Location of the header files (most importantly the config files)
 # for the kernel you want to build the module against.
 # This should be correct for the currently installed kernel on your
machine.
 KINCLUDE   = /usr/src/linux/include


 I admit - I'm lost. Any help would be appreciated.

 TIA





 
 
  I admit - I'm lost. Any help would be appreciated.
 
  TIA

 //-
 Shlomo Solomon
 E-Mail: [EMAIL PROTECTED]
 http://come.to/shlomo.solomon
 Date: 08-Nov-2002   Time: 11:20:41

 Message sent by XFMail on a LINUX Mandrake 8.1 machine
 //-


 =
 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: slow dvd playing with xine.

2002-11-08 Thread Hetz Ben Hamo
On Friday 08 November 2002 09:13, Orna Agmon wrote:
 In general, there is a nice utility called xine_check, which (as implied)
 check if xine is configured as it should.

 That utility would have told you, in that case, that the DMA is not
 enabled, how to enable it straight away, and also that it is better to
 make sure that DMA is enabled at boot time. (Apart from adding scary
 warnings inthe style of don't fo anything if you don't know what you are
 doing)

Orna,

Xine-check script doesn't know hot to handle latest RedHat's kernel where it's 
impossible to set your DVD ROM DMA unless you add what I wrote previously 
inside the /etc/modules.conf.

Thanks,
Hetz

=
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: Any interest in XFree RPMS?

2002-11-08 Thread Hetz Ben Hamo
On Friday 08 November 2002 11:35, Amir Tal wrote:
 On Friday 08 November 2002 02:24, Hetz Ben Hamo wrote:

 sounds interesting.
 how compatible will they be for debian ?

Fully uncompatible. I'm having fights with it since it got some GCC 3.2 and 
GLIBC 2.3 stuff. 

 will alien know how to deal with them, and create deb's from them ?
 i don't remember the paths used for XFree in RH. similar ?

I hardly think alienating those packages will help you at all. I also think it 
will be incompatible (debian uses some wrappers for X, RedHat does it 
differently)..

If you want- you can checkout XFree from their tree, the compile should be 
pretty much easy (IF you read the instructions!)

Thanks,
Hetz


=
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: InstaParty at TAU?

2002-11-08 Thread voguemaster
Although I was present for a brief period of time (about 40 minutes)
I saw that there was responsiveness by people in general.
I think InstaParties at TAU is an excellent idea.

Eli

07/11/02 16:04:33, Alexander Maryanovsky [EMAIL PROTECTED] wrote:


Currently installations only. We might respond to a demand for lectures,
in case there is such a demand.

On the fly, or at some later date? Because I don't need anything installed, 
but would love to hear lectures :-)


Alexander Maryanovsky.

At 15:39 07.11.2002 +0200, Yedidyah Bar-David wrote:
Hi,

On Thu, Nov 07, 2002 at 12:51:03PM +0200, Alexander Maryanovsky wrote:
  Hi,
 
  I saw a note on the luach modaot in the Schreiber building this morning
  about an InstaParty at 18:00 today at TAU...
  Did I miss something? When was this announced? Was this announced? Will

I announced it on linux-il on Nov 3.

  there be only installations or lectures too?

Currently installations only. We might respond to a demand for lectures,
in case there is such a demand.

 
 
  Alexander Maryanovsky.
 
 
  =
  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]

 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]


There's so many different worlds
 So many different suns
 And we have just one world
 But we live in different ones..
 
 - Dire Straits - Brothers in Arms




=
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: loghost

2002-11-08 Thread Noam Meltzer
syslog-ng might be the best tool.
it happens that now i study the subject, and my results so far tells
this:
syslog-ng is very flexible and probably the only one which can split the
logs from all servers to different files/directories/dates...etc.

if you have solaris stations, you might consider replacing their native
log-server with syslog-ng, for the following reasons:
1- when solaris native-syslog sends log to a remote server which
contains more than one line, only the first line get marked with the
host name. 
now, if the second line will start with See... syslog-ng will believe
this is the hostname, and create a special file/directory for it.
2- syslog-ng is developed and ported very good for solaris, and it
supports SUN-streams.

On Tue, 2002-11-05 at 18:15, Ben-Nes Michael wrote:
 Hi All
 
 I want one of my NAS to write its logs through one of my linux syslog deamon
 
 I know a linux server can be configured to enable other machines to write to
 its logs using syslog.conf
 
 Any one can point me to the relevant meterial ?
 or give me short example how such task can be done ?
 
 Thanks in Advance.
 
 
 =
 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]
 
-- 
Noam Meltzer
[EMAIL PROTECTED]
ICQ: 4853872


=
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: compile problem

2002-11-08 Thread solomon
Thanks for your answer. I can only assume you're right about the conflict
between source and kernel versions, but the truth is that I don't understand
why. As I wrote in my previous post, I run kernel version 2.4.8-34.1mdk and
have the same source version. So where's the problem?

I do intend to upgrade from Mandrake 8.1 to 9.0 soon, so I'll have a new
kernel, but it seems like **overkill** to compile a Kernel just so I can
compile a module.

On 08-Nov-2002 Oleg Kobets wrote:
 D/L the 2.4.19 kernel and unpack it to /usr/src
 then change the 'linux' symlink to it, instead of 2.4.8
 
 Then unpack the driver source again (so it would be clean install) and run
 ./configure then make.
 
 You are using old sources with newer kernel version. that's why you have
 those problems.
 

//-
Shlomo Solomon
E-Mail: [EMAIL PROTECTED]
http://come.to/shlomo.solomon
Date: 08-Nov-2002   Time: 14:08:53

Message sent by XFMail on a LINUX Mandrake 8.1 machine
//-


=
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: dvd player*s* show twice same half screen

2002-11-08 Thread Arie Folger
OK, after having decided that RH8.0's xv extensions are the probable source of 
trouble, I moved my /usr/local partition's content to /usr/local on the /usr 
partition, and installed a barebones RH7.3 on the freed partition (1GB).

Xine now plays the dvds beautifully. Of course, dual booting is not the 
world's best way of playing dvds (I could even have used windows' player, if 
dual booting was an ok performance -- forget it, I have dvds from outside my 
region), so I'd like to confirm the source of trouble and either fix it or 
file a bug report.

What package is responsible for the xv extensions? How do I confirm that the 
xv extensions are the culprit? What other candidates are out there 
(libdvdcss, libdvdread,... Remember, the RH8.0 packages are linked against 
gcc3.2, and could have been wrongly reengineered, even as the gcc2.95 
packeges are great)?

Anybody else had a similar problem on RH8.0 (basically bad display of images, 
showing only half the image, merged with another copy of same half image to 
produce a whole image mess together, in windows using xv extensions)?

Arie



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




killing existing connections.

2002-11-08 Thread Meir Michanie
I am trying to develop a pay per routing limited by time. (lets say
15mins)

step 1 :the iptables should redirect all forwarding packets to my
gatekeeper site.

step 2:after you pay I should allow youe mac address for free
forwarding.

step 3: but adding a cron job or something like that to stop you after
15 mins and then redirect you back to my site to pay for more time.

step 1 is done by 

iptables  -t nat -A PREROUTING -j DNAT --to-destination 10.0.10.2

step 2 is done by

iptables -t nat -I PREROUTING -m mac --mac-source 00:20:18:2D:6B:20 -j  
ACCEPT


My problem is with step 3:

prerouting is not dealing with established sessions.

mangle is not using dnat target.

someone told me to use tcpkill, I do not nothing about it, I i thought
that it may be a way to do something with iptables, like resetinmg all
its connections for that mac address, etc.

Ideas?

-- 
QOTD:
I tried buying a goat instead of a lawn tractor; had to return
it though.  Couldn't figure out a way to connect the snow blower.


=
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: loghost

2002-11-08 Thread Oded Arbel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

áéåí ùìéùé, 5 áðåáîáø 2002, 18:15, Ben-Nes Michael ëúá òì 'loghost':

 I want one of my NAS to write its logs through one of my linux syslog
 deamon

 I know a linux server can be configured to enable other machines to write
 to its logs using syslog.conf

If you're still using the original syslog, then adding -x to the 
SYSLOGD_OPTIONS under /etc/sysconfig/syslog will do the trick on RedHat and 
similar systems.

OTOH, there are other logging options available to linux, one of the is the 
aforementioned syslog-ng which is quite good (though I hadn't had much 
experience with it), but there are others. IIRC, when installing Mandrake 9 
you can choose one of 4 sysloging systems to use for your system.

- --
Oded
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9y91ukltamOf8EzsRAvDGAKC9umWY3HDCHp9/LArEVWsOdzt3cQCfbomM
L4XpYzHYvhFQ8zmrWK4HRUI=
=0a4z
-END PGP SIGNATURE-


=
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: killing existing connections.

2002-11-08 Thread Aviram Jenik
Hi,

 
 I am trying to develop a pay per routing limited by time. (lets say
 15mins)
 
[...]
 step 2:after you pay I should allow youe mac address for free
 forwarding.
 
[...]
 
 iptables -t nat -I PREROUTING -m mac --mac-source 
 00:20:18:2D:6B:20 -j  
 ACCEPT
 

Sounds cool. Now let me see if I understand: just after I pay for your
service all the kiddies can do something like:

$ ifconfig eth0 hw ether 00:20:18:2D:6B:20

And connect on my expense. Right?

I would definitely think twice before joining your service.

- Aviram


=
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: Rootless Cygwin/XFree86

2002-11-08 Thread Oded Arbel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

áéåí øáéòé, 6 áðåáîáø 2002, 20:11, Eran Tromer ëúá òì 'Re: Rootless 
Cygwin/XFree86':
 Ira Abramov wrote:
  why isn't it cheap to access win from lin? I have done it several
  times with TightVNC clients, as well as with the windows RDP client
  (both are packages on Debian's main tree, apt-get install rdesktop
  xvncviewer)

 I find VNC way too slow and jumpy for extensive work, which is not
 surprising consider its highly suboptimal bitmap-level operation (tested
 on 100BaseT, PIII 550MHz on both sides).

TightVNC is quite usable on a non-dedicated ISDN connection (i.e. - other 
things are using it at the same time), so I believe it will be very 
responsive on a LAN.

I also used the vncviewer from ATT and the krdc from KDE 3.1 and they're both 
usable on low bandwidth connections.

- --
Oded
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9y+SekltamOf8EzsRApWHAKDNAWoGcES7uqrie2YYlb/1XV8n/gCeOXrq
n5W+lnlTlytnYjSRIryo5/0=
=UhLd
-END PGP SIGNATURE-


=
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: killing existing connections.

2002-11-08 Thread Oleg Kobets
I think that with 
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -m state --state NEW -o $EXT_INT -j ACCEPT
iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT

that will eliminate that problem.

- Original Message - 
From: Aviram Jenik [EMAIL PROTECTED]
To: 'Meir Michanie' [EMAIL PROTECTED]; 'iglu' [EMAIL PROTECTED]
Sent: Friday, November 08, 2002 5:57 PM
Subject: RE: killing existing connections.


 Hi,
 
  
  I am trying to develop a pay per routing limited by time. (lets say
  15mins)
  
 [...]
  step 2:after you pay I should allow youe mac address for free
  forwarding.
  
 [...]
  
  iptables -t nat -I PREROUTING -m mac --mac-source 
  00:20:18:2D:6B:20 -j  
  ACCEPT
  
 
 Sounds cool. Now let me see if I understand: just after I pay for your
 service all the kiddies can do something like:
 
 $ ifconfig eth0 hw ether 00:20:18:2D:6B:20
 
 And connect on my expense. Right?
 
 I would definitely think twice before joining your service.
 
 - Aviram
 
 
 =
 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: Rootless Cygwin/XFree86

2002-11-08 Thread Eran Tromer
Oded Arbel wrote:

 TightVNC is quite usable on a non-dedicated ISDN connection (i.e. -
 other things are using it at the same time), so I believe it will be
 very responsive on a LAN.

 I also used the vncviewer from ATT and the krdc from KDE 3.1 and
 they're both usable on low bandwidth connections.

True, TightVNC is definitely usable and reasonably responsive even at
modem speeds. However, the flickers and delays are very noticable even
on a high-speed LAN, and there is an unmistakable feeling of clunky
rendering. Also, VNC doesn't have a rootless mode. At least for me, this
means it's a good remote-access solution but a rotten choice for a
primary work environment.

  Eran


=
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: dvd player*s* show twice same half screen

2002-11-08 Thread Arie Folger
On Friday 08 November 2002 11:05, you wrote (off list):
 hmm, i never tried rh8, i never use .0 products (too buggy).
 do you really have to use RedHat ? Use Gentoo, mplayer works beautiful.

Flamer ;-).

Seriously, though, I'd love to try Gentoo, but I am no longer on a T1, just 
dial up (hope I find a new job soon enough), and I am waiting to hear from 
list members that Hebrew support is on par, as well as learning more (on or 
off list) about their qa.

In the mean time, I replaced the libdvdread and libdvdcss packages for RH8.0 
with those built for RH7.3 and which I know work (you all remember an earlier 
post how, when installing a minimal RH7.3 system, I managed to play dvds very 
nicely, without any glitches. BTW, a minimal linux system that includes xmms 
and xine runs about 350 megs, not too bad), and nothing changed, which means 
that they are not the culprit.

So I assume that the problem is caused by RH 8.0 X packages, although I don't 
know which ones. The possible culprits, IMO are:
XFree86-Mesa-libGLU-4.2.0-72
XFree86-libs-4.2.0-72
XFree86-Mesa-libGL-4.2.0-72
XFree86-4.2.0-72

What do you think?

=
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: compile problem

2002-11-08 Thread Gilad Ben-Yossef
On Fri, 2002-11-08 at 11:33, [EMAIL PROTECTED] wrote:
 I did have kernel version 2.4.8-26mdk a long time ago, but I've been running
 kernel version 2.4.8-34.1mdk for quite a while. I don't understand why the make
 **thinks** it has to create a 2.4.8-26mdk module. I have the correct kernel
 sources. Here's what I've got:
 
 [root@shlomo1 spca1]# ls /usr/src -la
 total 3
 drwxr-xr-x4 root root  128 Nov  8 09:31 ./
 drwxr-xr-x   16 root root  472 Feb 26  2002 ../
 lrwxrwxrwx1 root root   11 Nov  8 09:31 linux - linux-2.4.8/
 drwxr-xr-x   19 root root  712 Nov  8 09:31 linux-2.4.8/
 drwxr-xr-x7 root root  168 Jan 28  2002 RPM/
 

Run the command grep EXTRAVERSION = /usr/src/linux/Makefile
It will tell you sources to what version you really have. I'm pretty
sure you'll discover you don't have the sources for the right version.

Gilad.
-- 
Gilad Ben-Yossef [EMAIL PROTECTED]
http://benyossef.com

 Geeks rock bands cool name #8192: RAID against the machine


=
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: Rootless Cygwin/XFree86

2002-11-08 Thread Oded Arbel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Who ever said the Wine is relevant to Linux ?
just teasing :-)

Ok, I recede the argument, as pertaining to windows X servers

For things X and other wise, I found this links page : 
http://www.rahul.net/kenton/xsites.html , and under X/Motif for Microsoft 
Windows, Macintosh, and other OSs you can find quite a comprehensive list of 
X servers. maybe one of them is right for you.


áéåí ùéùé, 8 áðåáîáø 2002, 19:26, ëúáú òì 'Re: Rootless Cygwin/XFree86':
 Hi,

 Point taken, but I think this one has an indirect but significant
 relevance to Linux. Namely, I believe that for many people a mixed
 Linux+Windows environment is functionally optimal, with the alternative
 being a Windows-only environment. For such people, good solutions for
 accessing Linux from Windows may significantly improve the quality and
 cost of their Linux experience.

 Put otherwise, this is as relevant to Linux as Wine.

   Eran

 Oded Arbel wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
 
  why ? it's a windows issue. I don't like the fact that IGLU has become a
  technology oriented list rather then a linux oriented one. I want the
  windows/Mac/Slashdot news/Web issues out, and the Gnubies back in.
 
  the FreeBSD people can stay - they're funny :-)
 
  I'm not going to be pro-active about it, but I will not soil the list
  with
  more non-linux related issues.
 
  - --
  Oded
 
  áéåí ùéùé, 8 áðåáîáø 2002, 18:18, ëúáú òì 'Re: Rootless Cygwin/XFree86':
  Thanks for the pointers; you may want to send this to the list.
  
Eran
  
  Oded Arbel wrote:
  At work [the guys that don't run linux - shame on them] use WinaXe
  from labtam
  Finland. its very good, very stable, has several root/rootless modes
  so you
  can pick what you like, comes with an SSH client so you can do remote
  X forwarding w/o the need for third party stuff, has a session limited
  but not usage limited trial (you can use it as long as you want, but
  it will force  you to log out every 30 minutes) and it costs $100 for
  a full not-limited-in-any-way license.
  
  Hoblink X11 also appears to be a good choice, though I haven't tested
  it. it's cheaper with $69 for a full license and sports all the bells
  and whistles.
  
  neither of the two mentioned supports RENDER
 
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.0.7 (GNU/Linux)
 
  iD8DBQE9y/GwkltamOf8EzsRAv32AJ40oXihWrQeeknYpt5Y1p0uHr+azwCcCjV3
  YDyVAXwB1SezwZIpi1dSLes=
  =zWat
  -END PGP SIGNATURE-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9zBhVkltamOf8EzsRAht8AJsEmXQZEUj3xRq5I2NwOQ79tH7QCACfSNWp
6dKw0Bi6z3Urj5TpIKTVQJo=
=OTtY
-END PGP SIGNATURE-


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




Reducing the number of CDs required for an installation party?

2002-11-08 Thread Shaul Karl
Just an idea how to somewhat reduce the number of CDs required for an
installation party:

Essential requirement: the installed PC should have a network card.
Having a network card might be more common then it used to be with the
spreading of fast Internet connectivity and having some boards with on
board Ethernet interfaces.

I guess you already figured out the rest:

1. In addition to preparing a suitable partition the owners of the PC
   to be installed will create the boot floppy set from a site that
   will be pointed out to them. They will run these floppies according
   to instructions that will be given to them. Besides get them to be
   able to run part of the installation by themselves this can reveal
   in advance hardware that is likely to be problematic.
2. The organizers of the installation party will deploy a LAN. 
   Hopefully this reduces mainly to a HUB and some long network cables.
3. Installation will be through the LAN.

Beside the question of whether it is not better to produce more CDs then
to go through this procedure I wonder if this procedure will not make
the installation longer.

Yet I do believe that currently it will be best if every new installee
will be given a CD set.

-- 

Shaul Karl, [EMAIL PROTECTED] e t

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




ps notes.

2002-11-08 Thread Tzahi Fadida
Is there a way to add notes a .ps?
eg: adding a text underneath a line so i can later print it with the .ps

* - * - *
Tzahi Fadida
[EMAIL PROTECTED]
Technion Email: [EMAIL PROTECTED]
My Cool Site: HTTP://WWW.My2Nis.Com
* - * - * - * - * - * - * - * - * - *

WARNING TO SPAMMERS:  see at
http://members.lycos.co.uk/my2nis/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: ps notes.

2002-11-08 Thread Muli Ben-Yehuda
On Fri, Nov 08, 2002 at 11:13:33PM +0200, Tzahi Fadida wrote:
 Is there a way to add notes a .ps?
 eg: adding a text underneath a line so i can later print it with the
ps

Theoretically yes, but it's not very comfortable. .ps files are
postscript files, which are plain text files. All you'd have to do is
speak postscript.

In practice, .ps files are usually generated from some other
format. The process I'm familiar with is .tex - .dvi - .ps. If you
can get hold of the .tex file, adding notes is a breeze. 
-- 
Muli Ben-Yehuda http://www.mulix.org/
[EMAIL PROTECTED]:~$ sctrace strace /bin/foo  http://syscalltrack.sf.net/
Quis custodes ipsos custodiet?  http://www.mulix.org/cv.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: ps notes.

2002-11-08 Thread Gilad Ben-Yossef
Tzahi,

On Fri, 2002-11-08 at 23:13, Tzahi Fadida wrote:
 Is there a way to add notes a .ps?
 eg: adding a text underneath a line so i can later print it with the .ps

Well, I don't know if Postscript is actually Turing complete but since
you can program a web server in Postscript (http://www.pugo.org:8080/
for the details) then I guess the answer is: of course ;-)

Seriously now, Postscript is a descriptive language to program a
graphics device to generate output, you can do anything you want in it.
Your question is like asking: can I add notes to a text file? sure you
can - just open it a text editor and add the notes. Same goes for
Postscript.

Gilad.

-- 
Gilad Ben-Yossef [EMAIL PROTECTED]
http://benyossef.com

 Geeks rock bands cool name #8192: RAID against the machine


=
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: Reducing the number of CDs required for an installation party?

2002-11-08 Thread Sagi Bashari
On 08/11/2002 23:21, Shaul Karl wrote:


Yet I do believe that currently it will be best if every new installee
will be given a CD set.

 

In the party we had in Renanim many more people wanted a CD set for 
themselves than actually wanted us to install it. We didn't have any 
pre-burned CDs and only one functional burner, so only few actually got it.

Maybe in the future we should sell CD sets (maybe ask someone who 
already does it, like guides.co.il like someone already offered), 
because giving away large quantities will be hard (actual burning time).

Sagi






=
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: killing existing connections.

2002-11-08 Thread Michael Stolovitzsky
On Friday 08 November 2002 17:04, Meir Michanie wrote:

Would you mind telling us what is it exactly that you are trying to do and why 
should I (personally) think that whatever you are trying to do is not evil?

 I am trying to develop a pay per routing limited by time. (lets say
 15mins)

 step 1 :the iptables should redirect all forwarding packets to my
 gatekeeper site.

 step 2:after you pay I should allow youe mac address for free
 forwarding.

 step 3: but adding a cron job or something like that to stop you after
 15 mins and then redirect you back to my site to pay for more time.

 step 1 is done by

 iptables  -t nat -A PREROUTING -j DNAT --to-destination 10.0.10.2

 step 2 is done by

 iptables -t nat -I PREROUTING -m mac --mac-source 00:20:18:2D:6B:20 -j
 ACCEPT


 My problem is with step 3:

 prerouting is not dealing with established sessions.

 mangle is not using dnat target.

 someone told me to use tcpkill, I do not nothing about it, I i thought
 that it may be a way to do something with iptables, like resetinmg all
 its connections for that mac address, etc.

 Ideas?

-- 
I'm not saying there should be a capital punishment for stupidity, but why 
don't we just take the safety labels off of everything and let the problem 
solve itself?

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: ps notes

2002-11-08 Thread Tzahi Fadida
of course i can edit it manually, but its pretty tedious and you can
never know what will happen.
anyway, i am not really looking for a way to edit a postscript file, but
rather
to add notes to it. Maybe there is some kind of plugin to GSview that
allows you
to add a note to each page, and saves the notes on a different file.
e.g:
myfile.ps
myfiles.notes

and afterwards, you can print the file with the notes at the header or
footer.

* - * - *
Tzahi Fadida
[EMAIL PROTECTED]
Technion Email: [EMAIL PROTECTED]
My Cool Site: HTTP://WWW.My2Nis.Com
* - * - * - * - * - * - * - * - * - *

WARNING TO SPAMMERS:  see at
http://members.lycos.co.uk/my2nis/spamwarning.html

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:linux-il-bounce;cs.huji.ac.il]On Behalf Of Gilad Ben-Yossef
 Sent: Friday, November 08, 2002 11:58 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: ps notes


 Tzahi,

 On Fri, 2002-11-08 at 23:13, Tzahi Fadida wrote:
  Is there a way to add notes a .ps?
  eg: adding a text underneath a line so i can later print it
 with the .ps

 Well, I don't know if Postscript is actually Turing complete but since
 you can program a web server in Postscript (http://www.pugo.org:8080/
 for the details) then I guess the answer is: of course ;-)

 Seriously now, Postscript is a descriptive language to program a
 graphics device to generate output, you can do anything you
 want in it
 Your question is like asking: can I add notes to a text
 file? sure you
 can - just open it a text editor and add the notes. Same goes for
 Postscript

 Gilad

 --
 Gilad Ben-Yossef [EMAIL PROTECTED]
 http://benyossef.com

  Geeks rock bands cool name #8192: RAID against the machine


 =
 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: dvd player*s* show twice same half screen

2002-11-08 Thread guy keren

On Fri, 8 Nov 2002, Arie Folger wrote:

 OK, after having decided that RH8.0's xv extensions are the probable source of 
 trouble, I moved my /usr/local partition's content to /usr/local on the /usr 
 partition, and installed a barebones RH7.3 on the freed partition (1GB).
 
 Xine now plays the dvds beautifully. Of course, dual booting is not the 
 world's best way of playing dvds (I could even have used windows' player, if 
 dual booting was an ok performance -- forget it, I have dvds from outside my 
 region), so I'd like to confirm the source of trouble and either fix it or 
 file a bug report.

mplayer has an option that specifies how it will send images (the '-vo' 
option). you can run it and tell it to use something other then 'xv', and 
see if the problem goes away.

-- 
guy

For world domination - press 1,
 or dial 0, and please hold, for the creator. -- nob o. dy


=
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: ps notes.

2002-11-08 Thread Eran Tromer
Tzahi Fadida wrote:

 Is there a way to add notes a .ps?
 eg: adding a text underneath a line so i can later print it with the .ps

It's certainly possible, if you know PostScript (it's a Turing-complete
procedural stack-based language; not very complex, but not a pretty
sight either). In practice there are some conventions which nearly all
PostScript document follows, and it so happens that these conventions
make it very easy to add stuff *beneath* whatever's on the page
(technically: just add your own drawing commands after the %%Page DSC
comments). Adding stuff *above* the existing content is a  bit harder
(technically: override the 'showpage' operator with your own version and
hope it isn't already overriden in some incompatible way).

Another approach is to write a GhostScript output driver. Start with the
'pswrite' driver which produces a normalized PostScript file by
interpreting the input file and producing a new one. Then add
appropriate code in the driver to draw extra stuff in each page,
according to some auxiliary input file.

A third approach would be to modify the viewer application to draw the
extra stuff, but then you can't print the annotated version or send it
to other people.

I couldn't find any existing free software for this. There are several
commercial applications for annotating PDF files, including Adobe's own
Acrobat; google for annotate PDF. Using pdf2ps and ps2pdf in
conjuction with these should do the trick.

  Regards,
Eran Tromer


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