![]() |
SlugOS.TipsTricksOddsEnds HistoryHide minor edits - Show changes to markup September 03, 2008, at 11:30 PM
by -- ipk note regarding the ld.so.config file
Changed lines 78-82 from:
to:
ipkg started to fail with native feedsIpkg started to fail on native feeds after a while of having installed the Optware feeds. The issue was that ipkg command and ipkg-opt command showed the same packages and outputs instead of each other feeds. Then ipkg update didn't nothing. The issue was on the ld.so.config file where I added the /opt/lib directory. After cleaning the entry, ipkg started to work right on the moment. August 31, 2008, at 06:28 PM
by --
Changed lines 72-75 from:
Edit the file /etc/inittab and comment out the line S:2345:respawn:/sbin/getty 115200 ttyS0 with an # on the first character so that it looks like this: #S:2345:respawn:/sbin/getty 115200 ttyS0 to:
Edit the file /etc/inittab and comment out the line August 31, 2008, at 06:24 PM
by -- Stopping getty
Added lines 68-75:
Reducing memory usageIf you don't have a serial port hack, you can disable the getty program for the not existing serial port. August 31, 2008, at 06:18 PM
by --
Changed line 21 from:
to:
\\ August 30, 2008, at 08:20 PM
by -- clean up my previous edit
Changed lines 22-23 from:
(Note: On SlugOS 4.8 the packages names start with tzdata. For example tzdata-europe) to:
NOTE: In SlugOs/BE 4.8 Beta and later, the packages are called Changed lines 31-33 from:
NOTE: In SlugOs/BE 4.8 Beta and later, the packages are called to:
August 30, 2008, at 08:17 PM
by -- Added package name note for Slugos 4.0
Added lines 22-23:
(Note: On SlugOS 4.8 the packages names start with tzdata. For example tzdata-europe) May 11, 2008, at 12:06 AM
by -- small update for tzdata
Changed lines 28-30 from:
NOTE: In SlugOs/BE 4.8 Beta the packages are called to:
NOTE: In SlugOs/BE 4.8 Beta and later, the packages are called April 09, 2008, at 04:25 PM
by -- noted change of \"tzdata-america\" to \"tzdata-americas\"
Changed lines 29-30 from:
to:
Also note that "america" is now "americas". January 25, 2008, at 08:44 PM
by -- formatting
Changed lines 28-29 from:
to:
NOTE: In SlugOs/BE 4.8 Beta the packages are called January 25, 2008, at 08:21 AM
by -- package names for timezones corrected
Added lines 28-29:
March 02, 2007, at 12:51 AM
by -- added slugosle-4.3-beta to fix for hwclock
Changed lines 28-29 from:
Fixing hwclock for DebianSlug-3.10-betato:
Fixing hwclock for DebianSlug-3.10-beta and slugosle-4.3-betaNovember 19, 2006, at 08:35 PM
by --
Changed lines 32-36 from:
@@rm /dev/rtc @@mknod /dev/rtc c 254 0 @@chmod g+rw /dev/rtc @@chmod o-r /dev/rtc to:
Changed lines 39-40 from:
to:
Changed lines 43-44 from:
@@hwclock --systohc to:
November 19, 2006, at 08:32 PM
by -- fix hwclock for debian-slug-3.10-beta
Added lines 28-46:
Fixing hwclock for DebianSlug-3.10-betaI had an issue where I couldn't sync the hwclock with the system time on my Slug. I could set the time on the Slug but after a reboot the time would always be current time - 4 hours. Trying to sync the hwclock via the command "hwclock --systohc" would return a fatal error. The reason is unknown to me. But, a fellow Slugger passed this tip on to me. To fix (as root): @@rm /dev/rtc @@mknod /dev/rtc c 254 0 @@chmod g+rw /dev/rtc @@chmod o-r /dev/rtc The chmods put the permissions on the /dev/rtc device that were on the original. I don't know if it necessary, but I did it anyway. After this run: to set the proper time, and then @@hwclock --systohc to sync the hwclock to system time. The hwclock command should work at this point. Reboot and check the system time - it should be okay. Worked for me! June 01, 2006, at 07:22 AM
by --
Changed lines 26-27 from:
to:
June 01, 2006, at 07:21 AM
by -- unset TZ after setting localtime
Changed lines 25-27 from:
to:
February 05, 2006, at 05:51 PM
by -- Moved to SlugOS, not SlugOs
Added lines 1-43:
SlugOS Tips and Tricks, Odds and EndsThis page serves as a container for all kind of Tips and Tricks and Odds and Ends on SlugOS that do not really warrant their own page, but that might be handy. Feel free to add your own tips etc. Configuring your slug for the right timezoneIn order to configure your slug for the right timezone install the timezone package for your region.
(Re)building the kernelFor forcing a rebuild of the kernel first remove the old kernel by Building php5.05 nativelyFor me libtool did not do the job. Be sure that you have Cleaning upIf you are rebuilding the rootfs regularly you'll end up with quite some log files in |