Creating a VM in VirtualBox

2011-12-15 Thread Marc Shapiro
I am running Squeeze. I have installed VirtualBox 4.1.6 from the VirtualBox website. I have also installed dkms. When I start the program it shows no VMs, since I have not yet created any. I Click to create a new VM and the wizard prompts me through it. I plan to install XP-Pro since my wi

php 5.2 as cgi automatically changes protocol !!!

2011-12-15 Thread J. Bakshi
Dear list, I ma facing a strange problem in my debian squeeze box having apache and both php 5.3 as module + php 5.2 as cgi. Whenever I set any site to work with 5.2 cgi, the http:// protocol automatically changes to https:// and the link becomes as https://192.168.1.1/php5-cgi//

Re: Sqeeze installation: manually defining partitions

2011-12-15 Thread Klaus Jantzen
Walter Hurry wrote: On Thu, 15 Dec 2011 23:51:50 +0100, Klaus Jantzen wrote: Hi, for (each?) partition I define there is an entry for "Reserved Blocks" with a suggested value of 5%. Questions: 1) What are these reserved blocks for? Root. For recovery if you fill it. 2) Do I have

Re: how to examine the wireless

2011-12-15 Thread steef
Geoff Simmons schreef: On Mon, Dec 12, 2011 at 02:37:44PM +, steef wrote: you could use the broadcom-sta (source-package) in combination with this webpage: http://wiki.debian.org/wl The proprietary driver has no support for the BCM4331 at this time. Geoff under squeeze broadcom-sta h

Re: To detect proccess sending netpackets.

2011-12-15 Thread Sthu Deus
Thank You for Your time and answer, afuentes: >> nethogs let you see like ntop which process do network I/O. > >Awesome program! thanks! >This is what the OP was asking for :) Absolutely! Thank You very much, Gilles! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a sub

Re: Sqeeze installation: manually defining partitions

2011-12-15 Thread Walter Hurry
On Thu, 15 Dec 2011 23:51:50 +0100, Klaus Jantzen wrote: > Hi, > > for (each?) partition I define there is an entry for "Reserved Blocks" > with a suggested value of 5%. > > Questions: > 1) What are these reserved blocks for? Root. For recovery if you fill it. > 2) Do I have to have them? Not ne

Re: attempting to configure wireless card tl-wn353g hangs computer

2011-12-15 Thread Brian
On Thu 15 Dec 2011 at 06:57:55 -0800, kei...@strucktower.com wrote: > Yes, it only hangs when there is a stanza referring to it in the /e/n/i. Commenting out 'auto wlan0' in /e/n/i means the interfaces file will not be used during booting. You should end up with a responsive machine. What happens

Re: Sqeeze installation: manually defining partitions

2011-12-15 Thread Bob Proulx
Andrei Popescu wrote: > Klaus Jantzen wrote: > > for (each?) partition I define there is an entry for "Reserved > > Blocks" with a suggested value of 5%. > > > > Questions: > > 1) What are these reserved blocks for? > > 2) Do I have to have them? > > 3) What are the consequences of setting the quo

Re: Sqeeze installation: manually defining partitions

2011-12-15 Thread Andrei Popescu
On Jo, 15 dec 11, 23:51:50, Klaus Jantzen wrote: > Hi, > > for (each?) partition I define there is an entry for "Reserved > Blocks" with a suggested value of 5%. > > Questions: > 1) What are these reserved blocks for? > 2) Do I have to have them? > 3) What are the consequences of setting the quot

Sqeeze installation: manually defining partitions

2011-12-15 Thread Klaus Jantzen
Hi, for (each?) partition I define there is an entry for "Reserved Blocks" with a suggested value of 5%. Questions: 1) What are these reserved blocks for? 2) Do I have to have them? 3) What are the consequences of setting the quota to 0%? Thanks. -- KDJ. -- To UNSUBSCRIBE, email to debian-u

Re: how to set the date_time

2011-12-15 Thread Christofer C. Bell
On Thu, Dec 15, 2011 at 11:01 AM, lina wrote: > On Fri, Dec 16, 2011 at 12:54 AM, Christofer C. Bell > wrote: >> On Thu, Dec 15, 2011 at 10:49 AM, lina wrote: >>> >>> Hi, >>> >>> (sorry a bit off-topic) >>> >>> when use qsub -a date_time, >>> >>> how do I set up it, >>> >>> qsub -a 2011.12.15_12

Re: Another sysv-rc problem on Lenny to Squeeze upgrade

