January 14, 2009
I got around to trying SBackup (again!) with hopes of finally solving that backup issue that has be botherning me for a while now. I decided to stick a usb-drive in the dock at work and then try to have the backups directed there.
Didn’t work.
What did work was the first few rounds of backups. It ran at the designated tiime and it placed tha backups in the right spot (which was /media/disk-1). The problem was that when I was out of the office the backup still ran, quietly. Still backing up to /media/disk-1 which in those cases didn’t have anything mounted. Disk became full, and I had loads of problems with it, so I disabled it again. When I have time I will try to find a solution to this, but even if there is one, this feels like something that isn’t easy enough for the average Joe and such an important function should be.
Leave a Comment » |
Backup, Software | Tagged: Backup, Software, Ubuntu shortcomings |
Permalink
Posted by johano
November 25, 2008
Found an excellent guide (in Swedish) to remove PulseAudio. Basically do this:
alsamixer
Check that your system uses Pulseaudio (it says clearly by Card and Chip) in the top left corner.
sudo rm /etc/X11/Xsession.d/70pulseaudio
killall pulseaudio
sudo apt-get remove pulseaudio
sudo apt-get install esound
Then run:
alsamixer
And check that it is not using PulseAudio any longer.
I will report after thorough testing if it works fine.
3 Comments |
Software, System settings | Tagged: Base System, PulseAudio, Software, XBMC |
Permalink
Posted by johano
November 23, 2008
As I wrote in my earlier post about PulseAudio it doesn’t work to well with XBMC Media Center.
I have now been using XBMC quite a lot for a full week and have no problems what so ever, as long as PulseAudio is closed first.
sudo killall pulseaudio
As soon as I have a little more time I will investigate how a uninstall of PulseAudio could affect the system…
Leave a Comment » |
Software, System settings, Uncategorized | Tagged: Base System, PulseAudio, Software, XBMC |
Permalink
Posted by johano
November 9, 2008
Xbox Media Center, for those of you unaware, is simply the most amazing media-playing-center-thingy around. I’ve been using it on modded Xboxes for ages, and been running it and its cousin Plex on Mac for a while, and, on my previous installation of Ubuntu on my laptop.
Since I’ve read about problems with running the Hardy-version on Intrepid I’ve been waiting for it to turn up for Intrepid which it has today (or maybe some other day, I haven’t really checked on a daily basis.).
Go “System” – “Administration” – “Software Sources” and hit the “Third-Party Software”. Hit “Add” twice and enter the following lines, separated with a “Add Source” button press:
deb http://ppa.launchpad.net/team-xbmc-intrepid/ubuntu intrepid main
deb-src http://ppa.launchpad.net/team-xbmc-intrepid/ubuntu intrepid main
(Here I wonder if both really are needed, it feels like one could be for compiled stuff and the other for sources, and I won’t really use any of the sources so I don’t know if I need both, someone?)
Close and reload and wander over to “System” – “Administration” – “synaptic package manager”. Hit the button “Origin” (down in the left corner) and choose “ppa.launchpad.net/main” above and all the interesting packages will show up. I started out with the xbmc package and xbmc-scripts-supported. Hit apply and wait.
Problems? This page is the first in a long thread which deals with the Intrepid installation
My troubles are frightening me, when starting XBMC I get an error I had on this laptop when running Compiz (which I don’t for the moment). The error is that the latitudes fan is spinning up faster and faster until the computer shuts of with a click. This error made Dell travel out to me and change the motherboard so I thought it was fixed. Wonder if there could be a Nvidia / Dell / Latitude bug with intensive graphic load. On the other hand, how intensive could it be to show the first page of XBMC. It took me some hours to get back on track, but now I will have a go again as soon as I have published this.
1 Comment |
Software | Tagged: Software, XBMC |
Permalink
Posted by johano
November 7, 2008
I need to solve this. I’ve tried numerous times to get a solution in place (not for 8.10 though) for getting a dependable backup running which really is a area to improve on Ubuntu (and other linuxes as well) we need a simple and dependable solution.
What is easy and dependable then?
- Backing up to USB-drive is ideal (cheap, large storage available everywhere)
- Backing up everything without any questions
- Saving all versions for a configurable time
- Excluding by file patterns (for example *.mp3 *.avi)
- Easily restoring single files
- Restoring the latest version to a new disk easily (ideally by booting from the USB-drive)
This is pretty much Apples approach in Time Machine I guess, but I’m not running a Macintosh so I can’t install that and test. Let the search for a solution begin.
1 Comment |
Backup, Mumbling | Tagged: Base System, Ubuntu shortcomings |
Permalink
Posted by johano
November 5, 2008
is something that requires some hacks in Ubuntu 8.10, and most of the information out there seems to be for earlier versions and will not help in getting gsynaptics up and running on Intrepid. This does work, tested by yours truly.
Start “Add/Remove applications and search after Touchpad. Install it.
Then fire up a command prompt and write:
gksudo gedit /etc/hal/fdi/policy/shmconfig.fdi
and enter the following:
True
Save, reboot and try out touchpad under System – Preferences – Touchpad
More stuff and conf stolen from here. You really should read that page since it contains a lot more information regarding security and other possible configurations.
1 Comment |
Software, System settings | Tagged: Base System, Latitude |
Permalink
Posted by johano