I reinstalled everything on my RPI.
It worked out fine.
I only have two questions I can not solve:
- QUESTION 1: Remove user PI. If I use
Code: Select all
sudo userdel pi -rCode: Select all
pi is currently used by process 1268.after reinstall mij RPI Idid add some new users.
adding new users worked fine.
The problem about is that my other users are not standard SUDO, because login at Desktop not as PI but one off the other users I'm not able to make a clone cd by SD Card Copier. It says: unable to read source. (something to do with rights)
If I login as PI again I can make a clone
ps -fu pi gives:
Code: Select all
UID PID PPID C STIME TTY TIME CMD
pi 1123 1 0 10:47 ? 00:00:00 /lib/systemd/systemd --user
pi 1127 1123 0 10:47 ? 00:00:00 (sd-pam)
pi 1144 558 0 10:47 tty1 00:00:00 -bash
pi 1145 1110 0 10:47 ? 00:00:00 /usr/bin/lxsession -s LXDE-pi -e LXDE
pi 1218 1145 0 10:47 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session x-session-manager
pi 1222 1 0 10:47 ? 00:00:00 /usr/bin/dbus-launch --exit-with-session x-session-manager
pi 1225 1 0 10:47 ? 00:00:00 /usr/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
pi 1260 1 0 10:47 ? 00:00:00 /usr/lib/gvfs/gvfsd
pi 1269 1 0 10:47 ? 00:00:00 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
pi 1296 1145 0 10:48 ? 00:00:01 openbox --config-file /home/pi/.config/openbox/lxde-pi-rc.xml
pi 1302 1145 0 10:48 ? 00:00:00 lxpolkit
pi 1303 1145 0 10:48 ? 00:00:03 lxpanel --profile LXDE-pi
pi 1305 1145 0 10:48 ? 00:00:02 pcmanfm --desktop --profile LXDE-pi
pi 1319 1 0 10:48 ? 00:00:00 /usr/bin/ssh-agent -s
pi 1367 1 0 10:48 ? 00:00:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
pi 1414 1 0 10:48 ? 00:00:00 /usr/lib/gvfs/gvfs-afc-volume-monitor
pi 1419 1 0 10:48 ? 00:00:00 /bin/sh /usr/bin/start-pulseaudio-x11
pi 1420 1419 0 10:48 ? 00:00:00 /usr/bin/xprop -root -spy
pi 1422 1 0 10:48 ? 00:00:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
pi 1426 1 0 10:48 ? 00:00:00 /usr/lib/gvfs/gvfs-goa-volume-monitor
pi 1432 1 0 10:48 ? 00:00:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor
pi 1443 1 0 10:48 ? 00:00:00 /usr/lib/menu-cache/menu-cached /tmp/.menu-cached-:0-pi
pi 1481 1 0 10:48 ? 00:00:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.1 /org/gtk/gvfs/exec_spaw/0
Code: Select all
[sudo] password for ewh:I changed /etc/sudoers allready with:
Code: Select all
# User privilege specification
root ALL=(ALL:ALL) ALL
pi ALL=(ALL:ALL) ALL
ewh ALL=(ALL:ALL) ALL
ewh2 ALL=(ALL:ALL) ALL
www-data ALL=NOPASSWD: /usr/sbin/hostapd_cli
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL