Huge Log files

This forum is for all other ARMv5 devices

Re: Huge Log files

Postby mungustus » Wed Jun 15, 2011 8:00 pm

It's my first post in this forum. Sorry to bump to this thread, but I didnt find anything on sheva/guru one.
I own a Guruplug and after I upgraded the Debian system and my network configuration stopped working.

Connecting a jtag to my plug and having like remote hands, watching the whole boot process. All I see is udevd spam like crazy about cannot ctrl connection, and the system doesnt normally boot.

My Debian instalation is on SD card.

BUT Maybe you'll have some suggestions?
Last edited by mungustus on Wed Jun 15, 2011 8:06 pm, edited 1 time in total.
mungustus
 
Posts: 1
Joined: Wed Jun 15, 2011 7:50 pm

Re: Huge Log files

Postby kmihelich » Wed Jun 15, 2011 8:02 pm

This forum is for Arch Linux ARM/Arch Linux ARM support, not Debian.
Arch Linux ARM exists and continues to grow through community support, please donate today!
kmihelich
Developer
 
Posts: 1133
Joined: Tue Jul 20, 2010 6:55 am
Location: aka leming #archlinuxarm

Re: Huge Log files

Postby xenoxaos » Sat Jun 25, 2011 3:43 am

There may be a fix on the way to give the older kernel the necessary functions to make udev work properly. Thank you all for your patience in fixing this issue.
-xeno
Arch Linux ARM exists and continues to grow through community support, please donate today!
xenoxaos
Developer
 
Posts: 323
Joined: Thu Jan 06, 2011 1:45 am

Re: Huge Log files

Postby tritron » Sat Jun 25, 2011 5:15 am

I get this error udev unable to recive ctrl connection function not implemented so you mean back port willsolvethatissueon pogoplug pro
tritron
 
Posts: 83
Joined: Thu Jun 16, 2011 7:16 pm

Re: Huge Log files

Postby Medved » Sat Jun 25, 2011 8:34 am

Quick worarround - kill all udevd processes as soon as your system is up:
$this->bbcode_second_pass_code('', 'pkill udevd')
That leaves you without autodetect/automount functionallities given by udev rules, but it's OK as long as you don't plug an external device. Yup, it sucks...
Medved
 
Posts: 3
Joined: Sun Jun 12, 2011 5:44 pm

Re: Huge Log files

Postby xenoxaos » Sat Jun 25, 2011 12:06 pm

$this->bbcode_second_pass_quote('tritron', 'I') get this error udev unable to recive ctrl connection function not implemented so you mean back port willsolvethatissueon pogoplug pro


Yes, everyone with the Oxnas SoC is getting these errors. Killing udev is only a mediocre temporary fix. We may have implemented what udev is looking for in the newer kernels into the older kernel on the 7820. If it works, we'll be slowly rolling it out once all the bugs are worked out of the upgrade procedure.
Arch Linux ARM exists and continues to grow through community support, please donate today!
xenoxaos
Developer
 
Posts: 323
Joined: Thu Jan 06, 2011 1:45 am

Re: Huge Log files

Postby Cybertimber2009 » Sun Jun 26, 2011 2:15 am

$this->bbcode_second_pass_quote('Medved', 'Q')uick worarround - kill all udevd processes as soon as your system is up:
$this->bbcode_second_pass_code('', 'pkill udevd')
That leaves you without autodetect/automount functionallities given by udev rules, but it's OK as long as you don't plug an external device. Yup, it sucks...

I have a better fix...

$this->bbcode_second_pass_code('', 'killall udev
/sbin/udevd --daemon
/sbin/udevadm trigger --action=add --type=subsystems
/sbin/udevadm trigger --action=add --type=devices
')

Once the service/daemon is restarted, it's fine.
I created a little script that handles this nicely (and at some point I'd like to figure out how to make it run after boot)

$this->bbcode_second_pass_code('', 'echo "Preparing to kill udevd"
killall udevd
sleep 3
echo "DONE"
echo " "
sleep 1
echo "Restarting udevd"
/sbin/udevd --daemon
sleep 2
/sbin/udevadm trigger --action=add --type=subsystems
sleep 2
/sbin/udevadm trigger --action=add --type=devices
echo " "
sleep 2
echo "udevd restarted, and prepared to add devices to the system"
')
Cybertimber2009
 
Posts: 40
Joined: Wed Jun 08, 2011 9:17 pm

Re: Huge Log files

Postby elementz » Thu Jun 30, 2011 5:52 pm

I noticed that udev has been updated in the repository.
Has this issue been fixed already?
Along the same lines; is there a bugtracker for archlinuxarm (or plans to integrate one at some point) available somewhere?
elementz
 
Posts: 8
Joined: Tue May 31, 2011 10:23 pm

Re: Huge Log files

Postby WarheadsSE » Thu Jun 30, 2011 6:33 pm

the accept4 is not a udev issue. it is a Kernel issue.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Huge Log files

Postby tritron » Sat Jul 02, 2011 5:37 am

tritron
 
Posts: 83
Joined: Thu Jun 16, 2011 7:16 pm

PreviousNext

Return to Community Supported

Who is online

Users browsing this forum: No registered users and 5 guests