No suitable module for running kernel found : virtualbox-ose

2012-12-31 Thread Contact. Vardhan
hi all. i am using debian 6.0.6. i don't have an active internet connection. please cc me any replies [ i am not currently subscriber to the list]. please look into the data & provide me a possible solution : [1] installation of virtualbox-ose : # aptitude install virtualbox-ose The following

Re: Is this OK in C++ and C?

2012-12-31 Thread Joel Rees
C lessons today? (There are newsgroups for C and C++ questions, but, why not?) On Tue, Jan 1, 2013 at 3:33 AM, Zbigniew Komarnicki wrote: > Is this OK or is this a bug, when the wariable 'n' is > initializing by negative value? There no any warning. > Is this normal? Depends on the compiler and

Re: Running vlc from another machine.

2012-12-31 Thread Chris Davies
peasth...@shaw.ca wrote: > At the console, > peter@dalton:~$ vlc *.WAV > starts a vlc instance and produces audio. I'm going to assume (dangerously) that since you're running vlc rather than cvlc you don't really mean "console" but "local X Windows screen". > The same command via a telnet connec

Re: Is this OK in C++ and C?

2012-12-31 Thread Jerry Stuckle
On 12/31/2012 7:30 PM, Joe Pfeiffer wrote: Jari Fredriksson writes: 31.12.2012 20:33, Zbigniew Komarnicki kirjoitti: Is this OK or is this a bug, when the wariable 'n' is initializing by negative value? There no any warning. Is this normal? I know that value -5 is converted to unsigned but pr

Re: Is this OK in C++ and C?

2012-12-31 Thread Joe Pfeiffer
Jari Fredriksson writes: > 31.12.2012 20:33, Zbigniew Komarnicki kirjoitti: >> Is this OK or is this a bug, when the wariable 'n' is >> initializing by negative value? There no any warning. >> Is this normal? I know that value -5 is converted >> to unsigned but probably this should by printed a w

Re: [R] Installing R-2.15.2 in Debian Wheezy/Testing

2012-12-31 Thread Jeff Newmiller
In the teaching to fish department, see http://cran.R-project.org/bin/linux/debian/ and customise your mirror as appropriate. --- Jeff NewmillerThe . . Go Live... DCN:Basics:

Re: RSA Key authentication

2012-12-31 Thread Igor Cicimov
On Tue, Jan 1, 2013 at 8:19 AM, Glenn English wrote: > > On Dec 31, 2012, at 12:58 PM, Bob Proulx wrote: > > > Thore wrote: > >> but there are still some problems. > >> Mostly I login as root, > >> so i had to use the .ssh directory in the /root folder and put my > >> generated public key in the

Re: [R] Installing R-2.15.2 in Debian Wheezy/Testing

2012-12-31 Thread Neal H. Walfield
At Mon, 31 Dec 2012 15:38:10 -0500, Stephen P. Molnar wrote: > The current version of R that is available in Wheezy is 2.15.1. However, > version 2.15.2 is available at CRAN sites. > ... > My question is what should be the format of the line in the sources.lists? Here's what I have: deb http:/

Re: Installing R-2.15.2 in Debian Wheezy/Testing

2012-12-31 Thread Bob Proulx
Stephen P. Molnar wrote: > The current version of R that is available in Wheezy is 2.15.1. > However, version 2.15.2 is available at CRAN sites. The site I use > is http://cran.case.edu/bin/linux/debian which states: > > 'If you want to have up to date R on wheezy I propose to directly > install

Re: Installing R-2.15.2 in Debian Wheezy/Testing

2012-12-31 Thread Hugo Vanwoerkom
Stephen P. Molnar wrote: The current version of R that is available in Wheezy is 2.15.1. However, version 2.15.2 is available at CRAN sites. The site I use is http://cran.case.edu/bin/linux/debian which states: 'If you want to have up to date R on wheezy I propose to directly install Dirks p

Re: Is this OK in C++ and C?

2012-12-31 Thread Jari Fredriksson
31.12.2012 20:33, Zbigniew Komarnicki kirjoitti: > Is this OK or is this a bug, when the wariable 'n' is > initializing by negative value? There no any warning. > Is this normal? I know that value -5 is converted > to unsigned but probably this should by printed a warning, > when this is a constant

Re: RSA Key authentication

2012-12-31 Thread Brian
On Mon 31 Dec 2012 at 14:19:31 -0700, Glenn English wrote: > I know for sure there are defaults to be changed in sshd_config. > There's a "PermitRootLogin" parameter. Its default has been "no" > everywhere I've seen. But it can be changed to "yes", or to > allow_root_login_with_key_authentication_

Re: RSA Key authentication

2012-12-31 Thread Glenn English
On Dec 31, 2012, at 12:58 PM, Bob Proulx wrote: > Thore wrote: >> but there are still some problems. >> Mostly I login as root, >> so i had to use the .ssh directory in the /root folder and put my >> generated public key in the authorized_keys folder. >> But it didn't works. ssh is very touchy a

DRBD resource separate

2012-12-31 Thread Atıf CEYLAN
Hi all, I have four disk arrays (raid 5) that each of which is 1.8TB and consisting of 12 disk volumes. I will use DRDB with OCFS2. I want to separate the to use as volumes but I think so it might cause high CPU usage if each "resource" contains a volume. I don't want to have to synchronize my all

