Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
openpty failed: 'out of pty devices'
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Thu Feb 05, 2015 9:02 pm    Post subject: Reply with quote

NeddySeagoon,

Believe or not - now I have the same problem in my desktop...
I am afraid it has to do with distcc - I just have updated my desktop's system with distcc -
same as it was with the laptop after distcc updating

I have only one desktop left for connection with the @world...
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54638
Location: 56N 3W

PostPosted: Thu Feb 05, 2015 9:04 pm    Post subject: Reply with quote

pmam,

The eix man page says
Code:
 [U?] == foo/bar (1.1(1)@01.01.2009; 1.1(1) -> 2.0(2)): description"
The status of package B<foo/bar> has changed in the tree (for your settings):
The symbols on the left mean that a slot you have installed can be upgraded (without modifying masks/keywords),
and that another slot you have installed was removed/masked.


So [?] means [that] ... another slot you have installed was removed/masked. Thats odd, it should say [I] sys-fs/udev-init-scripts.

How are you booting the system to run eix?
With udev not working, you have no auto anything. As long as you check that all of your filesystems are mounted, it will be safe to
Code:
emerge -1 sys-fs/udev-init-scripts


To test if you overlooked etc-update, run it again. If there is nothing to do, its been done already.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Thu Feb 05, 2015 9:15 pm    Post subject: Reply with quote

Code:
emerge -1 sys-fs/udev-init-scripts

It says that sys-apps/openrc-0.13 is blocking sys-fs/udev-int-scripts-27
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54638
Location: 56N 3W

PostPosted: Thu Feb 05, 2015 9:49 pm    Post subject: Reply with quote

pmam,

I get
Code:
# emerge -pv =sys-apps/openrc-0.13.8 =sys-fs/udev-init-scripts-27

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] sys-apps/openrc-0.13.8 [0.13.6] USE="ncurses netifrc pam unicode -debug -newnet (-prefix) (-selinux) -static-libs -tools" 148 KiB
[ebuild   R    ] sys-fs/udev-init-scripts-27  0 KiB


There is no openrc-0.13 in the tree, according to eix :)
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Thu Feb 05, 2015 9:58 pm    Post subject: Reply with quote

so what to do? need to emerge it again?
can you please write the exact command?
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54638
Location: 56N 3W

PostPosted: Thu Feb 05, 2015 10:11 pm    Post subject: Reply with quote

pmam,

I am running testing and I would use
Code:
emerge -1 =sys-apps/openrc-0.13.8 =sys-fs/udev-init-scripts-27
to emerge both.
If you have stable, you may find that those versions are masked for you.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Thu Feb 05, 2015 10:41 pm    Post subject: Reply with quote

Dear NeddySeagoon,

You are great! It is working :D
I did this command:
Code:
emerge -1 =sys-apps/openrc-0.13.8 =sys-fs/udev-init-scripts-27

And it run without any 'masked messages' - Though I have stable system.
I did it also for the desktop and at the end I got a message of etc updating -
etc-update says that /etc/rc.conf need to be updated with 'rc_logger=YES' -
No problem to do it?

Can you please explain me if this problem was my fault or system's bug?

BTW: I do not know why auto-spelling in Gentoo's forum stop working in the laptop?

This massage was sent by my laptop :)

Thanks a lot
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54638
Location: 56N 3W

PostPosted: Thu Feb 05, 2015 10:59 pm    Post subject: Reply with quote

pmam,

I cannot tell if there was a bug and its been fixed by an ebuild change or if it was something you did.
There have been several cases of udev not starting over the past few weeks, all fixed but nobody posted clear solutions.

Does your update say
Code:
#rc_logger="YES"
Notice the #. That means that this is a comment.
It is safe to add comments.

Spell checking is provided by your web browser, not by the forums, so its something your end.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Thu Feb 05, 2015 11:29 pm    Post subject: Reply with quote

NeddySeagoon,

No comment sign - It is like that:
Code:
-rc_logger="YES"

There is '-' before, but not # - I guess '-' is for marking the change -
can I update this change?

Thanks
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
pmam
Veteran
Veteran


Joined: 30 Dec 2013
Posts: 1145

PostPosted: Fri Feb 06, 2015 6:33 am    Post subject: Reply with quote

NeddySeagoon,

Here the entire file that etc-update ask for updating - Please advise if to choose option no. 1 or 2?
Code:
1) Replace original with update
2) Delete update, keeping original as is

Code:
Showing differences between /etc/rc.conf and /etc/._cfg0000_rc.conf
--- /etc/rc.conf        2014-10-05 14:44:29.363892723 +0300
+++ /etc/._cfg0000_rc.conf      2015-02-06 00:13:54.917002123 +0200
@@ -45,12 +45,16 @@
 # /var/log/rc.log
 # NOTE: Linux systems require the devfs service to be started before
 # logging can take place and as such cannot log the sysinit runlevel.
-rc_logger="YES"
+#rc_logger="YES"
 
 # Through rc_log_path you can specify a custom log file.
 # The default value is: /var/log/rc.log
 #rc_log_path="/var/log/rc.log"
 
+# If you want verbose output for OpenRC, set this to yes. If you want
+# verbose output for service foo only, set it to yes in /etc/conf.d/foo.
+#rc_verbose=no
+
 # By default we filter the environment for our running scripts. To allow other
 # variables through, add them here. Use a * to allow all variables through.
 #rc_env_allow="VAR1 VAR2"
@@ -73,6 +77,10 @@
 #rc_crashed_stop=NO
 #rc_crashed_start=YES
 
+# Set rc_nocolor to yes if you do not want colors displayed in OpenRC
+# output.
+#rc_nocolor=NO
+
 ##############################################################################
 # MISC CONFIGURATION VARIABLES
 # There variables are shared between many init scripts
@@ -86,7 +94,7 @@
 
 # Below is the default list of network fstypes.
 #
-# afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs
+# afs ceph cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs
 # nfs nfs4 ocfs2 shfs smbfs
 #
 # If you would like to add to this list, you can do so by adding your


Thanks
_________________
“You can take our property, our sweet homes, even our cloths...
But don't touch the streets, Ah, That's NO, NO, NO!
The streets are our @world's compilable kernel ...”
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54638
Location: 56N 3W

PostPosted: Fri Feb 06, 2015 5:03 pm    Post subject: Reply with quote

pmam,

This is standard diff output.
Code:
@@ -45,12 +45,16 @@
are line nubers.
Code:
 # /var/log/rc.log
 # NOTE: Linux systems require the devfs service to be started before
 # logging can take place and as such cannot log the sysinit runlevel.
is three lines of context, that will not be changed.
Code:
-rc_logger="YES"
+#rc_logger="YES"
is the change.
The prefix '-' means thah the tine is to be removed.
The prefix '+' means that the line is to be added.
Then there is sone more context following the change.

What do you think the proposed changes do and why?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum