[Solved] Move system out of LVM DBus problems

Hi,
Earlier was using LVM and Arch age on Vol0/archlinux, today I moved the system out of LVM, then system now is on sda1, for move I do this (I can't remember the correct order but I thinks that's it):
1. copied system using "rsync -ah --progress" ignoring sys,dev,run,mnt,proc
2. configured /etc/fstab accordly:
/dev/sda1 / btrfs rw,relatime,space_cache,compress=lzo 0 1
3. from a chroot installed grub (no error reported), i.e.:
grub-install --recheck /dev/sda
4. booted in the system
all are working well, except some services can't start at boot: dnsmasq and after login in console systemd-logind fail to start at first try (automatically) after it start normally and is working.
another thing is that LightDM won't start, the complete output:
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.6.0, UID=0 PID=3230
[+0.00s] DEBUG: Loaded configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Using Xephyr for X servers
[+0.00s] DEBUG: Registered seat module xlocal
[+0.00s] DEBUG: Registered seat module xremote
[+0.01s] DEBUG: Adding default seat
[+0.01s] DEBUG: Starting seat
[+0.01s] DEBUG: Starting new display for greeter
[+0.01s] DEBUG: Starting local X display
[+0.01s] DEBUG: Could not run plymouth --ping: Failed to execute child process "plymouth" (No such file or directory)
[+0.01s] DEBUG: Using VT 7
[+0.01s] DEBUG: Logging to /var/log/lightdm/x-2.log
[+0.01s] DEBUG: Can't launch X server Xephyr, not found in path
[+0.01s] DEBUG: X server stopped
[+0.01s] DEBUG: Releasing VT 7
[+0.01s] DEBUG: Display server stopped
[+0.01s] DEBUG: Stopping display
[+0.01s] DEBUG: Stopping seat, failed to start a display
[+0.01s] DEBUG: Stopping seat
[+0.01s] DEBUG: Seat stopped
Failed to get D-Bus connection
tried:
1. re-installing lightdm
2. regenerating initramfs
3. removing and re-installing dbus and systemd (i.e.: pacman -Rnsdd systemd dbus; pacman -S systemd dbus)
nothing of these things solves, So I think that it isn't a LightDM issue.
dbus-monitor looks correct!
Last edited by hotvic (2013-07-26 03:06:54)

Is X server Xephyr in your path?
By the way, you would be better advised to use the rsync flags mentioned in the wiki page for full system backup with rsync to make sure that you do not lose information. -a will get most stuff but not everything. For example, ping may not work and I think you will lose ACLs as well as capabilities. I doubt this is why it can't find the X server, though.

