Dhcpcd needs clientid option in dhcpcd.conf to be uncommented

Problem: neither dhcpcd nor dhclient allow me to access the internet with default options. With dhcpcd I can only get internet access by uncommenting the "clientid" line in /etc/dhcpcd.conf. This works, but the reason for its necessity remains a mystery to me. I don't know if it is a true solution or just a crude workaround. Using a fixed IP address works. Windows XP/7 dhcp and udhcpc (from tinycore linux) both work without any tinkering. The problem remains with 4 different NICs. So, not a driver or faulty NIC issue. The problem remains on at least 5-6 other distros besides Arch. Every other distro I've tried besides tinycore. So it is not an Arch specific issue either. Specifying a fixed IP address (retrieved from ipconfig /all in windows) always works until the IP address expires.
My suspicion is that it has something to do with my unusual setup. I don't use a home router. My ISP is Verizon with Fios. I connect directly from my NIC via a cat6 cable to the optical network terminal on the wall. If there is a router involved it would be at Verizon's end. Windows doesn't seem to mind at all, but it seems to break DHCP in linux or at least any distro that doesn't use udhcpc. Presumably both udhcpc and Windows do something differently from dhcpcd and dhclient. I haven't actually plugged in a router to test whether I could leave "clientid" commented out when I have a router to send requests to the DHCP server. If anyone wants me to try that I will.
When I boot, dhcpcd text doesn't seem to appear until after the login prompt. This produces a slight annoyance (when dhcpcd is working) in that I have to hit enter before I can get another login prompt. This doesn't happen when clientid is commented out and dhcpcd is unable to retrieve an IP. I wonder if this means my setup produces an unexpected delay even when it works causing some parallelism in the boot sequence to not work as expected.
[Disclaimer: I am still a linux noob. I only recently figured out how to execute proper chmod and chown commands and read file permissions and ownership. So I may not always fully understand what you are asking or explaining if it is advanced.]
/etc/dhcpcd.conf (with clientid enabled and noipv6rs because ipv6 doesn't seem to work)
# Inform the DHCP server of our hostname for DDNS.
hostname
# To share the DHCP lease across OSX and Windows a ClientID is needed.
# Enabling this may get a different lease than the kernel DHCP client.
# Some upstream DHCP servers may also require a ClientID, such as FRITZ!Box.
clientid
# A list of options to request from the DHCP server.
option domain_name_servers, domain_name, domain_search, host_name
option classless_static_routes
# Most distributions have NTP support.
option ntp_servers
# Respect the network MTU.
option interface_mtu
# A ServerID is required by RFC2131.
#require dhcp_server_identifier
# A hook script is provided to lookup the hostname if not set by the DHCP
# server, but it should not be run by default.
nohook lookup-hostname
noipv4ll
noipv6rs
output of journalctl --since=yesterday /usr/sbin/dhcpcd with and without clientid option in dhcpcd.conf (scroll to bottom to see most recent testing). The second to last section was the result of an explicit (post boot) dhcpcd -d (debug option) with clientid commented out in dhcpcd.conf.
-- Logs begin at Sun, 2012-12-23 02:15:33 UTC, end at Fri, 2013-01-11 14:09:08 UTC. --
Jan 10 10:04:48 localhost dhcpcd[265]: version 5.6.3 starting
Jan 10 10:04:48 localhost dhcpcd[265]: eth0: waiting for carrier
Jan 10 10:04:50 localhost dhcpcd[265]: eth0: carrier acquired
Jan 10 10:04:50 localhost dhcpcd[265]: eth0: sending IPv6 Router Solicitation
Jan 10 10:04:50 localhost dhcpcd[265]: eth0: sendmsg: Cannot assign requested address
Jan 10 10:04:50 localhost dhcpcd[265]: eth0: broadcasting for a lease
Jan 10 10:04:50 localhost dhcpcd[265]: eth0: offered 108.49.200.76 from 108.49.200.1
Jan 10 10:04:50 localhost dhcpcd[265]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 10:04:50 localhost dhcpcd[265]: eth0: checking for 108.49.200.76
Jan 10 10:04:50 localhost dhcpcd[315]: version 5.6.3 starting
Jan 10 10:04:50 localhost dhcpcd[315]: eth0: sending IPv6 Router Solicitation
Jan 10 10:04:50 localhost dhcpcd[315]: eth0: sendmsg: Cannot assign requested address
Jan 10 10:04:50 localhost dhcpcd[315]: eth0: broadcasting for a lease
Jan 10 10:04:50 localhost dhcpcd[315]: eth0: offered 108.49.200.76 from 108.49.200.1
Jan 10 10:04:51 localhost dhcpcd[315]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 10:04:51 localhost dhcpcd[315]: eth0: checking for 108.49.200.76
Jan 10 10:04:54 localhost dhcpcd[265]: eth0: sending IPv6 Router Solicitation
Jan 10 10:04:54 localhost dhcpcd[315]: eth0: sending IPv6 Router Solicitation
Jan 10 10:04:55 localhost dhcpcd[265]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 10:04:56 localhost dhcpcd[315]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 10:04:58 localhost dhcpcd[343]: eth0: sending IPv6 Router Solicitation
Jan 10 10:04:58 localhost dhcpcd[360]: eth0: sending IPv6 Router Solicitation
Jan 10 10:05:02 localhost dhcpcd[343]: eth0: sending IPv6 Router Solicitation
Jan 10 10:05:02 localhost dhcpcd[343]: eth0: no IPv6 Routers available
Jan 10 10:05:02 localhost dhcpcd[360]: eth0: sending IPv6 Router Solicitation
Jan 10 10:05:02 localhost dhcpcd[360]: eth0: no IPv6 Routers available
Jan 10 11:04:55 localhost dhcpcd[343]: eth0: renewing lease of 108.49.200.76
Jan 10 11:04:55 localhost dhcpcd[343]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 11:04:55 localhost dhcpcd[343]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 11:04:56 localhost dhcpcd[360]: eth0: renewing lease of 108.49.200.76
Jan 10 11:04:57 localhost dhcpcd[360]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 11:04:57 localhost dhcpcd[360]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 12:04:55 localhost dhcpcd[343]: eth0: renewing lease of 108.49.200.76
Jan 10 12:04:55 localhost dhcpcd[343]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 12:04:55 localhost dhcpcd[343]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 12:04:57 localhost dhcpcd[360]: eth0: renewing lease of 108.49.200.76
Jan 10 12:04:57 localhost dhcpcd[360]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 12:04:57 localhost dhcpcd[360]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 13:04:56 localhost dhcpcd[343]: eth0: renewing lease of 108.49.200.76
Jan 10 13:04:56 localhost dhcpcd[343]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 13:04:56 localhost dhcpcd[343]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 13:04:57 localhost dhcpcd[360]: eth0: renewing lease of 108.49.200.76
Jan 10 13:04:57 localhost dhcpcd[360]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 13:04:57 localhost dhcpcd[360]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 14:04:56 localhost dhcpcd[343]: eth0: renewing lease of 108.49.200.76
Jan 10 14:04:56 localhost dhcpcd[343]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 14:04:56 localhost dhcpcd[343]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 14:04:57 localhost dhcpcd[360]: eth0: renewing lease of 108.49.200.76
Jan 10 14:04:57 localhost dhcpcd[360]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 14:04:57 localhost dhcpcd[360]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 15:04:56 localhost dhcpcd[343]: eth0: renewing lease of 108.49.200.76
Jan 10 15:04:57 localhost dhcpcd[343]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 15:04:57 localhost dhcpcd[343]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 15:04:57 localhost dhcpcd[360]: eth0: renewing lease of 108.49.200.76
Jan 10 15:04:58 localhost dhcpcd[360]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 15:04:58 localhost dhcpcd[360]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 16:04:57 localhost dhcpcd[343]: eth0: renewing lease of 108.49.200.76
Jan 10 16:04:57 localhost dhcpcd[343]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 16:04:57 localhost dhcpcd[343]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 16:04:58 localhost dhcpcd[360]: eth0: renewing lease of 108.49.200.76
Jan 10 16:04:58 localhost dhcpcd[360]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 16:04:58 localhost dhcpcd[360]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 17:04:57 localhost dhcpcd[343]: eth0: renewing lease of 108.49.200.76
Jan 10 17:04:57 localhost dhcpcd[343]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 17:04:57 localhost dhcpcd[343]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 17:04:58 localhost dhcpcd[360]: eth0: renewing lease of 108.49.200.76
Jan 10 17:04:58 localhost dhcpcd[360]: eth0: acknowledged 108.49.200.76 from 108.49.200.1
Jan 10 17:04:58 localhost dhcpcd[360]: eth0: leased 108.49.200.76 for 7200 seconds
Jan 10 17:06:39 localhost dhcpcd[2439]: sending signal 1 to pid 360
Jan 10 17:06:39 localhost dhcpcd[2439]: waiting for pid 360 to exit
Jan 10 17:06:39 localhost dhcpcd[360]: received SIGHUP, releasing
Jan 10 17:06:39 localhost dhcpcd[360]: eth0: releasing lease of 108.49.200.76
Jan 10 17:06:39 localhost dhcpcd[343]: eth0: removing IP address 108.49.200.76/24
Jan 10 17:06:39 localhost dhcpcd[360]: eth0: removing interface
Jan 10 17:06:39 localhost dhcpcd[343]: eth0: carrier lost
Jan 10 17:07:03 localhost dhcpcd[343]: eth0: carrier acquired
Jan 10 17:07:03 localhost dhcpcd[343]: eth0: sending IPv6 Router Solicitation
Jan 10 17:07:03 localhost dhcpcd[343]: eth0: broadcasting for a lease
Jan 10 17:07:03 localhost dhcpcd[2723]: version 5.6.3 starting
Jan 10 17:07:03 localhost dhcpcd[2723]: eth0: sending IPv6 Router Solicitation
Jan 10 17:07:03 localhost dhcpcd[2723]: eth0: broadcasting for a lease
Jan 10 17:07:03 localhost dhcpcd[343]: eth0: offered 108.49.106.111 from 108.49.106.1
Jan 10 17:07:03 localhost dhcpcd[343]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 17:07:03 localhost dhcpcd[343]: eth0: checking for 108.49.106.111
Jan 10 17:07:06 localhost dhcpcd[2723]: eth0: offered 108.49.106.111 from 108.49.106.1
Jan 10 17:07:07 localhost dhcpcd[2723]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 17:07:07 localhost dhcpcd[2723]: eth0: checking for 108.49.106.111
Jan 10 17:07:07 localhost dhcpcd[343]: eth0: sending IPv6 Router Solicitation
Jan 10 17:07:07 localhost dhcpcd[2723]: eth0: sending IPv6 Router Solicitation
Jan 10 17:07:08 localhost dhcpcd[343]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 17:07:11 localhost dhcpcd[343]: eth0: sending IPv6 Router Solicitation
Jan 10 17:07:11 localhost dhcpcd[2723]: eth0: sending IPv6 Router Solicitation
Jan 10 17:07:11 localhost dhcpcd[2723]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 17:07:15 localhost dhcpcd[343]: eth0: sending IPv6 Router Solicitation
Jan 10 17:07:15 localhost dhcpcd[343]: eth0: no IPv6 Routers available
Jan 10 17:07:15 localhost dhcpcd[2765]: eth0: sending IPv6 Router Solicitation
Jan 10 17:07:15 localhost dhcpcd[2765]: eth0: no IPv6 Routers available
Jan 10 18:07:08 localhost dhcpcd[343]: eth0: renewing lease of 108.49.106.111
Jan 10 18:07:08 localhost dhcpcd[343]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 18:07:08 localhost dhcpcd[343]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 18:07:11 localhost dhcpcd[2765]: eth0: renewing lease of 108.49.106.111
Jan 10 18:07:11 localhost dhcpcd[2765]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 18:07:11 localhost dhcpcd[2765]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 18:48:45 localhost dhcpcd[3162]: sending signal 15 to pid 2765
Jan 10 18:48:45 localhost dhcpcd[3162]: waiting for pid 2765 to exit
Jan 10 18:48:45 localhost dhcpcd[343]: eth0: removing IP address 108.49.106.111/24
Jan 10 18:48:45 localhost dhcpcd[3162]: dhcpcd[3162]: sending signal 15 to pid 2765
Jan 10 18:48:45 localhost dhcpcd[3162]: dhcpcd[3162]: waiting for pid 2765 to exit
Jan 10 18:48:45 localhost dhcpcd[343]: received SIGTERM, stopping
Jan 10 18:48:45 localhost dhcpcd[343]: eth0: removing interface
[1;39m-- Reboot --[0m
Jan 10 18:50:42 localhost dhcpcd[276]: version 5.6.3 starting
Jan 10 18:50:42 localhost dhcpcd[276]: eth0: waiting for carrier
Jan 10 18:50:44 localhost dhcpcd[276]: eth0: carrier acquired
Jan 10 18:50:44 localhost dhcpcd[276]: eth0: sending IPv6 Router Solicitation
Jan 10 18:50:44 localhost dhcpcd[276]: eth0: sendmsg: Cannot assign requested address
Jan 10 18:50:44 localhost dhcpcd[276]: eth0: rebinding lease of 108.49.106.111
Jan 10 18:50:44 localhost dhcpcd[276]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 18:50:44 localhost dhcpcd[276]: eth0: checking for 108.49.106.111
Jan 10 18:50:44 localhost dhcpcd[326]: version 5.6.3 starting
Jan 10 18:50:44 localhost dhcpcd[326]: eth0: sending IPv6 Router Solicitation
Jan 10 18:50:44 localhost dhcpcd[326]: eth0: sendmsg: Cannot assign requested address
Jan 10 18:50:44 localhost dhcpcd[326]: eth0: rebinding lease of 108.49.106.111
Jan 10 18:50:45 localhost dhcpcd[326]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 18:50:45 localhost dhcpcd[326]: eth0: checking for 108.49.106.111
Jan 10 18:50:48 localhost dhcpcd[276]: eth0: sending IPv6 Router Solicitation
Jan 10 18:50:48 localhost dhcpcd[326]: eth0: sending IPv6 Router Solicitation
Jan 10 18:50:49 localhost dhcpcd[276]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 18:50:50 localhost dhcpcd[326]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 18:50:52 localhost dhcpcd[354]: eth0: sending IPv6 Router Solicitation
Jan 10 18:50:52 localhost dhcpcd[371]: eth0: sending IPv6 Router Solicitation
Jan 10 18:50:56 localhost dhcpcd[354]: eth0: sending IPv6 Router Solicitation
Jan 10 18:50:56 localhost dhcpcd[354]: eth0: no IPv6 Routers available
Jan 10 18:50:56 localhost dhcpcd[371]: eth0: sending IPv6 Router Solicitation
Jan 10 18:50:56 localhost dhcpcd[371]: eth0: no IPv6 Routers available
Jan 10 19:50:49 localhost dhcpcd[354]: eth0: renewing lease of 108.49.106.111
Jan 10 19:50:49 localhost dhcpcd[354]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 19:50:49 localhost dhcpcd[354]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 19:50:50 localhost dhcpcd[371]: eth0: renewing lease of 108.49.106.111
Jan 10 19:50:50 localhost dhcpcd[371]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 19:50:50 localhost dhcpcd[371]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 20:28:35 localhost dhcpcd[1552]: sending signal 15 to pid 371
Jan 10 20:28:35 localhost dhcpcd[1552]: waiting for pid 371 to exit
Jan 10 20:28:35 localhost dhcpcd[371]: received SIGTERM, stopping
Jan 10 20:28:35 localhost dhcpcd[371]: eth0: removing interface
Jan 10 20:28:35 localhost dhcpcd[354]: eth0: removing IP address 108.49.106.111/24
Jan 10 20:28:35 localhost dhcpcd[1552]: dhcpcd[1552]: sending signal 15 to pid 371
Jan 10 20:28:35 localhost dhcpcd[1552]: dhcpcd[1552]: waiting for pid 371 to exit
Jan 10 20:28:35 localhost dhcpcd[354]: eth0: carrier lost
Jan 10 20:28:35 localhost dhcpcd[354]: received SIGTERM, stopping
Jan 10 20:28:35 localhost dhcpcd[354]: eth0: removing interface
[1;39m-- Reboot --[0m
Jan 10 21:33:36 localhost dhcpcd[306]: version 5.6.3 starting
Jan 10 21:33:37 localhost dhcpcd[306]: eth0: waiting for carrier
Jan 10 21:33:38 localhost dhcpcd[306]: eth0: carrier acquired
Jan 10 21:33:38 localhost dhcpcd[306]: eth0: sending IPv6 Router Solicitation
Jan 10 21:33:38 localhost dhcpcd[306]: eth0: sendmsg: Cannot assign requested address
Jan 10 21:33:38 localhost dhcpcd[306]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:33:38 localhost dhcpcd[306]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 21:33:38 localhost dhcpcd[306]: eth0: checking for 108.49.106.111
Jan 10 21:33:39 localhost dhcpcd[356]: version 5.6.3 starting
Jan 10 21:33:39 localhost dhcpcd[356]: eth0: sending IPv6 Router Solicitation
Jan 10 21:33:39 localhost dhcpcd[356]: eth0: sendmsg: Cannot assign requested address
Jan 10 21:33:39 localhost dhcpcd[356]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:33:39 localhost dhcpcd[356]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 21:33:39 localhost dhcpcd[356]: eth0: checking for 108.49.106.111
Jan 10 21:33:42 localhost dhcpcd[306]: eth0: sending IPv6 Router Solicitation
Jan 10 21:33:43 localhost dhcpcd[356]: eth0: sending IPv6 Router Solicitation
Jan 10 21:33:43 localhost dhcpcd[306]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 21:33:44 localhost dhcpcd[356]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 21:33:46 localhost dhcpcd[384]: eth0: sending IPv6 Router Solicitation
Jan 10 21:33:47 localhost dhcpcd[401]: eth0: sending IPv6 Router Solicitation
Jan 10 21:33:50 localhost dhcpcd[384]: eth0: sending IPv6 Router Solicitation
Jan 10 21:33:50 localhost dhcpcd[384]: eth0: no IPv6 Routers available
Jan 10 21:33:51 localhost dhcpcd[401]: eth0: sending IPv6 Router Solicitation
Jan 10 21:33:51 localhost dhcpcd[401]: eth0: no IPv6 Routers available
Jan 10 21:39:32 localhost dhcpcd[431]: sending signal 15 to pid 401
Jan 10 21:39:32 localhost dhcpcd[431]: waiting for pid 401 to exit
Jan 10 21:39:32 localhost dhcpcd[384]: eth0: removing IP address 108.49.106.111/24
Jan 10 21:39:32 localhost dhcpcd[431]: dhcpcd[431]: sending signal 15 to pid 401
Jan 10 21:39:32 localhost dhcpcd[431]: dhcpcd[431]: waiting for pid 401 to exit
Jan 10 21:39:32 localhost dhcpcd[384]: eth0: carrier lost
Jan 10 21:39:32 localhost dhcpcd[384]: received SIGTERM, stopping
Jan 10 21:39:32 localhost dhcpcd[384]: eth0: removing interface
[1;39m-- Reboot --[0m
Jan 10 21:40:43 localhost dhcpcd[298]: version 5.6.3 starting
Jan 10 21:40:44 localhost dhcpcd[298]: eth0: waiting for carrier
Jan 10 21:40:45 localhost dhcpcd[298]: eth0: carrier acquired
Jan 10 21:40:45 localhost dhcpcd[298]: eth0: sending IPv6 Router Solicitation
Jan 10 21:40:45 localhost dhcpcd[298]: eth0: sendmsg: Cannot assign requested address
Jan 10 21:40:45 localhost dhcpcd[298]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:40:46 localhost dhcpcd[348]: version 5.6.3 starting
Jan 10 21:40:46 localhost dhcpcd[348]: eth0: sending IPv6 Router Solicitation
Jan 10 21:40:46 localhost dhcpcd[348]: eth0: sendmsg: Cannot assign requested address
Jan 10 21:40:46 localhost dhcpcd[348]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:40:49 localhost dhcpcd[298]: eth0: sending IPv6 Router Solicitation
Jan 10 21:40:50 localhost dhcpcd[348]: eth0: sending IPv6 Router Solicitation
Jan 10 21:40:50 localhost dhcpcd[298]: eth0: broadcasting for a lease
Jan 10 21:40:51 localhost dhcpcd[348]: eth0: broadcasting for a lease
Jan 10 21:40:53 localhost dhcpcd[298]: eth0: sending IPv6 Router Solicitation
Jan 10 21:40:54 localhost dhcpcd[348]: eth0: sending IPv6 Router Solicitation
Jan 10 21:40:56 localhost dhcpcd[298]: eth0: carrier lost
Jan 10 21:40:58 localhost dhcpcd[298]: eth0: carrier acquired
Jan 10 21:40:58 localhost dhcpcd[298]: eth0: sending IPv6 Router Solicitation
Jan 10 21:40:58 localhost dhcpcd[298]: eth0: sendmsg: Cannot assign requested address
Jan 10 21:40:58 localhost dhcpcd[298]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:40:58 localhost dhcpcd[298]: eth0: carrier lost
Jan 10 21:40:58 localhost dhcpcd[298]: eth0: carrier acquired
Jan 10 21:40:58 localhost dhcpcd[298]: eth0: configured as a router, not a host
Jan 10 21:40:58 localhost dhcpcd[298]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:40:59 localhost dhcpcd[298]: eth0: carrier lost
Jan 10 21:41:00 localhost dhcpcd[298]: eth0: carrier acquired
Jan 10 21:41:00 localhost dhcpcd[298]: eth0: sending IPv6 Router Solicitation
Jan 10 21:41:00 localhost dhcpcd[298]: eth0: sendmsg: Cannot assign requested address
Jan 10 21:41:00 localhost dhcpcd[298]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:41:04 localhost dhcpcd[298]: eth0: sending IPv6 Router Solicitation
Jan 10 21:41:05 localhost dhcpcd[298]: eth0: broadcasting for a lease
Jan 10 21:41:08 localhost dhcpcd[298]: eth0: sending IPv6 Router Solicitation
Jan 10 21:41:12 localhost dhcpcd[298]: eth0: sending IPv6 Router Solicitation
Jan 10 21:41:12 localhost dhcpcd[298]: eth0: no IPv6 Routers available
Jan 10 21:42:35 localhost dhcpcd[469]: version 5.6.3 starting
Jan 10 21:42:35 localhost dhcpcd[469]: eth0: sending IPv6 Router Solicitation
Jan 10 21:42:35 localhost dhcpcd[469]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:42:39 localhost dhcpcd[469]: eth0: sending IPv6 Router Solicitation
Jan 10 21:42:40 localhost dhcpcd[469]: eth0: broadcasting for a lease
Jan 10 21:42:43 localhost dhcpcd[469]: eth0: sending IPv6 Router Solicitation
Jan 10 21:42:47 localhost dhcpcd[469]: eth0: sending IPv6 Router Solicitation
Jan 10 21:42:47 localhost dhcpcd[469]: eth0: no IPv6 Routers available
Jan 10 21:43:04 localhost dhcpcd[469]: received SIGINT, stopping
Jan 10 21:43:04 localhost dhcpcd[469]: eth0: removing interface
Jan 10 21:43:16 localhost dhcpcd[485]: version 5.6.3 starting
Jan 10 21:43:16 localhost dhcpcd[485]: eth0: using hwaddr 00:07:e9:11:2d:f8
Jan 10 21:43:16 localhost dhcpcd[485]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason PREINIT
Jan 10 21:43:16 localhost dhcpcd[485]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason CARRIER
Jan 10 21:43:16 localhost dhcpcd[485]: eth0: sending IPv6 Router Solicitation
Jan 10 21:43:16 localhost dhcpcd[485]: eth0: reading lease `/var/lib/dhcpcd/dhcpcd-eth0.lease'
Jan 10 21:43:16 localhost dhcpcd[485]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:43:16 localhost dhcpcd[485]: eth0: sending REQUEST (xid 0x5d312bfa), next in 4.10 seconds
Jan 10 21:43:20 localhost dhcpcd[485]: eth0: sending IPv6 Router Solicitation
Jan 10 21:43:20 localhost dhcpcd[485]: eth0: sending REQUEST (xid 0x5d312bfa), next in 7.49 seconds
Jan 10 21:43:21 localhost dhcpcd[485]: eth0: broadcasting for a lease
Jan 10 21:43:21 localhost dhcpcd[485]: eth0: sending DISCOVER (xid 0xa58ae467), next in 4.82 seconds
Jan 10 21:43:24 localhost dhcpcd[485]: eth0: sending IPv6 Router Solicitation
Jan 10 21:43:26 localhost dhcpcd[485]: eth0: sending DISCOVER (xid 0xa58ae467), next in 7.33 seconds
Jan 10 21:43:28 localhost dhcpcd[485]: eth0: sending IPv6 Router Solicitation
Jan 10 21:43:28 localhost dhcpcd[485]: eth0: no IPv6 Routers available
Jan 10 21:43:33 localhost dhcpcd[485]: eth0: sending DISCOVER (xid 0xa58ae467), next in 16.63 seconds
Jan 10 21:43:46 localhost dhcpcd[485]: received SIGINT, stopping
Jan 10 21:43:46 localhost dhcpcd[485]: eth0: removing interface
Jan 10 21:43:46 localhost dhcpcd[485]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason STOP
Jan 10 21:52:53 localhost dhcpcd[519]: version 5.6.3 starting
Jan 10 21:52:53 localhost dhcpcd[519]: eth0: using hwaddr 00:07:e9:11:2d:f8
Jan 10 21:52:53 localhost dhcpcd[519]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason PREINIT
Jan 10 21:52:53 localhost dhcpcd[519]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason CARRIER
Jan 10 21:52:53 localhost dhcpcd[519]: eth0: sending IPv6 Router Solicitation
Jan 10 21:52:53 localhost dhcpcd[519]: eth0: reading lease `/var/lib/dhcpcd/dhcpcd-eth0.lease'
Jan 10 21:52:53 localhost dhcpcd[519]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:52:53 localhost dhcpcd[519]: eth0: sending REQUEST (xid 0x976372c9), next in 4.65 seconds
Jan 10 21:52:57 localhost dhcpcd[519]: eth0: sending IPv6 Router Solicitation
Jan 10 21:52:58 localhost dhcpcd[519]: eth0: sending REQUEST (xid 0x976372c9), next in 7.78 seconds
Jan 10 21:52:58 localhost dhcpcd[519]: eth0: broadcasting for a lease
Jan 10 21:52:58 localhost dhcpcd[519]: eth0: sending DISCOVER (xid 0xb4e4a50e), next in 4.27 seconds
Jan 10 21:53:01 localhost dhcpcd[519]: eth0: sending IPv6 Router Solicitation
Jan 10 21:53:03 localhost dhcpcd[519]: eth0: sending DISCOVER (xid 0xb4e4a50e), next in 7.66 seconds
Jan 10 21:53:05 localhost dhcpcd[519]: eth0: sending IPv6 Router Solicitation
Jan 10 21:53:05 localhost dhcpcd[519]: eth0: no IPv6 Routers available
Jan 10 21:53:10 localhost dhcpcd[519]: eth0: sending DISCOVER (xid 0xb4e4a50e), next in 15.06 seconds
Jan 10 21:53:23 localhost dhcpcd[519]: timed out
Jan 10 21:53:25 localhost dhcpcd[531]: eth0: sending DISCOVER (xid 0xb4e4a50e), next in 32.52 seconds
Jan 10 21:53:58 localhost dhcpcd[531]: eth0: sending DISCOVER (xid 0xb4e4a50e), next in 64.23 seconds
Jan 10 21:54:57 localhost dhcpcd[531]: received SIGTERM, stopping
Jan 10 21:54:57 localhost dhcpcd[531]: eth0: removing interface
Jan 10 21:54:57 localhost dhcpcd[531]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason STOP
Jan 10 21:55:09 localhost dhcpcd[544]: version 5.6.3 starting
Jan 10 21:55:09 localhost dhcpcd[544]: eth0: using hwaddr 00:07:e9:11:2d:f8
Jan 10 21:55:09 localhost dhcpcd[544]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason PREINIT
Jan 10 21:55:09 localhost dhcpcd[544]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason CARRIER
Jan 10 21:55:09 localhost dhcpcd[544]: eth0: sending IPv6 Router Solicitation
Jan 10 21:55:09 localhost dhcpcd[544]: eth0: reading lease `/var/lib/dhcpcd/dhcpcd-eth0.lease'
Jan 10 21:55:09 localhost dhcpcd[544]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:55:09 localhost dhcpcd[544]: eth0: sending REQUEST (xid 0x9ed0b1d9), next in 4.00 seconds
Jan 10 21:55:13 localhost dhcpcd[544]: eth0: sending IPv6 Router Solicitation
Jan 10 21:55:13 localhost dhcpcd[544]: eth0: sending REQUEST (xid 0x9ed0b1d9), next in 8.64 seconds
Jan 10 21:55:14 localhost dhcpcd[544]: eth0: broadcasting for a lease
Jan 10 21:55:14 localhost dhcpcd[544]: eth0: sending DISCOVER (xid 0xce3aa41b), next in 3.21 seconds
Jan 10 21:55:17 localhost dhcpcd[544]: eth0: sending IPv6 Router Solicitation
Jan 10 21:55:17 localhost dhcpcd[544]: eth0: sending DISCOVER (xid 0xce3aa41b), next in 8.51 seconds
Jan 10 21:55:21 localhost dhcpcd[544]: eth0: sending IPv6 Router Solicitation
Jan 10 21:55:21 localhost dhcpcd[544]: eth0: no IPv6 Routers available
Jan 10 21:55:26 localhost dhcpcd[544]: eth0: sending DISCOVER (xid 0xce3aa41b), next in 15.57 seconds
Jan 10 21:55:39 localhost dhcpcd[544]: timed out
Jan 10 21:55:41 localhost dhcpcd[557]: eth0: sending DISCOVER (xid 0xce3aa41b), next in 31.88 seconds
Jan 10 21:56:13 localhost dhcpcd[557]: eth0: sending DISCOVER (xid 0xce3aa41b), next in 63.16 seconds
Jan 10 21:57:16 localhost dhcpcd[557]: eth0: sending DISCOVER (xid 0xce3aa41b), next in 63.03 seconds
Jan 10 21:58:01 localhost dhcpcd[557]: received SIGTERM, stopping
Jan 10 21:58:01 localhost dhcpcd[557]: eth0: removing interface
Jan 10 21:58:01 localhost dhcpcd[557]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason STOP
Jan 10 21:59:21 localhost dhcpcd[593]: version 5.6.3 starting
Jan 10 21:59:21 localhost dhcpcd[593]: eth0: sending IPv6 Router Solicitation
Jan 10 21:59:21 localhost dhcpcd[593]: eth0: rebinding lease of 108.49.106.111
Jan 10 21:59:25 localhost dhcpcd[593]: eth0: sending IPv6 Router Solicitation
Jan 10 21:59:26 localhost dhcpcd[593]: eth0: broadcasting for a lease
Jan 10 21:59:29 localhost dhcpcd[593]: eth0: sending IPv6 Router Solicitation
Jan 10 21:59:33 localhost dhcpcd[593]: eth0: sending IPv6 Router Solicitation
Jan 10 21:59:33 localhost dhcpcd[593]: eth0: no IPv6 Routers available
Jan 10 21:59:46 localhost dhcpcd[593]: received SIGINT, stopping
Jan 10 21:59:46 localhost dhcpcd[593]: eth0: removing interface
Jan 10 22:01:05 localhost dhcpcd[615]: version 5.6.3 starting
Jan 10 22:01:05 localhost dhcpcd[615]: eth0: sending IPv6 Router Solicitation
Jan 10 22:01:05 localhost dhcpcd[615]: eth0: rebinding lease of 108.49.106.111
Jan 10 22:01:05 localhost dhcpcd[615]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 22:01:05 localhost dhcpcd[615]: eth0: checking for 108.49.106.111
Jan 10 22:01:09 localhost dhcpcd[615]: eth0: sending IPv6 Router Solicitation
Jan 10 22:01:10 localhost dhcpcd[615]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 22:01:13 localhost dhcpcd[641]: eth0: sending IPv6 Router Solicitation
Jan 10 22:01:17 localhost dhcpcd[641]: eth0: sending IPv6 Router Solicitation
Jan 10 22:01:17 localhost dhcpcd[641]: eth0: no IPv6 Routers available
Jan 10 22:04:17 localhost dhcpcd[641]: received SIGTERM, stopping
Jan 10 22:04:17 localhost dhcpcd[641]: eth0: removing interface
[1;39m-- Reboot --[0m
Jan 10 22:05:24 localhost dhcpcd[300]: version 5.6.3 starting
Jan 10 22:05:25 localhost dhcpcd[300]: eth0: waiting for carrier
Jan 10 22:05:26 localhost dhcpcd[300]: eth0: carrier acquired
Jan 10 22:05:26 localhost dhcpcd[300]: eth0: sending IPv6 Router Solicitation
Jan 10 22:05:26 localhost dhcpcd[300]: eth0: sendmsg: Cannot assign requested address
Jan 10 22:05:26 localhost dhcpcd[300]: eth0: rebinding lease of 108.49.106.111
Jan 10 22:05:26 localhost dhcpcd[300]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 22:05:26 localhost dhcpcd[300]: eth0: checking for 108.49.106.111
Jan 10 22:05:27 localhost dhcpcd[351]: version 5.6.3 starting
Jan 10 22:05:27 localhost dhcpcd[351]: eth0: sending IPv6 Router Solicitation
Jan 10 22:05:27 localhost dhcpcd[351]: eth0: sendmsg: Cannot assign requested address
Jan 10 22:05:27 localhost dhcpcd[351]: eth0: rebinding lease of 108.49.106.111
Jan 10 22:05:27 localhost dhcpcd[351]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 22:05:27 localhost dhcpcd[351]: eth0: checking for 108.49.106.111
Jan 10 22:05:30 localhost dhcpcd[300]: eth0: sending IPv6 Router Solicitation
Jan 10 22:05:31 localhost dhcpcd[351]: eth0: sending IPv6 Router Solicitation
Jan 10 22:05:31 localhost dhcpcd[300]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 22:05:32 localhost dhcpcd[300]: forked to background, child pid 379
Jan 10 22:05:32 localhost dhcpcd[351]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 22:05:32 localhost dhcpcd[351]: forked to background, child pid 396
Jan 10 22:05:34 localhost dhcpcd[379]: eth0: sending IPv6 Router Solicitation
Jan 10 22:05:35 localhost dhcpcd[396]: eth0: sending IPv6 Router Solicitation
Jan 10 22:05:38 localhost dhcpcd[379]: eth0: sending IPv6 Router Solicitation
Jan 10 22:05:38 localhost dhcpcd[379]: eth0: no IPv6 Routers available
Jan 10 22:05:39 localhost dhcpcd[396]: eth0: sending IPv6 Router Solicitation
Jan 10 22:05:39 localhost dhcpcd[396]: eth0: no IPv6 Routers available
Jan 10 22:50:14 localhost dhcpcd[646]: sending signal 15 to pid 396
Jan 10 22:50:14 localhost dhcpcd[646]: waiting for pid 396 to exit
Jan 10 22:50:14 localhost dhcpcd[396]: received SIGTERM, stopping
Jan 10 22:50:14 localhost dhcpcd[396]: eth0: removing interface
Jan 10 22:50:14 localhost dhcpcd[379]: eth0: removing IP address 108.49.106.111/24
Jan 10 22:50:14 localhost dhcpcd[646]: dhcpcd[646]: sending signal 15 to pid 396
Jan 10 22:50:14 localhost dhcpcd[646]: dhcpcd[646]: waiting for pid 396 to exit
Jan 10 22:50:14 localhost dhcpcd[379]: eth0: carrier lost
Jan 10 22:50:14 localhost dhcpcd[379]: received SIGTERM, stopping
Jan 10 22:50:14 localhost dhcpcd[379]: eth0: removing interface
[1;39m-- Reboot --[0m
Jan 10 22:51:31 localhost dhcpcd[322]: version 5.6.3 starting
Jan 10 22:51:32 localhost dhcpcd[322]: eth0: waiting for carrier
Jan 10 22:51:33 localhost dhcpcd[322]: eth0: carrier acquired
Jan 10 22:51:33 localhost dhcpcd[322]: eth0: rebinding lease of 108.49.106.111
Jan 10 22:51:33 localhost dhcpcd[322]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 22:51:33 localhost dhcpcd[322]: eth0: checking for 108.49.106.111
Jan 10 22:51:34 localhost dhcpcd[373]: version 5.6.3 starting
Jan 10 22:51:34 localhost dhcpcd[373]: eth0: rebinding lease of 108.49.106.111
Jan 10 22:51:34 localhost dhcpcd[373]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 10 22:51:34 localhost dhcpcd[373]: eth0: checking for 108.49.106.111
Jan 10 22:51:38 localhost dhcpcd[373]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 22:51:39 localhost dhcpcd[322]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 10 23:07:07 localhost dhcpcd[557]: sending signal 15 to pid 401
Jan 10 23:07:07 localhost dhcpcd[557]: waiting for pid 401 to exit
Jan 10 23:07:07 localhost dhcpcd[401]: received SIGTERM, stopping
Jan 10 23:07:07 localhost dhcpcd[421]: eth0: removing IP address 108.49.106.111/24
Jan 10 23:07:07 localhost dhcpcd[557]: dhcpcd[557]: sending signal 15 to pid 401
Jan 10 23:07:07 localhost dhcpcd[557]: dhcpcd[557]: waiting for pid 401 to exit
Jan 10 23:07:07 localhost dhcpcd[421]: eth0: carrier lost
Jan 10 23:07:07 localhost dhcpcd[421]: received SIGTERM, stopping
Jan 10 23:07:07 localhost dhcpcd[421]: eth0: removing interface
[1;39m-- Reboot --[0m
Jan 11 01:52:54 localhost dhcpcd[317]: version 5.6.3 starting
Jan 11 01:52:54 localhost dhcpcd[317]: eth0: waiting for carrier
Jan 11 01:52:55 localhost dhcpcd[317]: eth0: carrier acquired
Jan 11 01:52:55 localhost dhcpcd[317]: eth0: broadcasting for a lease
Jan 11 01:52:56 localhost dhcpcd[317]: eth0: offered 108.49.106.111 from 108.49.106.1
Jan 11 01:52:56 localhost dhcpcd[317]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 11 01:52:56 localhost dhcpcd[317]: eth0: checking for 108.49.106.111
Jan 11 01:52:56 localhost dhcpcd[367]: version 5.6.3 starting
Jan 11 01:52:56 localhost dhcpcd[367]: eth0: broadcasting for a lease
Jan 11 01:52:56 localhost dhcpcd[367]: eth0: offered 108.49.106.111 from 108.49.106.1
Jan 11 01:52:56 localhost dhcpcd[367]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 11 01:52:56 localhost dhcpcd[367]: eth0: checking for 108.49.106.111
Jan 11 01:53:00 localhost dhcpcd[317]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 11 01:53:00 localhost dhcpcd[317]: forked to background, child pid 395
Jan 11 01:53:01 localhost dhcpcd[367]: eth0: leased 108.49.106.111 for 7200 seconds
[1;39m-- Reboot --[0m
Jan 11 12:56:03 localhost dhcpcd[301]: version 5.6.3 starting
Jan 11 12:56:03 localhost dhcpcd[301]: eth0: waiting for carrier
Jan 11 12:56:05 localhost dhcpcd[301]: eth0: carrier acquired
Jan 11 12:56:05 localhost dhcpcd[301]: eth0: broadcasting for a lease
Jan 11 12:56:05 localhost dhcpcd[301]: eth0: offered 108.49.106.111 from 108.49.106.1
Jan 11 12:56:05 localhost dhcpcd[301]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 11 12:56:05 localhost dhcpcd[301]: eth0: checking for 108.49.106.111
Jan 11 12:56:05 localhost dhcpcd[353]: version 5.6.3 starting
Jan 11 12:56:05 localhost dhcpcd[353]: eth0: broadcasting for a lease
Jan 11 12:56:05 localhost dhcpcd[353]: eth0: offered 108.49.106.111 from 108.49.106.1
Jan 11 12:56:05 localhost dhcpcd[353]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 11 12:56:05 localhost dhcpcd[353]: eth0: checking for 108.49.106.111
Jan 11 12:56:10 localhost dhcpcd[301]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 11 12:56:10 localhost dhcpcd[353]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 11 13:34:08 localhost dhcpcd[559]: sending signal 15 to pid 398
Jan 11 13:34:08 localhost dhcpcd[559]: waiting for pid 398 to exit
Jan 11 13:34:08 localhost dhcpcd[398]: received SIGTERM, stopping
Jan 11 13:34:08 localhost dhcpcd[398]: eth0: removing interface
Jan 11 13:34:08 localhost dhcpcd[381]: eth0: removing IP address 108.49.106.111/24
Jan 11 13:34:08 localhost dhcpcd[559]: dhcpcd[559]: sending signal 15 to pid 398
Jan 11 13:34:08 localhost dhcpcd[559]: dhcpcd[559]: waiting for pid 398 to exit
Jan 11 13:34:09 localhost dhcpcd[381]: eth0: carrier lost
Jan 11 13:34:09 localhost dhcpcd[381]: received SIGTERM, stopping
Jan 11 13:34:09 localhost dhcpcd[381]: eth0: removing interface
[1;39m-- Reboot --[0m
Jan 11 13:35:26 localhost dhcpcd[303]: version 5.6.3 starting
Jan 11 13:35:26 localhost dhcpcd[303]: eth0: waiting for carrier
Jan 11 13:35:28 localhost dhcpcd[303]: eth0: carrier acquired
Jan 11 13:35:28 localhost dhcpcd[303]: eth0: rebinding lease of 108.49.106.111
Jan 11 13:35:28 localhost dhcpcd[303]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 11 13:35:28 localhost dhcpcd[303]: eth0: checking for 108.49.106.111
Jan 11 13:35:28 localhost dhcpcd[354]: version 5.6.3 starting
Jan 11 13:35:28 localhost dhcpcd[354]: eth0: rebinding lease of 108.49.106.111
Jan 11 13:35:28 localhost dhcpcd[354]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 11 13:35:28 localhost dhcpcd[354]: eth0: checking for 108.49.106.111
Jan 11 13:35:33 localhost dhcpcd[354]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 11 13:35:33 localhost dhcpcd[354]: forked to background, child pid 382
Jan 11 13:35:34 localhost dhcpcd[303]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 11 13:57:40 localhost dhcpcd[540]: sending signal 15 to pid 382
Jan 11 13:57:40 localhost dhcpcd[540]: waiting for pid 382 to exit
Jan 11 13:57:40 localhost dhcpcd[402]: eth0: removing IP address 108.49.106.111/24
Jan 11 13:57:40 localhost dhcpcd[540]: dhcpcd[540]: sending signal 15 to pid 382
Jan 11 13:57:40 localhost dhcpcd[540]: dhcpcd[540]: waiting for pid 382 to exit
Jan 11 13:57:40 localhost dhcpcd[402]: eth0: carrier lost
Jan 11 13:57:40 localhost dhcpcd[402]: received SIGTERM, stopping
Jan 11 13:57:40 localhost dhcpcd[402]: eth0: removing interface
[1;39m-- Reboot --[0m
Jan 11 13:58:59 localhost dhcpcd[303]: version 5.6.3 starting
Jan 11 13:58:59 localhost dhcpcd[303]: eth0: waiting for carrier
Jan 11 13:59:00 localhost dhcpcd[303]: eth0: carrier acquired
Jan 11 13:59:00 localhost dhcpcd[303]: eth0: rebinding lease of 108.49.106.111
Jan 11 13:59:01 localhost dhcpcd[354]: version 5.6.3 starting
Jan 11 13:59:01 localhost dhcpcd[354]: eth0: rebinding lease of 108.49.106.111
Jan 11 13:59:05 localhost dhcpcd[303]: eth0: broadcasting for a lease
Jan 11 13:59:06 localhost dhcpcd[354]: eth0: broadcasting for a lease
Jan 11 13:59:11 localhost dhcpcd[303]: eth0: carrier lost
Jan 11 13:59:13 localhost dhcpcd[303]: eth0: carrier acquired
Jan 11 13:59:13 localhost dhcpcd[303]: eth0: rebinding lease of 108.49.106.111
Jan 11 13:59:13 localhost dhcpcd[303]: eth0: carrier lost
Jan 11 13:59:13 localhost dhcpcd[303]: eth0: carrier acquired
Jan 11 13:59:13 localhost dhcpcd[303]: eth0: rebinding lease of 108.49.106.111
Jan 11 13:59:14 localhost dhcpcd[303]: eth0: carrier lost
Jan 11 13:59:15 localhost dhcpcd[303]: eth0: carrier acquired
Jan 11 13:59:15 localhost dhcpcd[303]: eth0: rebinding lease of 108.49.106.111
Jan 11 13:59:20 localhost dhcpcd[303]: eth0: broadcasting for a lease
Jan 11 14:05:20 localhost dhcpcd[495]: version 5.6.3 starting
Jan 11 14:05:20 localhost dhcpcd[495]: eth0: using hwaddr 00:07:e9:11:2d:f8
Jan 11 14:05:20 localhost dhcpcd[495]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason PREINIT
Jan 11 14:05:20 localhost dhcpcd[495]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason CARRIER
Jan 11 14:05:20 localhost dhcpcd[495]: eth0: reading lease `/var/lib/dhcpcd/dhcpcd-eth0.lease'
Jan 11 14:05:20 localhost dhcpcd[495]: eth0: rebinding lease of 108.49.106.111
Jan 11 14:05:20 localhost dhcpcd[495]: eth0: sending REQUEST (xid 0x887d405e), next in 4.71 seconds
Jan 11 14:05:25 localhost dhcpcd[495]: eth0: sending REQUEST (xid 0x887d405e), next in 7.78 seconds
Jan 11 14:05:25 localhost dhcpcd[495]: eth0: broadcasting for a lease
Jan 11 14:05:25 localhost dhcpcd[495]: eth0: sending DISCOVER (xid 0x607828ce), next in 4.98 seconds
Jan 11 14:05:30 localhost dhcpcd[495]: eth0: sending DISCOVER (xid 0x607828ce), next in 8.95 seconds
Jan 11 14:05:39 localhost dhcpcd[495]: eth0: sending DISCOVER (xid 0x607828ce), next in 16.31 seconds
Jan 11 14:05:50 localhost dhcpcd[495]: timed out
Jan 11 14:05:50 localhost dhcpcd[495]: forking to background
Jan 11 14:05:56 localhost dhcpcd[506]: eth0: sending DISCOVER (xid 0x607828ce), next in 32.21 seconds
Jan 11 14:06:28 localhost dhcpcd[506]: eth0: sending DISCOVER (xid 0x607828ce), next in 63.98 seconds
Jan 11 14:06:50 localhost dhcpcd[506]: received SIGTERM, stopping
Jan 11 14:06:50 localhost dhcpcd[506]: eth0: removing interface
Jan 11 14:06:50 localhost dhcpcd[506]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason STOP
[1;39m-- Reboot --[0m
Jan 11 14:08:03 localhost dhcpcd[307]: version 5.6.3 starting
Jan 11 14:08:04 localhost dhcpcd[307]: eth0: waiting for carrier
Jan 11 14:08:05 localhost dhcpcd[307]: eth0: carrier acquired
Jan 11 14:08:05 localhost dhcpcd[307]: eth0: rebinding lease of 108.49.106.111
Jan 11 14:08:05 localhost dhcpcd[307]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 11 14:08:05 localhost dhcpcd[307]: eth0: checking for 108.49.106.111
Jan 11 14:08:06 localhost dhcpcd[357]: version 5.6.3 starting
Jan 11 14:08:06 localhost dhcpcd[357]: eth0: rebinding lease of 108.49.106.111
Jan 11 14:08:06 localhost dhcpcd[357]: eth0: acknowledged 108.49.106.111 from 108.49.106.1
Jan 11 14:08:06 localhost dhcpcd[357]: eth0: checking for 108.49.106.111
Jan 11 14:08:10 localhost dhcpcd[307]: eth0: leased 108.49.106.111 for 7200 seconds
Jan 11 14:08:11 localhost dhcpcd[357]: eth0: leased 108.49.106.111 for 7200 seconds
Last edited by pariahdog (2013-01-11 20:45:48)

pariahdog wrote:Do you have some specific reason for suggesting I disable IPv6 globally? It is already disabled in the dhcpcd.conf file with noipv6rs. So I don't see what that would accomplish. There is a noticeable difference with noipv6rs. When it is added dhcpcd doesn't seem to make IPv6 requests anymore. So it does seem to be working.
I can't really make sense of your log. For example, in the very bottom, since last reboot, why are there 2 PIDs for dhcpcd? How do you start the daemon?
Regarding  clientid, it is unnecessary. See https://mail.gnome.org/archives/network … 00119.html for instance. Basically with this option, dhcpcd will send "hostname MAC" instead of "hostname" to the DHCP server. I don't think dhclient/udhcp sends a clientid. Windows, however, does.
As for the IPv6 you can disable it in the kernel command line via "ipv6.disable=1", or via noipv6rs -- same thing from dhcpcd's perspective. OTOH, allowing IPv6 in dhcpcd shouldn't do any harm at all...
I would suggest starting dhcpcd manually on the console, like "dhcpcd -d -t 100 eth0" and see if you can get the lease without the clientid option. If you can't this means that Verizon's DHCP servers are broken (which I would indeed expect based on my experience).

Similar Messages

  • When I reply to an e-mail, I need an option to have the current attachment of that e-mail (like in forwarding)...

    When I forward an e-mail, the attachment is added to the new e-mail automatically. It is OK. However when I reply, the attachment doesn't come and sometimes I need to have that current attached file. So I need an option as "reply with attachment" or something like that...
    Thank you

    '''re: Forwarding'''
    You have the option to forward the received email 'inline' or as an 'attachment'.
    This can be set up here:
    'Tools' > 'Options' > 'Composition' > 'General' tab
    This is because you are not responding to a specific email - you are selecting to forward information from a different person to another person, which may be best sent as an attachment.
    '''re: Reply'''
    In this instance you have the option to either:
    * include the received email in a reply
    * Not include the received email in a reply
    * include selected part (quote) of received email in reply.
    A Reply implies a continued conversation and so the option to include the conversation is available.
    This is set up here:
    'Tools' > 'Account Settings' > 'Composition & Addressing' for the mail account.
    But regardless of whether you choose to 'automatically quote the original message when replying' or not, you can always highlight a section of text and then click on 'Reply' to include only the selected section of text.
    A Reply will also not include any attachments that were received attached to the original email because you do not need to send back the senders own attachments.
    Otherwise you create a new 'Write' message and attach the original email, so it is not technically a Reply - you do not use the 'Reply' button and these emails will not be threaded. It makes it more difficult to see continuity of conversation.

  • DELUGE_USER option in /etc/conf.d/deluged and deluge v1.3.4-2

    I did an upgrade to deluge v1.3.4-2 today and in that version it seems that the DELUGE_USER option in /etc/conf.d/deluged isnt used anymore. Is that the case?
    If thats the case then how do run deluge as another user?
    Im following this bug:
    https://bugs.archlinux.org/task/28847

    Same situation here...
    User deluge has been hardcoded into the initscript, changing the user deluge both in deluged and deluge-web script restore the wanted behaviour....
    As per the error messages of kill, they are generate because the mainteinar changed the behaviour of the script.
    Before the update, the stop section removed the pid from /run/deluge
    Now the script does not remove the pid file, it tries to overwrite the pid value inside with the new value.
    But still this section puzzles me:
    PIDFILE=/run/deluge/deluged.pid
    OPTIONS="-P $PIDFILE $OPTIONS"
    [[ -f $PIDFILE ]] && PID=$(<$PIDFILE)
    kill -0 $PID || PID=
    Because:
    - Why test if the pidfile is a regular file? (-f flag)...imho sure that it is, no one touch it except for deluged main program and now that the script has been modified the file is not removed and recreated anymore during any operation
    - Why always try to kill the process?? That brings the error message of kills in two situations: when the program is first started and deluged.pid does not exists, and during restart operation, where kill cannot find the process since in the pidfile there is still the old pid value and the process has been killed by this section during the stop operation. Imho the kill should be performed in the stop section and not in the header. Or delete the pidfile during stop operation, and check for the existance of file before grabbing the pid value and kill it. What's the behaviour of the new version of deluged when you pass as an argument the pidfile? It creates the file if does not exists or requires that the file exists?

  • Aria2 - URI passed is ignored when input-file option present in conf

    I started tinkering with aria2, but I don't completely understand how to properly configure it. I have followed the Wiki, making a config file aria2.conf like so:
    continue
    dir=${HOME}/Desktop
    file-allocation=none
    input-file=${HOME}/.aria2/input.conf
    log-level=warn
    max-connection-per-server=4
    min-split-size=5M
    on-download-complete=exit
    Now, I want to download a file I found online, using the options above:
    $ aria2c --conf-path=/file/aria.conf ${SOME_URI}
    However, because the input-file options is present in the config above, aria2 will never actually read ${SOME_URI}, even if the input-file at ${HOME}/.aria2/input.conf is empty:
    $ aria2c ${SOME_URI}
    No files to download.
    Can I somehow use the options in the config above and have the input-file ignored, or do I have to make a completely new configuration file leaving the input-file option out?

    As xyne said, --input-file should be used at the command line and not in the config file. Though i am surprised that the config file gets parsed with this option.

  • Keep getting 'Well that's Embarassing" message starting previous session, I do not want to start previous session, I always want new session. Need an option for this.

    Keep getting "Well that's Embarrassing" message starting previous session. I do not want to start previous session. I always want a new session. Need an option to always start a new session.

    Both of the above cited options help ONLY if "sites to be restored" ''are listed''.
    They used to be(when I first switched to Firefox); now they are not(even with the "Oops! This is embarassing..." message from FF where the "Restore Session" option is shown but with nothing IN it, y'see?).
    I've been going through the FAQs &c in the Mozilla Support sites/linx. Lots of interesting things but not quite that for which I search.
    Open to suggestions, I remain, ~=DVexedVixen

  • Is the delta option in pacman.conf currently operational?

    Hey Folks,
    I noticed that there is a delta option in pacman.conf that is commented by default. What is the status of this function? Is it currently safe to use?
    Cheers,
    Scott

    Well, it is safe to use but the Arch repos do not provide package deltas so there is not benefit yet...

  • What happened to Reunion?  need better options for genealogists, please.

    We need better options for genealogists, please.  What happened to Reunion???

    apologies for obtuse question.   Reunion is apparently no longer available from App Store.  Family Tree Maker is now available for MAC but  is not getting good reviews.  I have used both.  FYM on PC and then switched to Reunion, because  FTM was not available in 2008 when I got my Mac.
    Now I note that Ancestry is in cahoots with FTM so am tempted to switch again  but put off by the poor feedback.  
    I thought that Reunion was also available for Iphone but not FTM??

  • I need an option to open a tab next to active tab

    In an array of many tabs in one window, I need an option to open a new tab next to the active tab I am working on. This can be added an an option in the tab settings

    Hello listerh, try the [https://addons.mozilla.org/en-us/firefox/addon/tab-control/ Tab Control add-on]
    thank you

  • I need an option to "move" all "free" (with no folder) bookmarks to the end of the list

    when i enter the bookmark page - i need each time (after import bookmarks) to "move" the "free" bookmarks to the end of the "list" - i need an option (in the menu) to do it with 1 click.

    Agreed.
    I have no wish to upload some of my library, I would rather retry the download.

  • Need an option to get rid of Home and default to This PC.

    I don't like Home, I think it is bad for privacy and I always want File Explorer to find stuff on my drives in the "This PC" folder. I don't understand what the thinking was behind Home and we need an option to just remove it, I shouldn't have
    to do some weird registry workout by the time Windows 10 goes live. 

    their's a way to place This PC in start menu. not in live tiles.
    right click taskbar -> properties -> start menu -> customize -> their's a check box for this
    PC, check it.
    if you don't want file explorer to default at Home then unpin it. pin a different folder. also you can
    pin This PC at Home if you want to know. you don't even have to edit the registry.

  • Need an option to filter video podcasts out in the regular podcasts menu

    The problem is that when you have a lot of podcasts, both video and audio, it is easy to focus in on only the video podcasts but when you are viewing the regular podcasts menu it shows both video and audio only podcasts. I find that I am spending a lot of time trying to remember which ones are audio only when scrolling through my list because I don' t want to listen to only the audio of a video podcast and have it marked as listened to already. Some video and audio version have similar names but different content, such as the NYTimes David Pogue tech reviewer has both an audio and a video podcast and they ARE different content. I'm sure that I am not the only one who has wished there was a way to separate the audio only podcasts from the video ones in the podcast menu.
    My proposal...that as many people as possible submit a feature request to Apple to add an option in the iPod settings menu to show only audio podcasts in the podcasts menu. Yes, smart playlists could be set up (and I tried it for a while) but then you loose the blue dot that reminds me of which episode I am on so I wasn't happy with that approach. Here's the link to Apple Feedback:
    http://www.apple.com/feedback/ipod.html
    Any comments??
    PowerBook G4 12in 1.5GHz   Mac OS X (10.4.8)  

    Both CM and P6 needs to be configured using there respective admin utility to interact. Most important part is generation of Encryption key. It should be same for both. Once that is done, restart CM server and P6 server and you should see the link enabled :)
    Sachin Gupta

  • After upgrade, options in xorg.conf seem to be ignored

    I have a dual-monitor configuration. Although similar, both screens are not identical, so I wanted the slightly larger screen to be the primary screen, and on the left side.
    After the installation of Arch Linux, the default configuration was the opposite, i.e. the smaller screen, which is on my right, was identified as the primary screen, and displayed the left part of the desktop. So, I looked for some solution, and I came up with the options "RightOf" and "Primary" which I wrote in the xorg.conf file.
    The contents of that file are below:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "DVI-0"
    VendorName "Dell"
    ModelName "P2210"
    Option "Primary" "true"
    EndSection
    Section "Monitor"
    Identifier "DisplayPort-0"
    VendorName "Dell"
    ModelName "P2211H"
    Option "RightOf" "DVI-0"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "ColorTiling" # [<bool>]
    #Option "ColorTiling2D" # [<bool>]
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "AccelMethod" # <str>
    #Option "EXAVSync" # [<bool>]
    #Option "EXAPixmaps" # [<bool>]
    #Option "ZaphodHeads" # <str>
    #Option "EnablePageFlip" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    Identifier "Card0"
    Driver "ati"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    I had not had any problem upgrading Arch, until today that I upgraded my system, and the configuration seems to be ignored, since the screens were switched.
    If I manually execute the command:
    xrandr --output DisplayPort-0 --right-of DVI-0
    I get the configuration I want, so it seems that either the options "RightOf" and "Primary" are being ignored or the entire file /etc/X11/xorg.conf is ignored.
    As extra information, I leave information on my system
    $ lspci | grep VGA
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV710 [Radeon HD 4550]
    $ xrandr -q
    Screen 0: minimum 320 x 200, current 3600 x 1080, maximum 8192 x 8192
    DisplayPort-0 connected primary 1920x1080+1680+0 (normal left inverted right x axis y axis) 477mm x 268mm
    1920x1080 60.0*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DVI-0 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
    1680x1050 59.9*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    Thanks in advance for your help.

    I have a dual-monitor configuration. Although similar, both screens are not identical, so I wanted the slightly larger screen to be the primary screen, and on the left side.
    After the installation of Arch Linux, the default configuration was the opposite, i.e. the smaller screen, which is on my right, was identified as the primary screen, and displayed the left part of the desktop. So, I looked for some solution, and I came up with the options "RightOf" and "Primary" which I wrote in the xorg.conf file.
    The contents of that file are below:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "DVI-0"
    VendorName "Dell"
    ModelName "P2210"
    Option "Primary" "true"
    EndSection
    Section "Monitor"
    Identifier "DisplayPort-0"
    VendorName "Dell"
    ModelName "P2211H"
    Option "RightOf" "DVI-0"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "ColorTiling" # [<bool>]
    #Option "ColorTiling2D" # [<bool>]
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "AccelMethod" # <str>
    #Option "EXAVSync" # [<bool>]
    #Option "EXAPixmaps" # [<bool>]
    #Option "ZaphodHeads" # <str>
    #Option "EnablePageFlip" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    Identifier "Card0"
    Driver "ati"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    I had not had any problem upgrading Arch, until today that I upgraded my system, and the configuration seems to be ignored, since the screens were switched.
    If I manually execute the command:
    xrandr --output DisplayPort-0 --right-of DVI-0
    I get the configuration I want, so it seems that either the options "RightOf" and "Primary" are being ignored or the entire file /etc/X11/xorg.conf is ignored.
    As extra information, I leave information on my system
    $ lspci | grep VGA
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV710 [Radeon HD 4550]
    $ xrandr -q
    Screen 0: minimum 320 x 200, current 3600 x 1080, maximum 8192 x 8192
    DisplayPort-0 connected primary 1920x1080+1680+0 (normal left inverted right x axis y axis) 477mm x 268mm
    1920x1080 60.0*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DVI-0 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
    1680x1050 59.9*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    Thanks in advance for your help.

  • Need extra option in Vendor Performance rating in LOV

    For the vendor performance rating, at present we are having two options
    1.Accepted &
    2.Rejected..
    we need one additional option Partially approved..
    plz let me know how to include the additional option.
    regards ,
    Prabhu

    Hai,
    i couldn't find "ERT Results Action" can u kindly tell me the menu path..
    Thank you.

  • Need profile option for determining DateTime format in Oracle Forms

    Hello All,
    I also have requirement where I need to read the date format in which Oracle Forms displays date values.
    As per updates to [this thread|https://forums.oracle.com/forums/thread.jspa?messageID=10285119] , I just need to read the profile option "ICX: Date format mask" ("ICX_DATE_FORMAT_MASK"), and reformat the date value to my required target format.
    This is good for the date type of fields. But what about the profile option that determines "datetime" formats in Oracle Forms ?
    Appreciate any help.
    Thanks
    Bhaskar

    Are you linking the host script to fndcpesr? E.g.:
    Host script defined with prog extension:
    XXSCRIPT.prog
    Move it to relevant dir:
    $XX_TOP/bin
    Create a soft link to fndcpesr
    ln -s $FND_TOP/bin/fndcpesr XXSCRIPT

  • Canon i9900 - need printing options

    I know that one of the new features for leopard is "simplified printing." I have a 13x19 canon i9900 printer where i print out a lot of my design work. One of the most useful "can't live without" features is the ability to change color options through the printer driver... as well as all the other features that the driver provides. I also don't know where i go to get the print head alignment options as well.
    How do I get these options back? The "Simplified Printing" is not useful to me. I really need the old options to print my work properly... i tried to do without and i am not getting the results that I used to. Is there a new driver download for the canon i9900 that is compatible for leopard... if not, when will there be one?
    Please answer ASAP, I would really appreciate it.

    I only have CS3. I used the Leopard provided driver. Here is what I see:
    Photoshop: You do file-print. You get the Adobe print dialog. From there you hit the "Print" button. This takes you to the Apple print dialog. From there you hit the blue triangle. This gives you the expanded print dialog. 3/4 of the way down the dialog, there is a seperator (Below copes, pages, Orientation, etc) From that pop-up I can select all the normal printer options panles.
    Illustrator: You do file-print. You get the Adobe print dialog. From there you hit the "Printer" button (Second from the left). This talks you to the Apple print dialog. From there you hit the blue triangle. This gives you the expanded print dialog. The optioned are there too.
    Hope this helps.

Maybe you are looking for

  • A keyfigure is not getting displayed in the DSO and query

    hi friends, i have newly developed a DSO with 11 keyfigures and with some 10 characteristics. i created DTP , transformations etc., and i loaded data into it and activated it succesfully. now when i select  display data of this DSO one of my keygure

  • Can no longer play certain voice memos

    I have two voice memos that will no longer play. One is from dec '09 and the other is from nov '09. They both have the duration of the memos, but when I press the play button, it does nothing but stop. I tried to sync all of my memos on itunes, but i

  • User Contributed Tips in the MacBook Air Using your MacBook Air Forum

    *The following User Contributed Tips are located in the MacBook Air > Using your MacBook Air Forum:* None at this time. *The following related tips are located in other areas of Apple Discussions:* a brody - I need Firewire for Camcorders, yet the Ma

  • Hidde field

    Hello everybody Im working with Report Builder 10. My question. I need hidde a field when the value of this field is null. Any idea? Thanks in advanced & regards.

  • DASYLAB QUERIES on Sampling Rate and Block Size

    HELP!!!! I have been dwelling on DASYLAB for a few weeks regarding certain problems faced, yet hasn't come to any conclusion. Hope that someone would be able to help.Lots of thanks! 1. I need to have more data points, thus I increase the sampling rat