[Solved] Problems with net-auto-wired, no interent after install

*Background*
I am returning to Arch Linux after being away for about a year. I have finally had a chance to install Arch on my new laptop. Since I am new to systemd and the new installation process I followed the beginners guide very closely.
*Description of the Steps I followed and the Error I encountered*
When I came the the "Configure the Network" Portion of the Beginners' Guide, I chose to follow the net-auto-wired setup. This was partly because I found the warning to be confusing and could not understand why the Guide included a command that "won't work". Additionally I the "net-auto-wired" method seemed given the language of the Guide to be the superior alternative. So I followed the following steps:
# pacman -S ifplugd
# cd /etc/network.d
# ln -s examples/ethernet-dhcp .
# systemctl enable net-auto-wired.service
These commands returned no errors, nor did the net-auto-wired daemon fail to initialize on reboot. I simply did not have a connection with the internet, even after confirming that all the wires were securely plugged in.
*Question for the Forum*
I was able to establish a connection with via several means as well I will likely be installing dbus and wicd to manage my internet connections. So my question is less about how to get connected and more (a) how to trouble shoot net-auto-wired and (b) what language and procedures can we change to the Beginners' Guide so that this issue is not encountered by beginners in the future.
*Information I have Uncovered*
When the net-auto-wired daemon failed to establish a connection. I immediately tried running the following command:
# systemctl enable [email protected]
The output of this command (what is following) showed me what the warning was talking about, how it rename the symbolic link to eth0.service and not enp4s0f2.service as it should have.
ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/multi-user.target.wants/[email protected]'
I attempted to resolve this issue by creating the symbolic link with the following command
# ln -s /usr/lib/systemd/system/[email protected] /etc/systemd/system/multi-user.target.wants/[email protected]
After reboot, the appropriately started the dhcpcd@ deamon and established an internet connection.
It also hit me that the netcfg profile "ethernet-dhcp" would be pointing to the wrong interface. I edited the profile to interface with the enp4s0f2 not eth0 and was able to establish a connection manually with the following command but net-auto-wired still failed to work.
# netcfg ethernet-dhcp
At this point I checked the status of the of the net-auto-wired daemon with the following command which uncovered what is most certainly the issue.
# systemctl status net-auto-wired
net-auto-wired.service - Provides automatic netcfg wired connection
Loaded: loaded (/usr/lib/systemd/system/net-auto-wired.service; disabled)
Active: active (running) since Thu 2013-01-24 14:47:12 EST; 36s ago
Main PID: 421 (ifplugd)
CGroup: name=systemd:/system/net-auto-wired.service
421 /usr/bin/ifpluged -i eth0 -r /etc/ifplugd/netcfg.action -fIns
Jan 24 14:47:12 ragnarok systemd[1]: Started Provides automatic netcfg wired connection.
Jan 24 14:47:12 ragnarok ifplugd[421]: ifplugd 0.28 initializing.
Jan 24 14:47:12 ragnarok ifplugd[421]: Using interface eth0
Jan 24 14:47:12 ragnarok ifplugd[421]: Initalization complete, link beat not detected.
Obviously the issues with this are it use of eth0 and not enp4s0f2.
I do not know where to go from here but I am curious if the issue of dhcpcd@ misnaming the symlink is some how related to this issue.
Thanks for all your insight and responses.
PS. This is the third time I have written this post. I finally typed it out in a separate text editor and then copied it in. Twice my login has timed out before I could submit and thus when I submitted I was logged out and my post lost. I do not post often with the forums but I was just frustrated to have lost so much effort. Has anyone else encountered this?
Last edited by jash (2013-01-25 17:29:49)

jash wrote:PS. This is the third time I have written this post. I finally typed it out in a separate text editor and then copied it in. Twice my login has timed out before I could submit and thus when I submitted I was logged out and my post lost. I do not post often with the forums but I was just frustrated to have lost so much effort. Has anyone else encountered this?
Yes, it seems that after a period of inactivity (5 minutes ?) the forum software automatically logs someone out.
After that happened to me for the zillionth time, i installed the firefox addon ReloadEvery .
Now i always open 2 tabs for arch forums : 1 that just shows the index, and has reloadevery enabled with a time of 1 minute.
The 2nd tab is for reading/answering etc.
Haven't been logged out automatically since.

