Posts

Showing posts from November, 2011

iSCSI and LVM: Boot problem

Both LVM and iSCSI are powerful and reliable. But there is an issue with the combination of both that made me fell completely lost more than once. The Scenario: iSCSI target / server is a Linux Box with LVM features iSCSI target / server exports disk, partition or LVM LV iSCSI initiator / client uses the exported volume as LVM PV All works perfectly until rebooting the iSCSI target / server The symptom: After rebooting the iSCSI target / server, it becomes impossible for the initiator / client use the exported volume as if it were deleted. The iSCSI target / server service itself is working properly but the exported volume is not. The cause: During the boot of the iSCSI target / server, its LVM liked the new found PVs / VGs / LVs. The iSCSI target / server has no idea about those new found are not for the local machine and it "locks" the VGs and LVs for local use. When iSCSI exports the LV, it will contain locked LVM volumes. This is why it becomes impossible to u

Acer Iconia Tab W501P Review II

Image
Fedora 16 Beta Feroda 16 Beta runs on the W501P without any major concern. The only issue I found is the Gnome onscreen keyboard that does not work well. Despite the onscreen keyboard, I did not found any serious issue when using Fedora on Iconia Tab W501P. I did no testing with ATI proprietary drivers on Fedora. Ubuntu 11.10 Ubuntu 11.10 also runs on the W501P but there are some details: 1 - When I allowed the installer to download updates during installation, the X did not work very well after first boot. So I installed it again and it is working pretty well without allowing the packages to be updated. I'll wait untill ATI driver supports the C-60 GPU until allowing updates. 2 - The ATI proprietary driver does NOT work with C-60 GPU. I've tried Ubuntu's two packages, "AMD Catalyst™ 11.9 Proprietary Linux x86 Display Driver", and "AMD Catalyst™ 11.10 Proprietary Linux x86 Display Driver". When using Ubuntu's package, an stamp with AMD

Recording from webcam, saving to file, displaying locally, using VLC, under Linux

# Change /dev/video1 to your webcam device name # Change plughw:1,0 to your audio capture device. (Check /proc/asound/devices) # Change 1920 to the correct width of your webcam ( Check Cheese preferences ) # Change 1080 to the correct height of your webcam ( Check Cheese preferences ) $ vlc v4l2:///dev/video1 :input-slave=alsa://plughw:1,0 :v4l2-standard=0 :v4l2-aspect-ratio=16\:9 :v4l2-width=1920 :v4l2-height=1080 :v4l2-fps=30 :sout="#transcode{vcodec=mp4v,vb=5000,scale=1,fps=30,acodec=mpga,ab=128,channels=1,samplerate=44100}:duplicate{dst=std{access=file,mux=ts,dst=/tmp/video-output.mpg},dst=display}"