I've noticed that there have been no 6.5 rpms for the past several days. Has this been a problem with the build process, or are rpms being phased out?
Results 1 to 5 of 5
Thread: No 6.5 RPMs?
-
2006-08-29, 05:51 #1Junior Member
- Join Date
- May 2005
- Posts
- 4
No 6.5 RPMs?
-
2006-08-29, 18:14 #2
Just a problem with the build process after the branch over the weekend. Dan's working on it!
A number of people around the office use the RPM builds, too.
-
2006-08-30, 12:09 #3Junior Member
- Join Date
- May 2005
- Posts
- 4
Thanks, Chris.
I'll keep my eyes open.
-
2006-09-03, 02:11 #4Senior Member
- Join Date
- Nov 2005
- Location
- Southern California
- Posts
- 184
Still no RPMs.

Is there an ETA on when we might expect to see them again? I've been waiting for over a week to update my machine and it's been killing me. ;-)
In the meantime, would it be a good idea for me to do the following?:
1) Shutdown slimserver daemon
2) Copy /usr/local/slimserver to /usr/local/slimserver.copy
3) Uninstall slimserver RPM
4) Move /usr/local/slimserver.copy to /usr/local/slimserver
5) Un-tar the nightly tar to /usr/local/slimserver
6) Startup slimserver daemon
Or are the RPMs right around the corner so I shouldn't waste my time?
-
2006-09-03, 03:36 #5Robin BowesGuest
No 6.5 RPMs?
kyleki wrote:
> Still no RPMs.
>
> Is there an ETA on when we might expect to see them again? I've been
> waiting for over a week to update my machine and it's been killing me.
> ;-)
>
> In the meantime, would it be a good idea for me to do the following?:
>
> 1) Shutdown slimserver daemon
> 2) Copy /usr/local/slimserver to /usr/local/slimserver.copy
> 3) Uninstall slimserver RPM
> 4) Move /usr/local/slimserver.copy to /usr/local/slimserver
> 5) Un-tar the nightly tar to /usr/local/slimserver
> 6) Startup slimserver daemon
>
> Or are the RPMs right around the corner so I shouldn't waste my time?
If you're updating regularly then I recommend you start using svn.
Do something like:
service stop slimserver
cd /usr/local/
mv slimserver slimserver.rpm
mkdir -p slim/trunk
cd slim/trunk
svn co http://svn.slimdevices.com/repos/slim/trunk/server
# or, for the 6.5 branch:
# mkdir -p slim/v6.5
# cd slim/v6.5
# svn co http://svn.slimdevices.com/repos/sli...hes/6.5/server
cd /usr/local
ln -s slim/trunk/server slimserver
# or ln -s slim/v6.5/server slimserver
service slimserver start
Now all you need to do to update to a new version (or regress to a
previous version is:
cd /usr/local/slimserver
# to upgrade to latest revision:
svn up
# to switch to a specific revision:
svn up -r12345
R.

Reply With Quote