Neutraliser les Personnalités Difficiles

2012-12-31 Thread Sophie
Les Personnalités Difficiles peuvent littéralement vous "pourrir" la vie. Mais comment obtenir des résultats positifs même avec des personnalités très désagréables qui ne font aucun effort pour changer? La réponse vous intéressera si vous avez déjà eu affaire avec des personnalités pénibles.

Installing R-2.15.2 in Debian Wheezy/Testing

2012-12-31 Thread Stephen P. Molnar
The current version of R that is available in Wheezy is 2.15.1. However, version 2.15.2 is available at CRAN sites. The site I use is http://cran.case.edu/bin/linux/debian which states: 'If you want to have up to date R on wheezy I propose to directly install Dirks packages from unstable (sid

Re: RSA Key authentication

2012-12-31 Thread Bob Proulx
Thore wrote: > on my Server I want to configure an RSA SSH Authentication. Good. Everyone should. > I know how to generate and set the private and public key, Good. > but there are still some problems. > Mostly I login as root, > so i had to use the .ssh directory in the /root folder and put m

Re: Is this OK in C++ and C?

2012-12-31 Thread Gary Dale
On 31/12/12 01:33 PM, Zbigniew Komarnicki wrote: Is this OK or is this a bug, when the wariable 'n' is initializing by negative value? There no any warning. Is this normal? I know that value -5 is converted to unsigned but probably this should by printed a warning, when this is a constant value.

Re: unexpected script output

2012-12-31 Thread Bob Proulx
berenger.mo...@neutralite.org wrote: > Bob Proulx wrote: > >I have seen various wifi drivers not be happy across a > >suspend/hibernate resume. I have needed to unload them on the way > >down and reload them on the way up. Or unload and reload them after > >the resume. > > Generally speaking, my

Re: Is this OK in C++ and C?

2012-12-31 Thread Yaro Kasear
On 12/31/2012 12:33 PM, Zbigniew Komarnicki wrote: Is this OK or is this a bug, when the wariable 'n' is initializing by negative value? There no any warning. Is this normal? I know that value -5 is converted to unsigned but probably this should by printed a warning, when this is a constant value

RSA Key authentication

2012-12-31 Thread Thore
Hello, on my Server I want to configure an RSA SSH Authentication. I know how to generate and set the private and public key, but there are still some problems. Mostly I login as root, so i had to use the .ssh directory in the /root folder and put my generated public key in the authorized_keys fo

Re: admin password?

2012-12-31 Thread Hans-J. Ullrich
Hi! I know two ways, how to "crack" a system with a lost root password. 1. Use a livefile-cd like knoppix and mount the partitition witrh /etc/shadow on. Then remove everything at root between the first two :: At next boot, you will not be asked for a root password. 2. Boot with "kon-boot".

Re: admin password?

2012-12-31 Thread Martin Steigerwald
Am Montag, 31. Dezember 2012 schrieb Mika Suomalainen: > On 31.12.2012 06:03, Osamu Aoki wrote: > > If you did not lock system with grub password, you can always > > login as root without password. > > > > Google with "grub init=/bin/bash mount" you get many howtos > > describing: > > > > Boot wi

Re: admin password?

2012-12-31 Thread Martin Steigerwald
Please do not top-post. Am Sonntag, 30. Dezember 2012 schrieb Dionyssis Goulimis: > > On 12/30/12, Dionyssis Goulimis wrote: > >> Hi, > >> > >> I downloaded the last edition of Debian yesterday but I can't remember > >> my Admin password, what is the best way to stop using an Admin > >> password

Is this OK in C++ and C?

2012-12-31 Thread Zbigniew Komarnicki
Is this OK or is this a bug, when the wariable 'n' is initializing by negative value? There no any warning. Is this normal? I know that value -5 is converted to unsigned but probably this should by printed a warning, when this is a constant value. What do you think about this? // prog.cpp #includ

[ANNOUNCE] apt-offline1.3 released

2012-12-31 Thread Ritesh Raj Sarraf
Hello World, Since the world is still intact, I'm pleased to announce apt-offline version 1.3 Release Highlights * GUI Features Added - Added window to browse through the downloaded offline bug reports. - Added option to use the folder path as an install target. * Minor changes. Please see

Running vlc from another machine.

2012-12-31 Thread peasthope
At the console, peter@dalton:~$ vlc *.WAV starts a vlc instance and produces audio. The same command via a telnet connection is not so successful. peter@dalton:~$ vlc *.WAV VLC media player 1.1.3 The Luggage (revision exported) Warning: call to srand(1356965514) Warning: call to rand() Blocked:

Re: admin password?

2012-12-31 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 31.12.2012 06:03, Osamu Aoki wrote: > If you did not lock system with grub password, you can always > login as root without password. > > Google with "grub init=/bin/bash mount" you get many howtos > describing: > > Boot with > > init=/bin/bas

Re: admin password?

2012-12-31 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 31.12.2012 00:32, Tom H wrote: > On Sun, Dec 30, 2012 at 12:42 AM, Chris Bannister > wrote: >>> On Sun, Dec 30, 2012 at 06:51:38AM +0200, Dionyssis Goulimis >>> wrote: > > I downloaded the last edition of Debian yesterday but I > ca