Similar Messages

  • I have a problem with Adobe Creative Cluod. Basically after installing the application when I open it I do not charge adobe products but remains all white screen. I tried to uninstall it and install it several times but it does not work.  What should I do

    I have a problem with Adobe Creative Cluod. Basically after installing the application when I open it I do not charge adobe products but remains all white screen. I tried to uninstall it and install it several times but it does not work.
    What should I do?

    Hi Anto2211,
    Please follow the thread: Black screen CC where this issue is already discussed and resolved.
    Let me know for any further query.
    Thanks,
    Ratandeep Arora

  • [solved] ifplugd; systemd, net-auto-wired: annoying beep

    Hello everyone!
    I experience annoying pc speaker beeps whenever the net-auto-wired service is getting started or stopped, e.g. on every boot or shutdown.
    I've already tried various ways to mute the pc speaker:
    "xset -b" in ~/.xinitrc
    blacklisting pcspkr module
    "setterm -blength 0" in /etc/profile
    It doesn't work.
    The following log corresponds to stopping and then re-starting the net-auto-wired service after having booted the system.
    Nov 24 11:34:19 virtus sudo[2298]: freddy : TTY=pts/0 ; PWD=/home/freddy ; USER=root ; COMMAND=/usr/bin/systemctl stop net-auto-wired.service
    Nov 24 11:34:19 virtus sudo[2298]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 24 11:34:19 virtus systemd[1]: Stopping Provides automatic netcfg wired connection...
    Nov 24 11:34:19 virtus dhcpcd[2320]: sending signal 1 to pid 1819
    Nov 24 11:34:19 virtus dhcpcd[1819]: received SIGHUP, releasing
    Nov 24 11:34:19 virtus dhcpcd[1819]: eth0: releasing lease of 85.170.167.0
    Nov 24 11:34:19 virtus dhcpcd[2320]: waiting for pid 1819 to exit
    Nov 24 11:34:19 virtus dhcpcd[1819]: eth0: removing interface
    Nov 24 11:34:19 virtus netcfg[2301]: :: ethernet-dhcp down [done]
    Nov 24 11:34:20 virtus kernel: e1000e 0000:00:19.0: irq 47 for MSI/MSI-X
    Nov 24 11:34:20 virtus ifplugd[1675]: Link beat lost.
    Nov 24 11:34:20 virtus kernel: e1000e 0000:00:19.0: irq 47 for MSI/MSI-X
    Nov 24 11:34:20 virtus ifplugd[1675]: Executing '/etc/ifplugd/netcfg.action eth0 down'.
    Nov 24 11:34:20 virtus ifplugd[1675]: Program execution failed, return value is 1.
    Nov 24 11:34:20 virtus ifplugd[1675]: Exiting.
    Nov 24 11:34:20 virtus systemd[1]: Stopped Provides automatic netcfg wired connection.
    Nov 24 11:34:20 virtus sudo[2298]: pam_unix(sudo:session): session closed for user root
    Nov 24 11:34:21 virtus kernel: e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
    Nov 24 11:34:21 virtus kernel: e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
    Nov 24 11:34:23 virtus sudo[2365]: freddy : TTY=pts/0 ; PWD=/home/freddy ; USER=root ; COMMAND=/usr/bin/journalctl
    Nov 24 11:34:23 virtus sudo[2365]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 24 11:35:58 virtus sudo[2365]: pam_unix(sudo:session): session closed for user root
    Nov 24 11:36:03 virtus sudo[2469]: freddy : TTY=pts/0 ; PWD=/home/freddy ; USER=root ; COMMAND=/usr/bin/systemctl start net-auto-wired.service
    Nov 24 11:36:03 virtus sudo[2469]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 24 11:36:03 virtus systemd[1]: Starting Provides automatic netcfg wired connection...
    Nov 24 11:36:03 virtus systemd[1]: Started Provides automatic netcfg wired connection.
    Nov 24 11:36:03 virtus sudo[2469]: pam_unix(sudo:session): session closed for user root
    Nov 24 11:36:03 virtus ifplugd[2472]: ifplugd 0.28 initializing.
    Nov 24 11:36:03 virtus ifplugd[2472]: Using interface eth0/00:1C:25:9F:3E:24 with driver <e1000e> (version: 2.0.0-k)
    Nov 24 11:36:03 virtus ifplugd[2472]: Using detection mode: SIOCETHTOOL
    Nov 24 11:36:03 virtus ifplugd[2472]: Initialization complete, link beat detected.
    Nov 24 11:36:03 virtus ifplugd[2472]: Executing '/etc/ifplugd/netcfg.action eth0 up'.
    Nov 24 11:36:03 virtus ifplugd[2472]: client: up
    Nov 24 11:36:03 virtus ifplugd[2472]: client: loading wireless-profile1
    Nov 24 11:36:03 virtus ifplugd[2472]: client: loading wireless-profile2
    Nov 24 11:36:03 virtus ifplugd[2472]: client: loading ethernet-dhcp
    Nov 24 11:36:03 virtus dhcpcd[2505]: version 5.6.3 starting
    Nov 24 11:36:03 virtus dhcpcd[2505]: all: configured as a router, not a host
    Nov 24 11:36:03 virtus dhcpcd[2505]: eth0: broadcasting for a lease
    Nov 24 11:36:04 virtus dhcpcd[2505]: eth0: offered 85.170.167.0 from 212.198.0.161
    Nov 24 11:36:04 virtus dhcpcd[2505]: eth0: ignoring offer of 85.170.167.70 from 212.198.0.162
    Nov 24 11:36:04 virtus dhcpcd[2505]: eth0: acknowledged 85.170.167.0 from 212.198.0.161
    Nov 24 11:36:04 virtus dhcpcd[2505]: eth0: checking for 85.170.167.0
    Nov 24 11:36:10 virtus dhcpcd[2505]: eth0: leased 85.170.167.0 for 14400 seconds
    Nov 24 11:36:10 virtus dhcpcd[2505]: forked to background, child pid 2603
    Nov 24 11:36:10 virtus ifplugd[2472]: client: :: ethernet-dhcp up [done]
    Nov 24 11:36:10 virtus ifplugd[2472]: Program executed successfully.
    This did not happen before using systemd, everything was fine back then.
    Any ideas? Thanks!
    Edit: Hardware is Lenovo T400.
    Last edited by ball (2013-01-23 22:45:20)

    @sie: thank you very much! This is it! Silence, finally!
    But instead of editing the .service file changing the ifplugd configuration is better IMHO. Otherwise the change won't survive an upgrade of netcfg. So I edited /etc/ifplugd/ifplugd.conf and added the "-b" flag to ARGS.
    EDIT: I just realized that adding "-b" to the default ARGS of ifplugd does not have the desired effect, the problem persists. So why is this the case? Do the flags which are employed in the .service file bypass the default ifplugd configuration? Or is this my very own user misconception? I did RTFM, though...
    Currently this is my /usr/lib/systemd/system/net-auto-wired.service:
    [Unit]
    Description=Provides automatic netcfg wired connection
    [Service]
    EnvironmentFile=/etc/conf.d/netcfg
    ExecStart=/usr/bin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIns -b
    ExecStop=/usr/bin/netcfg iface-down $WIRED_INTERFACE
    [Install]
    WantedBy=multi-user.target
    If this issue really has to be addressed in the .service file, we should file a bug report/feature request.
    Last edited by ball (2013-01-23 18:13:13)

  • [SOLVED] Problem with net install cd

    Trying to install Arch on an old Asus P4BGL-MX board which is proprietary, probably something HP.  I have had no problems using the net install CD on 3 other Asus boards.  What happens is the install process starts (booting the kernel) and then halts with the screen black and the computer hung.
    The last line before black screen is:  [13.34178412] ACPI: Invalid PBLK length [5]
    ==>> I think problem solved, but I don't understand it.  The board has on board Intel graphics, but I had an ATI PCI card installed with bios set for it.  Took it out and now the install goes as it should.  I'm marking this post as solved, but if anyone could shed some light on this, it would be appreciated.
    Last edited by Ron74 (2012-01-02 19:46:25)

    This says:
    Colin King wrote:The warning is because of a problem with the Processor declaration in the _PR root namespace of your ACPI DSDT:
        Scope (\_PR)
            Processor (\_PR.CPU0, 0x00, 0x0000E410, 0x05) {}
            Processor (\_PR.CPU1, 0x01, 0x00000000, 0x00) {}
    The syntax of the Processor declaration is as follows:
    Processor (ProcessorName, ProcessorID, PBlockAddress, PblockLength)
    Section 18.5.93 of the ACPI specification states that the PBlockLength is the length of the processor register block, in bytes and is either 0 (for no P_BLK) or 6. In your case, the it's been set to 0x05 in the first Processor declaration which is definetly not compliant with the specification, hence the kernel warning message. The ACPI specification can be downloaded from http://www.acpi.info/DOWNLOADS/ACPIspec40.pdf if your are interested in the details.
    As it is, this is not a kernel bug, but a warning from the kernel that your BIOS is buggy and needs fixing. I suggest informing the manufacturer so that they can fix the BIOS.

  • Problem with Track you work web part after installing November CU

    Hello!
    I have SP 2013 + PS
    After installing November CU in "Track you work" web part don't shown numbers of pending task updates or new task... any numbers at all, inspite of zero. So, if user doesn't have any task updates for approvement, he see "Approvements:0 Pending",
    but if he does, he see only "Approvements:".
    The same with Tasks.
    Is it a bug or I do something wrong? Any help is really appreciated!
    Thanks...
    Kate.

    Hello, DaddyPaycheck,
    The USBPre is powered by the USB bus, and it is plugged directly into the MacMini.
    The screws remain in hiding. I'm amazed that I didn't find them on the motherboard or something like that. If they don't turn up fairly soon, I'll try to get replacements from an Apple service center. And I'll make sure I have a better small screwdriver.
    I just did a test with Audacity for OS X and Cool Edit for Windows. I opened files that give me the meter problem in Peak and removed the DC Offset. When I opened the files I had modified in Audacity and Cool Edit, Peak metered the sound correctly. Somehow Peak is sensitive to something in the file that does not bother the other apps, and when the other apps have adjusted the DC Offset, Peak is happy. Peculiar.
    I'm thinking about recording with Audacity now instead of Peak. I'm still concerned that something is wrong, though, since I don't understand the problem.
    -Vinyl_Man

  • TS2755 Problem with receiving other's text messages after installing new version.

    I just installed the new version for my iPhone.  Subsequent to this, I started to receive a copy of my husband's text messages.  He did not receive a copy of mine.  We have the same iTunes account, however separate phone accounts.  I turned off and back on the phone . . . no change.  Has anyone run across this problem?

    That's because you both are using the same Apple ID.
    The only place to share Apple ID is
    Settings > iTunes & App Store > Apple ID: > shared Apple ID here.
    All other Apple services like iMessage, FaceTime, iCloud, etc... you both should have unique Apple ID.
    Check especially, Settings > Messages > Send & Receive > only your phone number is selected.

  • Problems with J2EE/WAS 6.2 startup, after installing patch 23!!

    Hello,                                                                  
    We are in the process of installing EP6.0 SP2 on Solaris OS on a single  server. Initial installation of all components was successful. Upon patching WAS 6.20 to P23 we received the error below when attempting    
    to start the server. This after manually starting the   state controlled and the dispatcher. Then the Application Node fails.   
                                                             Would appreciate any pointers!!               
    Regards, Suman                                                                               
    Error:                                                                  
    [com.sapportals.portal.prt.dispatcher.Dispatcher@4fcd9a, 7/12/04 3:05:55
    PM EDT, Client_Thread_23] Exiting main initialization procedure because 
    of exception:java.lang.NoClassDefFoundError: com/sap/tc/logging         
    /LogController                                                          
    at com.sapportals.portal.prt.core.logger.LoggerManager.<clinit>         
    (LoggerManager.java:62)                                                 
    at com.sapportals.portal.prt.runtime.Portal.getLogger(Portal.java:400)  
    at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:281)       
    at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit        
    (PortalCoreInitializer.java:55)                                         
    at com.sapportals.portal.prt.dispatcher.PortalInitializer.<init>        
    (PortalInitializer.java:129)                                            
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortal        
    Initializer.run(Dispatcher.java:160)                                    
    at java.security.AccessController.doPrivileged(Native Method)           
    (Dispatcher.java:358)                                               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000       
    (Dispatcher.java:40)                                                
    at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run   
    (Dispatcher.java:113)                                               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.init             
    (Dispatcher.java:391)                                               
    at com.inqmy.services.servlets_jsp.server.ServletContextFacade.     
    getServletLocal(ServletContextFacade.java:3554)                     
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service    
    (InvokerServlet.java:74)                                            
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet     
    (RunServlet.java:149)                                               
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.       
    startServlet(ServletsAndJspImpl.java:832)                           
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename
    (RequestAnalizer.java:665)                                          
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle      
    (RequestAnalizer.java:312)                                          
    at com.inqmy.services.httpserver.server.Response.handle             
    (Response.java:173)                                                 
    at com.inqmy.services.httpserver.server.HttpServerFrame.request     
    (HttpServerFrame.java:1245)                                         
    at com.inqmy.core.service.context.container.session.Application     
    SessionMessageListener.process(ApplicationSessionMessageListener.   
    java:36)                                                            
    at com.inqmy.core.cluster.impl5.ParserRunner.run                      
    (ParserRunner.java:55)                                                
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46) 
    at java.security.AccessController.doPrivileged(Native Method)         
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    WARNING: Dispatcher could not be set up:                                                                               
    javax.servlet.UnavailableException: Initialization of Dispatcher failed
    javax.servlet.UnavailableException: Initialization of Dispatcher failed
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher     
    (Dispatcher.java:370)                                                 
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000         
    (Dispatcher.java:40)                                                  
    at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run     
    (Dispatcher.java:113)                                                 
    at com.sapportals.portal.prt.dispatcher.Dispatcher.init               
    (Dispatcher.java:391)                                                 
    at com.inqmy.services.servlets_jsp.server.ServletContextFacade.       
    getServletLocal(ServletContextFacade.java:3554)                       
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service      
    (InvokerServlet.java:74)                                              
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)       
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet       
    (RunServlet.java:149)                                                 
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.         
    startServlet(ServletsAndJspImpl.java:832)                             
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename 
    (RequestAnalizer.java:665)                                            
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle          
    (RequestAnalizer.java:312)                                              
    at com.inqmy.services.httpserver.server.Response.handle                 
    (Response.java:173)                                                     
    at com.inqmy.services.httpserver.server.HttpServerFrame.request         
    (HttpServerFrame.java:1245)                                                                               
    at com.inqmy.core.service.context.container.session.ApplicationSession  
    MessageListener.process(ApplicationSessionMessageListene                
    r.java:36)                                                              
    at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)  
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)   
    at java.security.AccessController.doPrivileged(Native Method)           
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)  
    [com.sapportals.portal.prt.dispatcher.Dispatcher@4fcd9a, 7/12/04 3:05:55
    PM EDT, Client_Thread_23] Exiting main initialization procedure because
    of exception:                                                           
    com.sapportals.portal.prt.dispatcher.DispatcherException: Previous      
    dispatcher initialization failed. Check logs for details.               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher       
    (Dispatcher.java:256)                                                   
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher       
    (Dispatcher.java:212)                                                   
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$400           
    (Dispatcher.java:40)                                                    
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run        
    (Dispatcher.java:447)                                                   
    at java.security.AccessController.doPrivileged(Native Method)

    Hello,                                                                  
    We are in the process of installing EP6.0 SP2 on Solaris OS on a single  server. Initial installation of all components was successful. Upon patching WAS 6.20 to P23 we received the error below when attempting    
    to start the server. This after manually starting the   state controlled and the dispatcher. Then the Application Node fails.   
                                                             Would appreciate any pointers!!               
    Regards, Suman                                                                               
    Error:                                                                  
    [com.sapportals.portal.prt.dispatcher.Dispatcher@4fcd9a, 7/12/04 3:05:55
    PM EDT, Client_Thread_23] Exiting main initialization procedure because 
    of exception:java.lang.NoClassDefFoundError: com/sap/tc/logging         
    /LogController                                                          
    at com.sapportals.portal.prt.core.logger.LoggerManager.<clinit>         
    (LoggerManager.java:62)                                                 
    at com.sapportals.portal.prt.runtime.Portal.getLogger(Portal.java:400)  
    at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:281)       
    at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit        
    (PortalCoreInitializer.java:55)                                         
    at com.sapportals.portal.prt.dispatcher.PortalInitializer.<init>        
    (PortalInitializer.java:129)                                            
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortal        
    Initializer.run(Dispatcher.java:160)                                    
    at java.security.AccessController.doPrivileged(Native Method)           
    (Dispatcher.java:358)                                               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000       
    (Dispatcher.java:40)                                                
    at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run   
    (Dispatcher.java:113)                                               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.init             
    (Dispatcher.java:391)                                               
    at com.inqmy.services.servlets_jsp.server.ServletContextFacade.     
    getServletLocal(ServletContextFacade.java:3554)                     
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service    
    (InvokerServlet.java:74)                                            
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet     
    (RunServlet.java:149)                                               
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.       
    startServlet(ServletsAndJspImpl.java:832)                           
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename
    (RequestAnalizer.java:665)                                          
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle      
    (RequestAnalizer.java:312)                                          
    at com.inqmy.services.httpserver.server.Response.handle             
    (Response.java:173)                                                 
    at com.inqmy.services.httpserver.server.HttpServerFrame.request     
    (HttpServerFrame.java:1245)                                         
    at com.inqmy.core.service.context.container.session.Application     
    SessionMessageListener.process(ApplicationSessionMessageListener.   
    java:36)                                                            
    at com.inqmy.core.cluster.impl5.ParserRunner.run                      
    (ParserRunner.java:55)                                                
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46) 
    at java.security.AccessController.doPrivileged(Native Method)         
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    WARNING: Dispatcher could not be set up:                                                                               
    javax.servlet.UnavailableException: Initialization of Dispatcher failed
    javax.servlet.UnavailableException: Initialization of Dispatcher failed
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher     
    (Dispatcher.java:370)                                                 
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000         
    (Dispatcher.java:40)                                                  
    at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run     
    (Dispatcher.java:113)                                                 
    at com.sapportals.portal.prt.dispatcher.Dispatcher.init               
    (Dispatcher.java:391)                                                 
    at com.inqmy.services.servlets_jsp.server.ServletContextFacade.       
    getServletLocal(ServletContextFacade.java:3554)                       
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service      
    (InvokerServlet.java:74)                                              
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)       
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet       
    (RunServlet.java:149)                                                 
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.         
    startServlet(ServletsAndJspImpl.java:832)                             
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename 
    (RequestAnalizer.java:665)                                            
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle          
    (RequestAnalizer.java:312)                                              
    at com.inqmy.services.httpserver.server.Response.handle                 
    (Response.java:173)                                                     
    at com.inqmy.services.httpserver.server.HttpServerFrame.request         
    (HttpServerFrame.java:1245)                                                                               
    at com.inqmy.core.service.context.container.session.ApplicationSession  
    MessageListener.process(ApplicationSessionMessageListene                
    r.java:36)                                                              
    at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)  
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)   
    at java.security.AccessController.doPrivileged(Native Method)           
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)  
    [com.sapportals.portal.prt.dispatcher.Dispatcher@4fcd9a, 7/12/04 3:05:55
    PM EDT, Client_Thread_23] Exiting main initialization procedure because
    of exception:                                                           
    com.sapportals.portal.prt.dispatcher.DispatcherException: Previous      
    dispatcher initialization failed. Check logs for details.               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher       
    (Dispatcher.java:256)                                                   
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher       
    (Dispatcher.java:212)                                                   
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$400           
    (Dispatcher.java:40)                                                    
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run        
    (Dispatcher.java:447)                                                   
    at java.security.AccessController.doPrivileged(Native Method)

  • [Solved] NFS export at boot and net-auto-wired

    Hello Guys,
    I have a problem with my fileserver. Previously dhcp was enabled through systemctl enable dhcpd@eth0 and everything worked fine. I changed the network to be configured using net-auto-wired, because it seemed a reasonable thing to do and because it allows for a fallback-ip-address in case dhcp fails. Now the problem is that many daemons are (at boot) started before the net is up and so don't work properly, especially nfsd, because exportfs can't resolve the names of the allowed client computers.
    Mär 18 11:32:22 bigbrain systemd[1]: Started NFS server.
    Mär 18 11:32:22 bigbrain systemd[1]: Starting NFS Mount Daemon...
    Mär 18 11:32:22 bigbrain systemd[1]: Starting NFSv4 ID-name mapping daemon...
    Mär 18 11:32:23 bigbrain systemd[1]: Started NFSv4 ID-name mapping daemon.
    Mär 18 11:32:24 bigbrain systemd[1]: Started Samba SMB/CIFS server.
    Mär 18 11:32:24 bigbrain systemd[1]: Started NFS Mount Daemon.
    Mär 18 11:32:28 bigbrain kernel: Installing knfsd (copyright (C) 1996 [email protected]).
    Mär 18 11:32:28 bigbrain tunnel-httpd.sh[321]: ssh: Could not resolve hostname example.com: Name or service not known
    Mär 18 11:32:28 bigbrain tunnel-httpd.sh[321]: ssh: Could not resolve hostname example.com: Name or service not known
    Mär 18 11:32:28 bigbrain ifplugd[318]: Link beat detected.
    Mär 18 11:32:28 bigbrain ifplugd[318]: Executing '/etc/ifplugd/netcfg.action eth0 up'.
    Mär 18 11:32:28 bigbrain ifplugd[318]: client: up
    Mär 18 11:32:28 bigbrain ifplugd[318]: client: loading stw-wh
    Mär 18 11:32:28 bigbrain ifplugd[318]: client: loading dhcp
    Mär 18 11:32:28 bigbrain kernel: NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
    Mär 18 11:32:28 bigbrain dhcpcd[397]: version 5.6.7 starting
    Mär 18 11:32:28 bigbrain kernel: NFSD: starting 90-second grace period
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-other-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-other-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-other-domain.example.com
    Mär 18 11:32:28 bigbrain exportfs[354]: exportfs: Failed to resolve some-other-domain.example.com
    Mär 18 11:32:28 bigbrain kernel: r8169 0000:04:00.0 eth0: link up
    Mär 18 11:32:28 bigbrain kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    Mär 18 11:32:28 bigbrain systemd[1]: PID file /run/httpd/httpd.pid not readable (yet?) after start.
    Mär 18 11:32:29 bigbrain dhcpcd[397]: eth0: sending IPv6 Router Solicitation
    Mär 18 11:32:29 bigbrain dhcpcd[397]: eth0: broadcasting for a lease
    Mär 18 11:32:30 bigbrain dhcpcd[397]: eth0: offered 10.42.19.195 from 141.35.0.13
    Mär 18 11:32:30 bigbrain dhcpcd[397]: eth0: acknowledged 10.42.19.195 from 141.35.0.13
    Mär 18 11:32:30 bigbrain dhcpcd[397]: eth0: checking for 10.42.19.195
    Mär 18 11:32:30 bigbrain ntpd_intres[341]: host name not found: 0.pool.ntp.org
    Mär 18 11:32:30 bigbrain ntpd_intres[341]: host name not found: 1.pool.ntp.org
    Mär 18 11:32:30 bigbrain ntpd_intres[341]: host name not found: 2.pool.ntp.org
    Mär 18 11:32:32 bigbrain ntpd_intres[341]: host name not found: 0.pool.ntp.org
    Mär 18 11:32:32 bigbrain ntpd_intres[341]: host name not found: 1.pool.ntp.org
    Mär 18 11:32:32 bigbrain ntpd_intres[341]: host name not found: 2.pool.ntp.org
    Mär 18 11:32:33 bigbrain dhcpcd[397]: eth0: sending IPv6 Router Solicitation
    Mär 18 11:32:34 bigbrain dhcpcd[397]: eth0: leased 10.42.19.195 for 1800 seconds
    Mär 18 11:32:35 bigbrain dhcpcd[397]: forked to background, child pid 446
    Mär 18 11:32:35 bigbrain ifplugd[318]: client: :: dhcp up [done]
    Mär 18 11:32:35 bigbrain ifplugd[318]: Program executed successfully.
    Mär 18 11:32:36 bigbrain ntpd[336]: Listen normally on 5 eth0 10.42.19.195 UDP 123
    Mär 18 11:32:36 bigbrain ntpd[336]: peers refreshed
    Mär 18 11:32:36 bigbrain ntpd[336]: new interface(s) found: waking up resolver
    Mär 18 11:32:37 bigbrain dhcpcd[446]: eth0: sending IPv6 Router Solicitation
    Mär 18 11:32:38 bigbrain ntpd_intres[341]: DNS 0.pool.ntp.org -> 83.137.98.96
    Mär 18 11:32:38 bigbrain ntpd_intres[341]: DNS 1.pool.ntp.org -> 176.31.45.66
    Mär 18 11:32:38 bigbrain ntpd_intres[341]: DNS 2.pool.ntp.org -> 192.53.103.108
    what can I do to fix this?
    TIA
    Sunday
    Last edited by Sunday87 (2013-03-19 23:08:56)

    For future reference:
    net-auto-wired doesn't Wants=network.target at any time (neither when started nor when a connection is made) as does dhcpcd.service (so indeed i had the same problem already before i switched to net-auto-wired but i guess i didn't notice it). now i'm using netcfg.service which actually Wants=network.target and starts Before=network.target so everything works fine. The only thing that is missing is a fallback static ip in case the dhcp does not respond, but that is another question so i will mark this solved.

  • Ypbind, systemd and net-auto-wired problems

    I have the following problem after boot:
    YPBINDPROC_DOMAIN: Domain not bound
    And can't login with any user!
    I have to restart the ypbind so I can login.
    I am using systemd and net-auto-wired.service to start my connection.
    I think the problem is that the ypbind.service is being started before the network.
    # journalctl | grep ypbind
    Feb 10 14:36:00 qomplex000 ypbind[369]: Host name lookup failure
    I can't find the problem, tried all kinds of configurations on
    /usr/lib/systemd/system/ypbind.service
    And no change.
    I think there is a relation with this:
    https://bugzilla.redhat.com/show_bug.cgi?id=632620

    oangelo wrote:One can use the words "before" and "after", on *.sevice files, to make sure that the service will start on the right order.
    But this does check only start but not completion of the started service. In our case dns is started and systemd moves on, not waiting for a valid dns configuration (but it takes a few seconds for dhcpd to put the nameserver in /etc/resolv.conf). The ypbind service gets started and tries to resolve a dns for ypserver from /var/yp.conf. Since the nameserver is not configured properly at this moment it gets no valid answer. Unfortunately ypbind seems not to be smart enough to retry ypserver and hangs. Thats the cause for 'YPBINDPROC_DOMAIN: Domain not bound'.
    From the ypbind manpage:
    This ypbind version listens for DBUS messages from NetworkManager. If no NetworkManager is running at startup, ypbind will behave as usual and assumes there is a working network connection. If NetworkManager is running on the system, ypbind will only search and provide NIS informations, if NetworkManager tells that a network connection is available. If NetworkManager establishes a connection, ypbind will reread all configuration files, registers at the local portmapper and try to search NIS servers. If NetworkManager drops a connection, ypbind will unregister from portmapper.
    I don't use NetworkManager on these systems (because of keeping it simple, as a real archer).
    Harvey

  • [Solved] net-auto-wired and ifplugd failing to work

    Having installed Arch successfully on one machine I then move to another, so I've just got a fresh install with nothing else.
    Using netcfg and ifplugd to manage network interfaces (trying to, did same process and it worked okay on other computer), however systemctl status of net-wired-auto gives:
    net-auto-wired.service - Provides automatic netcfg wired connection
    Loaded: loaded (/usr/lib/systemd/system/net-auto-wired.service; enabled)
    Active: active (running) since Wed 2013-03-13 14:00:22 GMT; 12min ago
    Main PID: 259 (ifplugd)
    CGroup: name=systemd:/system/net-auto-wired.service
    └─259 /usr/bin/ifplugd -i enp7s0 -r /etc/ifplugd/netcfg.action -fIns
    Mar 13 14:00:22 alexpc systemd[1]: Started Provides automatic netcfg wired connection.
    Mar 13 14:00:22 alexpc ifplugd[259]: ifplugd 0.28 initializing.
    Mar 13 14:00:22 alexpc ifplugd[259]: Using interface enp7s0/8C:89:A5:37:9F:51 with driver <r8169> (version: 2...-NAPI)
    Mar 13 14:00:22 alexpc ifplugd[259]: Using detection mode: SIOCETHTOOL
    Mar 13 14:00:22 alexpc ifplugd[259]: Initialization complete, link beat not detected.
    Mar 13 14:00:25 alexpc ifplugd[259]: Link beat detected.
    Mar 13 14:00:26 alexpc ifplugd[259]: Executing '/etc/ifplugd/netcfg.action enp7s0 up'.
    Mar 13 14:00:26 alexpc ifplugd[259]: client: up
    Mar 13 14:00:26 alexpc ifplugd[259]: Program execution failed, return value is 1.
    I've checked many times and interface is enp7s0 (only one anyway and no wireless)
    Running
    dhcpcd enp7s0
    does work fine and connects me to the network. Also realtek driver (r8269) is being loaded (obv given I can connect to network)
    Contents of /etc/conf.d/netcfg
    # Enable these netcfg profiles at boot time.
    # - prefix an entry with a '@' to background its startup
    # - set to 'last' to restore the profiles running at the last shutdown
    # - set to 'menu' to present a menu (requires the dialog package)
    # Network profiles are found in /etc/network.d
    NETWORKS=(last)
    # Specify the name of your wired interface for net-auto-wired
    WIRED_INTERFACE="enp7s0"
    # Specify the name of your wireless interface for net-auto-wireless
    WIRELESS_INTERFACE="wlan0"
    # Array of profiles that may be started by net-auto-wireless.
    # When not specified, all wireless profiles are considered.
    #AUTO_PROFILES=("profile1" "profile2")
    I can use dhcpcd service and it works fine - but it would be nice to use ifplugd/netcfg.
    Not really sure what else to try...
    Thanks.
    Last edited by alexjj (2013-03-15 12:15:46)

    I think you may need to also put a config file into /etc/network.d/ - you can copy one of the sample files there and adapt it to your situation.
    Also you have to set the correct interface in /etc/ifplugd/ifplugd.conf
    You will also need:
    systemctl start net-auto-wired
    systemctl enable net-auto-wired
    Hope this helps.
    Last edited by mcloaked (2013-03-13 18:09:55)

  • Net-auto-wired wont start

    Trying to enable and start net-auto-wired but systemctl says:
    net-auto-wired.service - Provides automatic netcfg wired connection
              Loaded: loaded (/usr/lib/systemd/system/net-auto-wired.service; enabled)
              Active: failed (Result: exit-code) since Thu, 2013-04-25 18:51:59 UTC; 1s ago
             Process: 21000 ExecStop=/usr/bin/netcfg iface-down $WIRED_INTERFACE (code=exited, status=0/SUCCESS)
             Process: 20998 ExecStart=/usr/bin/ifplugd -i $WIRED_INTERFACE -r /etc/ifplugd/netcfg.action -fIns (code=exited, status=203/EXEC)
              CGroup: name=systemd:/system/net-auto-wired.service
    Apr 25 18:51:59 u3640230-01 systemd[1]: Starting Provides automatic netcfg wired connection...
    Apr 25 18:51:59 u3640230-01 systemd[1]: Started Provides automatic netcfg wired connection.
    Apr 25 18:51:59 u3640230-01 systemd[1]: net-auto-wired.service: main process exited, code=exited, status=203/EXEC
    Apr 25 18:51:59 u3640230-01 systemd[1]: Unit net-auto-wired.service entered failed state
    What might I be doing wrong?

    after updating, and reinstalling pacman i could get netctl again
    when i do systemctl start [email protected] i get locked out from SSH and i have to reboot
    after reboot i do systemctl status [email protected]
    it shows:
    Apr 26 04:28:31 u364023 ifplugd[443]: client: Starting network profile 'ethernet-static'...
    Apr 26 04:28:31 u364023 ifplugd[443]: client: RTNETLINK answers: File exists
    Apr 26 04:28:31 u364023 ifplugd[443]: client: Could not add address '............./24' to interface 'eth0'
    Apr 26 04:28:31 u364023 ifplugd[443]: client: Failed to bring the network up for profile 'ethernet-static'
    Apr 26 04:28:31 u364023 ifplugd[443]: Program execution failed, return value is 1.
    i guess this is because ifconfig already has an ip set up?
    after that, there is:
    Apr 26 04:29:40 u364023 systemd[1]: Stopping Automatic wired network connection using netctl profiles...
    Apr 26 04:29:40 u364023 ifplugd[443]: Executing '/etc/ifplugd/netctl.action eth0 down'.
    Apr 26 04:29:40 u364023 ifplugd[443]: Program execution failed, return value is 1.
    Apr 26 04:29:40 u364023 ifplugd[443]: Exiting.
    Apr 26 04:29:40 u364023 systemd[1]: Stopped Automatic wired network connection using netctl profiles.
    guessing this is netctl trying to start up the profile after reboot..
    in my rc.conf i have my old settings for eth
    i tried to disable the old ip link lines, and rebooted with netctl service active but no ip is being set with ifconfig

  • Solved problem with installation stuck at 25-30%

    I had this problem and I solved it with this:
    How to perform a "clean install" of Flash Player in Mac OS X

    @MFC_0809,
    Thanks for posting the screenshot, which confirms which installer (there are several) is being problematic.
    Please try the offline installer posted at the bottom of the Installation problems | Flash Player | Mac page, in the 'Still having problems' section.
    Haravikk the Horse,
    Do you license Flash Player?  That is not a public download URL for Flash Player, so curious as to where you obtained that URL from.
    Maria

  • When Apple solve problems with new iTunes calendar sync with windows and outlook?

    When Apple solve problems with new iTunes calendar sync with windows and outlook?

    Anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    More Info here...
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622
    If necessary...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Problems with a new IP phone 7906 after factory reset

    Hi Guys
    I am currently having problems with my new IP phone 7906 after doing factory reset and here is a video of it:
    http://www.youtube.com/watch?v=vvCLtwIAwVw
    I used this command I found on the net:
    Hold down
    while plugging in the phone and keep holding it until the message waiting indicator (red light) starts blinking.  Then
    release # and type 123456789*0# in sequence.
    I was trying to switch my phone to sip and it also dont want to take tftp setup either.

    Tim,
    Found this on the net
    http://www.cisco.com/en/US/ts/fn/620/fn62949.html
    Might be woth giving it a go
    6.Pull power on the phone (even if power is PoE).
    7.Hold down the # key on the phone.
    8.Continue holding down the # key and re-apply power.
    9.While still holding the # key wait for the Message Waiting Indicator (MWI) light on the handset to start flashing.
    10.Once the MWI light is flashing, release the # key and enter the following sequence exactly on the keypad:
    3491672850*#
    Once this sequence has been entered on the IP Phone, if all the network criteria above have been met, it should begin its recovery process. This process can take up to 15 minutes to finish. The phone may appear to be doing nothing during this time. However, if the phone does not recover after 20 minutes then it is possible that the recovery is stuck. In this case, re-examine your network and verify that steps 1-4 are in place, then re-issue the factory reset sequence.
    * Note: The factory reset sequence is a way for a phone to clear flash and still upload to a valid firmware image. This is facilitated by the termxx.default.loads file, but requires that the image files listed in the termxx.default.loads file are available in TFTP for the phone to download. Open the termxx.default.loads file in any text editor. This loads file is essentially just a packing list showing all the OS and application files the phone needs to function. The files include a cnu, cvm, dsp, app and jar files. Please make sure that these files as listed in the termxx.default.loads file are in TFTP. ("xx" will be either "06" for the CP-7906G model, or "11" for the CP-7911G model.)
    Additional Diagnostic Steps:
    - Try a hard-coded IP address as a test to see if this resolves the upgrade failures. If it does, and the number of failing IP Phones is relatively few, this procedure may be the most expedient. After the IP Phone upgrades successfully, reconfigure the IP Phone to use DHCP.
    - Try putting the phone on a hub or a different switch and see if this helps change the startup timing enough so that the upgrade completes successfully.
    Regards
    Alex

  • Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1

    Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1.
    My garage band & reason software don´t open anymore giving me a error messasge regarding the midi drivers in the operating system.
    Please help!!!
    Thanks,
    Paolo

    Somewhere at either Macworld or here I learned that DVDSP 2, DVDSP 3 and now DVDSP 4 "internally" are major re-writes.
    Support for HD among a few other items along with QT 7 which comes with Tiger means sincerely that one set of applications/OS is not going to be stable.
    Personally I think of all the issues possible its DVDSP vs QT.
    Unless you move to DVDSP v4 the alternative is to wipe the disk and go back to Jaguar (10.2) or perhaps Panther but avoid upgrading QT beyond 6. I advocate wiping the disk because I'n not sure an archive and install to down shift to an earlier version of the OS is possible. If it is I'd still worry about mis-matched files in all sorts of locations.

Maybe you are looking for