There is one reason that makes me love Google and old-and-nice-radio. You can still discover things in the radio and finding them on google with just one sentence. Today i did listen for a second time this...
HighDefinition is available at youtube
Just another frank zappa fan. But i'm not here for that now. Just random blogin' for a while.
There is one reason that makes me love Google and old-and-nice-radio. You can still discover things in the radio and finding them on google with just one sentence. Today i did listen for a second time this...
HighDefinition is available at youtube
CreateObject('emailadmin.bo'): Cant instanciate class!!!
mail_server(Array)
while trying a selected/uncomplete egroupware setup, that seems
to be due to a missing dependency. Just install egroupware-emailadmin
and you are done.
apt-get install egroupware-emailadmin
# dpkg -l mysql-server* | grep ii
ii mysql-server 5.0.51a-3 MySQL database server (meta package depending on the latest version)
ii mysql-server-5.0 5.0.51a-3 MySQL database server binaries
# dpkg-reconfigure mysql-server-5.0
Stopping MySQL database server: mysqld.
[debconf screen appears]
While not mandatory, it is highly
recommended that you set a password
for the MySQL administrative "root"
user.
If that field is left blank, the
password will not be changed.
New password for the MySQL "root"
user:
_______________________________________
Stopping MySQL database server: mysqld.
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.
Checking for corrupt, not cleanly closed and upgrade needing tables..
...one click closer from the original post. In the same page you will find other procedures including a windows solution.
Credits to anonymous, the original poster.
#!/bin/sh
case "$1" in
start)
svnserve -d -r /srv/svn/repos --pid-file /srv/svn/svnserve.pid
;;
stop)
kill -9 `cat /srv/svn/svnserve.pid`
;;
restart)
$0 start
$0 stop
;;
*)
echo "Usage: /etc/init.d/svnserve {start|stop|restart}"
exit 1
;;
esac
exit 0
As i said, this is vey basic, checking for the "/srv/svn/svnserve.pid"
file could be added and deleting it would be also fine. Anyhow, this
seems enought for now.
Install roundup:
prompt# apt-get install roundup
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
...
Selecting previously deselected package roundup.
(Reading database ... 19361 files and directories currently installed.)
Unpacking roundup (from .../roundup_1.4.4-2_all.deb) ...
Processing triggers for man-db ...
Setting up roundup (1.4.4-2) ...
Starting Roundup HTTP-Server: roundup-server.
OK, so that!. Now i have a roundup-server running. But no Tracker. You see, the Tracker is where the info will be stored, the issue repository, the database. So i need to create a tracker. My setup only requires one tracker, and i want to have it under /var/rounup/trackername. This is what i did.
There it is. My first Tracker. Still some edit has to be done.
The most important value to set, since i do not have/want SMTP around is in the [mail]::debug...
root@server:/var/roundup# roundup-admin install
Enter tracker home: /var/roundup/trackername
Templates: minimal, classic
Select template [classic]: classic
Back ends: anydbm, sqlite
Select backend [anydbm]: sqlite
---------------------------------------------------------------------------
You should now edit the tracker configuration file:
/var/roundup/trackername/config.ini
... at a minimum, you must set following options:
[mail]: domain, host
[tracker]: web
If you wish to modify the database schema,
you should also edit the schema file:
/var/roundup/trackername/schema.py
You may also change the database initialisation file:
/var/roundup/trackername/initial_data.py
... see the documentation on customizing for more information.
You MUST run the "roundup-admin initialise" command once you've performed
the above steps.
---------------------------------------------------------------------------
With this configuration, all the mails sent to the admin (with setup errors / warnings, etc) will end it that file.
[mail]
# Setting this option makes Roundup to write all outgoing email
# messages to this file *instead* of sending them.
# This option has the same effect as environment variable SENDMAILDEBUG.
# Environment variable takes precedence.
# The path may be either absolute or relative
# to the directory containig this config file.
# Default:
debug = reponame.mail.log
Next step is to make the Tracker available throught the roundup server. We have to add these lines on
/etc/roundup/roundup-server.ini
root@server:/var/roundup# roundup-admin initialise
Enter tracker home: /var/roundup/trackername
Admin Password:*****
Confirm:*****
and restart the roundup server
[trackers]
trackername = /var/roundup/trackername
watch /var/log/roundup/roundup.log
and /var/log/roundup/reponame.mails.log
for errors.
finally one of the problems i left was permision related...
/etc/init.d/roundup restart
chmod roundup.roundup -R /var/roundup/trackname
Some times you need some packages from a more diferent Debian flavor. Ok. maybe you don't, but right now i do, and pinning seems to be the answer.
I'll give it a try (want to test subversion 1.5 for a while), and then i will update this entry.
UPDATE: I did not have to guts to do it. Replacing libc right now does not seem like a good option just now.
Girl Talk released his 2008 album feed the animals available for download. You get to choose the price that best suits you. 0.00$ grants you access to the full release on MP3. Not bad at all. And the music is also released under a Creative Commons Licence.
I don't know GT music at all, still, but i did read that this release is enterely made from samples. Not easy for sure.
Downloading now.
As you can read on several places all over the internet, chrome is the new internet browser from google. I would be silly not to take a look into this new beauty, so i did. I did liked it, and sure i will use it now and then for different sites, however it is not going to be my default browser, even with his cool look and feel.(basically I agree with this post by anima9 )
Anyhow I wanted to correct some misunderstanding related to chrome tab isolation: Word is out that one of its key features is that it uses a separate process per tab, but chrome it self can show you this is not true. Chrome ships with a nice Task Manager, and it can show you this, however, more interesting is the about:memory page (you will have to type this since it takes you to "about:blank"). There you can see how some related tabs may "live" under the same PID.
This is what surprised me: It joins four tabs under PID 7696. How are these tabs related?, well, my guess is those have been open via "open in new tab", but that is just my guess, and i'm not going to dive into the source code to find out.Two years ago i got involved in a big( read not huge ) project written by a small team over more than 6 years of development. The idea was to do some refactoring on the code and get it back into production in a few months. Still, it was a project living on "trunk", always on the edge, no oficial release, no full-tested new features
It was a challenging experience and got us into some trouble and many rewards. Old ghosts grew back from old code, and new ghost were breed on the new code; but it was a great experience with a nice team working on it
I did learn a lot, and i mean a lot. How ever there is always room for improvement like this aproach of refactoring and some other documents i've been reading since then. like this checklist [pdf]
Can't locate SVN/Core.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/lib/perl5/vendor_perl/5.8 .) at /usr/bin/git-svn line 29.Oh well. Of course i was missing subversion-perl bindings.
It has been NIN this time. Thank you.
I must confess, i'm not NIN fan, neither i know it's work, however, i appreciate the move, even more, after listening, i can tell you: i'm buying
2008-03-17 Update: listening to 4 Ghost I i was suddenly transported to some King Crimson'ish sounds circa 1995-1996: B'Boom and (even better) THRaKaTTaK. How come?. Oh yeah that sounds like Adrian Belew playing.
Just so delicious! how could i ever missed bufallo 66. I've been quite lucky to catch this on tv tonight
why was i captivated by the film in the first place, i can't tell, however when i did hear the first two notes from King Crimson's moonchild... well; that was it.
i love the music, and the scene