2011-12-15 Thread Bob Proulx
Sven Joachim wrote: > Ken Heard wrote: > > Bob Proulx wrote: > >> dpkg -l | grep ^rc > > > > I ran this command and found about 120 packages labelled "rc". Is there > > a command to remove all such packages in one swell foop? > > aptitude purge "~c" And for apt-get command line folks such as m

Re: wireless problems wheezy: repeated login/logout

2011-12-15 Thread Don Juan
On 12/15/2011 01:06 AM, Richard wrote: Hi I loaded wheezy on to my laptop and use a wpa network at home, other visiting laptops and my android phone have no problem, but on wheezy the network is found the address is issued and about 10 secs later it disconnects. Powering down the router sometim

Re: Another sysv-rc problem on Lenny to Squeeze upgrade

2011-12-15 Thread Sven Joachim
On 2011-12-15 18:58 +0100, Ken Heard wrote: > Bob Proulx wrote: > >> It is a good time to tidy up the system. Look through your list of >> removed packages that have not been purged. Those are ones that have >> been removed 'r' but still have configuration files for them 'c' left >> on the syste

Re: Another sysv-rc problem on Lenny to Squeeze upgrade

2011-12-15 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Proulx wrote: > It is a good time to tidy up the system. Look through your list of > removed packages that have not been purged. Those are ones that have > been removed 'r' but still have configuration files for them 'c' left > on the system. >

Re: which command I should use to extract the matching part out

2011-12-15 Thread lina
On Fri, Dec 16, 2011 at 1:11 AM, Bob Proulx wrote: > lina wrote: >> aaa >> model 0 >> bbb >> ddd >> model 1 >> ccc >> >> I want to print out the parts which match the "model 0" and ends with >> match "model 1" >> >> for the final expected output is: >> >> model 0 >> bbb >> ddd > > Try this: > >  s

Re: which command I should use to extract the matching part out

2011-12-15 Thread Bob Proulx
lina wrote: > aaa > model 0 > bbb > ddd > model 1 > ccc > > I want to print out the parts which match the "model 0" and ends with > match "model 1" > > for the final expected output is: > > model 0 > bbb > ddd Try this: sed -n '/^model 1/q;/^model 0/,$p' Bob signature.asc Description: Dig

which command I should use to extract the matching part out

2011-12-15 Thread lina
Hi, (sorry a bit off-list again, but I really found the list is an amazing place) Well, for aaa model 0 bbb ddd model 1 ccc I want to print out the parts which match the "model 0" and ends with match "model 1" for the final expected output is: model 0 bbb ddd I tried grep -A N "model 0" but

Re: how to set the date_time

2011-12-15 Thread lina
On Fri, Dec 16, 2011 at 12:54 AM, Christofer C. Bell wrote: > On Thu, Dec 15, 2011 at 10:49 AM, lina wrote: >> >> Hi, >> >> (sorry a bit off-topic) >> >> when use qsub -a date_time, >> >> how do I set up it, >> >> qsub -a 2011.12.15_12:00:00 not work, > > > I don't know which version you're using

Re: how to set the date_time

2011-12-15 Thread Christofer C. Bell
On Thu, Dec 15, 2011 at 10:49 AM, lina wrote: > > Hi, > > (sorry a bit off-topic) > > when use qsub -a date_time, > > how do I set up it, > > qsub -a 2011.12.15_12:00:00 not work, I don't know which version you're using (there are 2 packages that contain that binary), but the man page I'm able t

how to set the date_time

2011-12-15 Thread lina
Hi, (sorry a bit off-topic) when use qsub -a date_time, how do I set up it, qsub -a 2011.12.15_12:00:00 not work, Thanks for any suggestions, Best regards, -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.d

Re: Another sysv-rc problem on Lenny to Squeeze upgrade

2011-12-15 Thread Bob Proulx
Ken Heard wrote: > > Unable to migrate to dependency-based boot system. > > Tests have determined that problems in the boot system exist which prevent > > migration to dependency-based boot sequencing: > > ... > > package hdparm removed but not purged, > > package lisa removed but not purged, > >

Re: Unmark auto without apt-mark or aptitutude?

2011-12-15 Thread Andrei Popescu
On Jo, 15 dec 11, 13:13:42, Malte Forkel wrote: > > I've been looking through debian-devel without finding the thread you > are referring to. Do you possibly have its subject or start date? Even better: http://lists.debian.org/87iplw8px9@lennier.ganneff.de > As a first test, I tried to edit

