[SOLVED] Plymouth 0.9.2-2 prevents GDM/KDM from loading; flickers.

Hello everyone.
I just upgraded to systemd 219 (April 19, 2014) and now my system is not usable. After a reboot I am shown the Plymouth splash screen I have installed and prompted to type in my password to decrypt the disk. After doing so, the boot screen begins to flicker between the arch logo and "starting system 219" at the top left hand of the screen. GDM is never reached (at least graphically). I tried working in the dark and waiting a bit then typing my password as if gdm were displayed and hitting enter. After doing so the flickering stops but it sets on the arch logo from the Plymouth boot screen.
ctrl+alt F2/3/4 etc do nothing.
Any suggestions?
Last edited by jmanes (2015-04-20 02:05:47)

Hello everyone. I found the issue!
It turns out it was NOT systemd but plymouth (I think). I installed the latest plymouth via yaourt and after disabling plymouth the system would boot fine. After more digging it turns out the latest plymouth version (0.9.2-2) does NOT supply plymouth-gdm.service, so I went back to the regular gdm.service. After doing so plymouth works and the system loads just fine.
jmanes@thinkpad-x200 [~]$ sudo systemctl enable plymouth-gdm
Failed to execute operation: No such file or directory
jmanes@thinkpad-x200 [~]$ pacman -Qs plymouth
local/plymouth 0.9.2-2
A graphical boot splash screen with kernel mode-setting support
local/plymouth-theme-arch-logo 0.1-2
Arch-logo is a remake of ubuntu-logo plymouth
jmanes@thinkpad-x200 [~]$
I'm going to head over to the wiki and add this info.
Scratch that. The service is gdm-plymouth not plymouth-gdm. I'm going to re-enable gdm-plymouth and see if it breaks again. Will report back.
Last edited by jmanes (2015-04-20 02:09:25)