Similar Messages

  • Has anyone solved the "washed out colors" / gamma correction problem?

    I'm trying to create a high-quality slide show from pictures. I've tried iPhoto, iMovie, and FotoMagico. What they have in common in the Quicktime engine for compression. There seems to be a problem with washed-out colors - across all programs - when trying to export the slideshow. I've tried many different codecs (H.264, x264, Photo-JPEG, PNG, JPEG-2000), as well as a variety of settings and filter corrections. Nothing has been effective. Last year, I was able to use FotoMagico with the Photo-JPEG codec, and the photos looked great. This year, things are not working (see photo below). The folks at FotoMagico attribute problems to Quicktime. And since I've tried creating the slideshow on a variety of platforms, I have to agree.
    And yes, I know this is a common problem - I've read many google links - but I wanted to see if there was any current workarounds / solutions.
    Any other options?
    Thanks.
    http://www.smugmug.com/photos/1140668576_UHnXX-L.png

    Seriously Apple... this has been an issue for many years now!
    Why can't this be fixed once and for all?
    The ridiculous thing is that VLC play H.264 videos with much better colors than QT.
    This question has been asked many many times over the years and i have yet seen a single reasonable explanation from Apple.
    Here's a quick test of a color image screen recorded to a mov and viewed on screen together with the TIFF image (screen shot of everything in OS X 10.6.6)
    The washed out look doesn't show as much in this simple color test but is very obvious in normal videos.
    http://screencast.com/t/qQFCKZ0lgg5
    1. TIFF image
    2. Screen recording of above image with Intermediate Codec, viewed in QT 10 (colors not 100% but ok)
    3. Same screen recording exported from Intermediate to H.264, viewed in QT 10 (colors washed out, red very wrong)
    4. Same H.264 video (viewed in VLC 1.1.5)
    Will this problem ever be fixed, or just ignored until no one use H.264 anymore?
    Cheers

  • Printing on chars on the same line using system.out.println

    i have the following string:
    String msg = "This is a message brought to you by one and the only";
    msg.toCharArray(); //converted to a char array.
    i've written a loop which goes through each of the char elements
    and puts it in it's own array:
    int i = 0;             
    while (i < msg.length)
                    char[] test = {msg};
    System.out.println(test);
    the problem is system out println prints out each of the elements on seperate lines is
    it possible to have them in one line to reform the original string?

    No exactly sure what you are trying to do. Does this
    help?
    String msg = "This is a message brought to you by one
    and the only";
    char[] test = msg.toCharArray();
    System.out.println(test);
    not really because i want to convert the string to a char array and then reform it in another char array and then i can choose which elements i want included and not to be so that it can be printed on the same line. I can do it the following way:
    char[] test = {test[0], test[1]]};
    but say i want all the letters containing the chracter T (and again i can use the above solution and select the elements from the string but i don't want to hardcode it, say the string changes etc) in the test array so then i thought of writing a loop:
    while (test[i] == 'T')
    char[] test2 = {test[i]};
    System.out.println(test);
    i++;
    but it puts each T in a new line...

  • J2me sdk 3.0  problems in System.out.print

    Hi
    I can not use println to print Chinese .
    First I just use System.out.print("test") to print some debug information , and I surprised to find it print nothing.
    Then I try System.out.println("test") and it worked well. But there still problem when print Chinese,
    like System.out.println("&#27979;&#35797;") and it just print a mistake string as "??" !
    Can some tell me how to solved it, thanks .

    Note: This thread was originally posted in the [Sun Java Wireless Toolkit|http://forums.sun.com/forum.jspa?forumID=82] forum, but moved to this forum for closer topic alignment.

  • Problem with national characters calling System.out.print(...)

    I need to develop an application printing spanish characters like "�" (ce trencada) "�", "�", etc.
    The problem is when I type
    System.out.print("�")in my application, I get "plus-minus" symbol while executing it.
    Anyone can help me, please?
    Thank you in advance.

    check the list of fonts available. You can use the following code for the purpose.
      public static void main(String args[])
            String fonts[] = getFontNames();
            for(int i = 0; i < fonts.length; i++)
                System.out.println(fonts);
    public static String[] getFontNames()
    GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
    return ge.getAvailableFontFamilyNames();

  • System.out Problem in Java Plug-in

    I have the following problem, anyone can help me?
    I have an application( Frame ) needed to be embedded in applet. The applecation has a lot of information output to console( by System.out ). When I embeded it into applet, these information will be output to Java Plug-in Console. In the beginning, there is no problem. But when the applet runs enough time, the output will be more and more, and the speed of the applet( in fact, the browser ) runs slower and slower.
    I don't want to modify my application at all( it is impossible ). I wonder there is any good suggestion to this problem, I guess, maybe there is an interface to make the Java Plug-in clear its console buffer periodically.
    Thanks in advance.

    There is a good reason for this.... the console in the java plug-in is essentially a JTextArea... and continually adding text to it via System.out.println or the like will make it slower the longer it runs..... periodically clearing the console would be the only solution without modifying the code......
    If you still need all that information you could redirect System.out to your own PrintStream and then instead of writing to the console little by little, you could save the original System.out (using something like:
    PrintStream origSysOut=System.out;
    ) and then later on in your app reset System.out=myPrintStream or something.... then just write the myPrintStream data to origSysOut every now and then or something....
    if you want a better example of this I've got a log facility class that I built based on this principal... it's also and easy way to capture stack traces into log files... and since you're just redirecting System.out or err it's easy to turn off the log file to use for debugging.... ok that's enough of a rant :)

  • System.out.println and Network Adapter problem

    Hello,
    I am encountering a 2 strange problems. I have 2 oracle application server instances, one dev and one production.
    The first problem is when I type System.out.println in the JSP's i am able to see the output in both \opmn\logs\oc4jinstance. But the System.out.println in the java classes or bean show up only in development logs but not in production box.
    Is there a setting I am missing here?
    The second problem is on our development machine the application works fine, but as soon as we deploy the application on production I encounter:
    could not open new connection: Io exception: The Network Adapter could not establish the connection
    I have a class called DBUtils, which uses a 3rd party library to get connections from the connection pool as below. Using JSP I call the getConnection(). On my dev Oracle Application Server Instance it works fine, but on production I get the error. Can it be there is a setting that I am missing on the production box?
    When I use a JSP and connect to the database without using the DBUtil class. I can connect to the database fine. Also using the DBUtil class with production oracle IP address on the development machine lets me connect with no problem, but production machine does not let me.
    public class DBUtils {
    static ConnectionPoolBean pool;
    static {
    System.out.println("DBUtils() - before connection pool bean");
    pool = new ConnectionPoolBean();
    pool.setDriverClassName("oracle.jdbc.driver.OracleDriver");
    pool.setdbURL("jdbc:oracle:thin:@IPADDRESS:PORT:SID");
    pool.setUser("USERNAME");
    pool.setPassword("PASSWORD");
    pool.setInitialConnections(1);
    pool.setIncrement(1);
    pool.setSoftMaxConnections(40);
    public static Connection getConnection() throws SQLException {
    System.out.println("Getting Oracle Connection");
    return pool.getConnection();
    public static void returnConnection(Connection conn) throws SQLException {
    System.out.println("Returning Connection");
    pool.returnConnection(conn);
    Thanks for your help in advance.

    Hi
    System.out.println is a method of PrintStream in IO which is used to print the output on console in java progs.Here in jsp ,the o/p is printed on server's console window.But out.println is totally different as, out is implicit object derived from JspWriter and is used sly to PrinWriter 's object is used in servlets.It's work is to write upon Browser.
    System.out.println() is normally used in jsp for debugging purposes only.
    Ashish

  • System.out.println() problem

    When I use operator + for concatenate the following Strings
    md.getDriverName() + md.getDriverVersion()
    as follow in a try block:
    try {
    con = DriverManager.getConnection(sourceURL,user,pass);
    md = con.getMetaData();
    System.out.println(md.getDriverName().+md.getDriverVersion());
    when I have tried run java -cp postgresql.jar errors message appers :
    Exception in thread "main" java.lang.NoClassDefFoundError: while resolving class: conx
    at java.lang.VMClassLoader.transformException(java.lang.Class, java.lang.Throwable) (/usr/lib/libgcj.so.6.0.0)
    at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.6.0.0)
    at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)
    at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.6.0.0)
    at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
    Caused by: java.lang.ClassNotFoundException: java.lang.StringBuilder not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:postgresql.jar,file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
    at java.net.URLClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
    at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgcj.so.6.0.0)
    at java.lang.ClassLoader.loadClass(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
    at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.6.0.0)
    But when I have used netBeans IDE v 4.0 it works fine.
    Might somebody help me for solve it.

    Caused by: java.lang.ClassNotFoundException: java.lang.StringBuilder not found in
    gnu.gcj.runtime.SystemClassLoader{urls=[file:postgresql.jar,file:./],
    As I noted in your other post, your computer is configured to use gnu.gcj, not Sun's Java - and it appears that gcj doesn't have the StringBuilder class; it was added to Sun Java in Java 5.

  • Problems with System.out.println()

    I tried writing a simple 'Hello world'-program:
    public class Test{
         public static void main(String[] args){
              System.out.println("Hello World!");
         }//main()
    }//Test
    But the text wouldn't appear in the DOS-window. The only text that showed up was the standard 'Press any key to close the window'. The program compiled without any problems, but didn't work when I tried to run it.
    Does anyone have any idea what's wrong?

    Are u sure , the main() class part is donecorrectly.
    Becuse program will compile but not run without a
    main() class.what do you mean by main() class???First of all main() is a method, not a class. The main() method the JRE recognizes and runs is the:
    public static void main(String[] params)
    If you don�t have exaclty those modifiers and receive an array of Strings parameter it will send you an runtime exception.
    Your code compiles and runs fine, the problem isn�t really System.out.print() it is something with your configuration.
    I have to rename the class to TestF. Here is the running:
    C:\cJava>javac TestF.java
    C:\cJava>java TestF
    Hello World!

  • System.out.printf problem

    I keep getting an error message when I type in
    System.out.printf(celsius / 5 = (fahrenheit - 32 ) / 9);
    the error keeps pointing at the first /, stating that its an unexpected type?
    How do i fix this?

    RizwanMportal wrote:
    There is System.out.print()
    and
    System.out.println()
    Do not try printf .... I think you are still in C...Since System.out is a PrintStream object, and since PrintStream has a printf method, which is wrong, the API or you Rizwan?
    see:
    http://java.sun.com/javase/6/docs/api/java/io/PrintStream.html#printf(java.lang.String,%20java.lang.Object...)

  • Cannot delete messages from inbox, cannot move messages out of inbox, message do not copy to "sent" or "draft"

    The following problems occur:
    - cannot delete messages,
    - cannot move messages out of inbox,
    - messages do not copy "sent"
    - messages cannot be saved to "draft"
    This applies to imap and to gmail accounts.
    The following has not helped:
    - compact trash and other folder
    - deinstall and reinstall TB 31.4.
    - archive profile with mozbackup and replace profile from archive after reinstall of TB.
    - deinstall and reinstall TB 31.3 downgraded
    - delete all folders and files with "trash*" in the file name (all IMAP)
    - delete all files of 1 mail account completely in the TB profile and resync from server (IMAP)
    This might coincide with these system changes:
    - upgrade to TB 31.4.
    - some of these email accounts were installed on ios8 iphone.
    Not sure if the problems had already started before these 2 occurrences.
    Any help is appreciated to solve this.
    Thanks!
    fashi

    What type of mail account is this (POP, IMAP, .Mac)? If POP, what are your Preferences > Accounts > Advanced > Remove copy from server settings?
    You may be able to get rid of those messages in Mail doing Edit > Cut (⌘X) (for best results do it with one message or just a few at a time), but you should remove them from the server first if they’re still there.
    Does this account allow web access? If not, you may find the Account Info window useful to solve this problem — choose Get Info (⌘I) from the Action menu (gear icon) located below the mailboxes list in the main Mail window.

  • Passing System.out/System.err as parameters

    I'm sure there must be a simple answer to this that I'm just not seeing, suggestions please.
    I have a method in a logging utility that takes either a PrintWriter or a Printstream parameter as a target for logging and a second method that closes the log.
    In principle either System.out or System.err could be passed in either directly or wrapped in a PrintWriter.
    In the closing method I want to determine if one of these two PrintStreams were passed and if so skip the close() operation so as not to lose connectivity to stdout or stderr.
    In the case of the PrintStream parameter I can use an identity check and condition a boolean to control closing the file.
    The problem is the PrintWriter, if the utility user wraps these PrintStreams.
    1: As I understand it closing the PrintWriter will cause the underlying OutputStream to close.
    2: Since it's a protected field the underlying OutputStream is not visible to me.
    3: I don't wish to subclass PrintWriter if there's another way to solve the problem.
    Any ideas?

    Why don't you use a BufferedWriter() ?

  • Move system.serviceModel configuration to a separate config file

    Is it possible to move system.serviceModel configurations to another config file?
    With appSettings, we can do something like
    <appSettings file="development.config">
    and during runtime, the web.config or the app.config will retrieve the configuration values from development.config.
    I tried <system.serviceModel file="wcf.config">  but it doesn't seem to be working.

    We had the same problem and we solved it by using the MsBuild Community Tasks. The setup is easy: we have several Master.app.configs, used in unit test, web client and forms client assemblies, and all have a single empty xml block for service model configuration:
    Code Snippet
    <system.serviceModel />
    And we have a Master.Servicemodel.config.xml file in our repository with the following content:
    Code Snippet
    <configuration xmlns:xmu="urn:msbuildcommunitytasks-xmlmassupdate">
      <substitutions>
        <system.serviceModel>
          <behaviors>
            <endpointBehaviors>
    And now the magic part: an MsBuild script called configure.proj with the following task:
    Code Snippet
    <Target Name="ConfigureServer">
            <!-- merging master config with servicemodel config -->
            <XmlMassUpdate
                    ContentFile="<path>\Master.app.config"
                    ContentRoot="/configuration/system.serviceModel"
                    MergedFile="<path>\App.config"
                    SubstitutionsFile="<path>\Master.Servicemodel.config.xml"
                    SubstitutionsRoot="/configuration/substitutions/system.serviceModel" />
    This task is done for every master config file that should be merged with the service model section. Note, that only the master files are under revision control, so that every developer can change the local config files without marking the working copy as changed. And by executing the configure-script, all local config files are switched back to a default status again. This is very helpful and is also included in our nightly build script.
    Bye,
    Marc

  • System.out to out Redirect

    I've got class Interpreter from BeanShell. This class runs dynamically cnostructed java code.
    The problem:
    Interpreter.eval("some commands");prints results into System.out,
    while I want it to print results to "out" implicit variable of a JSP implementation.
    How can I solve this problem?

    If only I could make System.out to print into array of strings - it would solve my problem...

  • Startup error messages for Pulseaudio initialization, dbus problem?

    I am experiencing some lag on startup when logging in with my user. I suspected something going wrong when initializing my autostart daemons. Indeed, Pulseaudio seems to have some trouble (but the sound output works just fine).
    Here is the tail of my /var/log/messages.log:
    Sep 24 11:36:31 localhost pulseaudio[520]: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: ""): initialization failed.
    Sep 24 11:36:31 localhost pulseaudio[520]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Sep 24 11:36:31 localhost pulseaudio[520]: [pulseaudio] main.c: Module load failed.
    Sep 24 11:36:31 localhost pulseaudio[520]: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    Sep 24 11:36:31 localhost pulseaudio[520]: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    Sep 24 11:38:51 localhost pulseaudio[550]: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    Sep 24 11:38:51 localhost pulseaudio[550]: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: ""): initialization failed.
    Sep 24 11:38:51 localhost pulseaudio[550]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Sep 24 11:38:51 localhost pulseaudio[550]: [pulseaudio] main.c: Module load failed.
    Sep 24 11:38:51 localhost pulseaudio[550]: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    Sep 24 11:38:51 localhost pulseaudio[550]: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    Sep 24 11:40:08 localhost pulseaudio[913]: [pulseaudio] pid.c: Daemon already running.
    There seems to be some dbus problem.
    Here is /var/log/daemons.log:
    Sep 24 11:36:04 localhost [ 0.843288] systemd-udevd[48]: starting version 189
    Sep 24 11:36:04 localhost [ 4.252979] systemd[1]: systemd 189 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    Sep 24 11:36:04 localhost [ 4.261977] systemd[1]: Inserted module 'autofs4'
    Sep 24 11:36:04 localhost [ 4.262169] systemd[1]: Set hostname to <alppc>.
    Sep 24 11:36:04 localhost [ 4.334060] systemd[1]: Cannot add dependency job for unit pulseaudio.service, ignoring: Unit pulseaudio.service failed to load: No such file or directory. See system logs and 'systemctl status pulseaudio.service' for details.
    Sep 24 11:36:04 localhost [ 4.334069] systemd[1]: Cannot add dependency job for unit hal.service, ignoring: Unit hal.service failed to load: No such file or directory. See system logs and 'systemctl status hal.service' for details.
    Sep 24 11:36:04 localhost [ 4.334075] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    Sep 24 11:36:04 localhost [ 4.334197] systemd[1]: Socket service syslog.service not loaded, refusing.
    Sep 24 11:36:04 localhost [ 4.495856] systemd-udevd[155]: starting version 189
    Sep 24 11:36:05 localhost connmand[459]: Checking loopback interface settings
    Sep 24 11:36:05 localhost connmand[459]: System hostname is alppc
    Sep 24 11:36:05 localhost connmand[459]: Failed to open RFKILL control device
    Sep 24 11:36:05 localhost connmand[459]: lo {newlink} index 1 operstate 0 <UNKNOWN>
    Sep 24 11:36:05 localhost connmand[459]: eth0 {create} index 2 type 1 <ETHER>
    Sep 24 11:36:05 localhost connmand[459]: eth0 {update} flags 4098 <DOWN>
    Sep 24 11:36:05 localhost connmand[459]: eth0 {newlink} index 2 address 1C:6F:65:C4:12:E9 mtu 1500
    Sep 24 11:36:05 localhost connmand[459]: eth0 {newlink} index 2 operstate 2 <DOWN>
    Sep 24 11:36:05 localhost connmand[459]: Adding interface eth0 [ ethernet ]
    Sep 24 11:36:05 localhost connmand[459]: eth0 {update} flags 36867 <UP>
    Sep 24 11:36:05 localhost connmand[459]: eth0 {newlink} index 2 address 1C:6F:65:C4:12:E9 mtu 1500
    Sep 24 11:36:05 localhost connmand[459]: eth0 {newlink} index 2 operstate 2 <DOWN>
    Sep 24 09:36:05 localhost rtkit-daemon[521]: Successfully called chroot.
    Sep 24 09:36:05 localhost rtkit-daemon[521]: Successfully dropped privileges.
    Sep 24 09:36:05 localhost rtkit-daemon[521]: Successfully limited resources.
    Sep 24 09:36:05 localhost rtkit-daemon[521]: Running.
    Sep 24 09:36:05 localhost rtkit-daemon[521]: Watchdog thread running.
    Sep 24 09:36:05 localhost rtkit-daemon[521]: Canary thread running.
    Sep 24 11:36:05 localhost polkitd[525]: started daemon version 0.105 using authority implementation `local' version `0.105'
    Sep 24 11:36:06 localhost connmand[459]: eth0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
    Sep 24 11:36:06 localhost connmand[459]: eth0 {update} flags 102467 <UP,RUNNING,LOWER_UP>
    Sep 24 11:36:06 localhost connmand[459]: eth0 {newlink} index 2 address 1C:6F:65:C4:12:E9 mtu 1500
    Sep 24 11:36:06 localhost connmand[459]: eth0 {newlink} index 2 operstate 6 <UP>
    Sep 24 11:36:06 localhost connmand[459]: eth0 {del} route fe80:: gw :: scope 0 <UNIVERSE>
    Sep 24 11:36:06 localhost connmand[459]: Skipping disconnect of carrier, network is connecting.
    Sep 24 11:36:06 localhost connmand[459]: eth0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
    Sep 24 11:36:07 localhost connmand[459]: Setting domainname to fritz.box
    Sep 24 11:36:07 localhost connmand[459]: Deleting host route failed (No such process)
    Sep 24 11:36:07 localhost connmand[459]: eth0 {add} address 192.168.178.39/24 label eth0 family 2
    Sep 24 11:36:07 localhost connmand[459]: eth0 {add} route 192.168.178.0 gw 0.0.0.0 scope 253 <LINK>
    Sep 24 11:36:07 localhost connmand[459]: eth0 {add} route 192.168.178.1 gw 0.0.0.0 scope 253 <LINK>
    Sep 24 11:36:07 localhost connmand[459]: eth0 {add} route 0.0.0.0 gw 192.168.178.1 scope 0 <UNIVERSE>
    Sep 24 11:36:07 localhost connmand[459]: Setting default gateway route failed (File exists)
    Sep 24 11:36:08 localhost connmand[459]: eth0 {add} route 81.169.141.235 gw 192.168.178.1 scope 0 <UNIVERSE>
    Sep 24 11:36:08 localhost connmand[459]: Client-IP: 62.143.54.223
    Sep 24 11:36:08 localhost connmand[459]: Client-Country: DE
    Sep 24 11:36:08 localhost connmand[459]: eth0 {del} route 81.169.141.235 gw 192.168.178.1 scope 0 <UNIVERSE>
    Sep 24 11:38:23 localhost dbus[433]: [system] Activating systemd to hand-off: service name='org.freedesktop.ColorManager' unit='colord.service'
    Sep 24 11:38:23 localhost [ 0.849968] systemd-udevd[48]: starting version 189
    Sep 24 11:38:23 localhost [ 4.136460] systemd[1]: systemd 189 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    Sep 24 11:38:23 localhost [ 4.145534] systemd[1]: Inserted module 'autofs4'
    Sep 24 11:38:23 localhost [ 4.145728] systemd[1]: Set hostname to <alppc>.
    Sep 24 11:38:23 localhost [ 4.217389] systemd[1]: Cannot add dependency job for unit pulseaudio.service, ignoring: Unit pulseaudio.service failed to load: No such file or directory. See system logs and 'systemctl status pulseaudio.service' for details.
    Sep 24 11:38:23 localhost [ 4.217398] systemd[1]: Cannot add dependency job for unit hal.service, ignoring: Unit hal.service failed to load: No such file or directory. See system logs and 'systemctl status hal.service' for details.
    Sep 24 11:38:23 localhost [ 4.217404] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    Sep 24 11:38:23 localhost [ 4.217523] systemd[1]: Socket service syslog.service not loaded, refusing.
    Sep 24 11:38:23 localhost [ 4.394737] systemd-udevd[155]: starting version 189
    Sep 24 11:38:23 localhost dbus[433]: [system] Successfully activated service 'org.freedesktop.systemd1'
    Sep 24 11:38:23 localhost connmand[490]: Connection Manager version 1.6
    Sep 24 11:38:23 localhost connmand[490]: Checking loopback interface settings
    Sep 24 11:38:23 localhost connmand[490]: System hostname is alppc
    Sep 24 11:38:23 localhost dbus[433]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Sep 24 11:38:23 localhost dbus[433]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
    Sep 24 11:38:23 localhost connmand[490]: Failed to open RFKILL control device
    Sep 24 11:38:23 localhost connmand[490]: lo {newlink} index 1 operstate 0 <UNKNOWN>
    Sep 24 11:38:23 localhost connmand[490]: eth0 {create} index 2 type 1 <ETHER>
    Sep 24 11:38:23 localhost connmand[490]: eth0 {update} flags 4098 <DOWN>
    Sep 24 11:38:23 localhost connmand[490]: eth0 {newlink} index 2 address 1C:6F:65:C4:12:E9 mtu 1500
    Sep 24 11:38:23 localhost connmand[490]: eth0 {newlink} index 2 operstate 2 <DOWN>
    Sep 24 11:38:23 localhost connmand[490]: Adding interface eth0 [ ethernet ]
    Sep 24 11:38:23 localhost dbus[433]: [system] Activating via systemd: service name='org.freedesktop.colord-sane' unit='colord-sane.service'
    Sep 24 11:38:23 localhost dbus[433]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
    Sep 24 11:38:23 localhost connmand[490]: eth0 {update} flags 36867 <UP>
    Sep 24 11:38:23 localhost connmand[490]: eth0 {newlink} index 2 address 1C:6F:65:C4:12:E9 mtu 1500
    Sep 24 11:38:23 localhost connmand[490]: eth0 {newlink} index 2 operstate 2 <DOWN>
    Sep 24 11:38:23 localhost dbus[433]: [system] Successfully activated service 'org.freedesktop.colord-sane'
    Sep 24 11:38:23 localhost dbus[433]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Sep 24 11:38:23 localhost dbus[433]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    Sep 24 11:38:24 localhost dbus[433]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Sep 24 11:38:24 localhost dbus[433]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Sep 24 09:38:24 localhost rtkit-daemon[551]: Successfully called chroot.
    Sep 24 09:38:24 localhost rtkit-daemon[551]: Successfully dropped privileges.
    Sep 24 09:38:24 localhost rtkit-daemon[551]: Successfully limited resources.
    Sep 24 09:38:24 localhost rtkit-daemon[551]: Running.
    Sep 24 09:38:24 localhost rtkit-daemon[551]: Canary thread running.
    Sep 24 09:38:24 localhost rtkit-daemon[551]: Watchdog thread running.
    Sep 24 11:38:24 localhost dbus[433]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
    Sep 24 11:38:24 localhost polkitd[555]: started daemon version 0.105 using authority implementation `local' version `0.105'
    Sep 24 11:38:24 localhost dbus[433]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Sep 24 11:38:24 localhost dbus[433]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Sep 24 11:38:24 localhost dbus[433]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Sep 24 11:38:24 localhost dbus[433]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    Sep 24 11:38:25 localhost connmand[490]: eth0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
    Sep 24 11:38:25 localhost connmand[490]: eth0 {update} flags 102467 <UP,RUNNING,LOWER_UP>
    Sep 24 11:38:25 localhost connmand[490]: eth0 {newlink} index 2 address 1C:6F:65:C4:12:E9 mtu 1500
    Sep 24 11:38:25 localhost connmand[490]: eth0 {newlink} index 2 operstate 6 <UP>
    Sep 24 11:38:25 localhost connmand[490]: eth0 {del} route fe80:: gw :: scope 0 <UNIVERSE>
    Sep 24 11:38:25 localhost connmand[490]: Skipping disconnect of carrier, network is connecting.
    Sep 24 11:38:25 localhost connmand[490]: eth0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
    Sep 24 11:38:26 localhost dbus[433]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Sep 24 11:38:26 localhost dbus[433]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    Sep 24 11:38:26 localhost connmand[490]: Setting domainname to fritz.box
    Sep 24 11:38:26 localhost connmand[490]: Deleting host route failed (No such process)
    Sep 24 11:38:26 localhost connmand[490]: eth0 {add} address 192.168.178.39/24 label eth0 family 2
    Sep 24 11:38:26 localhost connmand[490]: eth0 {add} route 192.168.178.0 gw 0.0.0.0 scope 253 <LINK>
    Sep 24 11:38:26 localhost connmand[490]: eth0 {add} route 192.168.178.1 gw 0.0.0.0 scope 253 <LINK>
    Sep 24 11:38:26 localhost connmand[490]: eth0 {add} route 0.0.0.0 gw 192.168.178.1 scope 0 <UNIVERSE>
    Sep 24 11:38:26 localhost connmand[490]: Setting default gateway route failed (File exists)
    Sep 24 11:38:26 localhost connmand[490]: eth0 {add} route 81.169.141.235 gw 192.168.178.1 scope 0 <UNIVERSE>
    Sep 24 11:38:26 localhost connmand[490]: Client-IP: 62.143.54.223
    Sep 24 11:38:26 localhost connmand[490]: Client-Country: DE
    Sep 24 11:38:26 localhost connmand[490]: eth0 {del} route 81.169.141.235 gw 192.168.178.1 scope 0 <UNIVERSE>
    Sep 24 11:38:27 localhost dbus[433]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Sep 24 11:38:27 localhost dbus[433]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    Sep 24 11:38:28 localhost dbus[433]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Sep 24 11:38:28 localhost dbus[433]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    Sep 24 09:38:49 localhost rtkit-daemon[551]: Warning: PolicyKit call failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    Sep 24 11:38:49 localhost dbus[433]: [system] Failed to activate service 'org.freedesktop.ConsoleKit': timed out
    Sep 24 11:38:51 localhost dbus[433]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Sep 24 11:38:51 localhost dbus[433]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Sep 24 11:40:07 localhost dbus[433]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Sep 24 11:40:07 localhost dbus[433]: [system] Successfully activated service 'org.freedesktop.UPower'
    Sep 24 11:40:07 localhost dbus[433]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Sep 24 11:40:07 localhost udisksd[839]: udisks daemon version 1.94.0 starting
    Sep 24 11:40:07 localhost dbus[433]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Sep 24 11:40:07 localhost udisksd[839]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Sep 24 11:40:08 localhost udisksd[839]: Error performing housekeeping for drive /org/freedesktop/UDisks2/drives/WDC_WD1600ADFD_60NLR5_WD_WMAP42316678: Error updating SMART data: sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
    Sep 24 09:50:09 localhost udisksd[839]: Error performing housekeeping for drive /org/freedesktop/UDisks2/drives/WDC_WD1600ADFD_60NLR5_WD_WMAP42316678: Error updating SMART data: sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
    And here is my /var/log/errors.log:
    Sep 24 11:36:04 localhost [ 4.334197] systemd[1]: Socket service syslog.service not loaded, refusing.
    Sep 24 11:36:04 localhost kernel: [ 5.310147] CX24123: cx24123_i2c_readreg: reg=0x0 (error=-121)
    Sep 24 11:36:04 localhost kernel: [ 5.310444] CX24123: wrong demod revision: 87
    Sep 24 11:36:05 localhost connmand[459]: Failed to open RFKILL control device
    Sep 24 11:36:07 localhost connmand[459]: Deleting host route failed (No such process)
    Sep 24 11:36:07 localhost connmand[459]: Setting default gateway route failed (File exists)
    Sep 24 11:36:31 localhost pulseaudio[520]: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    Sep 24 11:36:31 localhost pulseaudio[520]: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: ""): initialization failed.
    Sep 24 11:36:31 localhost pulseaudio[520]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Sep 24 11:36:31 localhost pulseaudio[520]: [pulseaudio] main.c: Module load failed.
    Sep 24 11:38:23 localhost [ 4.217523] systemd[1]: Socket service syslog.service not loaded, refusing.
    Sep 24 11:38:23 localhost kernel: [ 5.220124] CX24123: cx24123_i2c_readreg: reg=0x0 (error=-121)
    Sep 24 11:38:23 localhost kernel: [ 5.220487] CX24123: wrong demod revision: 87
    Sep 24 11:38:23 localhost connmand[490]: Failed to open RFKILL control device
    Sep 24 11:38:26 localhost connmand[490]: Deleting host route failed (No such process)
    Sep 24 11:38:26 localhost connmand[490]: Setting default gateway route failed (File exists)
    Sep 24 11:38:51 localhost pulseaudio[550]: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    Sep 24 11:38:51 localhost pulseaudio[550]: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: ""): initialization failed.
    Sep 24 11:38:51 localhost pulseaudio[550]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Sep 24 11:38:51 localhost pulseaudio[550]: [pulseaudio] main.c: Module load failed.
    Sep 24 11:40:08 localhost pulseaudio[913]: [pulseaudio] pid.c: Daemon already running.
    What is going on here? Could someone explain how to resolve this issue?
    Last edited by Alp (2012-09-24 07:56:44)

    # /etc/rc.conf - configuration file for initscripts
    # Most of rc.conf has been replaced by various other configuration
    # files. See archlinux(7) for details.
    # For more details on rc.conf see rc.conf(5).
    DAEMONS=(syslog-ng !network dbus hal connmand ntpd !hwclock crond @cupsd @samba @httpd @mysqld @nginx pulseaudio @alsa @mpd @mpdscribble !slim)
    #DAEMON_LOCALE="yes"
    # Storage
    # USEDMRAID="no"
    # USELVM="no"
    # Network
    interface=eth0
    # address=
    # netmask=
    # gateway=

Maybe you are looking for

  • What is diff. b/w Class loading and class initializing??

    Hi Guys, When we are using final keyword as: final static int cout; Then class will load but not initialize? Could any one explain this?? Thanks in advance.

  • Issue to execute standard reports in SRM 7.0

    Hi Gurus, We are implementing SRM 7.0 and we are trying to execute SRM reports on enterprise portal. But in all cases, after execution the system shows a portal runtime error (see details at the end of the message). The user have assigned operational

  • Mail - The mesage "subject" could not be moved to the mailbox trash

    Hello, Suddenly, I started to receive an error message when I try to delete emails.: "The mesage "subject" could not be moved to the mailbox trash - "account name" The operation couldn't be completed. File exists. The strange thing is that sometimes,

  • IPod Classic not playing songs

    Hi Grabbed my 160 GB iPod Classic yesterday and the entire thing was empty. No clue what happened. The only thing I did was update the OS and download a new album from iTunes. Resynched the device twice now and now the iPod is not playing some songs.

  • [SOLVED] Poweroff and Reboot without Sudo

    How can I Poweroff and Reboot my system without using sudo? Last edited by aldoiljazi (2013-09-18 06:52:28)