Virtual Box Guest Additions are used on the guest OS. I needed to make Ubuntu run as a guest OS in a Virtual Box VM on a Windows 7 and therefore needed the Virtual Box Guest Additions for Ubuntu. But to get them to work on Ubuntu Quantal Quetzal, you’ll need the virtualbox guest additions 4.2.4 from http://download.virtualbox.org/virtualbox/4.2.4/VBoxGuestAdditions_4.2.4.iso.
Getting Virtual Box Guest Additions to work on a Ubuntu (12.10) Quantal Quetzal guest
December 4th, 2012FOSDEM 2011
January 12th, 2011Concatenation of MP4 videos using MP4Box
November 23rd, 2010I’ve come across several posts on the Net that states that concatenation of MP4 files by means of MP4Box (from gpac) will make VLC play two videos concurrently instead of playing the videos in sequence.
I had the same problem, but once I had all the source MP4 videos generated with the exact same audio and video encoding parameters (that meant adding audio to the MP4 videos that did not have audio) things worked out fine.
Actually, I thought I had used the same parameters for all my MP4 files, but during the conversion from an AVCHD video to an MP4 by means of ffmpeg, the frame rate somehow went from 25 fps to 26.09 fps (you can check this using ffmpeg -i somevideo.mp4 on all your MP4 videos). Once I added “-r 25″ as the last option to ffmpeg, the issue was resolved.
FSCONS 2010 day 2
November 7th, 2010The 2nd day of the FSCONS 2010 conference is now over. I particularly liked the talk “The economics of open innvation and FOSS” by Karthik Jayaraman. Very illuminating talk about thre drivers behind open innovation, the future directions, and the various business models that are viable under such conditions. Some the same was addressed in the key note speach “Ethics of Intellectual Monopolies”. The talk raised my awareness of the challenges our society are currently facing and the opportunities we stand too loose if we don’t manage to constrain or do away with the tools of intellectual properties like copyrigth and patents. Hopefully, the videos and presentations will be out soon.
Report from FSCONS 2010
November 6th, 2010I’m at the FSCONS 2010 in Gothenburg, Sweden. Interesting talks. In particular the talk on Open Hardware Repository by Javier Serrano. Not only was his presentation on the ideas behind and experience with Open Hardware very interesting (it reaffirmed my believe that the ideas about free technology must be extended beoynd software), but he also presented a specific project; White Rabbit. Hadn’t seen it before, but it clearly seems to be interesting for distributed control and data acquisition systems.
TLS client/server authentication does not prevent phishing on the Web
August 27th, 2010Think about the following scenario:
Alice needs to upload a document with sensitive information to https://www.disk.net/. The Web server servicing this URL is run by Bob and uses TLS server and client authentication to ensure that Alice’s browser and Bob’s server can authenticate each other. Of course, both parties (client and server) need to have a certificate installed. In todays prevalent CA-based PKI, these certificates must be issued by CA’s that both entities trust. Bob’s server uses Alice’s client certificate for automatic login on Alice’s account.
Another server, run by Eve, is servicing https://www.disc.net/ and has been deliberately crafted to mimic the service at https://www.disk.net/ in order to fool people into uploading documents at the wrong service.
Eve’s server also has a certificate issued by a mutually trusted CA, and will similarly use Alice’s client certificate to do a login on a (perhaps dynamically created) account. So if Alice by mistake connects to Eve’s server instead of Bob’s server, it is likely that she will not notice her mistake.
Why doesn’t TLS in todays browsers prevent this scenario? Because
- todays web browsers by default accepts any server certificate issued by one of the root CA’s that they have been configured to trust. Todays browsers fully rely on CA’s to not issue certificates to servers that have been set up for phishing purposes. I doubt that todays CA’s live up to this responsibility.
- client certificates can in some cases actually assist Eve’s server in creating a login experience that makes Eve’s services more closely resemble those of Bob.
In other words, the problem is not in the TLS protocol or the implementation of it. Rather, the problem is in the PKI that underlies the integration of TLS in todays browsers.
Windows Device Emulator vs Windows 7 Firewall
July 17th, 2010I could find no obvious reason why my Windows 7 firewall was blocking internet access from my Windows Device Emulator to a server application running on the host PC. So, while the Windows CE application was running on the device emulator, trying to get connected with the server application on the host PC, I turned off the firewall, and as I expected, the Windows CE application could all of the sudden connect to the server.
What surprised me a bit, however, was that turning on the firewall again, let the Windows CE application continue to connect/disconnect to the server on the host PC. Now, after each reboot of the host PC, I always start up the device emulator, let the Windows CE application try to connect, start my server, and then turn off the firewall and then on again. It works every time.
Windows 7 Home Premium to Ultimate Upgrade
June 11th, 2010I had a Windows 7 upgrade (from Home Premium to Ultimate) forced upon me; I was working with a Microsoft Device Emulator and needed to get a .NET Compact Framework application on the emulator to access the network on my Windows 7 host. That required installation of a Virtual PC network driver. Unfortunately, Virtual PC cannot be installed on Windows 7 Home Premium, so I had to upgrade.
To make things worse, an online upgrade is not available where I live. So I had to wait for the upgrade key to be shipped to me.
And when I got the key, things only got worse: I started up Windows Anytime Upgrade and entered the key as requested, and a text kindly informed me that the upgrade would take only 10 minutes. After 1.5 hours, the upgrade was still not done, and there was no network activity, as one could have expected.
I killed the Windows Anytime Upgrade processes and started over again. Same result. Tried to kill as many processes as possible and start over again. Same result. Did a logout and login and started the upgrade once more. Same result. Then decided to restart the machine, but that only made the machine hang during shutdown. After 15 minutes, I pulled the power cord and removed the battery. When I booted the laptop again, the boot manager correctly stated that Windows had not been closed down properly, but I chose to start Windows normally anyway. Windows 7 then started a cycle of 2 or 3 restarts/reconfigurations/updates after which it finally claimed it had upgraded to Windows 7 Ultimate and let me login again.
Needless to say; Windows 7 Ultimate isn’t exactly cheap, so I had expected a smooth upgrade. The experience I had was totally not acceptable!