Similar Messages

  • How to prevent the User from loading more than one seq file?

    Hi,
    I would like to prevent the tester operator from loading more than one test sequence.  Any ideas how to do it?
    Thanks
    Rafi

    Hi Marty,
    Marty_H wrote:
    Hello mhousel,
    Testexec.exe by default loads the sequence files that were last open when it runs.  It is often desired behavior to have multiple sequence files load automatically. 
    [Mark Housel] Maybe for some but certainly not for me. 
    This should be easily handled by TestStand without any problems.  What do you mean by "chaos ensues"? 
    Certainly Teststand doesn't care a bit how many sequences are open.  But, when my sequences open they initialize HW of the ATE associated with
    that sequence file during the sequenceFileLoad callback.  e.g. I allocate TELNET handles to a terminal
    server that connects to multiple console within the system and als for
    the UUT.
    If a second sequence opens it knows nothing about the other sequence and again tries to open a TELENT session to the same port of the
    terminal server and obviously fails, so my sequence reports that it
    can't properly initialize the ATE HW.  Bad juju!
    Are your sequence files set to run automatically when they are loaded?
    I guess so.  Other than the trick of logging in as the special noExecution user and having special code in my sequence and modified Process Model I have no idea how to prevent a sequence fronm "runnin" when opened.
    If you want to prevent Testexec.exe from loading multiple files, you should be able to close out one of the open files when it loads and that sequence file should not load in the future.  I hope that helps.
    The trick I read somewhere else of modifying the Testexec.uir file to never re-load a sequence file automatically seemes to have covered up solved the problem.
    Thanks,
    Mark

  • Can't prevent unwanted toolbar from loading in Acrobat Pro 9

    I downloaded an evaluation copy of EverMap AutoBookmark plug-in.  I prefer not to automatically open toolbars that I don't use regularly when first opening Acrobat, but I can't keep the AutoBookmark toolbars from loading, even if I uncheck those particular toolbars.  EverMap support claims that it is a problem in Acrobat.  I have also had the same issue with a free plug-in from the Acrobat for Legal Professionals site. Plug-ins work fine, but I can't prevent the toolbars from loading on startup.
    Anyone else experience this issue?

    Sometimes it is simplest to simply enter the Acrobat folder and move the plugins that are a problem. Just copy then to a backup so you can put them back when you need them. I think that the presence or absence of the plugins is all that Acrobat needs.

  • An error prevented the view from loading

    I'm using SQL Server 2012 Express and I'm building a report with one table.  I dragged and dropped two data set elements into the table that has two columns (Product Name and Product Description).  Both the dataset elements have
    a data type of varchar (50) in SQL Server 2012 Express.  The table with those two elements is the only data I have in Design view.  When I click on Preview, the Preview screen states 'An error prevented the view from loading.'.  This is difficult
    to diagnose, because in the Error List there are '0 Errors', '0 Warnings', and '0 Messages'.  I would like help understanding if there is another error log I can observe to understand the issue, or if there are basic SQL Server 2012 Express Reporting
    Services debugging techniques.  Please help.  Thank you,
    Additionally, when I run the query in SQL Server 2012 Express and Reporting Services Query Designer the query results are correct.
    Also, when I click the start debugging button, the report displays and I can export it to pdf, however the Previous still displays the error.

    Well, funny stuff.  I shut the solution down yesterday, then I booted my computer today and started the solution AND JUST LIKE MAGIC....it works.  I can't explain it.  Persistence pays, that's the answer sometimes.

  • Prevent iPhone Mail from loading images in HTML e-mails

    Hello there!
    Is it possible to prevent iPhone Mail from loading images in e-mails?
    If yes, where can I change those settings?
    Cheers,
    Thomas

    Ian, thanks for your quick reply.
    I just hope Apple is going to build this feature into one of the next firmware updates, since from my point of view this is not only a security concern, but could turn out quite expensive if you are on a bad price plan.

  • Preventing Desktop Mananger from loading at startup

    Hi
    I am running Vista and the latest version of BB Desktop Manager on my laptop.
    Sometimes, I need to be up and running quickly, but DM takes ages to load on my laptop and prevents other programs from starting too.
    Is there a way to set DM so that it only starts when I want it to - not when Windows starts?
    Any help appreciated!
    Solved!
    Go to Solution.

    This option comes while installing Desktop Manager. You need to modify installing option from Add/Remove programs of you computer. There you'll find Modify option and then go to Repair Desktop Manager. Uncheck the start up option.
    Another way is modifying Startup process of the windows by using msconfig command.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Prevent Startup Form from Loading using Command Line Arguments

    Hi there
    I'm developing a VB.NET windows forms application in VS2013.
    The application will have 2 ways of being executed, one being by the user manually and the other being automated by the task scheduler.
    When executed by the task scheduler, command line arguments will be used so that the application is aware that it is being run automatically and not by a user.
    My problem is that I want the startup form to load when run by a user but I don't want it to load when it is run automatically, I just want to execute code.
    Is it possible to prevent the startup form from loading by using the commandline arguments from the MyApplication_Startup event?
    Cheers

    Hi Aureuz,
    >>Is it possible to prevent the startup form from loading by using the commandline arguments from the MyApplication_Startup event
    It is impossible to accomplish it in the MyApplication_Startup event, we can use Form.Shown event:
    #Form.Shown Event
    http://msdn.microsoft.com/en-us/library/system.windows.forms.form.shown(v=vs.110).aspx
    If we start a form by using the commandline arguments, the count of CommandLineArgs will be above one, if so, use Me.Hide() method to hide this form.
    Private Sub Form1_Shown(sender As Object, e As EventArgs) Handles MyBase.Shown
    Dim args As String() = Environment.GetCommandLineArgs()
    If args.Count > 1 Then
    Me.Hide()
    Else
    Me.Show()
    End If
    End Sub
    You can also uncheck "Enable application framework" on the project properties application tab and select your startup object to a module object:
    Module Module1
    Sub Main()
    Dim args As String() = Environment.GetCommandLineArgs()
    If args.Count > 1 Then
    'Run your background code
    Else
    Dim f As New Form1
    f.ShowDialog()
    End If
    End Sub
    End Module
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Preventing Startup Items From Loading

    How do I get the startup items to not load in OS 10.8.5? I've upgraded and now when I press the Shift key after I login to an account it doesn't prevent the startup items from loading. What key(s) do I press to prevent the startup items from loading in Mountain Lion?
    Thanks

    Are you trying to boot into the Safe Mode? If not, why don't you want the startup items to load? More information about what you are trying to do would help.
    Safe Mode - About
    Safe Mode

  • Prevent Plug-In From Loading/Running

    Hi Folks,
    What is the recommended way to prevent a plug-in from loading (CS3 and CS4, Mac and Win)? I'm releasing a pre-release build of a plug-in, and I want it to expire after a certain date. When the user starts up ID or IC after the expiration date, I want to pop up an alert and inform the user that the pre-release has expired, and then not load the plug-in.
    Another way to do this would be for me allow the plug-in to load, but disable all of the UI, but I would rather just not allow it to load at all.
    Thanks in advance for any help!
    -- Jim

    Ages ago ...
    ID3SDK/docs/references/sdkdocs/api/classPlugIn.html#a3
    Called when the application loads the plug-in.
    Typically a plug-in that needs to do some action at startup should use IStartupShutdownService. The plug-in should override Load only if there is some global state which, if missing, would cause the plug-in to be useless.
    Returns:
    bool16 kTrue if plug-in loaded OK, false otherwise.
    This never worked correctly, some of the resources would still load and cause defunct menu items etc. Instead of fixing the feature, the comment was adjusted. :(
    I fear you're stuck with locked UI.
    Dirk

  • How to prevent recalcitrant programs from loading

    After a reboot I have one program that continues to load at start-up even after I am sure it is 1) not in the "login Items" window in preferences, 2) is not set to "open at login," and 3) I have quit the program before re-boot. Can anyone tell me what else I can do to prevent the program from opening at login. I am set as current (and only) user and adminstrator. I have searched Library for clues, but found none.
    Thanks,
    Fred Wolfe

    ...now that i've found it, i'd have to agree with the
    last thread's advice to not worry about it, except
    for one exception: when my app is executed, it checks
    for a settings file. if not present, it initiates
    these settings (asks the user to setup a password,
    etc). if a second instance were loaded, the potential
    exists, depending on which instance were closed
    first, for the user to unknowingly save over their
    initial program setup.
    any suggestions for getting around that?
    Perhaps you can create the settings file as a place holder when the program detects that it isn't there, either empty or with default values. Get the user input and overwrite the place holding file.
    Subsequent executions, or a second execution on the same desktop, "see" the settings file exists and skip that portion.

  • Prevent multiple tabs from loading on login

    25-29 tabs of sites I previously opened all try to load when I log in, which slows the opening and ability to use Firefox. How do I prevent that from happening?

    You need to change your profile so that on opening you get a pre-chosen home page or a blank page.
    The easiest way to do this is with the 'menu bar' visible
    Tools -> Options -> General
    That leads to a 'startup' dialogue including 'When firefox starts'
    Chose the option for a blank page or a home page, instead of previous tabs.
    See [[Options window - General panel]]

  • Time Capsule preventing one website from loading???

    I maintain my high school's alumni website. I had no problems accessing it I prior to purchasing my Time Capsule. I was using a Linksys router prior to this. After adding the TC, I cannot access the website. If I unplug the TC and connect my cable modem directly to my iMac, I can access the site, but as soon as I put the TC back in, it won't display the site. I have the problem with both my MacBook (connecting wirelessly) and iMac (wired). But if I take the MacBook to Starbucks, I can connect to the site with no problem. So I have to believe it's a setting in the TC. When I connect to my company's VPN, I can hit the site (since it uses corporate DNS and such). Any ideas. I've looked at the various settings in the TC a hundred times, but nothing seems wrong. Also, I have not had a single other website give me any access problems. Simply one site, so far. But it's been this way for over a week now.

    Just did another test by reverting back to my Linksys router (i.e. took out the Time Capsule from the picture entirely). I can reach the site with no problem from all my computers. As soon as I resume use of the TC, the sites cannot be reached again. I also downgraded the TC firmware to 7.4.1 but this did not solve the problem either. So I returned it 7.4.2. Ugh. I guess I'll just live with it and do the website maintenance from my work computer thru VPN.

  • Preventing PHP script from loading the actual page

    In my ActionScript 2 code it send the data to a php script but then loads the actual script into the browser which just shows a blank page. I don't want to load the processing script into the browser at all. How do I prevent this?
    Here's my actionscript:
    var submitListener:Object = new Object();
    submitListener.click = function(evt:Object) {
    fname2 = fname.text;
    lname2 = lname.text;
    var send_lv:LoadVars = new LoadVars();
    send_lv.fname = fname.text;
    send_lv.lname = lname.text;
    send_lv.email = email.text;
    send_lv.dept = dept.text;
    send_lv.campus = campus.text;
    send_lv.uaid = uaid.text;
    send_lv.phone = phone.text;
    send_lv.send("http://distance.uaf.edu/ferpa/process.php", "POST");
    gotoAndStop("certificate");
    submit_button.addEventListener("click", submitListener);

    create a 2nd lv instance, use the sendAndLoad() method applied to send_lv and use your 2nd lv instance as the sendAndLoad() 2nd parameter:
    var receiveLV:LoadVars=new LoadVars()
    send_lv.sendAndLoad("xxxx.php",receiveLV,"POST");
    p.s.  if you want to parse the return from your php script, use the onLoad() or onData() methods applied to receiveLV.

  • When I first startup firefox I automatically get a web page displayed that I cannot exit from. I move the firefox page to another workspace to get rid of it. How do I prevent this webpage from loading ?

    web page automatically loads up each time and the exist bottom is disabled on the screen.

    Maybe your problem is caused by that particular add-on?
    I use the Print/Print Preview add-on and have never had that happen. <br />https://addons.mozilla.org/en-US/firefox/addon/printprint-preview/

  • Problem w chrome registration failure when starting up mozilla from desktpo icon which prevents all updates from loading

    Have to close chrome registration window 3 to 4 times before I
    successfully get into mozilla home page
    I recently installed the latest version 3.6 3.7 and get the same problem

    Have to close chrome registration window 3 to 4 times before I
    successfully get into mozilla home page
    I recently installed the latest version 3.6 3.7 and get the same problem

Maybe you are looking for

  • Playing Videos from iPhoto in any other player than Quicktime

    Hi, is there any way to make iPhoto open video files in anything but Quicktime X. I'd prefer them all starting in VLC. Setting VLC as the default player for all .MPG files works when selecting the files in Finder, yet iPhoto will still try and start

  • In FCE can I use timecode to be displayed on the movie frame?

    Hi, I would like to know if FCE has the capability of displaying a timecode such as 00:00:00 om the frame or another words on the movie say in the right lower section of the picture? Also can it be set to zero at any point I choose to show a certain

  • Problem in creating dialog (IDialog::CreateNewDialog)

    Hi All, When trying to create a dialog as follows: IDialog* dialog = dialogMgr->CreateNewDialog(dialogSpec, IDialog::kMovableModal) I get the following two asserts subsequently when the above line is executed in InDesign CS5 debug version: assert1->

  • Issues loading .txt files from server...

    Hi. I have an issue with a script I created that loads text strings from a file on my server. The swf file loads a message from a .txt file, displays it in an animation when the animation finishes it loops back to the start and loads the next message

  • HOW TO: View users currently using my shared music on LAN

    Is it possible to see a list of the users that are currently accessing my music share?