Multiple issues after upgrading

This forum is for all other ARMv5 devices

Re: Multiple issues after upgrading

Postby skealoha86 » Fri Feb 03, 2012 5:20 am

$this->bbcode_second_pass_quote('pogoman', 'E')DIT:
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


Thanks! That fixed Transmission.
skealoha86
 
Posts: 14
Joined: Sat Dec 24, 2011 2:13 am

Re: Multiple issues after upgrading

Postby bharath » Fri Feb 03, 2012 5:40 am

I did the MAKEDEV and mknod now I have pogo that has its led blinking permanently and I am unable to get to it over ssh.
bharath
 
Posts: 44
Joined: Sun Sep 04, 2011 3:35 pm

Re: Multiple issues after upgrading

Postby Cybertimber2009 » Fri Feb 03, 2012 4:26 pm

$this->bbcode_second_pass_quote('skealoha86', '')$this->bbcode_second_pass_quote('Cybertimber2009', 'H')ey can a few people post the results of
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?
Yes it is, and no, I don't think it should be there. At least it is a file and not a character device.
I did find that mknod will fix it, but I'm looking for someone with an un-updated pogo to post so I can write the right syntax.

PS Pogoman: Thanks for finding that!
Cybertimber2009
 
Posts: 40
Joined: Wed Jun 08, 2011 9:17 pm
Top

Re: Multiple issues after upgrading

Postby Philoo » Sat Feb 04, 2012 5:08 am

$this->bbcode_second_pass_quote('Cybertimber2009', '
')I did find that mknod will fix it, but I'm looking for someone with an un-updated pogo to post so I can write the right syntax.

PS Pogoman: Thanks for finding that!


Ready and able. I did a run on my own first and focussed on the /dev/tty* . The /dev/tty* are replaced at the next reboot after the upgrade, and this happens concurrently to the ssh connection error message "PTY allocation request failed on channel 0".
Also it seems that most of the devices are affected, like random and urandom (security / crypto anyone ?). unfortunately I did find that AFTER I rebooted. Anyway here is a quick snapshot of the ttys:

$this->bbcode_second_pass_code('', 'crw-rw-rw- 1 root tty 5, 0 Dec 31 1969 /dev/tty
crw--w---- 1 root tty 4, 0 Dec 31 1969 /dev/tty0
crw-rw---- 1 root tty 4, 1 Feb 3 22:14 /dev/tty1
crw--w---- 1 root tty 4, 10 Dec 31 1969 /dev/tty10
crw--w---- 1 root tty 4, 11 Dec 31 1969 /dev/tty11
crw--w---- 1 root tty 4, 12 Dec 31 1969 /dev/tty12
crw--w---- 1 root tty 4, 13 Dec 31 1969 /dev/tty13
crw--w---- 1 root tty 4, 14 Dec 31 1969 /dev/tty14
crw--w---- 1 root tty 4, 15 Dec 31 1969 /dev/tty15
crw--w---- 1 root tty 4, 16 Dec 31 1969 /dev/tty16
crw--w---- 1 root tty 4, 17 Dec 31 1969 /dev/tty17
crw--w---- 1 root tty 4, 18 Dec 31 1969 /dev/tty18
crw--w---- 1 root tty 4, 19 Dec 31 1969 /dev/tty19
crw-rw---- 1 root tty 4, 2 Feb 3 22:14 /dev/tty2
crw--w---- 1 root tty 4, 20 Dec 31 1969 /dev/tty20
....
crw--w---- 1 root tty 4, 62 Dec 31 1969 /dev/tty62
crw--w---- 1 root tty 4, 63 Dec 31 1969 /dev/tty63
crw--w---- 1 root tty 4, 7 Dec 31 1969 /dev/tty7
crw--w---- 1 root tty 4, 8 Dec 31 1969 /dev/tty8
crw--w---- 1 root tty 4, 9 Dec 31 1969 /dev/tty9
crw-rw---- 1 root tty 4, 64 Feb 3 22:14 /dev/ttyS0
crw-rw---- 1 root uucp 4, 65 Dec 31 1969 /dev/ttyS1
')

Now I'm going to catch some sleep. If you need additional info/test on a pre upgrade system just say (or rather post) the words I'll do it.
Philoo
 
Posts: 102
Joined: Wed Aug 10, 2011 9:20 pm
Top

Re: Multiple issues after upgrading

Postby bharath » Sun Feb 05, 2012 3:53 am

I am not sure if this is helpful. I had a backup of my usb filesystem before this upgrade. I have using it to debug to figure out which package on installing causes things to break. After tinkering around for sometime I finally figured out for some reason initscripts-2012.01.3-1 and udev-oxnas have issues which causing things to break. I was wondering if someone had a copy of initscripts-2011.07.3-1 that I can get a hold off. I dont have it my package cache.
bharath
 
Posts: 44
Joined: Sun Sep 04, 2011 3:35 pm

Re: Multiple issues after upgrading

Postby skealoha86 » Sun Feb 05, 2012 4:06 am

$this->bbcode_second_pass_quote('bharath', 'I') was wondering if someone had a copy of initscripts-2011.07.3-1 that I can get a hold off. I dont have it my package cache.


Here's another one for you, bharath :D : http://dl.dropbox.com/u/9633267/initscr ... pkg.tar.xz

I'm using the SATA port on the PogoPlug Pro, and the combination of steps above has fixed the majority of issues on my plug - if anything else is borked, I haven't noticed it yet...
skealoha86
 
Posts: 14
Joined: Sat Dec 24, 2011 2:13 am
Top

Re: Multiple issues after upgrading

Postby bharath » Sun Feb 05, 2012 7:56 pm

Thanks for the package. As long as I dont upgrade initscripts to the latest I am good, I am able to upgrade udev-oxnas as well and everything works like it did before this upgrade nightmare.
bharath
 
Posts: 44
Joined: Sun Sep 04, 2011 3:35 pm

Re: Multiple issues after upgrading

Postby chaskito » Sun Feb 05, 2012 9:03 pm

I am having a number of issues after the update as well. I have followed all instructions and am thankful that I can ssh in. Automount is shot and I have tried downgrading but get the following error...

$this->bbcode_second_pass_code('', '
[...] # pacman -U /var/cache/pacman/pkg/udev-oxnas-175-1-arm.pkg.tar.xz
loading packages...
warning: downgrading package udev-oxnas (180-1 => 175-1)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: mkinitcpio: requires udev>=177-1
')

Any help appreciated, I am sure there is something simple I am missing. My poor pogo pro is staggering!
cheers -
chaskito
 
Posts: 26
Joined: Sun Feb 27, 2011 8:50 pm

Re: Multiple issues after upgrading

Postby Cybertimber2009 » Sun Feb 05, 2012 10:47 pm

I can confirm that
$this->bbcode_second_pass_code('', 'pacman -U /var/cache/pacman/pkg/initscripts-2011.07.3-1-arm.pkg.tar.xz')
Restored LED functionality as well as restoring all of the /dev/tty[0-63] and ttyS[0-1] for me.

That was the only downgrade that I did.
Cybertimber2009
 
Posts: 40
Joined: Wed Jun 08, 2011 9:17 pm

initscripts

Postby chaskito » Mon Feb 06, 2012 10:05 pm

I don't seem to have initscripts-2011.07.3-1-arm.pkg.tar.xz in my cache, and no luck doing a search of the "alarm" repository index.

Can someone possibly link the package so we can try the downgrade? Thanks!
chaskito
 
Posts: 26
Joined: Sun Feb 27, 2011 8:50 pm

PreviousNext

Return to Community Supported

Who is online

Users browsing this forum: No registered users and 5 guests