[SOLVED]pgl service error

I'm on a fresh Arch installation that I set up yesterday. I installed KDE and a few applications, including pgl-cli.
When I run systemctl start so that pgl starts working, it hangs for a minute and then errors out with "Job for pgl.service failed."
I tried deleting my settings and using the default ones from the package, but the same thing happens.
Every other service I enabled worked just fine (kdm, networkmanager, etc). Only pgl has this error. The wiki and AUR comments don't mention this error, so I'm stuck.
Does anyone have this issue as well?
Thanks in advance.
Last edited by GRem (2013-06-14 23:02:53)

It doesn't hang, it’s working really hard to download all the block lists you have selected (or not, the defaults are pretty extensive). You can see it chugging along by taking periodic peeks at “systemctl status pgl.service” to see the different wget being executed.
Anyway, I’ve updated the pgl packages to deactivate the source of the problem (i.e. systemd 90s time out) while I work on a more elegant solution.

Similar Messages

  • 49 Service Error - Turn Off then On - LaserJet Pro 200 M276nw

    I was adding to another post for a different printer but didn't want anyone with MY printer to MISS this problem.
    ***UPDATE*** (at least for my LaserJet Pro 200 M276nw)
    I have found the root cause but will need further assistance from someone at HP to "solve" this one....
    My new M276nw keeps throwing a 49 Service Error, chat support yielded alot of power off, power on, wait, try again blah blah blah, fuser problems blah blah. 10 minutes of forum searching put me onto possible wireless networking issues with other printers and SSID's. Anyway after returning one printer to Staples and having the problem come up again on a another brand new one....Tried Forum searching & Tada! at least I got to find a root cause.
    I have a D-Link DIR-825 wireless router. It has dual band (2.4 GHz and 5 GHz).
    Normally I have both enabled for the myriad of devices that people have these days in my home.
    I updated the firmware to the latest update (20121026) then restarted.
    Received the 49 Service Error shortly after restart.
    Then I disabled both bands to test each wireless band independently.
    The printer acted normally so I decided to enable each band seperately.
    When I enable the 2.4 GHz band in the router, the printer immediately throws a 49 Service Error.
    I tested this several times (5 to be exact) and each time during the router reboot the printer indicated the error.
    So I left the 2.4 GHz band disabled and went on to the 5 GHz band.
    I enabled the 5 GHz band 3 times and disabled it and found no effect on the printer (at least within a 5 minute window).
    So now I'm left with only a single band wireless router or a printer that likes to restart itself every 20 minutes or so.
    There is probably a setting (or 2) that can be tweaked in either the router or the printer that can prevent this (I hope).
    I just need to find the right HP person............
    This question was solved.
    View Solution.

    I really wish I could help but I am afraid this is a bit beyond my level of comprehension.  What I took from this was, you have to turn off the duel band feature to get the printer to work without that error message, correct?  The User Guide may help you but when I tried to read it my mind was blown away by just how many settings could be adjusted to fit your needs.  No need to do anything troulbeshooting-wise just yet.  All I need for you to do is look at page 137 on how to set sleep delay and auto power down functions and page 132 for link and duplex settings and let me know if you think it could be something to do with these.  
    As far as a setting within the router, I do not know.  I did find another user guide with very technical information in it. The Software Technical Reference hinted to bi-directional printing which basically turns off or on the print spooler if the printer was so big it was using up network resources but I am not sure of that at all (see Page 59 for an example). Page 89 and on is a brief introduction to the embedded web server but really these are just definitions, nothing new to report there.
    This website hints that it may be a firmware error. Lastly, the only other thing I can offer as you have probably seen it yourself is another HP forum thread regarding your exact error.  I know I won't be of much assistance but some hopefully is better than none. I'm just glad it works partially.  Let me know if I can answer any questions for you but this is just a step out of my league. Good luck!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • Tip regarding the "systemd[1]: Failed to start Journal Service" error

    Just a tip regarding the well-known
    systemd[1]: Failed to start Journal Service
    error (which I ran into last weekend) to maybe save one or two among you a couple of hours of your time:
    The error is described here https://bbs.archlinux.org/viewtopic.php?id=151012 as well as in several other threads in other language boards / in other forums etc. It is usually (as in the linked thread) 'solved' by reinstalling the system - good old Windows magic, also useful when dealing with systemd.
    The Problem with this error is that you do not get into your system. Instead, systemd will print you the mentioned "Failed to start Journal Service" error message a couple of million times. There are also no logs that you could retrieve (when booting from a livesystem) and that would give you any helpful hints, since journal is systemd's logging service, old-style system logs are not kept, and the dmesg log doesn't survive the reboot with default settings.
    As pointed out in the above mentioned thread, you will see a few more instructive error messages when adding 'emergency' to the kernel line in the bootloader config.
    Now there may be plenty of reasons why the systemd journal service might not work. The most common and most annoying, however, appears to be this one:
    In this case you will see that the problem actually lies in
    systemd[1]: Cannot open /etc/machine-id: No such file or directory
    Now, 'man machine-id' reveals that "the /etc/machine-id file contains the unique machine id of the local system that is set during installation. (...) The machine ID is usually generated from a random source (...)". It is obviously perfectly justified to refuse to boot the system because an absolutely insignificant random number is missing. As far as systemd is concerned anyway.
    Usually, it seems, the /etc/machine-id is set by /usr/bin/systemd-machine-id-setup during installation or system upgrade. It is not documented anywhere that this is a rather important step and that you should better check if this was or was not actually done before rebooting. Obviously (but for no apparent reasons) systemd fails to run this (or to run this successfully) sometimes.
    Also to be recommended: Always retain (back up) your old kernel and initramfs and edit your bootloader config appropriately to be able to boot with your old kernel again ... just to have one or two options left to get back into the system in case of running into an unpleasant surprise from the side of systemd or other packages.
    The solution is, obviously, to create this file /etc/machine-id ... You probably want to do that from a livesystem (if you want to try it from the emergency shell, you would need to remount / (i.e. root) as rw and hope that systemd will not punish you for that) by just running the program that was designed for creating this file manually:  /usr/bin/systemd-machine-id-setup
    http://permalink.gmane.org/gmane.comp.s … devel/7528 states that it might also work with merely creating the file 'touch /etc/machine-id'. Though I didn't try that since I had enough fun with systemd for one week and didn't want to break my system again just to see if that works.

    Jristz wrote:
    ackalker wrote:Sorry for necrobumping this.
    Generating the machine-id in a consistent way is very important when working with KVM and containers, where the machine-id can be set for the VM or container. See `man systemd-machine-id-setup`.
    Again, _don't_ just put some random UUID in there, especially not in the systemd package install script, this makes provisioning Arch Linux containers a PITA.
    If you thing that the way that arch is handlynbg the machine-id is wrong or can be improved, then file a bug.
    He already did.
    Jristz wrote:Anyway, I thing if reinstalling systemd package or if systemd have a command to reinitialize the machine-id file.
    Like so many of your posts, I had to read this a half dozen times before it made any sense. I think you're hinting at the utility that ackalker already pointed out in the post you're replying to. And, if you read the install scriptlet, you wouldn't need to think about whether or not reinstalling would be an option. You would know that it isn't.

  • Error:Adobe document services error: SOAP Runtime Exception: CSoapException

    Dear All,
    While executing an adobe form I am facing the following error:
    Adobe document services error: SOAP Runtime Exception: CSoapExceptionTransport :
    Can you please suggest how the error can be rectified?
    Thanks and regards,
    Atanu
    Edited by: Atanu Dey on Feb 18, 2008 5:31 PM

    Hi, For solving this do one thing:
    The problem is In ECC the service AdobeDocumentServicesSec was set up in SM59 but nothing was configured for SSL. So you have to change this to:
    AdobeDocumentServicesSec.
    Thanks
    please reward points

  • Device Page Service Error after updating from 2.8.0 to 2.8.2

    Hi all,
    today, I updated my demo server ZENworks MDM from the version 2.8.0 to the version 2.8.2. After this update i cannot display users and devices in dashboard. When i click on the Users tab, i`m getting the error: "Device Page Service Error. Unable to complete operation. If this error persists, please contact ZENworks Technical Support." But I`m able to login as user to the self service portal and also i see my user and his device in the Activity Monitor.
    Please, how can i solve this issue?
    Thanks
    Milan

    Strange... i rebooted server and it does not help. I wait few minutes and now it`s working
    Any self-correcting error?

  • HTTP receiver Adapter-- 403-Forbidden-Service Error

    Hi ,
    Scenario: This is a B2B scenario in which the Sender Party communicates with external partner using HTTPS calls.
    I have enabled SSL on ABAP, installed the certificate in STRUST and created an RFC destination of Type G to connect to external system.
    <b>Question.</b>
    When i do a TEST connection of the RFC destination, the test is successful xith HTTP:1.0 200 OK.
    But when i execute my scenario, the message fails in sxmb_moni. with the following error
    <SAP:Category>XIAdapter</SAP:Category>
    <b>  <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>403</SAP:P1>
      <SAP:P2>Forbidden</SAP:P2>
      <SAP:P3>Service Error</SAP:P3></b>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Http server code 403 reason Forbidden explanation Service Error</SAP:Stack>
    Don't know how to proceed about. kindly advice me.
    Regards,
    Siva Maranani

    Hi,
    My problem is solved.
    I was getting the following error b'cos the wrong XML document being posted to external serer. When we changed the payload and tested the scenario, its woking fine.
    <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
    <SAP:P1>403</SAP:P1>
    <SAP:P2>Forbidden</SAP:P2>
    <SAP:P3>Service Error</SAP:P3>
    Regards,
    Siva Maranani

  • "500 Internal Service Error"

    Today we got our BT broadband set. All of our devices (2 laptops, 2 phones and 2 tablets) have connected successfully to the wifi. However, only the laptop will connect to the internet. The other devices are successfully connected when using apps, such a facebook and twitter, however when trying to search anything on the internet provider (web, chrome, safari) a message comes up saying
    "500 Internal Service Error
    Internal Error".
    A BT man who was here helping set up the broadband also tried to connect and it wouldn't work on his phone either.
    We have tried fully turning off and disconnecting the broadband box and restarting all our devices but the problem still appears. We rang up BT and they told us that the fact this was happening on all of our devices (barre the laptop) is a coincidence and that we just have to give it time and try restarting the BT broadband box (which we tried). He then told us to contact our device providers (apple, kindle, samsung) but I do not believe it is a problem with the devices, but a problem with the BT broadband. Does anyone know why this problem is occurring and a solution to fix it. Thank you.
    Solved!
    Go to Solution.

    Turn off "Smart Set Up" and see how you get on.
     http://bt.custhelp.com/app/answers/detail/a_id/44328/~/switching-smart-setup-on-and-off-on-the-bt-ho...

  • Supplementary Service Error : System Failure

    I am using Blackberry 8520 Curve mobile with Reliance GSM prepaid network in India.
    I am unable to access the internet and facing problem, while checking balance inquiry that "Supplementary Service Error : System Failure".
    Further, I would also like to register my mobile.
    Looking forward for the tips to solve the problem.

    Hello !
    Firstly, SUPPLEMENTARY SERVICE ERROR, is not an error to be worried upon.
    It is highlighted mostly after every call which You make it from your BlackBerry Smartphone.
    Secondly for activating BIS, you need to contact your service provider.
    Once activated, you'll get to see "EDGE" symbol on your homescreen, near network strength signals.
    Hope this resolves your Problem!
    If your problem has been resolved then would request you to Click on "Like" and accept as "Solution" so that other Advisors doesnt invest their time on this Message anymore.
    Thanks.

  • Sdo web service errors

    Hi,
    I try to use a sdo webservice in an other project but this fails. I created a sdo webservice by creating a service interface in a bc4j application module. this works fine I can deploy
    it to a oc4j container and test the web service operation findbykey, this works fine.
    Now I made in an other model project a new entity based on this sdo service , this goes well. I add the reference to the connection.xml and add the sdo service common jar to this project library.
    If I test this with the bc4j tester then it goes wrong because of the selected configuration.
    If I make a jsf page on this viewobject then I get this error
    WARNING: ADFc: Unexpected exception caught: javax.naming.NameNotFoundException, msg=nl.ordina.hr.model.service.common.CustomerServiceBean not found
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: javax.naming.NameNotFoundException, msg=nl.ordina.hr.model.service.common.CustomerServiceBean not found
         at oracle.jbo.service.errors.ServiceExceptionHelper.extractJboException(ServiceExceptionHelper.java:251)
         at oracle.jbo.service.errors.ServiceExceptionHelper.extractJboException(ServiceExceptionHelper.java:238)
         at oracle.jbo.datasource.svc.SIVODataSourceImpl.constructJboException(SIVODataSourceImpl.java:150)
         at oracle.jbo.datasource.svc.SIVODataSourceImpl.retrieveData(SIVODataSourceImpl.java:104)
         at oracle.jbo.server.DSViewObjectImpl.executeQueryForCollection(DSViewObjectImpl.java:123)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:921)
    If I start the the sdo webservice in the embedded oc4j I get this error
    25-dec-2007 1:24:06 com.evermind.server.ejb.logging.EJBMessages logException
    SEVERE: [current-workspace-app] An error occured deploying EJB module: javax.ejb.EJBException: nl_ordina_hr_model_service_common_CustomerServiceBean_RemoteProxy_40f7e5o.<init>(com.evermind.server.ejb.StatelessSessionEJBHome); nested exception is: java.lang.NoSuchMethodException: nl_ordina_hr_model_service_common_CustomerServiceBean_RemoteProxy_40f7e5o.<init>(com.evermind.server.ejb.StatelessSessionEJBHome)
    javax.ejb.EJBException: nl_ordina_hr_model_service_common_CustomerServiceBean_RemoteProxy_40f7e5o.<init>(com.evermind.server.ejb.StatelessSessionEJBHome); nested exception is: java.lang.NoSuchMethodException: nl_ordina_hr_model_service_common_CustomerServiceBean_RemoteProxy_40f7e5o.<init>(com.evermind.server.ejb.StatelessSessionEJBHome)
    java.lang.NoSuchMethodException: nl_ordina_hr_model_service_common_CustomerServiceBean_RemoteProxy_40f7e5o.<init>(com.evermind.server.ejb.StatelessSessionEJBHome)
         at java.lang.Class.getConstructor0(Class.java:2678)
         at java.lang.Class.getConstructor(Class.java:1629)
         at com.evermind.server.ejb.StatelessSessionDefaultRemoteHomeImpl.createSingletonInstance(StatelessSessionDefaultRemoteHomeImpl.java:47)
         at com.evermind.server.ejb.StatelessSessionEJBHome.getSingletonInstance(StatelessSessionEJBHome.java:25)
         at com.evermind.server.ejb.StatelessSessionBeanPool.createContextImpl(StatelessSessionBeanPool.java:38)
         at com.evermind.server.ejb.BeanPool.createContext(BeanPool.java:426)
    Here some code
    @javax.ejb.Stateless(name="nl.ordina.hr.model.service.common.CustomerServiceBean")
    @javax.ejb.Remote(CustomerService.class)
    @javax.jws.WebService(targetNamespace="/nl/ordina/hr/model/service/common/",
    serviceName="CustomerService", portName="CustomerServiceSoapHttpPort",
    endpointInterface="nl.ordina.hr.model.service.common.serviceinterface.CustomerService")
    @oracle.j2ee.annotation.ejb.StatelessDeployment(copyByValue=false,
    minInstances=2)
    public class CustomerServiceImpl extends ServiceImpl implements CustomerService {
    private static boolean _isInited = false;
    What goes wrong

    I solved the embedded oc4j container error , this was a library loading problem the jax-ws web service had to loaded first.
    The other problems remains

  • Getting an error "Remote Access Service Error" while establishing the connection usng SonicWall Netextender.

    * Original Title: SonicWall Netextender issue with Windows 8.1
    I am able to install SonicWall Netextender version 6.0.181 without any issues in my Windows 8.1 machine. When i try to establish the connection getting this error "Remote Access Service Error - Rebooting might Solve the problem".
    Hope someone can help me in resolving this issue.

    Hi,
    Please go to Windows Service manager, run "services.msc", then Look for the Remote Access Auto Connection Manager and Remote Access Connection Manager to see if those two services have been started. If not, set them to automatic start, reboot the machine,
    and install\configure NetExtender again.
    Since this is a third party application, it's recommended to contact the application vender to check the compatibility with Windows 8.1\IE 11, because they're more familiar with the application.
    http://help.mysonicwall.com/sw/eng/2605/ui2/1000/Admin/SSL-VPN_2000_1.0_Admin-8-1.html
    NOTE
    This response contains a reference to a third party World Wide Web site. Microsoft
    is providing this information as a convenience to you. Microsoft does not control these sites and has not
    tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • 79 Service Error Message on the LaserJet Pro 200 color M251 Series printer

    I've been using this printer with the Mac OSX 10.9.4 OS for about 9 months.
    I'm now getting a 79 Service Error message. I've tried to turn the printer Off and On several times to no avail.
    Strangely enough, when I try to print a new document, a message keeps appearing on my computer, that says "The printer has been paused. Do you want to resume printing?" When I click the Resume button, nothing prints out.
    The user manual says that the 79 Service error message is linked to a firmware problem? Do you know how I can fix this issue?
    Many thanks,
    Pierre
    This question was solved.
    View Solution.

    Hi NebraskaPierre,
    I see by your post that you are getting a Service 79 error on the printer. I can help you.
    Make sure the printer is connected directly to a wall outlet. (don't use a power hub or a surge protector) This ensures the printer is receiving full power and may help this situation.
    This can be caused by malformed PostScript documents.
    Please do the following:
    Locate the on/off switch on the bottom of the printer.
    Switch the printer off position and COUNT to 10.
    Turn the printer on again and the system should be all set.
    Try printing from another application to see if you have the same issue.
    If a print job of yours repeatedly causes this error, it may indicate a problem with the print job.
    Try breaking your document up smaller before printing it.
    Repair the Disk Permissions on the Mac:
    Close all applications.
    On the Apple menu bar, click Go, click Applications and then click Utilities.
    Double-click Disk Utility.
    Highlight your hard drive/partition on the left.
    Click Verify and then Repair Disk Permissions.
    Restart the computer.
    Reset the Printing System:
    Note: This will remove all printers in the print and Fax/Scan, any printer removed can be re-added later by clicking the plus (+) symbol.
    Click the Apple icon ( ), and then click System Preferences.
    Click Printers & Scanners.
    Right-click (or Ctrl +click) in the left white side panel, then click Reset printing system.
    Click OK to confirm the reset.
    Type the correct Name and Password.
    Click OK to reset the printing system.
    Then click the + sign, then select the printer from the list and click on the Add button.
    (make sure it shows the printer name beside Use, not the Airprint driver)
    Try printing again. 
    I would recommend to run a firmware update on the printer if the issue continues.
    There are none on the website for the 10.9, but you can run the updates right from the printer.
    Go to setup, services, Laserjet Update, Check for Updates now.
    What are you trying to print and from what application are you using? (PDF)
    Please provide in detail the results if you are still having issues.
    Have a nice weekend!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Nokia 5130 XpressMusic "Contact Service" Error

    I used my phone extensively for a little more than a couple of years. Yesterday night the battery died and I connected the charger and started it. I got an error on startup saying "Contact Service".
    Any idea what the problem could be and how to resolve it ?
    I heard this sort of thing is normally solved by a firmware reflashing. But I need my contacts and calendar. Any way out ?

    I already tried the removing battery thing. Didn't work.
    Firmware was updated to the latest version only a few months back at service. And this happened all of a sudden. My network bar turned zero when I was travelling and I presumed it was because of bad connectivity. Reached home and connected the charger and restarted the phone. Got the contact service error.
    Any idea why this sort of thing happened ?

  • ISQL*Plus Failed ta start the service, Error:0

    Hello there,
    I setup Oracle 10g for window 2003. When to Configuration Assistans then show table error : Failed ta start the service, Error:0, The operation completed successfully.
    In the Event Viewer i can see the following:
    The description for Event ID ( 15 ) in Source ( iSQL*Plus Application Server ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: 1460, This operation returned because the timeout period expired.
    , 4.
    I set the Path variable C:\oracle\SOL\102\bin and the ORACLE_HOME to:
    C:\oracle\SOL\102
    But it did not solve the problem.
    I installed only Windows 2003 Enterprise Server with Service Pack 2
    when i use this command isqlplusctl start at command prompt the message appears:
    Failed ta start the service, Error:0, The operation completed successfully.
    please can you help here?

    I forgot.
    I installed JAVA SDK 1.4.2_09 too
    But when i uninstall it the same error appears...
    But i think Oracle do run with 1.4.2_09 or not?

  • M225dw 49 service error turn off and on

    Just purchased m225dw printer.  installed wireless connection to macbook pro without issue.  recognizes printer but stalls during printing.  message in status bar:  printing:  connected to printer.  tried to print a test page from configuration page and got 49 service error turn on and off.  please help.  

    I really wish I could help but I am afraid this is a bit beyond my level of comprehension.  What I took from this was, you have to turn off the duel band feature to get the printer to work without that error message, correct?  The User Guide may help you but when I tried to read it my mind was blown away by just how many settings could be adjusted to fit your needs.  No need to do anything troulbeshooting-wise just yet.  All I need for you to do is look at page 137 on how to set sleep delay and auto power down functions and page 132 for link and duplex settings and let me know if you think it could be something to do with these.  
    As far as a setting within the router, I do not know.  I did find another user guide with very technical information in it. The Software Technical Reference hinted to bi-directional printing which basically turns off or on the print spooler if the printer was so big it was using up network resources but I am not sure of that at all (see Page 59 for an example). Page 89 and on is a brief introduction to the embedded web server but really these are just definitions, nothing new to report there.
    This website hints that it may be a firmware error. Lastly, the only other thing I can offer as you have probably seen it yourself is another HP forum thread regarding your exact error.  I know I won't be of much assistance but some hopefully is better than none. I'm just glad it works partially.  Let me know if I can answer any questions for you but this is just a step out of my league. Good luck!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • HP Photosmart 7520 unable to connect to web services error

    I've used my HP Photosmart 7520 for years without issue scanning to email.  Now I get "Unable to connect to Web Services" error message.  I've done all the procedures listed in the blog, including changing the manual DNS server configuration and still get the same error.  Help!

    Hi @ajbond77,
    Welcome to the HP Support Forums.  I understand that you are getting a connection error message when attempting to use the scan to email feature of your Photosmart 7520 printer.
    If you have already set a manual IP address and manual DNS servers, then please call HP’s Cloud Services at 1-855-785-2777 if you live in the USA/Canada region. If you live outside the USA/Canada region please click here to find the Technical Support number for your country/region.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

Maybe you are looking for