Do I need dbus and avahi ?

I don't use HAL. I mount my DVD  and USB drives manually.  I just play videos and do encoding and write DVDs usign wodim or k3b. Do I need dbus and avahi daemons runnning ?
HAL was installed automatically as some dependancy for something I don't rememeber. I don't even use GNOME/KDE, I simply use wmii with rxvt-unicode and firefox.

If you use input hotplugging for xorg-server then you need hal which needs dbus.
dbus is alo needed by wpa_supplicant & firefox and many other GUI applications like the gimp etc
i cant seem to find the link dependance on firefox although i could have sworn that it depended on dbus-glib in the past.
since it isnt explicitly disabled in the config im pretty sure firefox uses it http://repos.archlinux.org/viewvc.cgi/f … iew=markup
but i cant be sure as i use the official binary supplied by mozilla, not the archlinux package.
Last edited by dolby (2009-01-24 18:03:29)

Similar Messages

  • (SOLVED) Hal and dbus, do I need dbus?

    I read the wiki and it says if I don't use hal in my daemons then I need to add dbus.
    I haven't been using hal, and I haven't added dbus either. My system seems to be working right, but I guess something could be wrong. Reading the wiki brings me here to ask if I need dbus and why?
    My daemons,
    DAEMONS=(@syslog-ng @network !netfs @alsa @mpd @crond)
    Last edited by Google (2010-07-03 11:21:11)

    sudo pacman -R dbus
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: avahi: requires dbus>=1.1.20-1
    :: awesome: requires dbus
    :: gconf: requires dbus
    :: qt: requires dbus
    I assume I should add it to daemons?
    Last edited by Google (2010-07-03 10:08:18)

  • [solved]Networkmanager, dbus and rc.conf

    Hello forums,
    I'm having some problems with networkmanager. Networkmanager seems to need dbus for starting up, so placing it too early in the rc.conf results in a start failure. Before, dbus starting time could be configured via rc.conf, now dbus is started automatically and unfortunately quite late. So networkmanager has to be started late, too. But starting it late is a problem, too, because other daemons (ntp, cups, samba) need a network connection for starting up. Is there a way to control, when dbus is started? Or maybe a way to start networkmanager without dbus having started?
    Thanks,
    PhotonX
    Last edited by PhotonX (2010-02-22 13:00:26)

    ok, well i didn't read the whole thing, but yes place crond after networkmanager. You can even background crond with the @ symbol: @cond. Mine works fine.
    From the "NetworkManager" page in the ArchWiki (make sure you read it carefully):
    Note: If you happen to specify the fam daemon in your array, it must appear after networkmanager. The same also applies to portmap and netfs if specified.
    Here's my setup:
    DAEMONS=(syslog-ng !network alsa hal networkmanager netfs @crond)
    The alsa daemon doesn't have to go after hal and networkmanager because it has nothing to do with them, but if you put it after, still just fine.
    Make sure you adjust all the settings as stated in that ArchWiki-NetworkManager page, and also, check the HAL page in the ArchWiki and also the FAM page and follow the instructions carefully. This is important! I had problems untill i followed the instructions. Also check the ArchWiki for the other apps you have too.  Often times, you have to add certain settings, you can't just install the apps and expect them to work. The wiki pages will often tell you what to add or change in various .conf files, etc.
    Also, please not from the ArchWiki-FAM page:
    Warning: FAM is obsolete; use Gamin instead, if possible. Gamin is a re-implementation of the FAM specification. It is newer and more actively maintained, and also simpler to configure.
    That's why i don't have fam, because i am using gamin. If you follow the Beginner's Guide, it will tell you this too.
    If you are using FAM for a particular app, it is likely that the app will work with gamin instead. If not, consider not using that app since FAM is obsolete.
    I'm guessing you are using Gnome, correct? (Because if you were using KDEmod for Arch, it would have all these things set up without installing FAM)
    Directly from the Gnome installation section of the Beginner's Guide:
    Warning: The FAM (File Alteration Monitor) daemon is obsolete; use Gamin instead, if possible. Gamin is a re-implementation of the FAM specification. It is newer and more actively maintained, and also simpler to configure:
    # pacman -S gamin
    I hope this helps! Remove FAM (install gamin with pacman -S gamin) and follow all the setup instructions in all the wiki pages for each daemon and/or app you have installed, starting from the beginner's guide with Gnome.
    Last edited by trusktr (2010-02-21 20:34:07)

  • Journalctl with no PID message for cups and avahi contemporary failure

    I have facing a persistent problem with avahi-daemon and cups as systemd services. They have been enabled but fallen in a failed state as being started. Any investigation of the failures by journalctl (using _PID=) returned no useful info (log period only). Is there another way how to find why the services failed? A dependency between cups and avahi should be IMHO optional and recommended only for those using printers connected remotedly (or managable by users in cups.conf).  I cannot identify wheather the failures are caused by systemd issue, some wrong config file or missing some needed file. Any idea? Thank you all.

    Had similar issue with my HP Deskjet F4500C All in one printer, here's what I did:
    make sure these packages are installed or install them
    pacman -S cups cups-pdf hplip pyqt3 python2-pyqt
    pacman -S system-config-printer-gnome
    rc.d cups start
    To add device and install hp driver:
    1. Run ‘hp-setup’ as root.
    2. Click ‘Show Advanced Options’ button and check-enable ‘Manual Discovery’.
    3. Enter IP address 192.168.59.63 in the ‘…device ID…’ entry and click ‘Next’ to install driver.
    run system-config-printer as root, to add printer
    # system-config-printer
    click “Add”, Select Device -> Network Printer -> input the IP address of the printer such as “192.168.1.3″, click “Find” -> “Process”
    you should be ok from here, if not some further steps:
    If you encounter the following error:
    File “/usr/share/system-config-printer/newprinter.py”, line 1531, in getNetworkPrinterMakeModel
    debugprint (host + “: ” + args)
    TypeError: cannot concatenate ‘str’ and ‘list’ objects
    You should comment out the error line at 1531 of newprinter.py, and then continue to add the printer.
    4). Finally, you can run hp-check to see what problems exists for the printer.

  • Dbus and hal groups, the wiki.

    Hey,
    I was just reading though the beginners wiki and saw about the dbus and hal groups.
    Should I add my user account to them? The wiki said about adding a user to the groups via usermod..
    usermod -aG audio,video,floppy,lp,optical,network,storage,wheel,dbus,hal USERNAME
    But I installed hal via reading our hal wiki and it says..
    For dbus and hal to function properly, local user accounts must be members of the following groups: optical, storage. To achieve this, open a terminal and type the following commands as root:
    # gpasswd -a username optical
    # gpasswd -a username storage
    Which I have done but it doesn't mention about the hal and dbus groups, so is just adding my account to optical and storage sufficient?
    Or will adding my account to the hal and dbus groups give me any benefit or cause harm ?

    Your user doesn't need to be in the hal and dbus groups.
    Edit: I fixed the info in the wiki.
    Last edited by fwojciec (2008-02-29 21:19:40)

  • Dbus and hal: start 'em?

    should these two be on my list of daemons to be started, or not?

    fuscia wrote:
    Gullible Jones wrote:If you have hal on your daemon list, you don't need dbus; the hal script starts that automatically.
    whoa! either way, that's good to know.
    here's my list - syslog-ng network netfs crond alsa. can i do without any of those? would putting @ in front of any of them make a difference? am i missing something key?
    i appreciate the answers. i try to read about this stuff, but it can be so foreign, at times, i still have no sense of judgment about it.
    You can disable daemons with ! like !crond and see if you are losing functionality in everyday usage. Check what each daemon does, crond is for task scheduling, so if u dont have tasks, u can disable it and re-enable it if u want to add tasks sometime in future.
    daemons like alsa, crond can boot in background. even my network is background
    I would recommend having Arch CD nearby just so you can CD boot and chroot if somehow (unlikely) the system gets screwed,
    besides, u would have got better answers if u were more specific on system usage profile,
    Last edited by ashyanbhog (2008-11-12 15:27:14)

  • MATE desktop-environment needs dbus

    I have installed archlinux for first time, and now it is up and running. I downloaded xorg and all that is needed, testet it with xclock and it works.
    I want to have mate desktop, so I downloaded accordingly to mate-userguide.
    Now I am in the section where i should start mate.
    In the guide it says: Always make sure dbus is in your DAEMONS array in rc.conf before starting MATE.
    The problem is that /etc/rc.conf is empty and I have no idea what to fill it with?
    startx will not start Mate without it, and i cannot find any answer on the web.
    Help me if you can?

    woomia wrote:Like I said, tell that to wicd which prints out the warning during install that it needs dbus in DAEMONS.
    Sorry, I couldn't figure out what you meant. There's really a bit like this
    ==> You need to restart the dbus service after
    ==> upgrading wicd.
    ==> Disable networkmanager,dhcdbd or other networking
    ==> utility and add 'wicd' to DAEMONS
    ==> in /etc/rc.conf
    ==> 'dbus' HAS to be before 'wicd' in rc.conf in the
    ==> DAEMONS array.
    in my pacman's log. Seems like the maintainer must have overlooked this part of the wicd.install script. Nevertheless, wicd doesn't require dbus to be started via rc.conf; it's enough to enable the service file -- i.e. wicd's one -- and the rest is done automatically, as expected.

  • Hi, I need help and advice. Basically me and my ex partner both had iphones and synced it with the same computer under the same ID. We split i have a new laptop and now it keeps asking for the old ID or it'll erase my apps bought on theold account.

    Hi, I need help and advice. Basically me and my ex partner both had iphones and synced it with the same computer under the same ID. We split up and now im trying to get all my apps and info onto my new laptop with a new account but it keeps asking me for the old apple ID which she is still using and she changed the password. i tried backing it up but still nohing. When i try to back up purchased items being apps etc its keeps asking for the old one. help

    See Recover your iTunes library from your iPod or iOS device. But you'll still need the password.
    Once you have the computer authorized to use the account she could change the password again to stop you buying apps on her card (assuming it's not on yours!). It would lock you out of upgrading them too but they should work unless she uses the deathorize all feature.
    It depends on how amicable the split is...
    tt2

  • I am signed into the App Store on my iphone 4 and one of my apps need updating and my brother was signed into it but its like its locked to his Apple ID I have tried signing out and turning my phone off its just not working

    I am signed into the App Store on my iphone 4 and one of my apps need updating and my brother is signed into it because I didn't have any credit to make an ID so he signed in so I could download apps but its like its locked to his Apple ID I have tried signing out and turning my phone off its just not working please help.

    Apps are locked to the Apple ID that was used to download them. You will have to sign in as your brother in order to update it.

  • I am trying to use powerpoint but when I open a document I want to work on it does not open on my desktop. It appears as open on mission control but it disappears offscreen. How can I get it to open where i need it and can work on it?

    I am trying to use powerpoint but when I open a document I want to work on it does not open on my desktop. It appears as open on mission control but it disappears offscreen. How can I get it to open where i need it and can work on it?

    It's almost certainly too late.
    The time to create a backup is before a catastrophe.  After a catastrophe, it's too late.

  • I need advise and help with this problem . First , I have been with Mac for many years ( 14 to be exact ) I do have some knowledge and understanding of Apple product . At the present time I'm having lots of problems with the router so I was looking in to

    I need advise and help with this problem .
    First , I have been with Mac for many years ( 14 to be exact ) I do have some knowledge and understanding of Apple product .
    At the present time I'm having lots of problems with the router so I was looking in to some info , and come across one web site regarding : port forwarding , IP addresses .
    In my frustration , amongst lots of open web pages tutorials and other useless information , I come across innocent looking link and software to installed called Genieo , which suppose to help with any router .
    Software ask for permission to install , and about 30 % in , my instinct was telling me , there is something not right . I stop installation . Delete everything , look for any
    trace in Spotlight , Library . Nothing could be find .
    Now , every time I open Safari , Firefox or Chrome , it will open in my home page , but when I start looking for something in steed of Google page , there is
    ''search.genieo.com'' page acting like a Google . I try again to get raid of this but I can not find solution .
    With more research , again using genieo.com search eng. there is lots of articles and warnings . From that I learn do not use uninstall software , because doing this will install more things where it come from.
    I do have AppleCare support but its to late to phone them , so maybe there some people with knowledge , how to get this of my computer
    Any help is welcome , English is my learned language , you may notice this , so I'm not that quick with the respond

    Genieo definitely doesn't help with your router. It's just adware, and has no benefit to you at all. They scammed you so that they could display their ads on your computer.
    To remove it, see:
    http://www.thesafemac.com/arg-genieo/
    Do not use the Genieo uninstaller!

  • I only need Illustrator and photoshop rather than all of the applications?

    Hi,
    I'm looking in to using Creative Cloud but i already have InDesign CS6 so i would only need Illustrator and photoshop.
    Can you just get the two application or do you have to get the full Creatyive Suite?
    And what are the cost for this?
    Thanks,
    David Stubbs

    Hi there,
    You can indeed purchase a Single App membership, see this link. Pricing is listed on the Creative Cloud Plans page. But honestly, once you are paying for two single app memberships you are close enough to the price of a full Creative Cloud membership that you'll probably want to go that route (and get access to additional apps, services, and more).
    --- Ben

  • HT1222 I would like to be able to delete more then just one email at a time. I get a lot of mail that needs deleted and takes a long time to do. Would like to do 10 email deletes at a time on my iPad. Can you help me.

    I would like to be able to delete more then just one email at a time. I get a lot of mail that needs deleted and takes a long time to do. Would like to do 10 email deletes at a time on my iPad. Can you help me.

    open inbox
    tap Edit on top right of list.
    tap each email to check it off.  Then tap trash.   then 'trash selected mesages"
    done

  • The product that I purchased is not working!!!! I need help and I've been stuck in your "Contact us loop" for the last few days and I'm getting frustrated. How do I contact you for HELP!

    The product that I purchased is not working!!!! I need help and I've been stuck in your "Contact us loop" for the last few days and I'm getting frustrated. How do I contact you for HELP!

    Probably the best place to start is the right forum for your product. This is the forum for Distiller Server, a long dead product used by big companies, and probably not what you have. If you can't find the right forum, please let us know the FULL name of what you paid for (please check your invoice, as Adobe have many similar products), and we can perhaps direct you. Good luck!

  • How can i upgrade my iPhoto 7.1.5 to a newer version? the download 8.02 will not work as i need 8 and that isn't available on download on the site?

    How can i upgrade my iPhoto 7.1.5 to a newer version? the download 8.02 will not work as i need 8 and that isn't available on download on the site?
    Thanks x

    You can upgrade to iPhoto '11 with OS X 10.8.5 by purchasing an iPhoto '11 DVD from Amazon, eBay or other source - or you can upgrade your OS to Mavericks for free if your system meets the requirements and then purchase the upgrade to iPhoto '11 version 9.5.x from the App store - in either case backup first in case of problems
    LN

Maybe you are looking for

  • How to write a simple query.

    I have a table where I have data shown below. Now, I want to write a simple query which lists me the project and the count of the distinct effective dates for which data is existant there. Sample data: Project Task Effective Date (xx_proj_task_data)

  • Translation Route wizard Report

    Hello I am configuring UCCE components for Translation Route, After finishing my Translation Route wizard at the end when I click on finish, there was an error says ''Microsoft Visual C++ Runtime Library  Program: D:\icm\bin\trwizard.exe and I am not

  • Reporting on Master data

    Hi, Can anyone help me out how to do reporting in master data for example I have an infoobject IO_MATNO, I have loaded attribute, text and transaction data ,noe I went to the cube and right clicked on it & selected the option insert characterstic as

  • Query current version not available

    Dear Experts How to find the query curent version.I tried via RSZCOMPDIR in that i found version of the reporting component as 101.I would like to whether query version is 3.x or 7.0 or 7.1etc...I tried for RSRREPDIR ..no use...please help in identif

  • One subcontractor different Plants/Addresses

    Dear All, I'm supplying a perticular material for subcontracting (one one material code). Is it possible to maintain different addresses for same subcontractor because it is send to different plants depending upon avaibility. This is required for cre