Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-04 Thread Charles Kroeger
On Tue, 05 May 2015 03:10:01 +0200 James wrote: > What is the output from sudo lsusb? root@mundo:/home/charles# lsusb Bus 007 Device 003: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n that's it there David Wright ask: >Do you use anything like wicd to manage the connection, ie brin

Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-04 Thread Charles Kroeger
On Tue, 05 May 2015 04:00:02 +0200 David Wright wrote: > Does dmesg | grep -i firmware show the firmware being loaded? root@mundo:/home/charles# dmesg | grep -i firmware[1.400040] platform microcode: firmware: agent loaded amd-ucode/microcode_amd.bin into memry[ 25.257358] usb 7-2: ath

Re: New Jessie Install: Laptop fan doesn't run

2015-05-04 Thread Glen Reesor
On 2015-05-03 16:00, Glen Reesor wrote: On 2015-05-03 14:20, Ralph Katz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Please don't top post; it makes following the thread harder. My reply follows below... On 05/02/2015 07:23 PM, Glen Reesor wrote: I've done some more research, and

Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-04 Thread David Wright
Quoting Charles Kroeger (ckro...@frankensteinface.com): > After using this adapter for a few months (18 months ago) I committed out all > my > wireless lines in /etc/network/interfaces and stopped using it because it kept > breaking the connection at odd times. Do you use anything like wicd to ma

Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-04 Thread James
On 05/04/2015 07:39 PM, Charles Kroeger wrote: After using this adapter for a few months (18 months ago) I committed out all my wireless lines in /etc/network/interfaces and stopped using it because it kept breaking the connection at odd times. I have to take a trip and this computer goes with

Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-04 Thread Charles Kroeger
After using this adapter for a few months (18 months ago) I committed out all my wireless lines in /etc/network/interfaces and stopped using it because it kept breaking the connection at odd times. I have to take a trip and this computer goes with me where I'll need to use WiFi and so I uncommitt

iPhone 5

2015-05-04 Thread Edwin Zarthrusz
Hello, I am trying to network my Asus X200CA running Jessie 8 via my iPhone 5's mobile hotspot. It only works very occasionally. I have tried two different network SIMs, the Asus has no trouble finding other WiFi's. I am currently networking via my friend's Nokia Windoze phone. Suspiciously, other

Re: sudo not respecting /etc/sudoers

2015-05-04 Thread Jonathan Dowland
On Sun, May 03, 2015 at 03:20:05PM +0200, Nicolas George wrote: > Le quartidi 14 floréal, an CCXXIII, Jonathan Dowland a écrit : > > There's nothing wrong with the file permissions. By default, root's > > shell reads /etc/environment, but users do not. To be honest I'm not > > sure why that is the

Re: sudo not respecting /etc/sudoers

2015-05-04 Thread Jonathan Dowland
Hi, Please do not CC me, I am subscribed to the list. On Sun, May 03, 2015 at 03:36:10PM +0200, Nicolas George wrote: > Le quartidi 14 floréal, an CCXXIII, Jonathan Dowland a écrit : > > This is inevitable with http_proxy, sadly, as there is no one place you can > > put things that will guarantee

Re: Setting up AP with hostapd

2015-05-04 Thread csanyipal
Bob Proulx writes: > csanyi...@gmail.com wrote: >> Bob Proulx writes: >> > csanyi...@gmail.com wrote: >> >> What could be the problem? >> > >> > I don't know but here is my working configuration. I am not running >> > in bridge mode. I am running in router mode. >> >> I tried this setup but af

no root file system after encryption

2015-05-04 Thread Juha Heinanen
I'm trying to install debian jessie with three partitions: /boot, /, and swap. i'm able to create and encrypt the partitions fine, but when I then try to changes to disk, installer complains: No root file system defined, please correct this from partitioning menu. The second partition had / as

Re: reboot instead of shutdown on debian jessie aftar fresh install with usb stick

2015-05-04 Thread David Wright
Quoting yance haryanto (yance.n...@gmail.com): > I got trouble to Debian Jessie with my laptop Acer Aspire E1-470G. It always > reboot for about > 4 sec after shutdown (reboot instead of shutdown) while it is totally normal > to wind**s os. > I did fresh install with usb stick. It might be worth

Re: LXC unprivileged containers

2015-05-04 Thread Darren Baginski
03.05.2015, 12:50, "Jonathan Dowland" : > On Sun, May 03, 2015 at 09:44:45AM +0300, Johannes Graumann wrote: >>  PROMPT> sudo echo 1 > /sys/fs/cgroup/cpuset/cgroup.clone_children >>  PROMPT> sudo echo 1 > /proc/sys/kernel/unprivileged_userns_clone > > I think redirections don't work for privilege

Re: LXC unprivileged containers

