Skip to content
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

DietPi - Cloudshell v6 | Run + Skip intro doesn't work #411

Closed
k-plan opened this issue Jul 5, 2016 · 3 comments
Closed

DietPi - Cloudshell v6 | Run + Skip intro doesn't work #411

k-plan opened this issue Jul 5, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@k-plan
Copy link
Contributor

k-plan commented Jul 5, 2016

@Fourdee

#////////////////////////////////////
#
# Info:
# - System Stats for Cloudshell (or monitor/terminal)
#
# Usage:
# dietpi-cloudshell = Config Menu
# dietpi-cloudshell 1 = Run
# dietpi-cloudshell 2 = Run + Skip intro
#////////////////////////////////////

:~# dietpi-cloudshell 2 doesnt' work. (nothing happens)

Tested on Odroid C2 and RPi 3.

@Fourdee Fourdee added this to the v123 milestone Jul 5, 2016
@Fourdee Fourdee self-assigned this Jul 5, 2016
Fourdee referenced this issue Jul 5, 2016
+ Fix for dietpi-cloudshell 2 wont start:
https://github.com/Fourdee/DietPi/issues/411
@Fourdee
Copy link
Collaborator

Fourdee commented Jul 5, 2016

@k-plan
Good find 👍

I've updated the dietpi-cloudshell script with commit above to fix this.

@Fourdee
Copy link
Collaborator

Fourdee commented Jul 5, 2016

Tested and working fine here. I'll mark as closed, @k-plan please reopen if needed.

@Fourdee Fourdee closed this as completed Jul 5, 2016
@k-plan
Copy link
Contributor Author

k-plan commented Jul 5, 2016

@Fourdee

wow, this fix was very quick! 😃 Thanks!

#Run DietPi-Cloudshell
elif (( $INPUT >= 1 )); then

edit, testing and it works on C2. 👍

@Fourdee Fourdee mentioned this issue Jul 17, 2016
Fourdee referenced this issue Jul 17, 2016
v123
(17/07/16)

New Device:
DietPi for BananaPi Pro (Lemaker) is now available: http://dietpi.com/phpbb/viewtopic.php?f=8&t=534&p=2324#p2324. Many thanks to Mattia for testing the image, and, his assistance in requesting Lemaker to send a dev sample board. Legend :)

New Feature:
DietPi-Config > Display Options | Added support for changing LCD panels (currently: Waveshare32 and Odroid-Cloudshell) based on your SBC device. Both work great with DietPi-Cloudshell stats display: http://dietpi.com/phpbb/viewtopic.php?f=8&t=5&start=20#p204. Waveshare32 installation also supports X11 desktops with touch input: https://github.com/Fourdee/DietPi/issues/409#issuecomment-232729020. Personal thanks to K-plan for sending me a waveshare32 and assisting with its implementation.

Changes / Improvements / Optimizations:

DietPi-Config | Added support for changing Pine A64 screen resolutions.

DietPi-Config | Wi-Fi scan now properly captures weird SSID names. Many thanks to Stickerpants for this fix: https://github.com/Fourdee/DietPi/pull/419

DietPi-Software | (NEW) qBitTorrent: Lightweight and fast (C++) BitTorrent server with web interface, is now available for installation: http://dietpi.com/phpbb/viewtopic.php?f=8&t=5&start=70#p2272 As always, DietPi will optimize the bittorrent settings based on your device, memory and CPU cores.

DietPi-Software | PiHole: Installation updated to latest version. You can now control whitelist and blacklist entries from the web interface.

DietPi-Software | RPi-Monitor: Added USB drive stats (if available) to web interface. Many thanks to Rich for implementing this: https://github.com/Fourdee/DietPi/issues/410

DietPi-Software | Kodi: libnfs4 is now installed along side Kodi to allow NFS support.

DietPi-Software | Complete overhaul and improvements to the optimzations that get applied to all BitTorrent server software. We now check for gigabit devices, cache size based on share of total memory, max connections and upload slots based on hardware capabilities and device model.

DietPi-Software | NetData: Installation has been updated to latest version (1.2.0): https://github.com/Fourdee/DietPi/issues/300

DietPi-Software | WiFi Hotspot: Installation option is now available for all SBCs.

DietPi-Notify | New program with a goal to display more information on what DietPi is doing, and, if a failure or success occured. I will continue to improve this and add it to all DietPi scripts/programs over time.

General | ARMbian based images (OPi PC, BPi M2+ and BPi Pro) now have access to the ARMbian repo. This enables kernel/image/module updates through apt-get for the devices.

Bug fixes:

DietPi-Software | HiFi: Resolved an issue where volume control did not function. MPD will now use the internal software mixer by default. This allows working volume control on all hardware.

DietPi-Software | PiHole: Resolved a warning of "file not found" when running gravity.sh. Many thanks to K-Plan: https://github.com/Fourdee/DietPi/issues/311#issuecomment-230177287

DietPi-Software | WebIOPi: Build-essential is now installed automatically with this program. Prevents a failed compile and installation due to missing gcc packages.

DietPi-Software | WebIOPi: Is now disabled for RPi 3+ devices: https://github.com/Fourdee/DietPi/issues/412

DietPi-Software | PhpMyAdmin: Resolved an issue where a Lighttpd installation, did not create the symlink to /var/www/phpmyadmin.

DietPi-Software | MATE: Resolved an issue with no sound ouput on Odroid C2: https://github.com/Fourdee/DietPi/issues/415

DietPi-Cloudshell | Resolved an issue where running with $1 2 (skip intro) would not run program. Thanks to K-Plan for spotting this: https://github.com/Fourdee/DietPi/issues/411

General | Resolved an issue where running 'sudo dietpi-command' would result in 'command not found'. Many thanks to StickerPants for his help on this one: https://github.com/Fourdee/DietPi/issues/424
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants