[SOLVED] Avahi + service-types.db.pacnew

Hi there,
just a quick question: With the latest updates came avahi-0.6.31-6 to my system (Arch_x64). Pacman told me:
Warning: /usr/lib/avahi/service-types.db installed as /usr/lib/avahi/service-types.db.pacnew
Does anybody know, if I have to check something before using the .pacnew? I tried to have a look with meld, but that doesn't work - obviously - because the files in question are binary files
Last edited by swordfish (2013-03-03 11:25:27)

From looking at `$ pacman -Qii avahi`, I gather that /usr/lib/avahi/service-types.db file is marked for backup. Searching the 'net, I found that this (binary) file can be regenerated when you make any local changes to /usr/share/avahi/service-types and reinstall Avahi.
Looking at the changes to the avahi package, I found this change adding it to the list of backup files, apparently related to this bug report: FS#33930 - [avahi] missing backups.
So I guess that unless you have made any local changes, it's OK to replace the original with the .pacnew.
As always, if you don't trust my judgement, ask the package maintainer or the upstream developers :-)
Last edited by ackalker (2013-03-01 17:12:49)

Similar Messages

  • Compare service-types.db.pacnew, binary file

    After today's update I have /usr/lib/avahi/service-types.db.pacnew. I use 'Meld' to usually, compare .pacnew with the original file. However I am unable to do so because 'Meld' says, "Could not read file... appears to be a binary file".
    I don't have any knowledge of comparing binary files.. I don't know how to deal with it even if I use any other utility which might read binaries.
    I need to know, whether it will be safe to delete either file, /usr/lib/avahi/service-types.db or /usr/lib/avahi/service-types.db.pacnew?
    I am sure I never edited the said file, unless some application did so.
    The Forum guidance is requested.
    Thanks.
    Last edited by fantab (2013-03-03 11:28:50)

    I got the reply to my query with the package maintainer:
    Gaetan Bisson wrote:
    Feel free to inspect the svnlog:
            https://projects.archlinux.org/svntogit … ages/avahi
    Notice that this changed to the backup array was introduced to
    "implement FS#33930", and check the corresponding bug report:
            https://bugs.archlinux.org/task/33930
    https://projects.archlinux.org/svntogit … 842f2d4496
    If someone can translate the gist of the links in simple English I will be grateful.
    Thanks...

  • Automatic G/L account Selection in Service type Invoice

    Hello,
    I want to select G/L Account automatically in the service type Invoice instead of item type. How can i do that , can any body suggest me about that.
    I want a default G/L account selection for they service type Sales Order or Invoice. Please do suggest me.
    Thanks in Advance.
    Regards .
    Shrikant.

    Hi,
    Use Formatted Search to acheive your requirement.
    If all the service type Sales order or Invoice with same GL A/C Code use the following query
    SELECT 'XXXXXX'
    If all the service type Sales order or Invoice with different GL A/C Code use the following query
    SELECT T0.AcctCode FROM OACT T0 WHERE T0.AcctCode ='XXXXXX'
    XXXXXX - Means GL A/C Code.
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

  • Service-Type and 12.3 at AS5350

    Hi!
    After migrating from 12.2(XB15) to 12.3.13 Service-Type changed from Voice to Login in acct/auth requests in the TCL IVR script. This behaviour destroy my billing system.
    I can't change billing system, and only can add second RADIUS for proxy/rewrite Service-Type. But this is not so good for me.
    Please, help me solve this problem.
    I can add additional info upon request.
    thanks.

    Cisco as always are full of suprises (most of them - unpleasant).
    Go to config mode and then:
    radius attribute 6
    (6 is the service type). Try to change the value of Service-Type.
    And as a last chance, I think you could manipulate the radius "variables" in the TCL script.
    hth

  • Service Type A/R Credit Memo Based on Item Type A/R Invoice???

    Hi  Experts,
    How can we Raise Service Type A/R Credit Memo  for An A/R Invoice Which is Based on Item Type A/R Invoice???
    We Need this Solution for A/R Invoice Which has been Claimed for Shortage but Actually No Return of Stock to us.
    Regards,
    M.Senthilnathan

    Hi Senthil.....
    On the basis of item type AR invoice its not possible to raise the service type AR credit memo.
    But one thing you can do is yoou can raise the separate AR invoice and service credit memo. But later you need to
    reconcile both the transactions manual. This way you can solve your purpose....
    Regards,
    Rahul

  • [SOLVED]systemd service doesn't play sound

    I have a bash script which play via 'sox' a sound file. Something like this:
    play someFile -t alsa -q
    I set up a 'systemd --user' timer which calls this script at certain time. The timer is successfully called and the corresponding service is also successfully called and exits with SUCCESS code. The problem is that sound is not heared.
    When the service is called manually from the bash with
    systemctl start mySoundTimer.service
    the sound is played OK.
    The service file is as follows:
    [Unit]
    Description= A sound timer.
    [Service]
    Type=simple
    ExecStart=/usr/bin/bash /path/to/my/script.sh
    I tried several other combinations in ExecStart:
    ExecStart=/usr/bin/bash -c /path/to/my/script.sh
    ExecStart=/usr/bin/bash "-c /path/to/my/script.sh"
    ExecStart=/usr/bin/bash -c "/path/to/my/script.sh"
    No one is working. What can be the cause of the problem?
    EDIT:
    The cause of this is a different timing behaviour of systemd timer as compared to cron which I used before. (It seemingly takes into account the time of the last run and does not run again if it is called in less than the interval between runs specified in the timer file. And I tested the timer by setting the system date to several seconds before the timer's planned times.)
    Last edited by nbd (2014-08-05 20:23:39)

    msthev wrote:$ man systemd.service
    ExecStart=
    Note that this setting does not directly support shell command
    lines. If shell command lines are to be used they need to be passed
    explicitly to a shell implementation of some kind. Example:
    ExecStart=/bin/sh -c 'dmesg | tac'
    Thanks, changing ExecStart line to
    ExecStart=/bin/bash -c '/bin/echo 100 > /sys/class/backlight/intel_backlight/brightness'
    solved the issue. Though I can recall seeing ExecStart lines with direct shell commands.
    Raynman wrote:
    You should look at tmpfiles.d.
    https://wiki.archlinux.org/index.php/Sy … rary_files
    I'll do that, thanks!

  • ACS 5.3 - 11033 Selected Service type is not Network Access

    I have some older devices on the network that only support RADIUS (not TACACS) for authentication and would like to have them use SecureACS 5.3 
    I understand that by default, ACS only supports TACACS for device administration.  So I'll get this error when trying RADIUS:
    11033 Selected Service type is not Network Access
    Description:
    RADIUS requests can only be processed by Access Services that are of type Network Access
    Resolution Text:
    Verify that the Service Selection Policy rules are correct
    However, even after adjusting the Service Selection rules and seeing hits, I still see the same message in the logs, as if it has no affect.  Any Ideas?

    If you use the protocol as radius you can not use a device admin service. You can only use network access. That will allow you for authentication to the devices.
    Regards,
    Amjad
    Rating useful replies is more useful than saying "Thank you"

  • About DTW - A/P Credit Memo for Service Type A/P Invoice

    Dear all,
    I would like to upload A/P Credit Memo with A/P Invoice Base Entry. The A/P Invoice is a "Service" Type.
    I am using oPurchaseCreditNotes object by providing:
    Documents (w/ cardcode, docdate, docduedate and taxdate)
    Documens_Line (w/ BaseEntry, BaseLine and BaseType)
    There is an error "Item No. is missing".
    any ideas.
    Thanks

    Have you add DocType as dDocument_Service on the Document template?
    Thanks,
    Gordon

  • Generating Accruals from Service type Goods Receipt PO's

    I have identified that Service type Goods Receipt PO's do not write to the G/L, but a.) I don't understand why they don't and b.) how does one create system generated accruals if not by Goods Receipt PO?  I am sure this question has been asked before, but I couldn't find the thread.
    Thanks in advance,
    Donald

    Invoices create an actual expense.  Accrual expenses are normally captured as a result of work performed or items received but not invoiced.  Once again, I understand what SAP Business One does in this scenario.  I am being asked why and for that I don't have an answer.  It doesn't seem to be in conflict with GAAP, so I am not sure why they don't allow G/L Account determination for Service Documents to Accrual accounts.  It is a similar problem on the AR side, SAP B1 doesn't support money received, but not recognized to the liabilites bucket without manual intervention.
    Thanks again,
    Donald

  • Goods Receipt PO (Service Type) for generate accruals

    Hi,
    Just wonder that Service type of Goods Receipt PO possible write to the G/L or not? for item type of Goods Receipt PO, it can generated accruals.
    I want to generate accruals by Goods Receipt PO., else how am i going to generate accruals?
    Thanks.
    Regards,
    Danny

    Subject is discussed in this link with no answer
    Generating Accruals from Service type Goods Receipt PO's

  • OSB Service Type

    HI,
       I want to know the best practices (scenarios) of using "Service Types" while creating proxy/business services in OSB. Could you plese help me in the same .
    Thanks and Regards
    Guru...

    it depends on what service interfaces you want to expose on your osb layer.
    when using wsdl/xsd you define a structured interface, client who invokes this service can generate artifcats against it and 'know' what payload is needed for a valid invocation.
    when you use anysoap/anyxml you allow the client to any any payload, even payloads which aren't valid at all.
    use for example anyxml if you just want to transfer xml payloads, if you also need for example some soap header settings, use any soap

  • Quantity for service type invoice

    hello
    i am trying to create a service type purchase order. i have created row level udfs for unit price and quantity. price should be multiplied by unit price and the total should be displayed as the total for the invoice. how can i do this?
    secondly, when i create an invoice based on this purchase order, if i get a short delivery, the customer wants the system to automatically be able to compute the total amount when we enter the quantity. is this possible?
    any help will be greatly appreciated. thanks!

    Have you tried formatted searches. I am sure it will do the trick. 
    For the first one: Use a formatted search in the Row Total field that selects your UDF's qty*price.
    second one: I am not too sure about all the requirements, but I think something similar will work.
    Hope it helps!
    Regards

  • Can't select service type in iManager - Firefox 3

    I found another problem configuring filtering exceptions in iManager
    with Firefox 3. When I click the "service type" button a window pops
    up, but it's empty. Workarounds- use Internet Explorer or filtcfg.
    Perhaps someone can pass along this bug, too.
    Jim Wagner

    Craig Johnson wrote:
    > Is it there in BM39SP1?
    >
    > Craig Johnson
    > Novell Support Connection SysOp
    > *** For a current patch list, tips, handy files and books on
    > BorderManager, go to http://www.craigjconsulting.com ***
    >
    >
    We have BM39SP1 installed.
    Jim Wagner

  • Purchase Order Service Type

    Hello All,
    My client wants the gross price to be calculated based on the quantity on purchase order (service Type).
    Can anyone help on this please.
    Cheers

    Hi Satish....
    You can see the Gross Price Calculations on Right Click Gross Profit Option for Service Type.....
    Please check it on Sales Window....
    Regards,
    Rahul

  • Service Type Templates

    Hi all,
    does anybody know if there will be more serivce type templetes available in the future?
    For example for SRM, BW or CRM scenarios?
    And if yes, how will they be accessible? Per Support Package or also as files to import?
    Thanks!
    Best regards, Rossi

    Hi Rossi,
    good question - actually I am working at the moment on SDN material about the upcoming release AccAD 2.2 (planned to go into Ramp-Up end of March).
    One of the items planned to be available within AccAD 2.2 is a few more service types for commonly used SAP applications. However, most service types are rather considered as templates containing a few tunings settings for those applications - but not necessarily really application-aware caching mechanisms as in the Knowledge Management or Learning Solution optimizations.
    So stay tuned for more information AccAD 2.2 - I aim to publish related blogs and presentations in the next few weeks. And of course as usual we are looking forward to customers and partners participating in the Ramp-Up and providing active feedback on the latest version.
    Best regards
    Jana

Maybe you are looking for