Results 1 to 6 of 6

Thread: YAML Erorr + Ptys Error

  1. #1
    Member
    Join Date
    May 2006
    Posts
    42

    Default YAML Erorr + Ptys Error

    Hello.
    2 problems...or so.

    I just updated to the latest cpanel/whm (I was on the edge tree.....still ><), because of a file manager problem, and now I get this error in many places:

    Can't locate YAML/Syck.pm in @INC (@INC contains: /scripts /usr/lib/perl5/5.8.7/i686-linux /usr/lib/perl5/5.8.7 /usr/lib/perl5/site_perl/5.8.7/i686-linux /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at /scripts/cPScript/DataStore.pm line 11.

    Thats for a cPanel update, but I get one with tiny.pm as well.
    I've looked all over the forums, and I really am not sure how to fix it, though I've looked at some cpaddons solutions, I don't see how that can apply here, plus there are about 100 accounts on the server.


    Now the second problem which sometimes occurs - for example when I try to install perl modules in whm - is, "the system has run out of ptys".

    Now I've searched solutions for that, and I've done everything, including running many whm scripts, making sure those dev folders are there with the right permissions, restarted a million times - and the error persists.


    Oh and another problem....cPanel loads blank (whm works thankfully though).

    My plan is not upgrade to the latest current version which seems to be newer than the one I'm running? I'm running:
    WHM 11.1.0 cPanel 11.3.11-E12180
    The latest current tree I see is 11.2.11?
    (Also I have CentOS 4.5)


    Oh and to make matter just a "bit" wore, ssh won't work for some reason. The daemon is running, but every time I try to connect, the connection is refused.
    Though I can run individual commands through a VPS control panel. I can also manage files from there.



    Is there some way I can roll back that update I did today?
    ANY suggestions???
    Last edited by Starcraftmazter; 05-20-2007 at 03:59 PM.

  2. #2
    cPanel Verified Vendor This forum account has been confirmed by cPanel staff to represent a vendor.
    Join Date
    Aug 2003
    Location
    Montreal
    Posts
    26

    Default I am having the same problem

    I am having the same problem when attempting to upgrade to Perl 5.8.8

    At the end of the installation I receive:

    Code:
     
    perlmod--Install done
    Can't locate YAML/Syck.pm in @INC (@INC contains: /scripts /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7/i686-linux /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.6.2 /usr/lib/perl5/site_perl .) at /scripts/cPScript/DataStore.pm line 11.
    BEGIN failed--compilation aborted at /scripts/cPScript/DataStore.pm line 11.
    Compilation failed in require at /scripts/cPScript/Config.pm line 12.
    BEGIN failed--compilation aborted at /scripts/cPScript/Config.pm line 12.
    Compilation failed in require at /scripts/cPScript/cPanelFunctions.pm line 19.
    BEGIN failed--compilation aborted at /scripts/cPScript/cPanelFunctions.pm line 19.
    Compilation failed in require at /scripts/magicloader line 9.
    BEGIN failed--compilation aborted at /scripts/magicloader line 9.
    I think it has something to do with the GCC compiler. This is a Virtuozzo VPS running Fedora 4.

  3. #3
    cPanel Staff cPanelNick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,793

    Default

    Quote Originally Posted by canfone View Post
    I am having the same problem when attempting to upgrade to Perl 5.8.8

    At the end of the installation I receive:

    Code:
     
    perlmod--Install done
    Can't locate YAML/Syck.pm in @INC (@INC contains: /scripts /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7/i686-linux /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.6.2 /usr/lib/perl5/site_perl .) at /scripts/cPScript/DataStore.pm line 11.
    BEGIN failed--compilation aborted at /scripts/cPScript/DataStore.pm line 11.
    Compilation failed in require at /scripts/cPScript/Config.pm line 12.
    BEGIN failed--compilation aborted at /scripts/cPScript/Config.pm line 12.
    Compilation failed in require at /scripts/cPScript/cPanelFunctions.pm line 19.
    BEGIN failed--compilation aborted at /scripts/cPScript/cPanelFunctions.pm line 19.
    Compilation failed in require at /scripts/magicloader line 9.
    BEGIN failed--compilation aborted at /scripts/magicloader line 9.
    I think it has something to do with the GCC compiler. This is a Virtuozzo VPS running Fedora 4.


    /scripts/perlinstaller --force YAML::Syck

  4. #4
    Member
    Join Date
    May 2006
    Posts
    42

    Default

    I wish I could do that, but I can't due to the ptys error ><

  5. #5
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    10,122
    cPanel/WHM Access Level

    Root Administrator

    Default

    Downgrade cPanel via WHM then. Seems your problems are related to the upgrade of course. Sticking with EDGE isn't going to get any easier.

  6. #6
    Member
    Join Date
    May 2006
    Posts
    42

    Default

    Quote Originally Posted by Infopro View Post
    Downgrade cPanel via WHM then. Seems your problems are related to the upgrade of course. Sticking with EDGE isn't going to get any easier.
    I'd love to - please tell me how

    Also, this is what /dev looks like. Seems to me, it's missing 50 things >_>
    http://img520.imageshack.us/img520/8...eenshotjj8.png

Similar Threads

  1. Yaml.lock Error
    By AaRAdyOcU in forum cPanel & WHM Discussions
    Replies: 4
    Last Post: 09-25-2009, 07:10 AM
  2. The system has no more ptys
    By senigor in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 09-11-2004, 12:24 PM
  3. No more ptys!
    By sketchified in forum cPanel & WHM Discussions
    Replies: 21
    Last Post: 04-10-2004, 06:23 PM
  4. The system has no more ptys.
    By ThunderHostingDotCom in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 04-09-2004, 01:38 PM
  5. Erorr on WHM
    By shann in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 02-20-2003, 12:55 PM