Re: attempting to configure wireless card tl-wn353g hangs computer

2011-12-15 Thread keitho
Hi Brian- Yes, it only hangs when there is a stanza referring to it in the /e/n/i. I don't see anything in dmesg or /var/log/syslog from wpa_suplicant. Thanks, Keith > An optimistic search might lead you to the pessimistic view that this > card and Debian do not get on together, so it might be

Re: attempting to configure wireless card tl-wn353g hangs computer

2011-12-15 Thread keitho
Hi Wayne- Funny I had not thought of this. After googling for an hour I had not even seen anyone else mention firmware regarding this particular card. However, looking at the firmware-realtek package, it does not refer to my card's chipset- neither rtl8180 nor rtl8185 nor rtl8225 (my card is the

Re: Another sysv-rc problem on Lenny to Squeeze upgrade

2011-12-15 Thread Darac Marjal
On Thu, Dec 15, 2011 at 09:31:42AM -0500, Ken Heard wrote: > While the command "apt-get dist-upgrade" was running in one of my boxes > yesterday the following message was received: > > > Configuring sysv-rc > > > > Unable to migrate to dependency-based boot system. > > Tests have determined that p

Another sysv-rc problem on Lenny to Squeeze upgrade

2011-12-15 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 While the command "apt-get dist-upgrade" was running in one of my boxes yesterday the following message was received: > Configuring sysv-rc > > Unable to migrate to dependency-based boot system. > Tests have determined that problems in the boot system

Re: hosts.deny didn't block ip

2011-12-15 Thread perljpes
On 12/15/2011 01:40 PM, Raf Czlonka wrote: > On Thu, Dec 15, 2011 at 09:56:48AM GMT, perlj...@gmail.com wrote: >> After a manual entry in /etc/hosts.deny >> >> ip didn't blocked >> >> ALL: 151.12.xxx.xxx >> >> I wonder why? > > What do you mean by didn't get blocked? > Using what service/port? >

Re: hosts.deny didn't block ip

2011-12-15 Thread Cláudio E. Elicker
On Thu, 15 Dec 2011 11:56:48 +0200 perlj...@gmail.com wrote: > After a manual entry in /etc/hosts.deny > > ip didn't blocked > > ALL: 151.12.xxx.xxx > > I wonder why? > Do a test without the x's, endind with just a dot ALL: 151.12. > I use denyhosts for automatic entries > > Thank you in

Re: Unmark auto without apt-mark or aptitutude?

2011-12-15 Thread Malte Forkel
Am 14.12.2011 22:22, schrieb Andrei Popescu: > Your problem is not unique, see the recent thread on debian-devel > triggered by an announcement about changes in archive sections. You > could take the initiative and drive the required changes to have apt > handle transitional packages specially ;

Re: To detect proccess sending netpackets.

2011-12-15 Thread afuentes
On Tue, 2011-12-13 at 21:20 +0100, Gilles Mocellin wrote: > nethogs let you see like ntop which process do network I/O. Awesome program! thanks! This is what the OP was asking for :) greets! aL -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". T

Re: hosts.deny didn't block ip

2011-12-15 Thread Raf Czlonka
On Thu, Dec 15, 2011 at 09:56:48AM GMT, perlj...@gmail.com wrote: > After a manual entry in /etc/hosts.deny > > ip didn't blocked > > ALL: 151.12.xxx.xxx > > I wonder why? What do you mean by didn't get blocked? Using what service/port? Does your service support tcp_wrappers? > I use denyhost

Re: wireless problems wheezy: repeated login/logout

2011-12-15 Thread Brian
On Thu 15 Dec 2011 at 09:06:30 +, Richard wrote: > I loaded wheezy on to my laptop and use a wpa network at home, other > visiting laptops and my android phone have no problem, but on wheezy > the network is found the address is issued and about 10 secs later it > disconnects. Is NM or /e/n/i

hosts.deny didn't block ip

2011-12-15 Thread perljpes
After a manual entry in /etc/hosts.deny ip didn't blocked ALL: 151.12.xxx.xxx I wonder why? I use denyhosts for automatic entries Thank you in advance Nikos -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

wireless problems wheezy: repeated login/logout

2011-12-15 Thread Richard
Hi I loaded wheezy on to my laptop and use a wpa network at home, other visiting laptops and my android phone have no problem, but on wheezy the network is found the address is issued and about 10 secs later it disconnects. Powering down the router sometimes helps as it seem s to force the passwo