![]() |
2008-07-04
, 00:36
|
|
Posts: 49 |
Thanked: 13 times |
Joined on Dec 2007
@ Texas
|
#2
|
![]() |
2008-07-04
, 10:10
|
|
Posts: 87 |
Thanked: 1 time |
Joined on Mar 2006
|
#3
|
![]() |
2008-07-04
, 10:30
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#4
|
![]() |
2008-07-07
, 07:16
|
Posts: 263 |
Thanked: 679 times |
Joined on Apr 2008
@ Lyon, France
|
#5
|
I read elsewhere that the default root password in Dialbo is "rootme", but that doesn't work on my N800. Should I reflash and try again?
The Following User Says Thank You to dneary For This Useful Post: | ||
![]() |
2008-10-09
, 13:05
|
|
Posts: 11,700 |
Thanked: 10,045 times |
Joined on Jun 2006
@ North Texas, USA
|
#6
|
![]() |
2008-10-10
, 09:40
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#7
|
![]() |
2008-10-10
, 14:47
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#8
|
Probably /etc/sudoers got changed or you installed something like rootsh?
![]() |
2008-10-10
, 18:40
|
|
Posts: 11,700 |
Thanked: 10,045 times |
Joined on Jun 2006
@ North Texas, USA
|
#9
|
Probably /etc/sudoers got changed or you installed something like rootsh?
![]() |
2008-10-11
, 05:35
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#10
|
rootsh /bin/sh
MODE=`/usr/sbin/chroot /mnt/initfs cal-tool --get-rd-mode`
if [ x$MODE = xenabled ]; then
if grep -q '^root:!SU.odxvRwp3Vs' /etc/passwd; then
/usr/sbin/usermod -U root
fi
else
if grep -q '^root:SU.odxvRwp3Vs' /etc/passwd; then
/usr/sbin/usermod -L root
fi
fi
root ALL=(ALL) ALL
Thanks,
Bill