-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install on Raspberry Pi #199
Comments
Can you post the errors you get? :-) |
Hi,
I get the next error:
``
pi@raspberrypi:~ $ curl -s -L
https://raw.githubusercontent.com/blaues0cke/PiSleepTalk/master/install.sh
| bash
…_____ _ _____ _ _______ _ _
| __ \(_) / ____|| | |__ __| | || |
| |__) |_ | (___ | | ___ ___ _ __ | | __ _ | || | __
| ___/| | \___ \ | | / _ \ / _ \| '_ \ | | / _` || || |/ /
| | | | ____) || || __/| __/| |_) || || (_| || || <
|_| |_||_____/ |_| \___| \___|| .__/ |_| \__,_||_||_|\_\
| |
by Thomas Kekeisen |_|
... welcome to the PiSleepTalk source downloader
... if everything works fine you have nothing to do
... press RETURN to start, or STRG+C to cancel
... creating root folder
mkdir: cannot create directory ‘/usr/sleeptalk’: Permission denied
... downloading source code
/usr/sleeptalk/sleeptalk.zip: No such file or directory
... unzipping source code
unzip: cannot find or open /usr/sleeptalk/sleeptalk.zip,
/usr/sleeptalk/sleeptalk.zip.zip or /usr/sleeptalk/sleeptalk.zip.ZIP.
... fixing folder structure
cp: cannot stat '/usr/sleeptalk/PiSleepTalk-master/*': No such file or
directory
... removing downloaded zip file
rm: cannot remove '/usr/sleeptalk/sleeptalk.zip': No such file or directory
Done! Installing PiSleepTalk now.
sh: 0: Can't open /usr/sleeptalk/bash/install.sh
``
Or
``
pi@raspberrypi:~ $ sudo curl -s -L
https://raw.githubusercontent.com/blaues0cke/PiSleepTalk/master/install.sh
| bash
_____ _ _____ _ _______ _ _
| __ \(_) / ____|| | |__ __| | || |
| |__) |_ | (___ | | ___ ___ _ __ | | __ _ | || | __
| ___/| | \___ \ | | / _ \ / _ \| '_ \ | | / _` || || |/ /
| | | | ____) || || __/| __/| |_) || || (_| || || <
|_| |_||_____/ |_| \___| \___|| .__/ |_| \__,_||_||_|\_\
| |
by Thomas Kekeisen |_|
... welcome to the PiSleepTalk source downloader
... if everything works fine you have nothing to do
... press RETURN to start, or STRG+C to cancel
... creating root folder
mkdir: cannot create directory ‘/usr/sleeptalk’: Permission denied
... downloading source code
/usr/sleeptalk/sleeptalk.zip: No such file or directory
... unzipping source code
unzip: cannot find or open /usr/sleeptalk/sleeptalk.zip,
/usr/sleeptalk/sleeptalk.zip.zip or /usr/sleeptalk/sleeptalk.zip.ZIP.
... fixing folder structure
cp: cannot stat '/usr/sleeptalk/PiSleepTalk-master/*': No such file or
directory
... removing downloaded zip file
rm: cannot remove '/usr/sleeptalk/sleeptalk.zip': No such file or directory
Done! Installing PiSleepTalk now.
sh: 0: Can't open /usr/sleeptalk/bash/install.sh
``
It looks that I can not write inside the /usr/ folder not even with the sudo command.
|
Hi blaues0cke, your project looks very promising and I tried to load it from Github to my Pi as well. I have no glue where to find the problem as I Thanks in advance. |
This should be a hard way to go. :-) Did not touch this project for ages. But may be you can just run every command/line from https://raw.githubusercontent.com/blaues0cke/PiSleepTalk/master/install.sh own your own :-) |
Hello,
I want to install this solution on a Raspberry Pi, but when i use the command:"
curl -s -L https://raw.githubusercontent.com/blaues0cke/PiSleepTalk/master/install.sh | bash
or
sudo curl -s -L https://raw.githubusercontent.com/blaues0cke/PiSleepTalk/master/install.sh | bash
I get an few permission errors that i can not write inside the usr folder, and when i made manual the folder I get during the install even more permission errors.
What do i wrong?
The text was updated successfully, but these errors were encountered: