Re: VLC can read it but I cannot?

2011-04-05 Thread Constantine Shulyupin
strace -o vlc.log vlc ? On Tue, Apr 5, 2011 at 12:56 AM, Gabor Szabo szab...@gmail.com wrote: I have a CD with a short video film on it. I can see the video using VLC but when I try to copy the VIDEO_TS I get an error: ls -al /media/cdrom/ ls: cannot access /media/cdrom/.: Permission

Re: Relocatable linking on x86-64 for i386

2011-04-05 Thread Valery Reznic
--- On Mon, 4/4/11, Ehud Karni e...@unix.mvs.co.il wrote: From: Ehud Karni e...@unix.mvs.co.il Subject: Re: Relocatable linking on x86-64 for i386 To: g...@minantech.com Cc: valery_rez...@yahoo.com, shac...@shemesh.biz, linux-il@cs.huji.ac.il Date: Monday, April 4, 2011, 5:21 PM On Mon, 4

Re: VLC can read it but I cannot?

2011-04-05 Thread Constantine Shulyupin
Use option Convert and save the stream. On Tue, Apr 5, 2011 at 12:56 AM, Gabor Szabo szab...@gmail.com wrote: I have a CD with a short video film on it. I can see the video using VLC but when I try to copy the VIDEO_TS I get an error: ls -al /media/cdrom/ ls: cannot access /media/cdrom/.:

Re: Relocatable linking on x86-64 for i386

2011-04-05 Thread Ehud Karni
On Mon, 4 Apr 2011 23:19:43 -0700, Valery Reznic wrote: --- On Mon, 4/4/11, Ehud Karni e...@unix.mvs.co.il wrote: In fact you can do: gcc -m32 file1.o file2.o -o output.o I vaguely remember that I tried to use gcc instead of ld long time ago, but gcc gave me some trouble - may be link

Re: Relocatable linking on x86-64 for i386

2011-04-05 Thread Valery Reznic
--- On Tue, 4/5/11, Ehud Karni e...@unix.mvs.co.il wrote: From: Ehud Karni e...@unix.mvs.co.il Subject: Re: Relocatable linking on x86-64 for i386 To: valery_rez...@yahoo.com Cc: g...@minantech.com, shac...@shemesh.biz, linux-il@cs.huji.ac.il Date: Tuesday, April 5, 2011, 10:58 AM On Mon,

Re: Relocatable linking on x86-64 for i386

2011-04-05 Thread Oleg Goldshmidt
On Tue, Apr 5, 2011 at 11:27 AM, Valery Reznic valery_rez...@yahoo.comwrote: Create programs using gcc -m32 is fine. But I use ld command not to create the program, but to create object file While both ld -m elf_i386 file1.o file2.o -o output.o and gcc -m32 file1.o file2.o -o output.o

Re: Creating a User with Access to a Single Command

2011-04-05 Thread Ohad Levy
On Mon, Apr 4, 2011 at 12:05 PM, Ariel Biener ar...@post.tau.ac.il wrote: That's not what you want. Please read about restricted shell. A working example: /etc/passwd: ariel:x:uid:gid::/home/ariel:/bin/rbash ls -l /bin/rbash lrwxrwxrwx 1 root root 4 Apr 10 2006 /bin/rbash - bash

Re: Looking for KVM consultant

2011-04-05 Thread Amos Shapira
2011/4/3 Ram-on Agmon agm...@gmail.com Xen should be better for servers. Care to elaborate? We use Xen on CentOS 5 now and I can't wait for CentOS 6 with KVM to be available (I'm also thinking we might have to start compiling our own distro from RHEL source at the current state of CentOS,

some help in technical solution

2011-04-05 Thread yosi yarchi
Hi all I need application that will be able to collect and process inputs from 30 (!) competitors, and will display the results very fast. The ideal solution could be to collect the inputs via SMS: each competitor send his answer, the application collect the answers (related to phone

Re: some help in technical solution

2011-04-05 Thread Omer Zak
Unless I am mistaken, the USB specs stipulate that it shall be possible to connect up to 127 USB devices to a PC. So what you want to do should be doable. However I don't know the chances of it exposing bugs in the Linux USB subsystem, as it is a rare use case. However, if you are providing