Re: Debian stable on iDRAC-driven hardware

2015-12-04 Thread B.R.
interface altogether... I also cannot help but notice you use the accept_ra directive. Is not that intended for routers? Thanks, --- *B. R.* On Fri, Dec 4, 2015 at 1:15 PM, Cyril wrote: > Hi, > > Le 03/12/2015 11:57, B.R. a écrit : > >> Added information: >> My server uses

Re: Debian stable on iDRAC-driven hardware

2015-12-03 Thread B.R.
Added information: My server uses iDRAC 6, and I have been told no update is available. --- *B. R.* On Thu, Dec 3, 2015 at 11:01 AM, B.R. wrote: > Hello, > > I own a dedicated server hosted on hardware with an iDRAC (Dell) > middleware. > > Fiddling with network configurat

Debian stable on iDRAC-driven hardware

2015-12-03 Thread B.R.
Hello, I own a dedicated server hosted on hardware with an iDRAC (Dell) middleware. Fiddling with network configuration (attempting to configure a bridge with libvirt to replace the current direct physical interface configuration), I took the host machione down. The technicians are unable to help

Re: Resolver not working when network is up

2015-05-13 Thread B.R.
I submitted bug #785253 <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785253>. We'll see where it goes... --- *B. R.* On Wed, May 13, 2015 at 10:21 PM, B.R. wrote: > Well I am conservative on the sysvinit stuff. > The more I read bout systemd the more fearsome it app

Re: Resolver not working when network is up

2015-05-13 Thread B.R.
, May 13, 2015 at 10:09 PM, Bob Proulx wrote: > B.R. wrote: > > I managed to solve the problem with some help from debian IRC channel. > > Great! Glad to hear you have it solved. > > > The problem lied in the /etc/network/interfaces, where my eth0 interface > >

Re: Resolver not working when network is up

2015-05-13 Thread B.R.
d 'mounted' while still unavailable. Services requiring the network to be up were then confused and reported heavy errors. nginx was one of those. Reverting to the standard 'auto' solved the problem and the dependency is now met. --- *B. R.* On Wed, May 13, 2015 at 9:08 PM, Bo

Resolver not working when network is up

2015-05-13 Thread B.R.
Hello, I got the following in my kern.log: May 13 11:57:59 kernel: [ 17.282032] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready May 13 11:57:59 kernel: [ 17.539625] RPC: Registered named UNIX socket transport module. May 13 11:57:59 kernel: [ 17.539629] RPC: Registered udp transport modul

Permissions on UNIX domain sockets

2012-05-10 Thread B.R.
Hi, I recently encountered some permissions trouble with a UNIX domain socket. I was trying to bind Nginx on PHP-FPM that way to get rid of the TCP socket usually used. PHP-FPM spawned its socket with its user/group set up in its configuration file. I had: - User: www-data - Group: www-data - Mod