Multiple issues after upgrading

This forum is for all other ARMv5 devices

Re: Multiple issues after upgrading

Postby Cybertimber2009 » Thu Feb 02, 2012 11:41 pm

I can't tell if skealoha86's advice has helped yet ^^;; at least after doing it it works, but after a reboot, not so much.

I did find why the LED isnt' working...
$this->bbcode_second_pass_code('', '[root@Arch Linux ARM install ~]# proled --help
Error at line 79, file plx/devmem2.c (2) [No such file or directory]
[root@Arch Linux ARM install ~]# proled red
Error at line 79, file plx/devmem2.c (2) [No such file or directory]
[root@Arch Linux ARM install ~]# proled green
Error at line 79, file plx/devmem2.c (2) [No such file or directory]
Error at line 79, file plx/devmem2.c (2) [No such file or directory]
Error at line 79, file plx/devmem2.c (2) [No such file or directory]')

Edit: the tty devices are missing?!
From
$this->bbcode_second_pass_code('', 'Feb 2 18:42:29 localhost init: Id "s0" respawning too fast: disabled for 5 minutes
Feb 2 18:42:29 localhost init: Id "c1" respawning too fast: disabled for 5 minutes
Feb 2 18:42:34 localhost init: Id "c2" respawning too fast: disabled for 5 minutes
')
I found this http://linuxhostingsupport.net/blog/res ... -5-minutes
and when I looked... yes, /dev/tty[123] are all missing... and makedev isn't on our installs by default.
Cybertimber2009
 
Posts: 40
Joined: Wed Jun 08, 2011 9:17 pm

Re: Multiple issues after upgrading

Postby WarheadsSE » Fri Feb 03, 2012 1:19 am

hmm.

I have no `makedev` on my V4 either. ?
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Multiple issues after upgrading

Postby Cybertimber2009 » Fri Feb 03, 2012 1:55 am

Would be useful to recreate the /dev/tty. I used mknod though, but I'm not 100% sure it worked.

Hey can a few people post the results of
$this->bbcode_second_pass_code('', 'ls -l /dev/tty*')
And report wether you've updated recently or not.
Cybertimber2009
 
Posts: 40
Joined: Wed Jun 08, 2011 9:17 pm

Re: Multiple issues after upgrading

Postby pogoman » Fri Feb 03, 2012 3:15 am

$this->bbcode_second_pass_quote('WarheadsSE', 'h')mm.

I have no `makedev` on my V4 either. ?



I have it at /usr/sbin/MAKEDEV
all upper case.
pogoman
 
Posts: 8
Joined: Fri Feb 03, 2012 3:13 am

Re: Multiple issues after upgrading

Postby pogoman » Fri Feb 03, 2012 3:22 am

I have the exact same problem, and both syslog and transmission are running 100% cpu.
I have to kill both of them.

Can someone please help?


EDIT:
the following fixed this issue, delete both of them first.
mknod -m 666 /dev/random c 1 8
mknod -m 666 /dev/urandom c 1 9

$this->bbcode_second_pass_quote('skealoha86', 'I') have the same issue as bharath, same entries in errors.log. This also pops up in errors.log generated by transmission

$this->bbcode_second_pass_code('', 'Jan 27 20:53:02 localhost transmission-daemon[14424]: tr_crypto error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded (crypto.c:113)')

also, this in daemon.log


So these messages are related to the others in errors.log
Last edited by pogoman on Fri Feb 03, 2012 4:56 am, edited 1 time in total.
pogoman
 
Posts: 8
Joined: Fri Feb 03, 2012 3:13 am

Re: Multiple issues after upgrading

Postby skealoha86 » Fri Feb 03, 2012 3:33 am

$this->bbcode_second_pass_quote('Cybertimber2009', 'H')ey can a few people post the results of
$this->bbcode_second_pass_code('', 'ls -l /dev/tty*')
And report wether you've updated recently or not.


Updated recently... here's my output:

$this->bbcode_second_pass_code('', '-rw-r--r-- 1 root root 3 Dec 31 1969 /dev/tty[0-9]*')

That doesn't seem right, but I'm not sure why. Is that regex in the file name?
skealoha86
 
Posts: 14
Joined: Sat Dec 24, 2011 2:13 am
Top

Re: Multiple issues after upgrading

Postby bharath » Fri Feb 03, 2012 3:43 am

Something is definitely broken with udev I think

$this->bbcode_second_pass_code('', '
-rw-r--r-- 1 root root 3 Dec 31 1969 tty[0-9]*
-rw------- 1 root root 512 Dec 31 1969 urandom
')

tty and urandom devices havent been created appropriately.
bharath
 
Posts: 44
Joined: Sun Sep 04, 2011 3:35 pm

Re: Multiple issues after upgrading

Postby jancona » Fri Feb 03, 2012 3:53 am

Based on the posts elsewhere on this thread and this post https://forum.ramhost.us/bbs/viewtopic.php?pid=909#p909, I did the following:
$this->bbcode_second_pass_code('', '
MAKEDEV tty
mknod -m 640 /dev/mem c 1 1
mknod -m 666 /dev/full c 1 7
mknod -m 640 /dev/kmem c 1 2
mknod -m 660 /dev/kmsg c 1 11
mknod -m 640 /dev/port c 1 4
')
That seems to fix the led issue, plus the various tty-related messages in the log.
jancona
 
Posts: 5
Joined: Wed Jul 21, 2010 2:01 pm

Re: Multiple issues after upgrading

Postby bharath » Fri Feb 03, 2012 4:42 am

I dont have MAKEDEV or makedev in my installation :(
bharath
 
Posts: 44
Joined: Sun Sep 04, 2011 3:35 pm

Re: Multiple issues after upgrading

Postby pogoman » Fri Feb 03, 2012 4:46 am

pacman -Sy makedev

$this->bbcode_second_pass_quote('bharath', 'I') dont have MAKEDEV or makedev in my installation :(
pogoman
 
Posts: 8
Joined: Fri Feb 03, 2012 3:13 am
Top

PreviousNext

Return to Community Supported

Who is online

Users browsing this forum: No registered users and 5 guests