Posts Tagged ‘debian’

Debian Lenny 5.0

Thursday, February 19th, 2009

Installed Debian Lenny 5.0 onto my AMD64 machine. Seems to run alright. I immediately got VMware Workstation installed and this operates nicely too.

Operating system managed to pickup my native resolution correctly, of course currently only using an unaccelerated video driver, which will be an ongoing issue. My system has an onboard ATI 3200 HD video adapter I think. I think the only accelerated video driver is the non open source one, which from last use sucked. I’ll install the version that ships with Lenny to see how I go. Hope it doesn’t generate core files like the one on 4.0 produced. I’d really hope an open source accelerated video drivers is available eventually.

The other issue I have currently is no audio working. Which is a problem, as any virtual machines will then have no audio working either. Will work on getting the audio working tonight, think I will need to do a reboot or two with changes made. I know audio works on ubuntu, so it should work on Debian too. Just a matter of getting things right.

Doesn’t look like the default apt sources has any mythtv packages, I guess I am missing something. Will have to explore this too, as I wouldn’t mind having a backend/frontend on the host too (so I can then use the HDHomeRun network tuner, that I am interested in purchasing).

Mythtv and PS3

Tuesday, February 17th, 2009

As per Simon Rumble I found the PS3 to have a reasonable good UPnP client too. Although the PS3 wouldn’t play back recordings that had obivously had some modifications done. ie. cutlist changes etc.

Once the recording goes into nuv format, the PS3 won’t have a chance in hell to play it. I did some tinkering and managed to setup a custom job to honour the cutlist and maintain the mpg file format. However once the 2nd install of the configuration this failed to work. 1st time I did it on a setup it worked fine. I never did get around to working it out, maybe I might again in due time.

I just noticed that the HDHomeRun units are now available in Australia. HDHomeRun is a dual DVBT tuner that connects onto your ethernet and of course MythTv can then be configured to use the unit, or multiple units. Other software on other operating systems also support it. ie. EyeTV on MacOS X etc.

Having just seen these units now available, I am pretty keen to pick up one in the near future. I have a bit of funds to use on computer items, so I think I will get one once the funds in question are available for my use again.

Of course this means setting up a virtual machine to run mythtv is very possible, as the tuner is accessed via ethernet, so no fancy pci or usb hardware to consider under the guest itself.

Mediatomb on Debian Linux

Friday, January 2nd, 2009

If you want a upnp server on Linux that will support streaming of audio and video files to your Playstation 3 (PS3), then Mediatomb is the software for you.

Grab it from the Debian repository and then configure it as required. Requires editing the config.xml file. Below is a link to my sample config.xml and an import.js which I modified that shows the audio/video files in a way in which I prefer.

Mediatomb Sample Configs

I have my media content laid out like so;

/srv/media/tv/showname - series 1/episodes
/srv/media/music/artist

Debian Lenny LiveCD Beta1

Friday, September 5th, 2008

I was trawling the odd rss feed the other day and found the following post. It would appear Debian Lenny LiveCD Beta1 is available.

Being a Debian fan, I thought this was good news. Will certainly be keeping an eye on proceedings.

Debian 4.0 linode vps server and procmail success with smtp virtual users

Wednesday, July 30th, 2008

After a few days of tinkering, I have finally configured things on the linode vps account so it works and does pretty everything I need.

I am using Debian 4.0. Had thought about using Ubuntu, but decided to stick with Debian as I have used it previously in the same capacity, without it failing me.

On a previous setup where I had smtp virtual accounts in the usual directory structure of;

/home/vmail/${domain}/${user}/Maildir

I was always looking for a way to have a .procmailrc for the smtp virtual accounts, and finally after a bit of research I have managed to put something together that works. I cannot give much technical details apart from the fact I can now have procmail rules for smtp virtual mail users, and also have those users even have a custom .procmailrc file that will be honoured.

(more…)

HowTo Install VMWare Tools On Debian Linux Guests

Tuesday, July 29th, 2008

This post was inspired by Sonia Hamilton.

I too always find myself installing a Debian Guest into VMware, in my case it’s usually VMware Fusion. Although the VMware Tools package between all products is the same anyways. Of course each time I install a new Guest I always forget the packages I need to installed to make VMware Tools work without a hitch.

Eventually I wrote it down. Process below is what I typically use on my Debian Linux Guests.

Determine the linux kernel version, using uname -a. Make note of the release.

Then install the following packages; (assuming the kernel version from the uname -a is 2.6.18-4-686)

apt-get install linux-headers-2.6.18-4-686 linux-source-2.6.18 gcc make psmisc

Once installed you need to uncompress the kernel source in /usr/src and then symlink a directory /usr/src/linux to kernel source directory, which you uncompressed into /usr/src after the apt-get install above.

Now grab the VMware Tools tar.gz package, uncompress it and then run the install script. It should detect the kernel headers/kernel source and build everything without error.

linode vps

Monday, July 28th, 2008

I purchased an account and set about setting it up. So far very impressed, although at this stage I am trying to configure some suitable spam filtering. It would appear some guides/notes I had for amavisd-new is no longer usable. It appears they changed the configuration files quite alot in the latest releases.

Postfix is accepting the messages, then we pass it off to a content filter, in this case its amavisd-new. This processes it via spamassassin and then passing it back to an alternate postfix for final processing. ie. delivery via procmail or bounce etc.

Anyone got some guides on procmail rules so that I can send messages with certain headers to certain Maildir/ folders. ie. spam to Junk

And if anyone has any suitable amavisd-new config files for latest debian, then this would be appreciated too (or even a new guide/howto).

All in all, the service is great.