Todos con Software Libre
El Software y el conocimiento debe ser Libre
El Software y el conocimiento debe ser Libre
Dec 27th
Let me allow to summarize year of 2011. I gathered some numbers for you:
We commited 3810 changesets to Spacewalk
http://miroslav.suchy.cz/spacewalk/gitstat/chart.php?chart_parameter1=2&showcount=10&submit=1&page=0
Top contributor is Jan Pazdziora (again) with 953 commits.
Top contributor outside of Red Hat is Michael Calmer with 52 commits.
http://miroslav.suchy.cz/spacewalk/gitstat/chart.php?chart_parameter1=5&chart_parameter_ver=spacewalk-backend-1.7.1-1&submit=1&chart_parameter2_year=2011&chart_parameter2_month=0&submit=1&showcount=10
We resolved 1206 Bugs.
https://bugzilla.redhat.com/buglist.cgi?chfieldto=Now&query_format=advanced&chfield=bug_status&chfieldfrom=2011-01-01&bug_status=CLOSED&classification=Red%20Hat&product=Red%20Hat%20Network%20Proxy&product=Red%20Hat%20Network%20Satellite
https://bugzilla.redhat.com/buglist.cgi?chfieldto=Now&query_format=advanced&chfield=bug_status&chfieldfrom=2011-01-01&bug_status=CLOSED&classification=Community&product=Spacewalk
This is wild estimation, but just guess:
Codebase: 3,100,153 lines (including code and mark up)
Effort (est.): 903 Person Years
Avg. Salary: $55000 year
Estimated cost of project:$ 49,688,059
http://www.ohloh.net/p/spacewalk
We released 4 releases during year 2010: 1.3, 1.4, 1.5 and 1.6
http://freecode.com/projects/spacewalk/releases
We have nearly 1246 users on #spacewalk and 190 users on #spacewalk-devel.
More numbers at:
http://miroslav.suchy.cz/spacewalk/irc/spacewalk-devel/
http://miroslav.suchy.cz/spacewalk/irc/spacewalk/
I’m looking forward to see you in new year
Dec 27th
The download locations are
http://spacewalk.redhat.com/yum/1.6/RHEL/5/$basearch/
http://spacewalk.redhat.com/yum/1.6/RHEL/6/$basearch/
http://spacewalk.redhat.com/yum/1.6/Fedora/15/x86_64/
http://spacewalk.redhat.com/yum/1.6/Fedora/16/x86_64/
with client repositories under
http://spacewalk.redhat.com/yum/1.6-client
http://download.opensuse.org/repositories/systemsmanagement:/spacewalk:/1.6/openSUSE_11.4/
http://download.opensuse.org/repositories/systemsmanagement:/spacewalk:/1.6/openSUSE_Factory/
http://miroslav.suchy.cz/spacewalk/debian
If you want to do fresh installation, use steps from
https://fedorahosted.org/spacewalk/wiki/HowToInstall
If you plan to upgrade from older release, the following page can be useful:
http://fedorahosted.org/spacewalk/wiki/HowToUpgrade
Features & Enhancements in Spacewalk 1.6
channel.software.getRepoSyncCronExpression
channel.software.listChannelRepos
channel.software.setDetails
channel.software.syncRepo
configchannel.deleteFileRevisions
configchannel.getFileRevision
configchannel.getFileRevisions
kickstart.disableProfile
kickstart.isProfileDisabled
kickstart.keys.update
system.custominfo.updateKey
system.deleteGuestProfiles
system.deleteTagFromSnapshot
system.getScriptActionDetails
system.provisioning.snapshot.addTagToSnapshot
system.tagLatestSnapshot
CVE-2011-1594
CVE-2011-2919
CVE-2011-2920
CVE-2011-2927
CVE-2011-3344
Our thanks go to the community members who contributed to this release:
Andy Speagle
Aron Parsons
Christian Berendt
Colin Coe
David Nutter
Ionuț Arțăriși
Johannes Renner
Jonathan Hoser
Joshua Roys
Luca Villa
Marcelo Moreira de Mello
Martin Osvald
Michael Calmer
Pierre Casenove
Satoru SATOH
Steve Hardy
Sven Mueller
Tasos Papaioannou
Uwe Gansert
https://fedorahosted.org/spacewalk/wiki/ContributorList
In Spacewalk 1.6, we’ve seen
177 bugs solved
1025 changesets committed
1515 commits done
Thank you for using Spacewalk! Keep the patches flowing!
Dec 26th
Apachectl es un script de inicio de sistema y ademas puede recibir argumentos en forma de variables. Los valores que puede tomar son:
start, stop, restart, status
estos controlan el demonio httpd.
httpd es un programa de Servicio HTTP, y está diseñado para funcionar como un demonio standalone y en general no debería ser invocado directamente.
Muchas veces a la hora de poner directivas o configuraciones, no queremos reiniciar el propio servidor hasta estar seguros, por si falla no tener que volver atrás y ahorrar un poco de tiempo.
Para probar uno de ejemplo como httpd.conf.test podemos usar el comando apachectl con la opción ” -f ”
# apachectl -f httpd.conf.test # httpd -k start -f httpd.conf.test # ps -ef | grep http root 25080 1 0 23:26 00:00:00 /usr/sbin/httpd -f httpd.conf.test apache 25099 25080 0 23:28 00:00:00 /usr/sbin/httpd -f httpd.conf.test
Una vez que hemos probado los cambios y están correctos, podemos copiar los cambios o incluso el fichero.
Dec 23rd
Cuando tenemos instalado Fedora 16, echaremos en falta un montón de cosas como agregar nuestro usuario a sudoers, activar los click touchpad, tener instalados los codecs multimedia, el adobe flash, el Java Runtime Environment, etc…
Para los que son nuevos con Fedora o bien para los usuarios con poca experiencia en Linux, tenéis un script el cual facilita la instalación y/o configuración del sistema.
El script es Fedora Utils, y entre sus características están:
Para la instalación del mismo, debemos descargarlo desde esta url e instalarlo.
$ su -c "yum localinstall http://fedorautils.sourceforge.net/fedorautils-latest.noarch.rpm"
Podemos ejecutarlo, después de darle permisos de ejecución:
$ chmod + fedorautils-* $ su -c "./fedorautils-*"