You are not logged in.
Here's a project for everyone who wants to use Arch as their Server distro!
I know there's been some attempts before at creating a 'stable' Arch, but this is subtly different in that it's aimed purely at servers -- eg, no GUI or desktop apps. ArchServer will focus on packages that provide hosting services of one type or another on top of a base system. Basically taking Arch and making a release-based version aimed at servers.
Initially just providing repositories, but hopefully eventually a full ISO/IMG installer etc depending on what talent is willing to join the team
Looking for skilled and interested people to join the team to try and get this project up and running so if this includes you, jump on the site and add your details to the wiki, or send me an e-mail. I'm still getting my head around the whole git thing, so bear with me on that
Regarding the website design -- yes, it's obviously based strongly on the ArchLinux site. Looking at the source code in git, this site is released under GPL, so the ArchServer website is also GPL'ed, and I think appropriate credit has been given. http://projects.archlinux.org/?p=archweb_pub.git;a=tree
Input appreciated.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
If you'd also be able to port it to arm so that it could work with the sheevaplug, I'd be in! At the moment, though, my server runs on one such computer, and can't run arch.
Offline
Your first bug report is awesome! Anyway, I am always willing to help out by answering questions but not actually doing anything...
BTW, I would consider kernel26-lts as your base kernel rather than 2.6.30. It is being maintained long term by upstream.
Offline
Package Maintainers
Coders to backport security patches
A website designer -- especially if you can hack mediawiki to fit with the rest of the site. I failed miserably at that, obviously!
Contributions to the wiki, especially input for the "Packages" page: http://www.archserver.org/wiki/index.php/Packages
Probably more that I haven't even thought about
Allan - I consider it a very serious issue, so it was only fair to create a new task in the bug tracker to keep track of progress
smartboyathome - I don't have any arm devices so personally I can't port it....
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
1) I may give suggestions and hints, no time for real work.
2) go with LTS kernel
3) first discuss internally about your future upgrade path. rolling (behind Arch) or in what timefrime you want to bump your core pkg set. that will be important how to build your base pkg set and installation media.
4) you will need cups, lighttpd and other stuff as well.
5) do you want to support media servers? (mpd, myth,...)
go and ask the arch-stable project people to work with you. there's a special irc channel.
just some ideas. good luck.
-Andy
Offline
Hopefully this one gets more traction than the others have, as I've been wanting this for a while. My only real suggestion/input at the moment is that providing repositories should be enough. I don't really see a need for an installer/ISO/etc, but maybe I'm missing something.
Oh, and I might be able to host a mirror sometime soon, and was wondering what kind of of HD space/bandwidth/etc I would need to set aside.
Oh again, in package versions someone listed PHP 5.2 with the reasoning being "5.3 causes many problems with lots of web apps, mainly due to depreciation warnings." I don't use PHP, so I could be wrong, but deprecation warnings shouldn't break anything, they're only giving you a heads up to make changes to your code before the next version is released.
Last oh, start an IRC channel.
dnyy in IRC & Urban Terror
Offline
I'd like to help package.
Offline
Sounds good Ghost - shall I create a git repo for mediawiki for you?
2) go with LTS kernel
Wiki updated.
3) first discuss internally about your future upgrade path. rolling (behind Arch) or in what timefrime you want to bump your core pkg set. that will be important how to build your base pkg set and installation media.
This question is on the wiki, pending input from others.
4) you will need cups, lighttpd and other stuff as well.
Added to wiki.
5) do you want to support media servers? (mpd, myth,...)
Personally no, but I guess if someone wants to write and maintain PKGBUILD's for them, then I guess they could be included. If nothing else, everything will remain compatible with standard Arch so packages can be mix and matched.
just some ideas. good luck.
Thanks
Hopefully this one gets more traction than the others have, as I've been wanting this for a while. My only real suggestion/input at the moment is that providing repositories should be enough. I don't really see a need for an installer/ISO/etc, but maybe I'm missing something.
Me too
The only problem I can see if if someone installs from the standard Arch ISO, then switches to the ArchServer repos, they will most likely already have packages several versions ahead of what is in the repo (eg, if ArchServer has kernel26-lts 2.6.27, a standard Arch install at the moment will give the user 2.6.30 IIRC). The user will have to manually downgrade everything.
Oh, and I might be able to host a mirror sometime soon, and was wondering what kind of of HD space/bandwidth/etc I would need to set aside.
No idea at the moment. But add your name/contact to the wiki page and when/if we get to that stage it would be good to have someone else to host
I don't use PHP, so I could be wrong, but deprecation warnings shouldn't break anything, they're only giving you a heads up to make changes to your code before the next version is released.
Correct that they shouldn't break anything, but erring on the side of caution, there shouldn't be anything that *requires* 5.3 at this point in time so better to stick with 5.2 IMHO. A future release will include 5.3 once all the webapps etc have had a chance to 'catch up'
Last edited by fukawi2 (2009-10-16 05:34:29)
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I'd like to help package.
Can you add yourself to the wiki, or shoot me an e-mail?
fukawi2@archserver.org
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I know there's been some attempts before at creating a 'stable' Arch, but this is subtly different in that it's aimed purely at servers -- eg, no GUI or desktop apps.
ArchServer will focus on packages that provide hosting services of one type or another on top of a base system.
Sounds like a good idea. Good luck.
Offline
If you'd also be able to port it to arm so that it could work with the sheevaplug, I'd be in!
Uhmm.. missing the point there, smartboy. Try this:
I'm in, and I'd like to be work on the arm port!
Check out the existing Arch ARM project at archmobile.org.
Offline
fukawi2 wrote:Sounds good Ghost - shall I create a git repo for mediawiki for you?
Please
http://github.com/ArchServer/wiki
Thanks mikesd
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I've taken a look to your site and you should change the link to your wiki because if you click it on the startpage you'll get the installation page of mediawiki.
Website: andrwe.org
Offline
I've taken a look to your site and you should change the link to your wiki because if you click it on the startpage you'll get the installation page of mediawiki.
I just noticed that too. It was ok earlier.
Better fix it asap
Offline
Whoops, told you I was still getting used to this git thing
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Last oh, start an IRC channel.
Done. #ArchServer on Freenode.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
dannytatom wrote:Last oh, start an IRC channel.
Done. #ArchServer on Freenode.
there's already #arch-stable
Offline
fukawi2 wrote:dannytatom wrote:Last oh, start an IRC channel.
Done. #ArchServer on Freenode.
there's already #arch-stable
Didn't that dies of a long time ago? Their mailing list certainly had last time I checked.
Offline
last time i checked out #arch-stable it was dead. :<
dnyy in IRC & Urban Terror
Offline
I can be your spelling checker
Frontpage says 'derivitive' where it should say 'derivative'
On a more serious note, I applaud your effort, and I will follow it. For now I can't contribute anything more than my sharp spelling natzi eye...
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
my sharp spelling natzi eye...
This is the most hilarious time to misspell something.
Offline
Don't want to spoil the fun, but it's intentional
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline