Home Home
Sign up | Login

Deprecation notice: openSUSE Lizards user blog platform is deprecated, and will remain read only for the time being. Learn more...

Author Archive

fsck.ocfs2: I/O error on channel while performing pass 1

September 5th, 2011 by

When running fsck.ocfs2 if you get an error like below, turn off feature metaecc and run it again.

fsck -f -y /dev/drbd0
fsck from util-linux-ng 2.17.2
fsck.ocfs2 1.4.3
Checking OCFS2 filesystem in /dev/drbd0:
Label: vmimages
UUID: B5A45669962C4E40AE9FB2BF16184981
Number of blocks: 157281328
Block size: 4096
Number of clusters: 19660166
Cluster size: 32768
Number of slots: 4

/dev/drbd0 was run with -f, check forced.
Pass 0a: Checking cluster allocation chains
Pass 0b: Checking inode allocation chains
Pass 0c: Checking extent block allocation chains
Pass 1: Checking inodes and blocks.
extent.c: I/O error on channel reading extent block at 112162 in owner 516113 for verification
pass1: I/O error on channel while iterating over the blocks for inode 516113
fsck.ocfs2: I/O error on channel while performing pass 1

#disable metaecc (man tunefs.ocfs2 for more)
tunefs.ocfs2 --fs-features=nometaecc /dev/drbd0

#run fsck again
fsck -f -y /dev/drbd0

to re-enable it after completing fsck, run:
tunefs.ocfs2 --fs-features=metaecc /dev/drbd0

Presentation resolution on netbooks

July 11th, 2011 by

I recently got ASUS Eee Netbook R051PX, nice little machine, however small annoyance it has when plugged to projectors for presentation is that the default mirrored resolution is just 800×600, the gnome-display-properties does not allow the selection of 1024×768, xrandr comes to the rescue:

Run the following as normal user in terminal to get the required resolution.

xrandr --output LVDS1 --panning 1024x768
xrandr --output VGA1 --mode 1024x768

Note: just in case wordpress eats up – character, there are 2 – before output, panning and mode.

openSUSE Edu Li-f-e 11.4 out now!

March 29th, 2011 by

openSUSE Education team is proud to present openSUSE-Edu Li-f-e (Linux for Education) based on openSUSE 11.4. The image is a “hybrid” iso image which can be used to burn a Live DVD or to create a Live USB stick.

This release includes the latest carefully selected softwares for students, educators as well as parents. The software selection encompasses everything required to make computers productive for either home or educational use without having to install anything additional.

More here

Welcome to BITA 2011

January 19th, 2011 by

Hello Community

It is again that time of a year when we participate in our local IT mega event: Baroda IT Association Show 2011 (BITA 2011).

Drop in to see what we are up to if you happen to be around here during 23-26 January 2011.

There will of course be openSUSE Education Li-f-e DVDs available at our stall that is why BITA probably is green this time 😉

See you all there

On-Access virus scanning on openSUSE 11.3

September 14th, 2010 by

One of the most useful deployment scenario for Linux in enterprise or educational environment is a fileserver with on access virus scanning, to serve Windows PCs on the network of course. Long ago there used to be samba-vscan that worked very nicely, it went missing in openSUSE 11.2 so dazuko kernel module worked in its place. On 11.3 dazuko is no longer available, enter dazukofs.

(more…)

KIWI-LTSP multiple image support improvements

September 8th, 2010 by

Savin Alex has been busy working on improving kiwi-ltsp lately. The basic idea behind the new development is easier management of multiple LTSP images that can be served over NBD or AOE. Earlier Shrenik Bhura had added multiple image support for AOE, now it is also supported when using NBD. (more…)

How to change GDM theme

July 25th, 2010 by

Run this command as root:

gconftool-2 --direct --config-source=xml::/etc/gconf/gconf.xml.vendor --set /desktop/gnome/background/picture_filename --type=string "/path/to/picture"
gconftool-2 --direct --config-source=xml::/etc/gconf/gconf.xml.vendor --set /desktop/gnome/background/picture_options --type=string "stretched"

Edit: The easier way

(more…)

How to setup Edu servers on Li-f-e

July 22nd, 2010 by

openSUSE Edu Li-f-e comes loaded with softwares useful for educational institutions, including servers that do everything from course management, student information system to library management.  Although the setup is fairly easy for sysadmins who know what exactly to do, it is quite a difficult task for new Linux user or a teacher without any prior sysadmin knowledge wanting to try out. Get in touch with us if you would like to contribute to openSUSE Education project by creating a script or better still a GUI to automate these tasks.

(more…)

openSUSE Launch Party at MSU, BCA, Vadodara

July 18th, 2010 by

We had a great time yesterday showing off the latest openSUSE Edu Li-f-e based on openSUSE 11.3. Over 120 people packed in the persentation hall, many of them had to stand throughout. I am sure everyone present were impressed with what they saw, they all took home Li-f-e DVD to get the first hand experience.

(more…)

openSUSE Edu Li-f-e 11.3 available now!

July 17th, 2010 by

openSUSE Education team is very thrilled to announce the availability of openSUSE Edu: Linux for Education(Li-f-e). Li-f-e is built on openSUSE 11.3. The aim of this DVD is to provide complete education and development resources for parents, students, teachers as well as IT admins running labs at educational institutes

It comes bundled with a wealth of softwares carefully selected to meet every need. Educational softwares covering wide range of subjects such as IT, mathematics, chemistry, astronomy, electronics etc catering to students right from preschool to research.

Softwares for graphic designers include GIMP, Inkscape, Blender and more. Office applications to work on pdfs and any office formats including those of the latest MicroSoft Office is included.

(more…)