Use option "Convert" and save the stream.
On Tue, Apr 5, 2011 at 12:56 AM, Gabor Szabo 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/.: Permissio
--- On Mon, 4/4/11, Ehud Karni wrote:
> From: Ehud Karni
> 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 Apr 2011 13:15:39 Gleb
> Natapov
strace -o vlc.log vlc ?
On Tue, Apr 5, 2011 at 12:56 AM, Gabor Szabo 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 denied
> ls: can
How did you mount the CD ?
When you write
$ mount
What are the information you have on it ?
Ido
LINESIP - Opening the source for communication
http://www.linesip.com
http://www.linesip.co.il
On Tue, Apr 5, 2011 at 00:56, Gabor Szabo wrote:
> I have a CD with a short video film on it. I can
On Tue, Apr 5, 2011 at 12:56 AM, Gabor Szabo 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 denied
> ls: cannot access /media/cdrom/
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 denied
ls: cannot access /media/cdrom/..: Permission denied
ls: cannot access /media/cdrom/VIDEO_TS: Permi
Quoting Ira Abramov :
On several sites I manage I have this problem - Category pages display
articles and subcategories sorted absolutely wrong. As far as I can tell
this is only a Hebrew issue. Anyone got a clue? Someone told me it may
be a question of DB collation or something, but I don't wan
Quoting Ira Abramov :
Quoting Herouth Maoz, from the post of Mon, 04 Apr:
Which database are you using? As far as I know, both PostgreSQL and
MySQL are dependent on the usual libraries for their sorting algorithms,
and therefore on the variable LC_COLLATE.
using MySQL and the collation is se
Quoting Herouth Maoz, from the post of Mon, 04 Apr:
>
> Which database are you using? As far as I know, both PostgreSQL and
> MySQL are dependent on the usual libraries for their sorting algorithms,
> and therefore on the variable LC_COLLATE.
using MySQL and the collation is settable after the
On Mon, 4 Apr 2011 13:15:39 Gleb Natapov wrote:
>
> > > On 04/04/11 10:15, Valery Reznic wrote:
> > > > Hello. I am trying to make relocatable linking on
> > > x86-64 box for objects in format i386
>
> ld -m elf_i386 -r file1.o file2.o -o output.o
If you use gcc for compiling you can do gcc -m32
On several sites I manage I have this problem - Category pages display
articles and subcategories sorted absolutely wrong. As far as I can tell
this is only a Hebrew issue. Anyone got a clue? Someone told me it may
be a question of DB collation or something, but I don't want to touch
anything irrev
> > > > ld --output-format elf32-i386 -r file1.o
> file2.o -o
> > > output.o
> > > > ld: Relocatable linking with relocations
> from format
> > > elf32-i386 (file1.o) to format elf32-i386
> (output.o) is not
> > > supported
> > > >
>
> ld -m elf_i386 -r file1.o file2.o -o output.o
Thanks, it wo
On Mon, Apr 04, 2011 at 02:06:18AM -0700, Valery Reznic wrote:
>
>
> --- On Mon, 4/4/11, Shachar Shemesh wrote:
>
> > From: Shachar Shemesh
> > Subject: Re: Relocatable linking on x86-64 for i386
> > To: "Valery Reznic"
> > Cc: linux-il@cs.huji.ac.il
> > Date: Monday, April 4, 2011, 11:13 AM
On Mon, Apr 4, 2011 at 10:15 AM, Valery Reznic wrote:
> Hello. I am trying to make relocatable linking on x86-64 box for objects in
> format i386
>
> Naive
>
> ld -r file1.o file2.o -o output.o
>
> produce
> ld: Relocatable linking with relocations from format elf32-i386 (file1.o)
> to format elf6
--- On Mon, 4/4/11, Shachar Shemesh wrote:
> From: Shachar Shemesh
> Subject: Re: Relocatable linking on x86-64 for i386
> To: "Valery Reznic"
> Cc: linux-il@cs.huji.ac.il
> Date: Monday, April 4, 2011, 11:13 AM
> On 04/04/11 10:15, Valery Reznic
> wrote:
> > Hello. I am trying to make reloca
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
drwx-t 4 ariel mygroup 4096 Apr 1 22:50 /home/ariel
ls -al ~ariel
-r-xr-xr-x
Hi all,
I want to create a user that will be able to only run ssh.
I thought of sudo, but I am not sure how to configure it right so he will
not be able to run anything else...
Can you help me with the settings in the /etc/sudoers?
Thanks!
Amichai.
_
On 04/04/11 10:15, Valery Reznic wrote:
Hello. I am trying to make relocatable linking on x86-64 box for objects in
format i386
Naive
ld -r file1.o file2.o -o output.o
produce
ld: Relocatable linking with relocations from format elf32-i386 (file1.o) to
format elf64-x86-64 (output.o) is not s
Hello. I am trying to make relocatable linking on x86-64 box for objects in
format i386
Naive
ld -r file1.o file2.o -o output.o
produce
ld: Relocatable linking with relocations from format elf32-i386 (file1.o) to
format elf64-x86-64 (output.o) is not supported
But even when I add --oformat si
19 matches
Mail list logo