Displaying 20 results from an estimated 500 matches similar to: "Bug#564702: [PATCH] rules suggestions for dhcpcd"
2009 Oct 24
1
Bug#552222: logcheck: dhclient regexes need updating
Package: logcheck
Version: 1.3.3
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch
As reported in https://launchpad.net/bugs/307847:
recent dhclient includes the ip address it is releasing and renewing.
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhclient(-2.2.x)?: DHCP(NAK|ACK|OFFER) from [.0-9]{7,15}$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+
2010 Jan 11
1
Bug#564693: logcheck: should suggest/recommend nail
Package: logcheck
Version: 1.3.5
Severity: minor
Hi,
reading logcheck source it seems that it requires nail for MAILATTACH to work,
however it is not suggested/recommended.
(JFTR it is debatable if nail is appropriate or something else should be used)
thanks,
filippo
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500,
2009 Sep 06
1
Bug#545318: logcheck-database: please add rule for newgrp messages
Package: logcheck-database
Version: 1.2.69
Severity: wishlist
Hello,
when newgrp (part of the package login) is used, I see messages
like this in my syslog:
Aug 27 23:36:16 debian64 newgrp[1975]: user `root' (login `root' on tty1)
switched to group `backup'
Aug 27 19:28:15 srv1 newgrp[10082]: user `root' (login `mazur' on pts/1)
switched to group `backup'
Aug 27
2015 Jul 29
1
[PATCH v2] appliance init: find NIC name for dhcpcd
dhcpcd requires an interface name as parameter to work. We are now
getting it from /proc/sys/net/ipv4/conf/ folder children. dhclient
on Debian also has the problem, thus use the guessed interface name
for it too.
---
appliance/init | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/appliance/init b/appliance/init
index cca62e7..d5a428d 100755
--- a/appliance/init
+++
2017 Feb 14
1
dhcpcd.conf
Hi,
ran into a problem w/ linode hosted VM where IPv6 address changed after
they migrated it to a different host.
They claim I can fix it with
sed -i 's/slaac private/slaac hwaddr/' /etc/dhcpcd.conf
However there appears to be no dhcpcd.conf on any of my CentOS 7 systems.
What is the CentOS 7 equivalent?
2010 Jan 21
1
Bug#566107: logcheck-database: with violations.d/logcheck empty most rules in violations.ignore.d look useless
Package: logcheck-database
Version: 1.3.5
Severity: normal
Hi,
I was having a look at logcheck and why I received a "verification failed:
Temporary failure in name resolution" as a _system_ message.
Turns out that since violations.d/logcheck is empty now, most of the rules in
violations.ignore.d look quite useless, can you confirm?
I suspect that a big part of those rules should be
2015 Jul 28
0
[PATCH 1/2] appliance init: find NIC name for dhcpcd
dhcpcd requires an interface name as parameter to work. We are now
getting it from /proc/sys/net/ipv4/conf/ folder children.
---
appliance/init | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/appliance/init b/appliance/init
index cca62e7..ef18959 100755
--- a/appliance/init
+++ b/appliance/init
@@ -111,7 +111,8 @@ if test "$guestfs_network" = 1; then
if
2005 Jul 27
0
CESA-2005:603-01: Moderate CentOS 2 i386 dhcpcd security update
The following errata for CentOS-2 have been built and uploaded to the
centos mirror:
RHSA-2005:603-01 Moderate: dhcpcd security update
Files available:
dhcpcd-1.3.20pl0-2.i386.rpm
More details are available from the RedHat web site at
https://rhn.redhat.com/errata/rh21as-errata.html
The easy way to make sure you are up to date with all the latest patches
is to run:
# yum update
--
John
2007 Apr 18
0
[Bridge] Re: bridge can't get ip by "dhcpcd br0"
On Wed, 16 Jun 2004 17:53:08 +0800 (CST)
"vanyew" <vanyew@mail2000.com.tw> wrote:
> Dear Stephen,
>
> I'm a Linux embedded developer.
> We want to build the bridge function on our product.
>
> We use brctl to build the bridge device.
>
> [root@localhost /]# brctl show
> bridge name bridge id STP enabled interfaces
>
2016 Jun 16
4
libguestfs can't communicate over network while creating VM
Hello guys,
we use libguests for dynamic creation of our VM and we do various modifications of those VMs in the process. One with I am struggling with is to signing keys of our custom repository - "
vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is a GuestFS object. So I have set "vm.set_network(True)" and I have installed
2014 Oct 02
5
Re: [PATCH v2 1/4] appliance: Use dhclient instead of hard-coding IP address of appliance.
On Thu, Oct 02, Richard W.M. Jones wrote:
> The script won't fail, but the network won't work. What's the
> alternative on SuSE?
I think that would be dhcpcd, which is also used by NetworkManager.
Olaf
2015 Jul 28
4
[PATCH 0/2] Misc fixes
Here are two patches: one fixes the gpg-agent causing unmount to fail
after running dnf to install packages. The other ones fixes dhcpcd call
in the init program to provide it an interface name.
Cédric Bosdonnat (2):
appliance init: find NIC name for dhcpcd
Make sure gpg-agent is terminated before umount
appliance/init | 3 ++-
customize/customize_run.ml | 3 ++-
2 files
2015 Mar 13
2
Re: Name resolution not working inside virt-customize
On 03/13/2015 11:13 AM, Richard W.M. Jones wrote:
>
> Yes, the log indicates name resolution not working. Please try the
> diagnosis steps that I outlined in:
>
> https://www.redhat.com/archives/libguestfs/2015-March/msg00075.html
Sorry, I somehow missed the above message.
$ ./run guestfish get-backend
direct
Here are the outputs of the /dev/tcp test, first doing:
$ ./run
2017 Sep 22
5
Connecting to internet with USB tethered iphone
I am trying to get a centos 6 system on the internet with a tethered
iPhone. I can see the phone with lsusb as bus 001 device 011. A post on
stackoverflow said I would need to run "# ip link set usb0 up && dhcpcd
usb0"
But how do I reference my phone in that command?
2014 Oct 02
2
Re: [PATCH v2 1/4] appliance: Use dhclient instead of hard-coding IP address of appliance.
On Thu, Oct 02, Richard W.M. Jones wrote:
> It seems as if it would, from reading the dhcpcd man page ..
Looks like the syntax is 'dhcpcd <interface>'.
Olaf
2020 Apr 05
2
samba Digest, Vol 208, Issue 5
> > I'm looking for some general advice.
> >
> > I'm beginning to set up a Raspberry Pi 4 as a SOHO server with Samba on Raspbian Buster.
> >
> > I will be running as a member of an existing Windows AD (JOIN), then allow logging in from
> > Windows and Linux clients.
>
> Do you mean as a Unix domain member or as an AD DC ?
>
> This is a
2019 Mar 04
2
getent not working after installing firewall
On Mon, 4 Mar 2019 20:43:17 +0000 Rowland Penny wrote:
>
> On Mon, 04 Mar 2019 15:18:31 -0500
> Mark Foley via samba <samba at lists.samba.org> wrote:
>
> > On Mon, 4 Mar 2019 18:31:07 +0000 From: Rowland Penny wrote:
> > >
> > > On Mon, 04 Mar 2019 12:58:17 -0500
> > > Mark Foley via samba <samba at lists.samba.org> wrote:
> > >
2020 Apr 06
2
Any advice for installing Samba as an AD server on Raspbian Buster with BIND9 and ISC DHCP?
Thanks for your advice, Rowland
> > Yes, I am setting up a new Samba-based AD DC.
> If you are joining? to an existing domain, then you cannot be setting up
> a new domain ;-)
Yes - joining a new DC to an existing domain.
> > Should I install BIND9 and DHCP first, then install Samba and do the join?
>
> I personally would do it in stages, set up the Rpi, add
2019 Mar 04
4
getent not working after installing firewall
On Mon, 4 Mar 2019 18:31:07 +0000 From: Rowland Penny wrote:
>
> On Mon, 04 Mar 2019 12:58:17 -0500
> Mark Foley via samba <samba at lists.samba.org> wrote:
>
> > On Mon, 4 Mar 2019 17:18:31 +0000 Rowland Penny wrote:
> > >
> > > On Mon, 04 Mar 2019 11:48:00 -0500
> > > Mark Foley via samba <samba at lists.samba.org> wrote:
> > >
2014 Jan 17
2
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <52D90648.4010900 at mattiasschlenker.de>,
Mattias Schlenker <ms at mattiasschlenker.de> wrote:
>I would be personally interested in the following experiment:
>
> 1. Download this LessLinux test build:
> http://download.lesslinux.org/testing/lesslinux-search-and-rescue/lesslinux
>-search-and-rescue-uluru-20140107-193740.iso
> 2. dd it to the 8GB thumb