Go to advanced search

by fourdee4d
Thu Oct 01, 2015 11:25 am
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Hi All, Does anyone know the criteria, or who to contact regarding a possible listing for the DietPi image on these pages: Unofficial Raspbian Images: https://www.raspbian.org/RaspbianImages I tried to register for this page, comes back with "Unknown action newaccount." THIRD PARTY OPERATING SYSTEM ...
by fourdee4d
Tue Sep 29, 2015 4:11 pm
Forum: Troubleshooting
Topic: Using *_freq_min settings. Strange results.
Replies: 0
Views: 288

Using *_freq_min settings. Strange results.

Hi all, I've had some weird results when using the *_freq_min settings in config.txt : - Setting any one of the _freq_min settings causes initial_turbo to be disabled. - Using a value of core_freq_min=75 , causes the display to turn on and off. A direct link to what state the scaling frequency is at...
by fourdee4d
Mon Sep 28, 2015 3:27 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Image
Get the latest information on DietPi with our new Twitter page:
https://twitter.com/DietPi_
by fourdee4d
Sun Sep 27, 2015 11:25 am
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

when i change the sources.list from mirrordirector to other repo. it seems the dietpi-software still picking up from mirrordirector. any idea how to change it ?? currently mirrordirector is unaccesible. :D Yep, i noticed the mirror director was unstable yesterday. Once you have updated your sources...
by fourdee4d
Thu Sep 24, 2015 7:50 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Methanoid wrote:Wow... really impressed both with how much DP can do
DietPi cant make coffee yet, but i'am working on it lol :D
by fourdee4d
Thu Sep 24, 2015 5:03 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

http://dietpi.net/images/dietpi-logo_black_256.png v92 Released! http://dietpi.net - DietPi image for VMware (All the great features of DietPi, wrapped up into a lightweight Virtual Machine) http://fuzon.co.uk/phpbb/viewtopic.php?f=8&t=90#p322 - DietPi-Morsecode (Converts a text file into morsecode...
by fourdee4d
Wed Sep 23, 2015 5:54 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Hi Dan, I have found the following site (http://dfarq.homeip.net/2014/07/throttling-the-raspberry-pi/) that allows you to throttle the CPU in order to reduce power consumption (important in my case). To do this, I have to modify some settings in /boot/config.txt. Is there something similar I can do...
by fourdee4d
Tue Sep 15, 2015 1:55 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

http://dietpi.net/images/dietpi-logo_black_256.png v90 Released! http://dietpi.net - DietPi-Nice (control and tweak system wide nice/priority levels) http://fuzon.co.uk/phpbb/viewtopic.php?f=8&t=5&start=40#p279 - Various improvements and bug fixes https://github.com/Fourdee/DietPi/blob/master/CHANG...
by fourdee4d
Sat Sep 12, 2015 9:28 am
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

'hdparm -S 5 /dev/sda1' works: root@pi:~# hdparm -S 5 /dev/sda1 /dev/sda1: setting standby to 5 (25 seconds) SG_IO: bad/missing sense data, sb[]: 70 00 01 00 00 00 00 0a 00 00 00 00 00 1d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 I suppose hdparm doesn't like the USB-SATA bridge for my ...
by fourdee4d
Fri Sep 11, 2015 8:02 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

I didn't remember if I unmount the drive. But I remember playing around for some hours, then finally switching to hd-idle which worked perfectly on the first try ;) If you wanted to investigate your issues with hdparm further, simply run the following command with hdparm installed: hdparm -I /dev/s...
by fourdee4d
Fri Sep 11, 2015 7:47 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Loom wrote:'hdparm' didn't work for my Western Digital Passport Ultra drive.

Whereas 'hd-idle' runs great. I suppose, hdparm doesn't support this drive.
Interesting.
Did you try umount on your external drive? This would ensure the disk is completely idle.
by fourdee4d
Fri Sep 11, 2015 7:31 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Maybe you want to include 'HD-Idle' to the list of software: http://hd-idle.sourceforge.net/ You can also install hdparm, which is available in the RPi repo. Does the same thing. apt-get install hdparm -y You can modify the power down, apm levels etc in /etc/hdparm.conf : #spindown_time = 240 # 20 ...
by fourdee4d
Thu Sep 10, 2015 6:51 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Oh, and maybe you would like to include an option to turn of the PWR and ACT LED's on the Raspi 2 completely ? Since the red power LED is rather bright, this would be a really useful addition: Had some simple fun with this. "Ne nor ne nor" lol Press CTRL+C to stop. while true; do echo 1 > /sys/clas...
by fourdee4d
Thu Sep 10, 2015 3:59 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

7.9 is labeled as nightly, but it has been rock-stable for me since a year or so. It offers some very nice new features, which would be missed. But I suppose it's too much of a hazzle to offer one bleeding edge 7.90 and a stable 7.81 ? Its still a nightly build that will change from one day to the ...
by fourdee4d
Wed Sep 09, 2015 8:59 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Please take a look here: http://wiki.slimdevices.com/index.php/DebianPackage "in 7.8.0 There are some bugs that only sorted in 7.8.1. Please dont install 7.8.0"[/b] The 7.8.1 link goes to the 7.8.0 download: http://www.mysqueezebox.com/update/?version=7.8.0&revision=1&geturl=1&os=deb The 7.9.1 goes...
by fourdee4d
Wed Sep 09, 2015 7:30 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

http://dietpi.net/images/dietpi-logo_black_256.png v89 Released! - DietPi-Backup (Backup or restore your DietPi system) http://fuzon.co.uk/phpbb/viewtopic.php?f=8&t=5&start=40#p255 - DietPi-Sync (Allows you to sync/duplicate one directory to another). http://fuzon.co.uk/phpbb/viewtopic.php?f=8&t=5&...
by fourdee4d
Wed Sep 09, 2015 7:27 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Is there a reason you choose an old 7.8 version of Squeezeboxserver? Consistency and stability. The nightly build may be great today, but if a user installs tomorrow, who knows what state the software will be in :) And what about this 'error.log' you specified? It's the same as 'server.log'. Why di...
by fourdee4d
Tue Sep 08, 2015 3:04 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Hi Loom, @Dan: Just out of curiousity: which Rasbian-Base did you use for DietPi? Standard Raspbian, then stripped it down? Or rather the Netinstall? Stripped down version of the official Raspbian image. Btw, I posted the problem with Squeezeboxserver on the Slimdevices forum aswell, here's the link...
by fourdee4d
Sun Sep 06, 2015 7:06 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Getting back to my problem with Squeezeboxserver / Logitechmediaserver: After digging a little deeper, I found out that the very first clean install works flawlessly. Until a reboot - afer that I cannot get it to work, no matter what. When starting the server manually with: squeezeboxserver --prefs...
by fourdee4d
Wed Sep 02, 2015 1:26 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

