Search found 80 matches

by papaoskar
Sat May 07, 2016 2:02 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: (X)(L)ubuntu (MATE) 16.04 LTS
Replies: 230
Views: 199508

Re: (X)(L)ubuntu (MATE) 16.04 LTS

xeno74 wrote:Papaoskar,

Could you set a root password with passwd in the recovery mode?

Cheers,

Christian
Hi Christian,
currently I can do nothing anymore. Therefore I have to start from scratch.
Question: Do I better take the base or the full image?
Thank you so far.
Papaoskar
by papaoskar
Fri May 06, 2016 5:07 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: (X)(L)ubuntu (MATE) 16.04 LTS
Replies: 230
Views: 199508

Re: (X)(L)ubuntu (MATE) 16.04 LTS

You can also delete the encrypted value in the file /etc/shadow after the user name on your ubuntu MATE 16.04 LTS partition (/dev/sdb8) with your booted Ubuntu 12.04.5 LTS. ;-) After that, you don't need a password for the user. Hi Christian, that is the exact result: I don't need a password and ca...
by papaoskar
Fri May 06, 2016 4:03 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: (X)(L)ubuntu (MATE) 16.04 LTS
Replies: 230
Views: 199508

Re: (X)(L)ubuntu (MATE) 16.04 LTS

Hi Papaoskar, Please boot your ubuntu MATE in the recovery mode with the following boot arguments: setenv bootargs "root=/dev/sdb8 ro single" After that: mount -o remount,rw / Then you can modify the amigaone password with passwd amigaone Good luck! Christian Hi Christian, no luck. Could ...
by papaoskar
Fri May 06, 2016 10:33 am
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: (X)(L)ubuntu (MATE) 16.04 LTS
Replies: 230
Views: 199508

Re: (X)(L)ubuntu (MATE) 16.04 LTS

Hi Papaoskar, Great news! Did the update work? Cheers, Christian Hi Christian, The update was successful ! But now I have another problem. The system now boots into the login screen. It however does not accept the password. It keeps asking for a password again and again. Only as guest I can get a w...
by papaoskar
Thu May 05, 2016 3:32 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: (X)(L)ubuntu (MATE) 16.04 LTS
Replies: 230
Views: 199508

Re: (X)(L)ubuntu (MATE) 16.04 LTS

Hi Papaoskar, Thank you for your answer. With the following boot arguments, the kernel mounts the root file system with read and write support. setenv bootargs "root=/dev/sdb8 rw" Please try it. Thanks in advance, Christian Hi Christian, the new bootargs argument did the trick! Currently ...
by papaoskar
Thu May 05, 2016 10:17 am
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: (X)(L)ubuntu (MATE) 16.04 LTS
Replies: 230
Views: 199508

Re: (X)(L)ubuntu (MATE) 16.04 LTS

It's also possible to add only the SetUID bit to the file attributes. # chmod u+s /bin/su # chmod u+s /usr/bin/sudo Hi Christian, first I have started ubuntu 12.04 and done the above commands on sdb8.... Then I started Mate_1604 from sdb8. When I did "ls -l /usr/bin/su " the result now lo...
by papaoskar
Wed May 04, 2016 7:50 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: (X)(L)ubuntu (MATE) 16.04 LTS
Replies: 230
Views: 199508

Re: (X)(L)ubuntu (MATE) 16.04 LTS

But for doing an update it needs root privileges normally got by "su" or "sudo". "sudo" tells me /usr/bin/sudo must be owned by uid 0 and have the setuid bit set . "su" gives me "Authentication failure" with password amigaone. Hi Papaoskar, Thank yo...
by papaoskar
Wed May 04, 2016 5:03 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: (X)(L)ubuntu (MATE) 16.04 LTS
Replies: 230
Views: 199508

Re: (X)(L)ubuntu (MATE) 16.04 LTS

Did you copy the content with root permissions ( sudo su )? Please mount /dev/sdb8 and tell me the file owner and group and the file permissions of /sbin/init with ls -l . Additionally please look if the directory /etc/init exists.[/quote] Hi christian, I got a bit further. Booting Mate1604 leaves m...
by papaoskar
Tue May 03, 2016 5:04 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: (X)(L)ubuntu (MATE) 16.04 LTS
Replies: 230
Views: 199508

Re: (X)(L)ubuntu (MATE) 16.04 LTS

BTW, there are a lot of errors reading 'proc/sys/net.... either input/output errors' or ' for reading Permission denied '. Did you copy the content with root permissions ( sudo su )? Please mount /dev/sdb8 and tell me the file owner and group and the file permissions of /sbin/init with ls -l . Addi...
by papaoskar
Sun May 01, 2016 10:09 am
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: (X)(L)ubuntu (MATE) 16.04 LTS
Replies: 230
Views: 199508

Re: (X)(L)ubuntu (MATE) 16.04 LTS

Code: Select all cp -a * /mnt Reboot your AmigaONE X1000. After that you can try to boot ubuntu MATE from /dev/sdb8. Cheers, Christian Hi Christian, thank you for the detailed instruction. But your last sentence does not sound confidently. Currently, the copying process is still going on and it tak...