git server installation

I'm going to move my overlay from rsync to git, just to have more experience with it. Also for other subprojects / work which don't need to be on sourceforge. I use subversion a lot but it's missing some features which git can handle very easily. So it's pretty good idea to have own git box. In the last few days I was installing git server and I thought I will share. Lets start from emering packages, git and gitosis are required. Edit /etc/conf.d/git-daemon file and add gitosis directory path, it will be different then git default, but you can change to what ever you want. GITDAEMON_OPTS="--syslog --enable=receive-pack --export-all --base-path=/var/spool/gitosis/repositories /var/spool/gitosis/repositories User and group are very important, I experienced some issues on this one. gentoo git wiki http://en.gentoo-wiki.com/wiki/Git installs git daemon as nobody. Git and gitosis configuration for must match otherwise you can notice errors similar to: On the client fatal: The remote end hung... Read More →


The new acStatus 2.0 version released.

acstatus-list

I have worked very hard to add new features to acstatus program. The base of this release is main window which displays history of dashboard's notifications and statuses. Dbus feature and systray messages are still available. Made also better settings Dialog. I still work on 2.0 and 2.1 will be release soon. There are few things what need to be corrected. Project source moved to http://sourceforge.net/projects/acstatus/. New ebuild has been written. Because of few issues yet I decided to release as unstable version ~x86, so you may need to add it to package.keywords. Update misiek303 overlay and emerge acstatus. Please refer to this link to install my overlay. http://www.maugustyniak.com/2010/07/02/my-gentoo-overlay-misiek303/ Share and Enjoy:  Read More →


fixing my overlay misiek303

Today I was trying to upgrade some packages but couldn't update / fetch the overlay. # layman -f -o http://overlays.maugustyniak.com/misiek303.xml -a misiek303 * Overlay "misiek303" does not exist. The problem was in misiek303.xml file. The format of xml has changed. They dropped overlays tag. Share and Enjoy:  Read More →


tpcfan 1.7.4

I have released new version of tpcfan 1.7.4 with new features. New features: Dbus support (sends information to dbus system such as fan speed and temperature). This information can be catchable by other apps. Debug informations. Logs informations. Setting critical temperature. Setting cooling down. Update Interval setting. Project moved to sourceforge http://sourceforge.net/projects/tpcfan/ New ebuild has been added using autotools. Few things to say. I am going to write kde plasma widget to display informations from dbus. In the next version I will add support to tpcfan to read dbus from the widget, this way I will be able to change settings of tpcfan through user session. Installation from my overlay is described here http://www.maugustyniak.com/2010/07/02/my-gentoo-overlay-misiek303/ Share and Enjoy:  Read More →


Gentoo SysCP Installation – fcgid and suexec

The goal is to install syscp and run share hosting on fcgid and suexec. This article will be recently updated 1. Emerge syscp from my overlay http://www.maugustyniak.com/2010/07/02/my-gentoo-overlay-misiek303/ . The ebuild for the last 1.4.2.2 version Add the package to package.keywords echo 'www-apps/syscp' >> /etc/portage/package.keywords Add below flags to /etc/portage/package/use mail-mta/postfix sasl dev-lang/php bcmath ctype filter simplexml tokenizer xsl dev-util/subversion apache2 bash-completion berkdb nls perl python  vim-syntax webdav-serf net-ftp/proftpd ipv6 www-apps/syscp ssl aps autoresponder billing bind domainkey dovecot fcgid -lighttpd log mailquota tickets www-servers/apache suexec net-mail/dovecot pop3d mail-mta/postfix vda dev-lang/php cgi force-cgi-redirect spl mail-mta/postfix dovecot-sasl Sync and emerging ... emerge --sync emerge syscp 2. Install syscp don't run installation from the browser, use emerge --config =www-apps/syscp-1.4.2.2 emerge --config... Read More →