I am missing part regarding user+password for console connection. Admin+raspberry is not working for me. echo -e "admin:raspberry:10" >> ~/.config/deluge/auth /DietPi/dietpi/dietpi-services restart If you install Deluge from DietPi-Software, using v87, its all done for you: https://github.com/Fourd...
by fourdee4d
Tue Sep 01, 2015 7:35 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

Maybe you can install for yourself and take a look what's going on? I'am getting the same issues at my end. It appears the service starts but the program keeps failing, hence the 100% cpu usage, then sleep 5 before it tries again. Basically an endless loop without any error messages or logs to work...
by fourdee4d
Mon Aug 31, 2015 7:21 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

keiser1080 wrote:it's possible to switch from dropbear ssh to sshd after the install ?
At any time, simply run dietpi-software and select "SSH server" from the menu.
by fourdee4d
Mon Aug 31, 2015 11:57 am
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

However, after installing, the server runs, the web-interface on port 9000 is not accesible. After several installs and removes, it worked for one time, but after a reboot it was dead again. And stays dead after all following reboots. Hi Loom, Thanks for the report, sounds like a startup order issu...
by fourdee4d
Sat Aug 29, 2015 7:51 pm
Forum: General discussion
Topic: DietPi | Minimal Raspbian. Optional "ready to run" software
Replies: 643
Views: 257261

Re: DietPi | Minimal Raspbian. Optional "ready to run" softw

So i need to replace 192.168.2.200:/volume1/rasp1 / nfs rw 0 0 by /dev/mmcblk0p2 / ext4 defaults,noatime 0 1 Hi Keiser, In theory yes. This will mount your NFS share as the root filesystem / . I will use the sd card only for the boot. And install multiple dietpie with diffenrent package on my nas I...

Go to advanced search