2015-05-04 Thread Darren Baginski
Some progress: lxcuser@lxcbox$ cat /sys/fs/cgroup/cpuset/cgroup.clone_children 1 lxcuser@lxcbox$ cat /proc/sys/kernel/unprivileged_userns_clone 1 lxcuser@lxcbox$ lxc-create --name p1 --template download Setting up the GPG keyring Downloading the image index --- You just created a Debian contai

Re: Colorized Prompts Problem

2015-05-04 Thread David Wright
Quoting Thomas H. George (li...@tomgeorge.info): > On Mon, May 04, 2015 at 06:54:40AM +, Bonno Bloksma wrote: > > Hi, > > > > > I entered the following in .bashrc > > > > > >PS1='\033[01;33m\h:\w\$ \033[00m' > > > > > > to colorize the prompt (very handy to find the prompt when a

Re: Colorized Prompts Problem

2015-05-04 Thread Matt Ventura
On 5/4/2015 7:57 AM, Thomas H. George wrote: On Mon, May 04, 2015 at 06:54:40AM +, Bonno Bloksma wrote: Hi, I entered the following in .bashrc PS1='\033[01;33m\h:\w\$ \033[00m' to colorize the prompt (very handy to find the prompt when a command fills the console screen with lines of

Re: Colorized Prompts Problem

2015-05-04 Thread Thomas H. George
On Mon, May 04, 2015 at 06:54:40AM +, Bonno Bloksma wrote: > Hi, > > > I entered the following in .bashrc > > > >PS1='\033[01;33m\h:\w\$ \033[00m' > > > > to colorize the prompt (very handy to find the prompt when a command > > fills the console screen with lines of text) > > > >

Re: Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Lisi Reisz
On Monday 04 May 2015 12:31:27 Alexis wrote: > Christian Seiler writes: > > I linked a wiki page in my previous email describing precisely > > what wheezy-updates is (and it is NOT the regular security > > update repository): https://wiki.debian.org/StableUpdates > > Yes, i read that: > > * Since

Re: Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Christian Seiler
Am 2015-05-04 13:31, schrieb Alexis: * Since it mentions things like updates to virus scanners, it seemed plausible to me that it was indeed the same repo. If, as you assert, it's not, then i think it's concerning that there are /two/ distinct repos one needs to enable in order to get all rel

Re: Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Alexis
Lisi Reisz writes: One is security, as it says. The other is what used to be called volatile and is needed if you have e.g. a virus scanner of any kind. Sorry, but as i alluded to in my last email to Christian, this doesn't make sense to me. Shouldn't people reasonably expect virus-scann

Re: Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Alexis
Christian Seiler writes: I linked a wiki page in my previous email describing precisely what wheezy-updates is (and it is NOT the regular security update repository): https://wiki.debian.org/StableUpdates Yes, i read that: * Since it mentions things like updates to virus scanners, it see

Re: Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Mathias Friman
2015-05-04 13:03 GMT+02:00 Christian Seiler : > Am 2015-05-04 12:30, schrieb Alexis: > >> Further, afaik, the wheezy-updates line should refer to the same set >> of packages as the wheezy/updates line from security.debian.org. If >> that's so, then having two different lines refer to the same pack

Re: Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Christian Seiler
Am 2015-05-04 12:30, schrieb Alexis: Further, afaik, the wheezy-updates line should refer to the same set of packages as the wheezy/updates line from security.debian.org. If that's so, then having two different lines refer to the same package set is merely confusing the config further. If not, th

Re: Mysql Access Problems after Jessie Upgrade

2015-05-04 Thread Bernhard Schmidt
Alan Chandler wrote: Hi, >>> Do you have /etc/hosts.allow / hosts.deny non-standard? >> >> Both appear empty (other than comments) > > > So I added a line > > ALL: 127.0.0. 192.168.0. > > to /etc/hosts.allow > > and everything started working again > > Not sure if I need to include the 127.0.0 t

Re: Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Lisi Reisz
On Monday 04 May 2015 11:30:06 Alexis wrote: > Further, afaik, the wheezy-updates line should refer to the same > set of packages as the wheezy/updates line from > security.debian.org. If that's so, then having two different lines > refer to the same package set is merely confusing the config > fur

Re: Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Alexis
Christian Seiler writes: Am 2015-05-04 12:11, schrieb Alexis: And my guess is that you should also remove the line: deb http://http.debian.net/debian/ wheezy-updates main Why that? wheezy-updates still exists and if it was in there before, it was probably wanted explicitly. Not necessar

Re: Failed Array prevents transition to Runlevel 2 in Jessie

2015-05-04 Thread Petter Adsen
On Sun, 3 May 2015 19:01:15 -0700 (PDT) Leslie Rhorer wrote: > Ah! Excellent. 'Sounds like 'nofail' it is. So I change 'defaults' > to 'defaults, nofail' for the RAID array entry and run No space, so "defaults,nofail". Which is probably what you meant :) Petter -- "I'm ionized" "Are you su

Re: Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Christian Seiler
Am 2015-05-04 12:11, schrieb Alexis: And my guess is that you should also remove the line: deb http://http.debian.net/debian/ wheezy-updates main Why that? wheezy-updates still exists and if it was in there before, it was probably wanted explicitly. See: https://wiki.debian.org/StableUpdates

Re: Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Alexis
Mathias Friman writes: My sources.list: deb http://http.debian.net/debian/ wheezy main deb http://security.debian.org/ stable/updates main deb http://http.debian.net/debian/ wheezy-updates main ## Backports repository: deb http://http.debian.net/debian/ wheezy-backports main # fusiondi

Re: Default virtualhost on Debian Jessie with Apache 2.4.10

2015-05-04 Thread Daniel Bareiro
On 04/05/15 04:50, Marco Stoecker wrote: > Hi Bob, Hi, Marco. > I do have the same issue. I disabled the default config in > "sites-enabled" (which in fact removed the symbolic link to the > 000-default.conf in "sites-available") and did a restart of apache, but > still the default page is showi

Re: Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Christian Seiler
Am 2015-05-04 09:48, schrieb Mathias Friman: recently Ive encountered this problem when doing a server-installation with FAI from CD. There seems to be some security updates that break the dependencies I rely on. As of now Ive disabled the security repository on the install-CD and enable it whe

Re: Upgrade to Jessie : some network problems

2015-05-04 Thread Petter Adsen
On Sun, 3 May 2015 16:24:43 +0200 Nicolas FRANCOIS wrote: > Hi. > > After upgrading from Wheezy to Jessie, I have a few networking > problems : > - I had a clear HiID on aMule before, now I get a LowID. I don't know > why, I only upgraded my desktop, my router/firewall is an ipFire box > tra

Re: Mysql Access Problems after Jessie Upgrade

2015-05-04 Thread Alan Chandler
On 03/05/15 23:00, Alan Chandler wrote: On 03/05/15 19:59, Bernhard Schmidt wrote: Do you have /etc/hosts.allow / hosts.deny non-standard? Both appear empty (other than comments) So I added a line ALL: 127.0.0. 192.168.0. to /etc/hosts.allow and everything started working again Not su

Re: Debian jessie: DHCP v6 in interfaces does not start dhclient

2015-05-04 Thread Stefan Pietsch
* Stefan Pietsch [2015-04-29 10:50]: > Dear list, > > a fresh installation of Debian jessie does not start dhclient for IPv6 > at boot. > > This is the interfaces file: > > ~ > > source /etc/network/interfaces.d/* > > auto lo > iface lo inet loopback > > auto eth0 > iface eth0 inet dhcp

Re: initramfs broken on Jessie upgrade

2015-05-04 Thread Bernhard Schmidt
Bernhard Schmidt wrote: > This is reproducible. To fix it it is enough to boot into the Wheezy > kernel (even with init=/bin/sh), then reboot. It apparently does > something to the root-fs (fsck?) which allows the Jessie kernel to boot. Ben Hutchings had the right idea in Bug#783620. Apparently

reboot instead of shutdown on debian jessie aftar fresh install with usb stick

2015-05-04 Thread yance haryanto
I got trouble to Debian Jessie with my laptop Acer Aspire E1-470G. It always reboot for about 4 sec after shutdown (reboot instead of shutdown) while it is totally normal to wind**s os. I did fresh install with usb stick. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

Re: Default virtualhost on Debian Jessie with Apache 2.4.10

2015-05-04 Thread Georgi Naplatanov
On 04/30/2015 10:23 PM, Daniel Bareiro wrote: > Hi all! > > Currently I have a unique site in sites-enabled which is accessed only > via HTTPS. Hoping to have an access error when trying to access this > site via HTTP, Apache sends me to the default site which is "It's > works!" page in /var/www/h

Re: Default virtualhost on Debian Jessie with Apache 2.4.10

2015-05-04 Thread Marco Stoecker
Hi Bob, I do have the same issue. I disabled the default config in "sites-enabled" (which in fact removed the symbolic link to the 000-default.conf in "sites-available") and did a restart of apache, but still the default page is showing up. I there another way to disable the default site? I'd

Security updates for wheezy breaking my FAI-installation

2015-05-04 Thread Mathias Friman
Hello, recently I've encountered this problem when doing a server-installation with FAI from CD. There seems to be some security updates that break the dependencies I rely on. As of now I've disabled the security repository on the install-CD and enable it when the server is rebooted and do a regu

Re: Colorized Prompts Problem

2015-05-04 Thread Petter Adsen
On Mon, 4 May 2015 00:02:11 -0600 Bob Proulx wrote: > Petter Adsen wrote: > > Brad Rogers wrote: > > > PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\ > > > [\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' > > > > Excuse me if this is a dumb question, but what does the > > "debian_chro