nichts hilft.
Ist das die Fehlermeldung?
Code:
$ pip uninstall glances
nichts hilft.
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: this_feature_currently_requires_accessing_site_using_safari
nichts hilft.
$ pip uninstall glances
nichts hilft.
Hmmmm, "Copy Pasta", nach eine alte Rezepte vonne die Mamma.....Wie wäre es wenn du copy pasta der Ausgabe des Befehls machst ?
nein, er sagt "ist wech", ist es aber nicht
$ pip uninstall glances
ist wech
$ sudo machdatmal
jo geht klar Chef.....
Return code: is wech
Wat nu?
$
root@xx:~# glances -v
Glances version 1.3.7
root@xxr:~# pip uninstall glances
Uninstalling Glances:
Proceed (y/n)? y
Successfully uninstalled Glances
root@xx:~# glances -v
Glances version 1.3.7
root@xx:~# glances -v
Glances version 1.3.7
root@xx:~# pip install --upgrade glances
Requirement already up-to-date: glances in /usr/local/lib/python2.7/dist-packages
Requirement already up-to-date: psutil>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from glances)
Cleaning up...
root@xx:~# glances -v
Glances version 1.3.7
oops...
Could not proceed due to an error. Please try again later or ask your sysadmin.
Maybe a reboot after power-off may help.
edit 2806 : source file not found
/etc/mediatomb/config.xml
#!/bin/bash
function check_pacman() {
PACMAN_UPDATES=$"$(checkupdates)"
if [ ! -z "$PACMAN_UPDATES" ]; then
echo -e "\e[33m\e[1m[pacman]\e[39m There are updates pending."
IFS=$'\n'
for item in $PACMAN_UPDATES; do
echo ":: $item"
done
fi
}
function check_cower() {
COWER_UPDATES="$(cower -u)"
if [ ! -z "$COWER_UPDATES" ]; then
echo -e "\e[33m\e[1m[cower]\e[39m There are updates pending."
echo "$COWER_UPDATES"
fi
}
check_pacman
check_cower
exit 0
/usr/local/bin/updatenotify