Dreamweaver PHP connection vs. My manual connection?

I have seen what Dreamweaver (I am using CS6) can do for PHP development, and find it to be a great help. I am trying to understand how to work with files that I have hand coded and created a database connection via constants that live in a config file. My database class uses them as the values for its connection. I see that when you create a database in Dreamweaver you get a file that seems to be what dreamweaver needs to recognize it as a connection. Should I leave this inplace and try to work with what I have or should I try to remove or configure it to be the only connection? It does not seem to hurt anyting to leave them both but I don't want to be missing out on features because I am not using best practices. I can't seem to find any documentation on how to combine this Dreamweaver style connection with my manual connection. The code Dreamweaver makes is like this for it's database connection
<?php# FileName="Connection_php_mysql.htm"# Type="MYSQL"# HTTP="true"$hostname_photo_gallery_dw = "localhost";$database_photo_gallery_dw = "grocery_land_db";$username_photo_gallery_dw = "gladmin";$password_photo_gallery_dw = "bw46210";$photo_gallery_dw = mysql_pconnect($hostname_photo_gallery_dw, $username_photo_gallery_dw, $password_photo_gallery_dw) or trigger_error(mysql_error(),E_USER_ERROR); ?>
The way my PHP config file that my class uses it configured is like so:
<?php     // Database Constants    defined('DB_SERVER') ? null : define("DB_SERVER", "localhost");    defined('DB_USER')   ? null : define("DB_USER", "gladmin");    defined('DB_PASS')   ? null : define("DB_PASS", "bw46210");    defined('DB_NAME')   ? null : define("DB_NAME", "grocery_land_db");?>
Thanks for any knowledge.

Your existing approach will  work fine going forward - the only difference you will see between the two is that the DW approach actually MAKES a persistent connection with the database (using the mysql_pconnect() command) and throws an error if that connection fails. I assume you are doing that later in your code....

Similar Messages

  • Dreamweaver PHP file not connecting to SQL Database.

    Hi I am using Dreamweaver CC, I have a MYSQL connection set up. I want to create a recordset and when I choose the define my connection option, it comes up with  a pop-up screen the says: 'testing database connection' it loads for some time and then quickly closes down and comes back up immediately. It should be connecting fine and I don't know what to do as it isn't even giving me an error message to work off of! Any ideas? Thanks

    Jana,
    Your TNSNAMES.ORA file will be found in a path similar to this one:
    C:\Oracle\Ora81\NETWORK\ADMIN
    The file may looks similar to this:
    ORA1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xx.xxx)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ora1)
    When you log on to SQL*PLUS try:
    USERNAME: system
    PASSWORD: manager
    HOSTNAME: (leave blank)
    If you still get an error, refer to your TNSNAMES.ORA file to see what your host name should be (in my example, it is ORA1).
    If you still get an error after filling in the hostname, launch server manager (C:\Oracle\Ora81\BIN\SVRMGRL.EXE), then try to start the database:
    SVRMGR> CONNECT INTERNAL
    SVRMGR> STARTUP
    Good luck,
    Emily
    [email protected]

  • Wicd fails to connect/inconsistently connects, manual connect works.

    Hi all, wicd is failing to connect after an update today. I've tried both my wired and wireless networks; it fails to connect to both for the majority of the time. I've been able to connect 1 or twice to both without failure, however. Manually running "sudo dhcpcd eth0" connects without issue. The issue seems to be with dhcpcd 5.5.4-1, as a downgrade to the [core] version (5.2.12-4) fixes the issue. Any ideas?
    /var/log/errors.log:
    Feb 8 23:37:53 localhost dhcpcd[5808]: dhcpcd not running
    Feb 8 23:37:54 localhost dhcpcd[5814]: dhcpcd not running
    Feb 8 23:37:54 localhost dhcpcd[5820]: dhcpcd not running
    Feb 8 23:37:57 localhost dhcpcd[5828]: eth0: sendmsg: Cannot assign requested address
    Feb 8 23:38:00 localhost dhcpcd[5856]: dhcpcd not running
    Feb 8 23:39:50 localhost dhcpcd[6067]: dhcpcd not running
    Feb 8 23:39:50 localhost dhcpcd[6074]: dhcpcd not running
    Feb 8 23:39:51 localhost dhcpcd[6082]: dhcpcd not running
    Feb 8 23:40:08 localhost dhcpcd[6216]: dhcpcd not running
    Feb 8 23:40:09 localhost dhcpcd[6238]: dhcpcd not running
    /var/log/wicd/wicd.log:
    2012/02/08 23:26:04 :: dhcpcd[3603]: eth0: checking for 192.168.1.7
    2012/02/08 23:26:04 ::
    2012/02/08 23:26:04 :: dhcpcd[3603]: eth0: Router Advertisement from fe80::222:75ff:fed5:73d4
    2012/02/08 23:26:04 ::
    2012/02/08 23:26:04 :: dhcpcd[3603]: forked to background, child pid 3626
    2012/02/08 23:26:04 ::
    2012/02/08 23:26:04 ::
    2012/02/08 23:26:04 :: DHCP connection successful
    2012/02/08 23:26:04 :: Connecting thread exiting.
    2012/02/08 23:26:05 :: Sending connection attempt result success
    2012/02/08 23:27:23 :: Connecting to wireless network s_wifi
    2012/02/08 23:27:24 :: Putting interface down
    2012/02/08 23:27:24 :: Releasing DHCP leases...
    2012/02/08 23:27:24 :: Setting false IP...
    2012/02/08 23:27:24 :: Stopping wpa_supplicant
    2012/02/08 23:27:24 :: Flushing the routing table...
    2012/02/08 23:27:24 :: Putting interface up...
    2012/02/08 23:27:26 :: Running DHCP with hostname carbon
    2012/02/08 23:27:26 :: dhcpcd[3760]: version 5.5.4 starting
    2012/02/08 23:27:26 ::
    2012/02/08 23:27:26 :: dhcpcd[3760]: wlan0: waiting for carrier
    2012/02/08 23:27:26 ::
    2012/02/08 23:27:26 :: dhcpcd[3760]: wlan0: carrier acquired
    2012/02/08 23:27:26 ::
    2012/02/08 23:27:26 :: dhcpcd[3760]: wlan0: sending IPv6 Router Solicitation
    2012/02/08 23:27:26 ::
    2012/02/08 23:27:26 :: dhcpcd[3760]: wlan0: sendmsg: Cannot assign requested address
    2012/02/08 23:27:26 ::
    2012/02/08 23:27:26 :: dhcpcd[3760]: wlan0: broadcasting for a lease
    2012/02/08 23:27:26 ::
    2012/02/08 23:27:27 :: dhcpcd[3760]: received RA for unexpected interface from fe80::222:75ff:fed5:73d4
    2012/02/08 23:27:27 ::
    2012/02/08 23:27:27 :: dhcpcd[3760]: wlan0: Router Advertisement from fe80::222:75ff:fed5:73d4
    2012/02/08 23:27:27 ::
    2012/02/08 23:27:27 :: dhcpcd[3760]: forked to background, child pid 3784
    2012/02/08 23:27:27 ::
    2012/02/08 23:27:27 ::
    2012/02/08 23:27:27 :: DHCP connection successful
    2012/02/08 23:27:27 :: not verifying
    2012/02/08 23:27:27 :: Connecting thread exiting.
    2012/02/08 23:27:30 :: Sending connection attempt result success
    2012/02/08 23:28:04 :: Putting interface down
    2012/02/08 23:28:04 :: Error checking link using /sys/class/net/eth0/carrier
    2012/02/08 23:28:04 :: Releasing DHCP leases...
    2012/02/08 23:28:04 :: Setting false IP...
    2012/02/08 23:28:04 :: Stopping wpa_supplicant
    2012/02/08 23:28:04 :: Flushing the routing table...
    2012/02/08 23:28:04 :: Putting interface up...
    2012/02/08 23:28:06 :: Running DHCP with hostname carbon
    2012/02/08 23:28:06 :: dhcpcd[3899]: version 5.5.4 starting
    2012/02/08 23:28:06 ::
    2012/02/08 23:28:06 :: dhcpcd[3899]: eth0: waiting for carrier
    2012/02/08 23:28:06 ::
    2012/02/08 23:28:07 :: dhcpcd[3899]: eth0: carrier acquired
    2012/02/08 23:28:07 ::
    2012/02/08 23:28:07 :: dhcpcd[3899]: eth0: sending IPv6 Router Solicitation
    2012/02/08 23:28:07 ::
    2012/02/08 23:28:07 :: dhcpcd[3899]: eth0: sendmsg: Cannot assign requested address
    2012/02/08 23:28:07 ::
    2012/02/08 23:28:07 :: dhcpcd[3899]: eth0: broadcasting for a lease
    2012/02/08 23:28:07 ::
    2012/02/08 23:28:08 :: dhcpcd[3899]: eth0: offered 192.168.1.7 from 192.168.1.1
    2012/02/08 23:28:08 ::
    2012/02/08 23:28:08 :: dhcpcd[3899]: eth0: acknowledged 192.168.1.7 from 192.168.1.1
    2012/02/08 23:28:08 ::
    2012/02/08 23:28:08 :: dhcpcd[3899]: eth0: checking for 192.168.1.7
    2012/02/08 23:28:08 ::
    2012/02/08 23:28:08 :: dhcpcd[3899]: eth0: Router Advertisement from fe80::222:75ff:fed5:73d4
    2012/02/08 23:28:08 ::
    2012/02/08 23:28:08 :: dhcpcd[3899]: forked to background, child pid 3922
    2012/02/08 23:28:08 ::
    2012/02/08 23:28:08 ::
    2012/02/08 23:28:08 :: DHCP connection successful
    2012/02/08 23:28:08 :: Connecting thread exiting.
    2012/02/08 23:28:09 :: Sending connection attempt result success
    2012/02/08 23:35:31 :: Daemon going down, killing wicd-monitor...
    2012/02/08 23:35:31 :: Removing PID file...
    2012/02/08 23:35:31 :: Shutting down...
    2012/02/08 23:35:31 :: Exception KeyError: KeyError(139867792365312,) in <module 'threading' from '/usr/lib/python2.7/threading.pyo'> ignored
    2012/02/08 23:35:33 :: ---------------------------
    2012/02/08 23:35:33 :: wicd initializing...
    2012/02/08 23:35:33 :: ---------------------------
    2012/02/08 23:35:33 :: wicd is version 1.7.1 717
    2012/02/08 23:35:33 :: setting backend to external
    2012/02/08 23:35:33 :: trying to load backend external
    2012/02/08 23:35:33 :: successfully loaded backend external
    2012/02/08 23:35:33 :: trying to load backend external
    2012/02/08 23:35:33 :: successfully loaded backend external
    2012/02/08 23:35:33 :: Automatically detected wireless interface wlan0
    2012/02/08 23:35:33 :: setting wireless interface wlan0
    2012/02/08 23:35:33 :: automatically detected wired interface eth0
    2012/02/08 23:35:33 :: setting wired interface eth0
    2012/02/08 23:35:33 :: setting wpa driver wext
    2012/02/08 23:35:33 :: setting use global dns to False
    2012/02/08 23:35:33 :: setting global dns
    2012/02/08 23:35:33 :: global dns servers are None None None
    2012/02/08 23:35:33 :: domain is None
    2012/02/08 23:35:33 :: search domain is None
    2012/02/08 23:35:33 :: setting automatically reconnect when connection drops True
    2012/02/08 23:35:33 :: Setting dhcp client to 0
    2012/02/08 23:35:33 :: Wireless configuration file found...
    2012/02/08 23:35:33 :: Wired configuration file found...
    2012/02/08 23:35:33 :: chmoding configuration files 0600...
    2012/02/08 23:35:33 :: chowning configuration files root:root...
    2012/02/08 23:35:33 :: Using wireless interface...wlan0
    2012/02/08 23:35:33 :: Using wired interface...eth0
    2012/02/08 23:35:47 :: Connecting to wireless network s_wifi
    2012/02/08 23:35:47 :: Putting interface down
    2012/02/08 23:35:48 :: Releasing DHCP leases...
    2012/02/08 23:35:48 :: Setting false IP...
    2012/02/08 23:35:48 :: Stopping wpa_supplicant
    2012/02/08 23:35:48 :: Flushing the routing table...
    2012/02/08 23:35:48 :: Putting interface up...
    2012/02/08 23:35:50 :: Running DHCP with hostname carbon
    2012/02/08 23:35:50 :: dhcpcd[5483]: version 5.2.12 starting
    2012/02/08 23:35:50 ::
    2012/02/08 23:35:50 :: dhcpcd[5483]: wlan0: waiting for carrier
    2012/02/08 23:35:50 ::
    2012/02/08 23:35:50 :: dhcpcd[5483]: wlan0: carrier acquired
    2012/02/08 23:35:50 ::
    2012/02/08 23:35:50 :: dhcpcd[5483]: wlan0: broadcasting for a lease
    2012/02/08 23:35:50 ::
    2012/02/08 23:35:51 :: dhcpcd[5483]: wlan0: offered 192.168.1.3 from 192.168.1.1
    2012/02/08 23:35:51 ::
    2012/02/08 23:35:51 :: dhcpcd[5483]: wlan0: acknowledged 192.168.1.3 from 192.168.1.1
    2012/02/08 23:35:51 ::
    2012/02/08 23:35:51 :: dhcpcd[5483]: wlan0: checking for 192.168.1.3
    2012/02/08 23:35:51 ::
    2012/02/08 23:35:55 :: dhcpcd[5483]: wlan0: leased 192.168.1.3 for 283824000 seconds
    2012/02/08 23:35:55 ::
    2012/02/08 23:35:55 :: dhcpcd[5483]: forked to background, child pid 5514
    2012/02/08 23:35:55 ::
    2012/02/08 23:35:55 ::
    2012/02/08 23:35:55 :: DHCP connection successful
    2012/02/08 23:35:55 :: not verifying
    2012/02/08 23:35:55 :: Connecting thread exiting.
    2012/02/08 23:35:58 :: Sending connection attempt result success
    2012/02/08 23:37:39 :: Daemon going down, killing wicd-monitor...
    2012/02/08 23:37:39 :: Removing PID file...
    2012/02/08 23:37:39 :: Shutting down...
    2012/02/08 23:37:39 :: Exception KeyError: KeyError(139889612089088,) in <module 'threading' from '/usr/lib/python2.7/threading.pyo'> ignored
    2012/02/08 23:37:40 :: ---------------------------
    2012/02/08 23:37:40 :: wicd initializing...
    2012/02/08 23:37:40 :: ---------------------------
    2012/02/08 23:37:40 :: wicd is version 1.7.1 717
    2012/02/08 23:37:40 :: setting backend to external
    2012/02/08 23:37:40 :: trying to load backend external
    2012/02/08 23:37:40 :: successfully loaded backend external
    2012/02/08 23:37:40 :: trying to load backend external
    2012/02/08 23:37:40 :: successfully loaded backend external
    2012/02/08 23:37:40 :: Automatically detected wireless interface wlan0
    2012/02/08 23:37:40 :: setting wireless interface wlan0
    2012/02/08 23:37:40 :: automatically detected wired interface eth0
    2012/02/08 23:37:40 :: setting wired interface eth0
    2012/02/08 23:37:40 :: setting wpa driver wext
    2012/02/08 23:37:40 :: setting use global dns to False
    2012/02/08 23:37:40 :: setting global dns
    2012/02/08 23:37:40 :: global dns servers are None None None
    2012/02/08 23:37:40 :: domain is None
    2012/02/08 23:37:40 :: search domain is None
    2012/02/08 23:37:40 :: setting automatically reconnect when connection drops True
    2012/02/08 23:37:40 :: Setting dhcp client to 0
    2012/02/08 23:37:41 :: Wireless configuration file found...
    2012/02/08 23:37:41 :: Wired configuration file found...
    2012/02/08 23:37:41 :: chmoding configuration files 0600...
    2012/02/08 23:37:41 :: chowning configuration files root:root...
    2012/02/08 23:37:41 :: Using wireless interface...wlan0
    2012/02/08 23:37:41 :: Using wired interface...eth0
    2012/02/08 23:37:46 :: Connecting to wireless network s_wifi
    2012/02/08 23:37:46 :: Putting interface down
    2012/02/08 23:37:46 :: Releasing DHCP leases...
    2012/02/08 23:37:46 :: Setting false IP...
    2012/02/08 23:37:47 :: Stopping wpa_supplicant
    2012/02/08 23:37:47 :: Flushing the routing table...
    2012/02/08 23:37:47 :: Putting interface up...
    2012/02/08 23:37:49 :: Running DHCP with hostname carbon
    2012/02/08 23:37:49 :: dhcpcd[5759]: version 5.5.4 starting
    2012/02/08 23:37:49 ::
    2012/02/08 23:37:49 :: dhcpcd[5759]: wlan0: sending IPv6 Router Solicitation
    2012/02/08 23:37:49 ::
    2012/02/08 23:37:49 :: dhcpcd[5759]: wlan0: sendmsg: Cannot assign requested address
    2012/02/08 23:37:49 ::
    2012/02/08 23:37:49 :: dhcpcd[5759]: wlan0: broadcasting for a lease
    2012/02/08 23:37:49 ::
    2012/02/08 23:37:49 :: dhcpcd[5759]: wlan0: Router Advertisement from fe80::222:75ff:fed5:73d4
    2012/02/08 23:37:49 ::
    2012/02/08 23:37:49 :: dhcpcd[5759]: forked to background, child pid 5777
    2012/02/08 23:37:49 ::
    2012/02/08 23:37:49 ::
    2012/02/08 23:37:49 :: DHCP connection successful
    2012/02/08 23:37:49 :: not verifying
    2012/02/08 23:37:49 :: Connecting thread exiting.
    2012/02/08 23:37:52 :: Sending connection attempt result success
    2012/02/08 23:37:52 :: Autoconnecting...
    2012/02/08 23:37:53 :: Putting interface downAttempting to autoconnect with wired interface...
    2012/02/08 23:37:53 ::
    2012/02/08 23:37:53 :: Releasing DHCP leases...
    2012/02/08 23:37:53 :: Setting false IP...
    2012/02/08 23:37:53 :: Stopping wpa_supplicant
    2012/02/08 23:37:53 :: Flushing the routing table...
    2012/02/08 23:37:53 :: Putting interface up...
    2012/02/08 23:37:55 :: Running DHCP with hostname carbon
    2012/02/08 23:37:55 :: dhcpcd[5828]: version 5.5.4 starting
    2012/02/08 23:37:55 ::
    2012/02/08 23:37:55 :: dhcpcd[5828]: eth0: waiting for carrier
    2012/02/08 23:37:55 ::
    2012/02/08 23:37:57 :: dhcpcd[5828]: eth0: carrier acquired
    2012/02/08 23:37:57 ::
    2012/02/08 23:37:57 :: dhcpcd[5828]: eth0: sending IPv6 Router Solicitation
    2012/02/08 23:37:57 ::
    2012/02/08 23:37:57 :: dhcpcd[5828]: eth0: sendmsg: Cannot assign requested address
    2012/02/08 23:37:57 ::
    2012/02/08 23:37:57 :: dhcpcd[5828]: eth0: broadcasting for a lease
    2012/02/08 23:37:57 ::
    2012/02/08 23:37:58 :: dhcpcd[5828]: eth0: offered 192.168.1.7 from 192.168.1.1
    2012/02/08 23:37:58 ::
    2012/02/08 23:37:58 :: dhcpcd[5828]: eth0: acknowledged 192.168.1.7 from 192.168.1.1
    2012/02/08 23:37:58 ::
    2012/02/08 23:37:58 :: dhcpcd[5828]: eth0: checking for 192.168.1.7
    2012/02/08 23:37:58 ::
    2012/02/08 23:37:58 :: dhcpcd[5828]: eth0: Router Advertisement from fe80::222:75ff:fed5:73d4
    2012/02/08 23:37:58 ::
    2012/02/08 23:37:58 :: dhcpcd[5828]: forked to background, child pid 5851
    2012/02/08 23:37:58 ::
    2012/02/08 23:37:58 ::
    2012/02/08 23:37:58 :: DHCP connection successful
    2012/02/08 23:37:58 :: Connecting thread exiting.
    2012/02/08 23:38:00 :: Sending connection attempt result success
    2012/02/08 23:38:01 :: No wired connection present, attempting to autoconnect to wireless network
    2012/02/08 23:38:04 :: Unable to autoconnect, you'll have to manually connect
    2012/02/08 23:39:43 :: Daemon going down, killing wicd-monitor...
    2012/02/08 23:39:43 :: Removing PID file...
    2012/02/08 23:39:43 :: Shutting down...
    2012/02/08 23:39:43 :: Exception KeyError: KeyError(140388630619904,) in <module 'threading' from '/usr/lib/python2.7/threading.pyo'> ignored
    2012/02/08 23:39:45 :: ---------------------------
    2012/02/08 23:39:45 :: wicd initializing...
    2012/02/08 23:39:45 :: ---------------------------
    2012/02/08 23:39:45 :: wicd is version 1.7.1 717
    2012/02/08 23:39:45 :: setting backend to external
    2012/02/08 23:39:45 :: trying to load backend external
    2012/02/08 23:39:45 :: successfully loaded backend external
    2012/02/08 23:39:45 :: trying to load backend external
    2012/02/08 23:39:45 :: successfully loaded backend external
    2012/02/08 23:39:45 :: Automatically detected wireless interface wlan0
    2012/02/08 23:39:45 :: setting wireless interface wlan0
    2012/02/08 23:39:45 :: automatically detected wired interface eth0
    2012/02/08 23:39:45 :: setting wired interface eth0
    2012/02/08 23:39:45 :: setting wpa driver wext
    2012/02/08 23:39:45 :: setting use global dns to False
    2012/02/08 23:39:45 :: setting global dns
    2012/02/08 23:39:45 :: global dns servers are None None None
    2012/02/08 23:39:45 :: domain is None
    2012/02/08 23:39:45 :: search domain is None
    2012/02/08 23:39:45 :: setting automatically reconnect when connection drops True
    2012/02/08 23:39:45 :: Setting dhcp client to 0
    2012/02/08 23:39:45 :: Wireless configuration file found...
    2012/02/08 23:39:45 :: Wired configuration file found...
    2012/02/08 23:39:45 :: chmoding configuration files 0600...
    2012/02/08 23:39:45 :: chowning configuration files root:root...
    2012/02/08 23:39:45 :: Using wireless interface...wlan0
    2012/02/08 23:39:45 :: Using wired interface...eth0
    2012/02/08 23:39:50 :: Autoconnecting...
    2012/02/08 23:39:50 :: Attempting to autoconnect with wired interface...
    2012/02/08 23:39:50 :: Putting interface down
    2012/02/08 23:39:51 :: Releasing DHCP leases...
    2012/02/08 23:39:51 :: Setting false IP...
    2012/02/08 23:39:51 :: Stopping wpa_supplicant
    2012/02/08 23:39:51 :: Flushing the routing table...
    2012/02/08 23:39:51 :: Putting interface up...
    2012/02/08 23:39:53 :: Running DHCP with hostname carbon
    2012/02/08 23:39:53 :: dhcpcd[6087]: version 5.2.12 starting
    2012/02/08 23:39:53 ::
    2012/02/08 23:39:53 :: dhcpcd[6087]: eth0: waiting for carrier
    2012/02/08 23:39:53 ::
    2012/02/08 23:39:53 :: dhcpcd[6087]: eth0: carrier acquired
    2012/02/08 23:39:53 ::
    2012/02/08 23:39:53 :: dhcpcd[6087]: eth0: broadcasting for a lease
    2012/02/08 23:39:53 ::
    2012/02/08 23:39:54 :: dhcpcd[6087]: eth0: offered 192.168.1.7 from 192.168.1.1
    2012/02/08 23:39:54 ::
    2012/02/08 23:39:54 :: dhcpcd[6087]: eth0: acknowledged 192.168.1.7 from 192.168.1.1
    2012/02/08 23:39:54 ::
    2012/02/08 23:39:54 :: dhcpcd[6087]: eth0: checking for 192.168.1.7
    2012/02/08 23:39:54 ::
    2012/02/08 23:39:58 :: Daemon going down, killing wicd-monitor...
    2012/02/08 23:39:58 :: Removing PID file...
    2012/02/08 23:39:58 :: Shutting down...
    2012/02/08 23:39:58 :: Exception KeyError: KeyError(140583090784000,) in <module 'threading' from '/usr/lib/python2.7/threading.pyo'> ignored
    2012/02/08 23:40:00 :: ---------------------------
    2012/02/08 23:40:00 :: wicd initializing...
    2012/02/08 23:40:00 :: ---------------------------
    2012/02/08 23:40:00 :: wicd is version 1.7.1 717
    2012/02/08 23:40:00 :: setting backend to external
    2012/02/08 23:40:00 :: trying to load backend external
    2012/02/08 23:40:00 :: successfully loaded backend external
    2012/02/08 23:40:00 :: trying to load backend external
    2012/02/08 23:40:00 :: successfully loaded backend external
    2012/02/08 23:40:00 :: Automatically detected wireless interface wlan0
    2012/02/08 23:40:00 :: setting wireless interface wlan0
    2012/02/08 23:40:00 :: automatically detected wired interface eth0
    2012/02/08 23:40:00 :: setting wired interface eth0
    2012/02/08 23:40:00 :: setting wpa driver wext
    2012/02/08 23:40:00 :: setting use global dns to False
    2012/02/08 23:40:00 :: setting global dns
    2012/02/08 23:40:00 :: global dns servers are None None None
    2012/02/08 23:40:00 :: domain is None
    2012/02/08 23:40:00 :: search domain is None
    2012/02/08 23:40:00 :: setting automatically reconnect when connection drops True
    2012/02/08 23:40:00 :: Setting dhcp client to 0
    2012/02/08 23:40:00 :: Wireless configuration file found...
    2012/02/08 23:40:00 :: Wired configuration file found...
    2012/02/08 23:40:00 :: chmoding configuration files 0600...
    2012/02/08 23:40:00 :: chowning configuration files root:root...
    2012/02/08 23:40:00 :: Using wireless interface...wlan0
    2012/02/08 23:40:00 :: Using wired interface...eth0
    2012/02/08 23:40:09 :: Putting interface down
    2012/02/08 23:40:09 :: Releasing DHCP leases...
    2012/02/08 23:40:09 :: Setting false IP...
    2012/02/08 23:40:09 :: Stopping wpa_supplicant
    2012/02/08 23:40:09 :: Flushing the routing table...
    2012/02/08 23:40:09 :: Putting interface up...
    2012/02/08 23:40:11 :: Running DHCP with hostname carbon
    2012/02/08 23:40:11 :: dhcpcd[6245]: version 5.2.12 starting
    2012/02/08 23:40:11 ::
    2012/02/08 23:40:11 :: dhcpcd[6245]: eth0: waiting for carrier
    2012/02/08 23:40:11 ::
    2012/02/08 23:40:12 :: dhcpcd[6245]: eth0: carrier acquired
    2012/02/08 23:40:12 ::
    2012/02/08 23:40:12 :: dhcpcd[6245]: eth0: broadcasting for a lease
    2012/02/08 23:40:12 ::
    2012/02/08 23:40:13 :: dhcpcd[6245]: eth0: offered 192.168.1.7 from 192.168.1.1
    2012/02/08 23:40:13 ::
    2012/02/08 23:40:13 :: dhcpcd[6245]: eth0: acknowledged 192.168.1.7 from 192.168.1.1
    2012/02/08 23:40:13 ::
    2012/02/08 23:40:13 :: dhcpcd[6245]: eth0: checking for 192.168.1.7
    2012/02/08 23:40:13 ::
    2012/02/08 23:40:18 :: dhcpcd[6245]: eth0: leased 192.168.1.7 for 283824000 seconds
    2012/02/08 23:40:18 ::
    2012/02/08 23:40:18 :: dhcpcd[6245]: forked to background, child pid 6272
    2012/02/08 23:40:18 ::
    2012/02/08 23:40:18 ::
    2012/02/08 23:40:18 :: DHCP connection successful
    2012/02/08 23:40:18 :: Connecting thread exiting.
    2012/02/08 23:40:19 :: Sending connection attempt result success
    excerpt from dmesg:
    [ 220.232167] iwlwifi 0000:03:00.0: PCI INT A disabled
    [ 235.617077] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    [ 235.617084] Copyright(c) 2003-2011 Intel Corporation
    [ 235.617227] iwlwifi 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 235.617297] iwlwifi 0000:03:00.0: setting latency timer to 64
    [ 235.617467] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
    [ 235.617472] iwlwifi 0000:03:00.0: pci_resource_base = ffffc900117e4000
    [ 235.617477] iwlwifi 0000:03:00.0: HW Revision ID = 0x35
    [ 235.618087] iwlwifi 0000:03:00.0: irq 56 for MSI/MSI-X
    [ 235.618299] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
    [ 235.618699] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 235.647477] iwlwifi 0000:03:00.0: device EEPROM VER=0x436, CALIB=0x6
    [ 235.647483] iwlwifi 0000:03:00.0: Device SKU: 0X1f0
    [ 235.647488] iwlwifi 0000:03:00.0: Valid Tx ant: 0X7, Valid Rx ant: 0X7
    [ 235.647519] iwlwifi 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
    [ 235.650620] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532
    [ 235.650965] Registered led device: phy1-led
    [ 235.651159] ieee80211 phy1: Selected rate control algorithm 'iwl-agn-rs'
    [ 246.254967] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 246.261863] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 246.530405] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 246.537210] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 246.685081] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 251.545715] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 251.552573] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 251.752912] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 252.006076] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 252.058081] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 252.060295] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 252.305685] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 252.357970] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 252.359622] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 253.667466] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 253.674333] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 253.880956] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 254.137065] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 254.189437] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 254.191042] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 254.282074] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 254.288879] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 254.493939] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 256.572737] wlan0: authenticate with 00:22:75:d5:73:d4 (try 1)
    [ 256.627057] wlan0: deauthenticating from 00:22:75:d5:73:d4 by local choice (reason=3)
    [ 256.634142] wlan0: authenticate with 00:22:75:d5:73:d4 (try 1)
    [ 256.636012] wlan0: authenticated
    [ 256.737360] wlan0: associate with 00:22:75:d5:73:d4 (try 1)
    [ 256.786082] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 256.826726] wlan0: deauthenticating from 00:22:75:d5:73:d4 by local choice (reason=3)
    [ 256.828337] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 256.881172] wlan0: authenticate with 00:22:75:d5:73:d4 (try 1)
    [ 256.884801] wlan0: authenticated
    [ 256.986051] wlan0: associate with 00:22:75:d5:73:d4 (try 1)
    [ 256.991611] wlan0: RX AssocResp from 00:22:75:d5:73:d4 (capab=0x401 status=0 aid=1)
    [ 256.991618] wlan0: associated
    [ 257.006311] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 541.311145] wlan0: deauthenticating from 00:22:75:d5:73:d4 by local choice (reason=3)
    [ 541.368832] cfg80211: Calling CRDA to update world regulatory domain
    [ 541.453885] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 541.460755] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 541.683356] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 542.134773] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 542.187993] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 542.189715] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 545.110702] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 545.111269] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 546.693999] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 546.700730] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 546.936168] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 547.190401] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 547.243068] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 547.244623] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 547.340217] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 547.347099] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 547.560981] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 549.644554] wlan0: authenticate with 00:22:75:d5:73:d4 (try 1)
    [ 549.647565] wlan0: authenticated
    [ 549.647945] wlan0: associate with 00:22:75:d5:73:d4 (try 1)
    [ 549.651558] wlan0: RX AssocResp from 00:22:75:d5:73:d4 (capab=0x401 status=0 aid=1)
    [ 549.651564] wlan0: associated
    [ 549.664372] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 551.461505] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 551.463148] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 552.308069] wlan0: deauthenticating from 00:22:75:d5:73:d4 by local choice (reason=3)
    [ 552.361536] cfg80211: Calling CRDA to update world regulatory domain
    [ 552.462798] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 552.469740] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 552.690035] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 552.942343] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 552.994174] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 552.995790] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 555.897119] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 555.898730] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 579.349813] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 579.356589] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 579.591802] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 579.846307] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 579.898914] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 579.900576] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 580.152275] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 580.205302] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 580.206916] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 582.895184] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 582.896930] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 585.270436] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 585.277198] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 585.499201] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 585.854505] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 585.906564] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 585.908183] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 588.995907] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 588.997528] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 663.872912] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 663.879693] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 664.081192] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 664.334184] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 664.385981] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 664.387425] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 664.487889] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 664.494654] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 664.717618] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 666.791284] wlan0: authenticate with 00:22:75:d5:73:d4 (try 1)
    [ 666.793798] wlan0: authenticated
    [ 666.794109] wlan0: associate with 00:22:75:d5:73:d4 (try 1)
    [ 666.797735] wlan0: RX AssocResp from 00:22:75:d5:73:d4 (capab=0x401 status=0 aid=1)
    [ 666.797743] wlan0: associated
    [ 666.813158] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 667.322243] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 667.323899] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 670.192203] wlan0: deauthenticating from 00:22:75:d5:73:d4 by local choice (reason=3)
    [ 670.263747] cfg80211: Calling CRDA to update world regulatory domain
    [ 670.358193] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 670.365031] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 670.589231] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 670.840405] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 670.893001] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 670.894626] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 675.344581] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 675.346128] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 703.509218] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 703.515992] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 703.736371] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 703.985977] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 704.038426] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 704.040078] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 704.292262] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 704.344831] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 704.346446] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 706.924844] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 706.926454] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 709.146741] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 709.153635] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 709.380526] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 709.727666] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 709.779778] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 709.781421] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 712.682663] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 712.683237] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 1163.099577] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 1163.106361] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 1163.334124] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1163.785622] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1163.838170] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1163.839786] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1164.088913] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1164.141284] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1164.142888] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1166.755012] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 1166.761833] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 1166.791221] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 1167.001157] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1167.002730] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 1167.256207] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1167.308293] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1167.309927] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1167.433323] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 1167.440189] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 1167.683916] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1169.766437] wlan0: authenticate with 00:22:75:d5:73:d4 (try 1)
    [ 1169.769518] wlan0: authenticated
    [ 1169.769895] wlan0: associate with 00:22:75:d5:73:d4 (try 1)
    [ 1169.773508] wlan0: RX AssocResp from 00:22:75:d5:73:d4 (capab=0x401 status=0 aid=1)
    [ 1169.773514] wlan0: associated
    [ 1169.788727] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 1170.264529] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 1170.266191] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 1250.157515] wlan0: deauthenticating from 00:22:75:d5:73:d4 by local choice (reason=3)
    [ 1250.213474] cfg80211: Calling CRDA to update world regulatory domain
    [ 1250.304748] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 1250.311548] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 1250.531278] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1250.786838] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1250.839522] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1250.841153] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1253.742306] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 1253.743948] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 1285.564500] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 1285.571291] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 1285.799384] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1286.050860] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1286.102984] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1286.104632] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1286.225143] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 1286.231901] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 1286.434212] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1288.467235] wlan0: authenticate with 00:22:75:d5:73:d4 (try 1)
    [ 1288.469740] wlan0: authenticated
    [ 1288.470052] wlan0: associate with 00:22:75:d5:73:d4 (try 1)
    [ 1288.473730] wlan0: RX AssocResp from 00:22:75:d5:73:d4 (capab=0x401 status=0 aid=1)
    [ 1288.473738] wlan0: associated
    [ 1288.485867] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 1289.075695] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 1289.077339] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 1291.610215] wlan0: deauthenticating from 00:22:75:d5:73:d4 by local choice (reason=3)
    [ 1291.654374] cfg80211: Calling CRDA to update world regulatory domain
    [ 1291.749248] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 1291.755994] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 1291.979161] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1292.230432] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1292.283644] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1292.285268] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1292.534611] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1292.586642] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1292.588281] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1293.916374] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 1293.923205] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 1294.158126] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1294.410095] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1294.461555] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1294.463149] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1296.861675] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 1296.863283] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 1299.572965] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 1299.579879] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 1299.802442] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1300.160999] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1300.212812] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1300.214548] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1303.095815] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 1303.097470] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 1409.502302] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 1409.509094] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 1409.732008] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1409.987074] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1410.039305] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1410.040915] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1410.289187] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1410.342358] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1410.344038] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1413.025445] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 1413.027081] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 1427.879453] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 1427.886240] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 1428.101077] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1428.452191] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1428.505126] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1428.506718] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1428.756124] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1428.808184] e1000e 0000:00:19.0: irq 55 for MSI/MSI-X
    [ 1428.809809] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1431.511433] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 1431.513072] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

    roobie wrote:
    I had a similar problem yesterday (especially reffering to the error "Exception KeyError: KeyError(-1219500352,) in <module 'threading' from '/usr/lib/python2.7/threading.pyo'> ignored"
    And after reading https://bbs.archlinux.org/viewtopic.php?id=121589 i synced my system time with my hwclock and it worked after that. The command I used:
    hwclock -u -systohc
    It may be the cause of your problem as well...
    My hardware clock and system time are in sync and there's no change of time in my logs like is mentioned in the thread. I don't think this is the issue.
    EDIT: This seems to be limited to my home network, possibly an IPv6 problem. Maybe the IPv6 address is not being assigned properly somewhere?
    Last edited by soupcan (2012-02-10 00:23:03)

  • I am using Dreamweaver CS4  and can no longer connect to Device Central - Can you help me with this?

    I am using Dreamweaver CS4  and can no longer connect to Device Central - Can you help me with this?

    Device Central was discontinued April 23, 2012.
    http://www.adobe.com/products/devicecentral.html
    And replaced with Adobe Edge Inspect CC (for Cloud subscribers)
    http://html.adobe.com/edge/inspect/
    Nancy O.

  • WPSM54G V1.1 - Can't Print Without Manually Connecting - Vista

    Have just setup the print print server for use with a Samsung SCX4200 multifunction printer. Took a bit of time unistalling and reinstalling printer drivers to get it to work, allowing the computer to download the latest Vista driver from Microsoft was the cure. Anyway thought I had it all working, printed test page during the setup etc but.........
    Now when I try to print any document I have to manually connect to the printer by right clicking the servor icon. I am assuming this is not how it's supposed to work! I have tried selecting 'print directly to the printer' as was suggested and also tried to delete the TCP/IP port which was also suggested for a connection issue but it will not let me delete the ports (perhaps for good reason!).
    So anybody have any idea what I can try to fix this?
    Sorry - should add that I have tried turning the auto-dissconnet off which does not seem to work or make any difference. Does having the computer always connected prevent any other network computer from printing?
    Solved!
    Go to Solution.

    You can set it up without using the disc.
    Connecting WPS54G/WPSM54G to the 3rd Party Routers/Modem

  • Manually connecting POP server via telnet command

    How do I manually telnet to my POP (Post Office Protocol) server to check
    if my mail server is accepting connections?
    <P>
    This method of manually connecting to the mail server is sometimes
    necessary in order to help better troubleshoot Messaging/Mail issues.
    By directly telneting to the POP server, you can determine if the problem is
    within the client software or the server. Following is a list of commands to be
    executed from the UNIX command line or DOS shell using the telnet utility:
    <P>
    Telnetting to port 110 (the POP port).
    telnet machine 110
    POP commands:
    USER uid Log in as "uid"
    PASS password Substitue "password" for your actual password
    STAT List number of messages, total mailbox size
    LIST List messages and sizes
    RETR n Show message n
    DELE n Mark message n for deletion
    RSET Undo any changes
    QUIT Logout (expunges messages if no RSET)
    More commands (and the entire spec) are available at
    http://www.imc.org/rfc1939.

    Hi Helmut,
    I am not sure about the command line client. However you can check-in the activities of other users using the process below:
    1. Login to this URL http://hots:port/dtr/system-tools/reports/ActivityQuery
    2. The user id should have administrator's right.
    3. On the selection screen enter the user who's activities you want to check-in.
    4. Select one of the activity that is listed by clicking on it.
    5. On the page towards the top right hand corner you will have the drop down with one option to check-in the activity. This is only available to admin user.
    Hope this helps.
    Regards
    Sidharth
    Message was edited by: Sidharth Deshpande

  • I just switched from iphone 4s to LG G3. I'm having issues with bluetooth in my car, iphone would sync automatically but with G3 I have to manually connect to my car's bluetooth every time I turn it on - it won't sync automatically. Any fixes?

    I just switched from iphone 4s to LG G3. I'm having issues with bluetooth in my car, iphone would sync automatically but with G3 I have to manually connect to my car's bluetooth every time I turn it on - it won't sync automatically. Any fixes?

    You can turn on BT tethering but it disables Wifi so if I have to do that step every time I get in my car, I just as well manually connect on BT every time.

  • Can't start a cloned connection while in manual transaction mode

    Hi every body
    I'm trying to set my connection autoCommit to false and begin a manual transaction in my application .I use sql server 2000 as my dbms and I set the connection selectMethod to "cursor" ,but when I run my application I see this error
    Can't start a cloned connection while in manual transaction mode
    what's wrong??

    Very hard to say using the code posted. However, a few things immediately jump out at me:
    Call setAutoCommit() immediately after getting the Connection. I have never tried calling that method in the middle of a transaction, and I imagine the results are not good.
    Where are your Statements? You should use PreparedStatement whenever possible. At worst, use a Statement. I don't even see that.
    Either commit and rollback yourself, or let auto-commit do it. IMO, whenever you write SQL, you should be coginzant of when a commit or rollback should occur. Therefore, I never use auto-commit.- Saish

  • Wifi as car remote - manual connect

    My car (a Mitsubishi Outlander PHEV) has its own SSID which is used to connect and operate f.ex pre heating.
    My phone connects to this wifi-network just fine, but then stays connected until I connect to another wifi-network, turn off wifi or deletes the network from my phone.
    What I want is to keep auto connect as default for all networks, but I want to be able to set manual connect for some networks, f.ex my car's Wifi. I also need to be able to do a disconnect from the car's network when I am finnished operating it, as I want to use 3G when in the car without the hazle of turning Wifi off and then remember to turn it on again when I am no longer in the car.
    IOS seems to have auto connect on or off for all wifi-networkc as the only option, and no disconnect function exists as far as I can see.

    I only partly understand your answer
    1: "There is no way to do what you want." - ok, then I request a change in IOS. Who can handle this?
    2: "Why does it have to auto disconnect?" I have not written that it disconnects! I want to manually disconnect to be able to use 3G. And I want to mannually connect to this network - no auto connect for this network.

  • Have to manually connect to Airport

    A few weeks ago, I turned off my Time Capsule's security for a short time.  I meant to turn it back on after an hour, but I forgot until about a week later, and then I couldn't remember which security setting I was using, so I just picked one.  I've since tried all of them except the enterprise settings because I'm sure I wasn't using those.  Since turning the security back on, my 2008 Macbook Pro has a difficulty connecting.  At first it won't see the network at all, then after 30 seconds or so, it pops up on the list and I have to select it.  My wife and daughter have Macbook Airs and those have not problem seeing the network, but have to be manually connected each time the computer is woken up.  Our iPads have no problem connecting at all.  None of these devices have trouble connecting to the network at the school I work at.  Any ideas how to fix this problem?
    Thanks,
    Rob

    You need to delete all the previously remembered settings .. so go to the airport setup in network preference.. there will be a long list of the networks that were used or seen by the airport. Delete them all.
    You might need to disconnect to remove the current one..
    Just use the - button at the bottom of the listing..
    Once you remove them all.. reboot the laptop (Old PC habits die hard .. it might not be necessary at all but I like to start over with a boot knowing it is clean).. then select the network from the TC and put in your password again.

  • VZaccess Manager changes WiFi connections to manually connect from automatic

    VZaccess Manager changes WiFi connections to manually connect from automatic.
    I have Panasonic CF-19s with VZaccess manager installed with a NDIS connection that automatically connects to Cellular service. I need my WiFI connections to also connect when available and have them set to automatically connect and managed by Windows (WiFi connection in accessmanager is set to None). When I first configure it, it works fine and we use Netmotion to decide which connection to use. After exiting VZaccess manager and restarting it, it changes my WiFi connections to "manually connect" even though accessmanager is not managing it. As soon as I exit out of Accessmanager  the connections are changed back to "automatically connect". I need both connections to be active at the same time so the switchover to cellular is immediate when the WiFi connection is lost.

    Hi,
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    Your instance is started from the 10g ORACLE_HOME. You mentioned you started it from the 11g ORACLE_HOME but it's not the case.
    Here is an example with a 10gR2 database started from a 11gR2 ORACLE_HOME :
    SQL> startup upgrade pfile =/u01/app/oracle/product/10.2.0/db_1/dbs/initP102.ora
    ORA-32006: BACKGROUND_DUMP_DEST initialization parameter has been deprecated
    ORA-32006: USER_DUMP_DEST initialization parameter has been deprecated
    ORACLE instance started.
    Total System Global Area  167387136 bytes
    Fixed Size                  1335248 bytes
    Variable Size              88080432 bytes
    Database Buffers           75497472 bytes
    Redo Buffers                2473984 bytes
    Database mounted.
    Database opened.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsNotice the Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 part.
    In your case it was Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
    To solve the issue follow the official documentation, you have specific actions with oradim etc. to do (it's always a bit more complicated than with Unix/Linux but it's documented) :
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/upgrade.htm#insertedID8
    Best regards
    Phil

  • Upgaded ios on 3gs to ios 6.0. Manual connect to wifi and works. Will not reconnect after the phone shuts off unless I do it manually. The old ios would. Suggestions??

    Upgraded ios on iphone 3GS to ios 6.0.  I manually connected to the wifi and it works.  After the phone shuts off, it will not connect back to wifi when it turns on unless I reconnect manually again. I have the "Ask to join Networks" button turned on. Frustrating and could get expensive if I forget and start using ATT data. Suggestions??  

    Settings, Reset, Reset Network Settings. Then attempt to connect again. Passwords will be deleted when you do this, so it will ask for the password again. After that, see if it will connect.

  • Imac won't wake up connected to wifi. i have to manually connect now. how do i fix?

    my imac won't wake up connected to wifi. i have to manually connect now. how do i fix?

    Many have had success using the following. If you don't understand the text then watch the YouTube video.
    Lion WiFi  problems fix & WiFi Lion Fix on YouTube

  • Can not connect computer to Cisco Connect -EA3500

    Can not connect computer to Cisco Connect -.Receive error msg 82BD0305. Reset to EA3500 to default and reinstalled software.

    Reading the manual it says the username is blank, password 'admin'.

  • Lion Server postfix mail not being delivered to mailboxes. "SMTP restriction `reject_invalid_helo_hostname' after `permit' is ignored" and "connect to private/policy: Connection refused" errors.

    All, Im stumped. In fact I have been on the phone with Apple Support and this has been escalated to the top engineers, as I think its got them too..
    Anyway, here is my problem..
    I'm running an Mac Mini with OS X 10.7.4 Server. I have had mail running on it for 2 months or so, without any issues. The mail was actually migrated from 10.6 in March, and It actually went smoothly. I have 3 domains which all recieve mail and they all work (or did up until 2 weeks ago)..
    So the story is this.. I can send mail from my domains, without issue.  imap and dovecot must be working.. cause all the stored mail, can be read with the mail IMAP client.. I can even transfer mail messages from one mailbox to another with Mail client. Sending mail is a breeze, it still works and the recipients still recieve their mail. But I noticed I wasnt getting any mail at all from those mailboxes... no mail, no spam, nothing.. which is unusal. I fired up Server admin and checked out the SMTP log, and this is what it showed for every email recieved: (xxxxxx is just me hiding sensitive info)
    Jul 21 14:25:20 xxxxxxxx postfix/postscreen[65857]: CONNECT from [17.158.233.225]:41909
    Jul 21 14:25:26 xxxxxxxx postfix/postscreen[65857]: PASS OLD [17.158.233.225]:41909
    Jul 21 14:25:26 xxxxxxxx postfix/smtpd[65858]: connect from nk11p03mm-asmtp994.mac.com[17.158.233.225]
    Jul 21 14:25:26 xxxxxxxx postfix/smtpd[65858]: warning: restriction `reject_invalid_helo_hostname' after `permit' is ignored
    Jul 21 14:25:27 xxxxxxxx postfix/smtpd[65858]: warning: connect to private/policy: Connection refused
    Jul 21 14:25:27 xxxxxxxx postfix/smtpd[65858]: warning: problem talking to server private/policy: Connection refused
    Jul 21 14:25:28 xxxxxxxx postfix/smtpd[65858]: warning: connect to private/policy: Connection refused
    Jul 21 14:25:28 xxxxxxxx postfix/smtpd[65858]: warning: problem talking to server private/policy: Connection refused
    Jul 21 14:25:28 xxxxxxxx postfix/smtpd[65858]: NOQUEUE: reject: RCPT from nk11p03mm-asmtp994.mac.com[17.158.233.225]: 451 4.3.5 Server configuration problem; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<nk11p99mm-asmtpout004.mac.com>
    Jul 21 14:25:28 azathoth postfix/smtpd[65858]: disconnect from nk11p03mm-asmtp994.mac.com[17.158.233.225]
    Ok, now what is odd, is these rejected messages are not even appearing in the mail queue in Server Admin. I have no idea why there are not being delivered
    Ive checked my postfix main.cf file and master.cf files they both look ok.. Ive even replaced them with the main.cf.defualt.10.7 and master.cf.default.10.7 files and to no avail... same problem..
    So in summary
    I can send mail out
    IMAP is working on the client end (thus dovecot is) exsisting stored emails can be accessed, read, moved unread etc..
    mail is coming into the sever, but its being rejected. there is NO rejection email sent back to the sender.
    mail is recieved by postfix, but cyrus isnt doing anything with it.. I have no idea where it goes...
    Could anyone shed light on this...
    my main.cf file:
    # Global Postfix configuration file. This file lists only a subset
    # of all 300+ parameters. See the postconf(5) manual page for a
    # complete list.
    # The general format of each line is: parameter = value. Lines
    # that begin with whitespace continue the previous line. A value can
    # contain references to other $names or ${name}s.
    # NOTE - CHANGE NO MORE THAN 2-3 PARAMETERS AT A TIME, AND TEST IF
    # POSTFIX STILL WORKS AFTER EVERY CHANGE.
    # SOFT BOUNCE
    # The soft_bounce parameter provides a limited safety net for
    # testing.  When soft_bounce is enabled, mail will remain queued that
    # would otherwise bounce. This parameter disables locally-generated
    # bounces, and prevents the SMTP server from rejecting mail permanently
    # (by changing 5xx replies into 4xx replies). However, soft_bounce
    # is no cure for address rewriting mistakes or mail routing mistakes.
    # soft_bounce = no
    # LOCAL PATHNAME INFORMATION
    # The queue_directory specifies the location of the Postfix queue.
    # This is also the root directory of Postfix daemons that run chrooted.
    # See the files in examples/chroot-setup for setting up Postfix chroot
    # environments on different UNIX systems.
    queue_directory = /private/var/spool/postfix
    # The command_directory parameter specifies the location of all
    # postXXX commands.
    command_directory = /usr/sbin
    # The daemon_directory parameter specifies the location of all Postfix
    # daemon programs (i.e. programs listed in the master.cf file). This
    # directory must be owned by root.
    daemon_directory = /usr/libexec/postfix
    # QUEUE AND PROCESS OWNERSHIP
    # The mail_owner parameter specifies the owner of the Postfix queue
    # and of most Postfix daemon processes.  Specify the name of a user
    # account THAT DOES NOT SHARE ITS USER OR GROUP ID WITH OTHER ACCOUNTS
    # AND THAT OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM.  In
    # particular, don't specify nobody or daemon. PLEASE USE A DEDICATED
    # USER.
    mail_owner = _postfix
    # The default_privs parameter specifies the default rights used by
    # the local delivery agent for delivery to external file or command.
    # These rights are used in the absence of a recipient user context.
    # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
    #default_privs = nobody
    # INTERNET HOST AND DOMAIN NAMES
    # The myhostname parameter specifies the internet hostname of this
    # mail system. The default is to use the fully-qualified domain name
    # from gethostname(). $myhostname is used as a default value for many
    # other configuration parameters.
    #myhostname = host.domain.tld
    #myhostname = virtual.domain.tld
    # The mydomain parameter specifies the local internet domain name.
    # The default is to use $myhostname minus the first component.
    # $mydomain is used as a default value for many other configuration
    # parameters.
    #mydomain = domain.tld
    # SENDING MAIL
    # The myorigin parameter specifies the domain that locally-posted
    # mail appears to come from. The default is to append $myhostname,
    # which is fine for small sites.  If you run a domain with multiple
    # machines, you should (1) change this to $mydomain and (2) set up
    # a domain-wide alias database that aliases each user to
    # [email protected].
    # For the sake of consistency between sender and recipient addresses,
    # myorigin also specifies the default domain name that is appended
    # to recipient addresses that have no @domain part.
    #myorigin = $myhostname
    #myorigin = $mydomain
    # RECEIVING MAIL
    # The inet_interfaces parameter specifies the network interface
    # addresses that this mail system receives mail on.  By default,
    azathoth:postfix root#
    azathoth:postfix root# less main.cf
    azathoth:postfix root# more main.cf
    # Global Postfix configuration file. This file lists only a subset
    # of all 300+ parameters. See the postconf(5) manual page for a
    # complete list.
    # The general format of each line is: parameter = value. Lines
    # that begin with whitespace continue the previous line. A value can
    # contain references to other $names or ${name}s.
    # NOTE - CHANGE NO MORE THAN 2-3 PARAMETERS AT A TIME, AND TEST IF
    # POSTFIX STILL WORKS AFTER EVERY CHANGE.
    # SOFT BOUNCE
    # The soft_bounce parameter provides a limited safety net for
    # testing.  When soft_bounce is enabled, mail will remain queued that
    # would otherwise bounce. This parameter disables locally-generated
    # bounces, and prevents the SMTP server from rejecting mail permanently
    # (by changing 5xx replies into 4xx replies). However, soft_bounce
    # is no cure for address rewriting mistakes or mail routing mistakes.
    # soft_bounce = no
    # LOCAL PATHNAME INFORMATION
    # The queue_directory specifies the location of the Postfix queue.
    # This is also the root directory of Postfix daemons that run chrooted.
    # See the files in examples/chroot-setup for setting up Postfix chroot
    # environments on different UNIX systems.
    queue_directory = /private/var/spool/postfix
    # The command_directory parameter specifies the location of all
    # postXXX commands.
    command_directory = /usr/sbin
    # The daemon_directory parameter specifies the location of all Postfix
    # daemon programs (i.e. programs listed in the master.cf file). This
    # directory must be owned by root.
    daemon_directory = /usr/libexec/postfix
    # QUEUE AND PROCESS OWNERSHIP
    # The mail_owner parameter specifies the owner of the Postfix queue
    # and of most Postfix daemon processes.  Specify the name of a user
    # account THAT DOES NOT SHARE ITS USER OR GROUP ID WITH OTHER ACCOUNTS
    # AND THAT OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM.  In
    # particular, don't specify nobody or daemon. PLEASE USE A DEDICATED
    # USER.
    mail_owner = _postfix
    # The default_privs parameter specifies the default rights used by
    # the local delivery agent for delivery to external file or command.
    # These rights are used in the absence of a recipient user context.
    # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
    #default_privs = nobody
    # INTERNET HOST AND DOMAIN NAMES
    # The myhostname parameter specifies the internet hostname of this
    # mail system. The default is to use the fully-qualified domain name
    # from gethostname(). $myhostname is used as a default value for many
    # other configuration parameters.
    #myhostname = host.domain.tld
    #myhostname = virtual.domain.tld
    # The mydomain parameter specifies the local internet domain name.
    # The default is to use $myhostname minus the first component.
    # $mydomain is used as a default value for many other configuration
    # parameters.
    #mydomain = domain.tld
    # SENDING MAIL
    # The myorigin parameter specifies the domain that locally-posted
    # mail appears to come from. The default is to append $myhostname,
    # which is fine for small sites.  If you run a domain with multiple
    # machines, you should (1) change this to $mydomain and (2) set up
    # a domain-wide alias database that aliases each user to
    # [email protected].
    # For the sake of consistency between sender and recipient addresses,
    # myorigin also specifies the default domain name that is appended
    # to recipient addresses that have no @domain part.
    #myorigin = $myhostname
    #myorigin = $mydomain
    # RECEIVING MAIL
    # The inet_interfaces parameter specifies the network interface
    # addresses that this mail system receives mail on.  By default,
    # the software claims all active interfaces on the machine. The
    # parameter also controls delivery of mail to user@[ip.address].
    # See also the proxy_interfaces parameter, for network addresses that
    # are forwarded to us via a proxy or network address translator.
    # Note: you need to stop/start Postfix when this parameter changes.
    #inet_interfaces = all
    #inet_interfaces = $myhostname
    #inet_interfaces = $myhostname, localhost
    # The proxy_interfaces parameter specifies the network interface
    # addresses that this mail system receives mail on by way of a
    # proxy or network address translation unit. This setting extends
    # the address list specified with the inet_interfaces parameter.
    # You must specify your proxy/NAT addresses when your system is a
    # backup MX host for other domains, otherwise mail delivery loops
    # will happen when the primary MX host is down.
    #proxy_interfaces =
    #proxy_interfaces = 1.2.3.4
    # The mydestination parameter specifies the list of domains that this
    # machine considers itself the final destination for.
    # These domains are routed to the delivery agent specified with the
    # local_transport parameter setting. By default, that is the UNIX
    # compatible delivery agent that lookups all recipients in /etc/passwd
    # and /etc/aliases or their equivalent.
    # The default is $myhostname + localhost.$mydomain.  On a mail domain
    # gateway, you should also include $mydomain.
    # Do not specify the names of virtual domains - those domains are
    # specified elsewhere (see VIRTUAL_README).
    # Do not specify the names of domains that this machine is backup MX
    # host for. Specify those names via the relay_domains settings for
    # the SMTP server, or use permit_mx_backup if you are lazy (see
    # STANDARD_CONFIGURATION_README).
    # The local machine is always the final destination for mail addressed
    # to user@[the.net.work.address] of an interface that the mail system
    # receives mail on (see the inet_interfaces parameter).
    # Specify a list of host or domain names, /file/name or type:table
    # patterns, separated by commas and/or whitespace. A /file/name
    # pattern is replaced by its contents; a type:table is matched when
    # a name matches a lookup key (the right-hand side is ignored).
    # Continue long lines by starting the next line with whitespace.
    # See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS".
    #mydestination = $myhostname, localhost.$mydomain, localhost
    #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
    #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
    #       mail.$mydomain, www.$mydomain, ftp.$mydomain
    # REJECTING MAIL FOR UNKNOWN LOCAL USERS
    # The local_recipient_maps parameter specifies optional lookup tables
    # with all names or addresses of users that are local with respect
    # to $mydestination, $inet_interfaces or $proxy_interfaces.
    # If this parameter is defined, then the SMTP server will reject
    # mail for unknown local users. This parameter is defined by default.
    # To turn off local recipient checking in the SMTP server, specify
    # local_recipient_maps = (i.e. empty).
    # The default setting assumes that you use the default Postfix local
    # delivery agent for local delivery. You need to update the
    # local_recipient_maps setting if:
    # - You define $mydestination domain recipients in files other than
    #   /etc/passwd, /etc/aliases, or the $virtual_alias_maps files.
    #   For example, you define $mydestination domain recipients in   
    #   the $virtual_mailbox_maps files.
    # - You redefine the local delivery agent in master.cf.
    # - You redefine the "local_transport" setting in main.cf.
    # - You use the "luser_relay", "mailbox_transport", or "fallback_transport"
    #   feature of the Postfix local delivery agent (see local(8)).
    # Details are described in the LOCAL_RECIPIENT_README file.
    # Beware: if the Postfix SMTP server runs chrooted, you probably have
    # to access the passwd file via the proxymap service, in order to
    # overcome chroot restrictions. The alternative, having a copy of
    # the system passwd file in the chroot jail is just not practical.
    # The right-hand side of the lookup tables is conveniently ignored.
    # In the left-hand side, specify a bare username, an @domain.tld
    # wild-card, or specify a [email protected] address.
    #local_recipient_maps = unix:passwd.byname $alias_maps
    #local_recipient_maps = proxy:unix:passwd.byname $alias_maps
    #local_recipient_maps =
    # The unknown_local_recipient_reject_code specifies the SMTP server
    # response code when a recipient domain matches $mydestination or
    # ${proxy,inet}_interfaces, while $local_recipient_maps is non-empty
    # and the recipient address or address local-part is not found.
    # The default setting is 550 (reject mail) but it is safer to start
    # with 450 (try again later) until you are certain that your
    # local_recipient_maps settings are OK.
    unknown_local_recipient_reject_code = 550
    # TRUST AND RELAY CONTROL
    # The mynetworks parameter specifies the list of "trusted" SMTP
    # clients that have more privileges than "strangers".
    # In particular, "trusted" SMTP clients are allowed to relay mail
    # through Postfix.  See the smtpd_recipient_restrictions parameter
    # in postconf(5).
    # You can specify the list of "trusted" network addresses by hand
    # or you can let Postfix do it for you (which is the default).
    # By default (mynetworks_style = subnet), Postfix "trusts" SMTP
    # clients in the same IP subnetworks as the local machine.
    # On Linux, this does works correctly only with interfaces specified
    # with the "ifconfig" command.
    # Specify "mynetworks_style = class" when Postfix should "trust" SMTP
    # clients in the same IP class A/B/C networks as the local machine.
    # Don't do this with a dialup site - it would cause Postfix to "trust"
    # your entire provider's network.  Instead, specify an explicit
    # mynetworks list by hand, as described below.
    # Specify "mynetworks_style = host" when Postfix should "trust"
    # only the local machine.
    #mynetworks_style = class
    #mynetworks_style = subnet
    #mynetworks_style = host
    # Alternatively, you can specify the mynetworks list by hand, in
    # which case Postfix ignores the mynetworks_style setting.
    # Specify an explicit list of network/netmask patterns, where the
    # mask specifies the number of bits in the network part of a host
    # address.
    # You can also specify the absolute pathname of a pattern file instead
    # of listing the patterns here. Specify type:table for table-based lookups
    # (the value on the table right-hand side is not used).
    #mynetworks = 168.100.189.0/28, 127.0.0.0/8
    #mynetworks = $config_directory/mynetworks
    #mynetworks = hash:/etc/postfix/network_table
    # The relay_domains parameter restricts what destinations this system will
    # relay mail to.  See the smtpd_recipient_restrictions description in
    # postconf(5) for detailed information.
    # By default, Postfix relays mail
    # - from "trusted" clients (IP address matches $mynetworks) to any destination,
    # - from "untrusted" clients to destinations that match $relay_domains or
    #   subdomains thereof, except addresses with sender-specified routing.
    # The default relay_domains value is $mydestination.
    # In addition to the above, the Postfix SMTP server by default accepts mail
    # that Postfix is final destination for:
    # - destinations that match $inet_interfaces or $proxy_interfaces,
    # - destinations that match $mydestination
    # - destinations that match $virtual_alias_domains,
    # - destinations that match $virtual_mailbox_domains.
    # These destinations do not need to be listed in $relay_domains.
    # Specify a list of hosts or domains, /file/name patterns or type:name
    # lookup tables, separated by commas and/or whitespace.  Continue
    # long lines by starting the next line with whitespace. A file name
    # is replaced by its contents; a type:name table is matched when a
    # (parent) domain appears as lookup key.
    # NOTE: Postfix will not automatically forward mail for domains that
    # list this system as their primary or backup MX host. See the
    # permit_mx_backup restriction description in postconf(5).
    #relay_domains = $mydestination
    # INTERNET OR INTRANET
    # The relayhost parameter specifies the default host to send mail to
    # when no entry is matched in the optional transport(5) table. When
    # no relayhost is given, mail is routed directly to the destination.
    # On an intranet, specify the organizational domain name. If your
    # internal DNS uses no MX records, specify the name of the intranet
    # gateway host instead.
    # In the case of SMTP, specify a domain, host, host:port, [host]:port,
    # [address] or [address]:port; the form [host] turns off MX lookups.
    # If you're connected via UUCP, see also the default_transport parameter.
    #relayhost = $mydomain
    #relayhost = [gateway.my.domain]
    #relayhost = [mailserver.isp.tld]
    #relayhost = uucphost
    #relayhost = [an.ip.add.ress]
    # REJECTING UNKNOWN RELAY USERS
    # The relay_recipient_maps parameter specifies optional lookup tables
    # with all addresses in the domains that match $relay_domains.
    # If this parameter is defined, then the SMTP server will reject
    # mail for unknown relay users. This feature is off by default.
    # The right-hand side of the lookup tables is conveniently ignored.
    # In the left-hand side, specify an @domain.tld wild-card, or specify
    # a [email protected] address.
    #relay_recipient_maps = hash:/etc/postfix/relay_recipients
    # INPUT RATE CONTROL
    # The in_flow_delay configuration parameter implements mail input
    # flow control. This feature is turned on by default, although it
    # still needs further development (it's disabled on SCO UNIX due
    # to an SCO bug).
    # A Postfix process will pause for $in_flow_delay seconds before
    # accepting a new message, when the message arrival rate exceeds the
    # message delivery rate. With the default 100 SMTP server process
    # limit, this limits the mail inflow to 100 messages a second more
    # than the number of messages delivered per second.
    # Specify 0 to disable the feature. Valid delays are 0..10.
    #in_flow_delay = 1s
    # ADDRESS REWRITING
    # The ADDRESS_REWRITING_README document gives information about
    # address masquerading or other forms of address rewriting including
    # username->Firstname.Lastname mapping.
    # ADDRESS REDIRECTION (VIRTUAL DOMAIN)
    # The VIRTUAL_README document gives information about the many forms
    # of domain hosting that Postfix supports.
    # "USER HAS MOVED" BOUNCE MESSAGES
    # See the discussion in the ADDRESS_REWRITING_README document.
    # TRANSPORT MAP
    # See the discussion in the ADDRESS_REWRITING_README document.
    # ALIAS DATABASE
    # The alias_maps parameter specifies the list of alias databases used
    # by the local delivery agent. The default list is system dependent.
    # On systems with NIS, the default is to search the local alias
    # database, then the NIS alias database. See aliases(5) for syntax
    # details.
    # If you change the alias database, run "postalias /etc/aliases" (or
    # wherever your system stores the mail alias file), or simply run
    # "newaliases" to build the necessary DBM or DB file.
    # It will take a minute or so before changes become visible.  Use
    # "postfix reload" to eliminate the delay.
    #alias_maps = dbm:/etc/aliases
    #alias_maps = hash:/etc/aliases
    #alias_maps = hash:/etc/aliases, nis:mail.aliases
    #alias_maps = netinfo:/aliases
    # The alias_database parameter specifies the alias database(s) that
    # are built with "newaliases" or "sendmail -bi".  This is a separate
    # configuration parameter, because alias_maps (see above) may specify
    # tables that are not necessarily all under control by Postfix.
    #alias_database = dbm:/etc/aliases
    #alias_database = dbm:/etc/mail/aliases
    #alias_database = hash:/etc/aliases
    #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
    # ADDRESS EXTENSIONS (e.g., user+foo)
    # The recipient_delimiter parameter specifies the separator between
    # user names and address extensions (user+foo). See canonical(5),
    # local(8), relocated(5) and virtual(5

    Ok 1st one. The warning restriction message relates to this line in main.cf:
    smtpd_helo_restrictions = permit_sasl_authenticated  permit_mynetworks  check_helo_access hash:/etc/postfix/helo_access  reject_non_fqdn_hostname  reject_invalid_hostname  permit reject_invalid_helo_hostname
    The last reject occurs after the single word "permit" and is ignored.
    However, that's not the problem.
    I'm not exactly sure what's happening, but this might be a clue.
    It would appear that either postfix is not being able to create the socket for private/policy or it's somehow created with the wrong permissions.  You might need to ramp up the debug level to get a better idea.
    You could check if it's being created by "netstat -a | grep private/policy" in terminal.
    My guess is that it's not being created because there is no setup statement in your master.cf file, but I don't understand why postfix would be looking for it if it isn't set up.  Private/policy I think relates to grey listing.  Maybe gives you a hint.

Maybe you are looking for

  • Subfolders are not seen by the compiler

    In an Actionscript Flash Builder 4 project, I have my main folder set to "src".  All of the files within "src" compile.  But I have several subfolders, each with several .as files, for example: src   main.as     module1       mod1_1.as       mod1_2.a

  • Accounting document for asset po

    hi, when i am doing GR for asset po, accounting document is not generating. why is it happening so? because of this i am not able to price in PO history & GRN print. pls guide. thanks & regards

  • Using Operations on TextFields as part of a thread

    Hello, How can I do the Operations on the TextFields as part of a thread like : accepting the values from the user through TextField doing operations on the values displaying the result The Application must have a main function. and the class inherit

  • System image/snapshot for restoring entire system.

    1- I want to make "system images"/"snapshots" of my computer for a later restore. 2- Also i would like to learn more about how to restore "system images" of my system. note: since time machine works incremental i dont want that because i cannot isola

  • Study Material for 1Z0-146

    Hi All, I have recently completed my Developers OCA and wish to complete OCP as well. Have gone through the the exam topics, can anyone suggest reference or books which be sought useful for 1z0-146. Regards, Gaurang