Entries Tagged as 'FLOSS'

Philippine Linux User Group Zeitgeist

I just learned that German word and wanted to use it in a post. Upon Google search reveals that it meant current intellectual trend. :)

The current Philippine Linux User Group site is experiencing a slow renaissance of some sorts thanks to the efforts of Gabriel Mercado and company. The latest addition to the site is the aggregation F/LOSS related posts of some PLUGger bloggers. In a post to the list, Gabriel posted the FAQ of the aggregation as


- *What the heck is this?* - This is the aggregated feed of a few
gentlemen PLUGgers / Bloggers who've been kind enough to share their Linux /
FOSS or otherwise PLUG related feeds with the rest of us. Namely, they are
Messrs. Anuerin Diaz, Elijah Alcantara, Manny Amador (Phnix), Michael Cole,
Migs Paraz, Noel Bautista and Zak B. Elep.

- *What's it for?* - Several purposes. Primarily, to achieve 'zeitgest'
so that we may be able to know what things are going on in and around
PLUGgers minds, what's keeping them occupied, and so on. Secondarily, it
provides content for our website. Once syndicated, said content will also
help promote PLUG by spreading our news, info, howtos, etc., onto the
general blogosphere. It can also help us figure out who are actively doing
FOSS work out there, as well as provide a central repository of all things
PLUG related. Not to mention of course, end hunger and promote world peace.

Take note however that each post still belongs to each author and does not reflect the official stand of PLUG (the organization). If I mess up here in the capsule then the blame will all stop here.

Subscribe now! It’s a fun way to get an insight on what is currently happening on the local Linux mindsphere. Unless you have a local RSS reader, I am recommending the Google Reader since it is free and pretty nifty.

ciao!

Who’s at fault for marking NTFS partitions as dirty?

As I have mentioned before, Archer was my first Linux installation wherein I was able to get NTFS writing right from the get go. That means that I no longer have a FAT32 partition in my desktop harddisk as everything is already in NTFS. This helps in downloading those Linux DVD ISO images since I no longer have to think about freeing enough space on my NTFS drive if I want to be able to continue the download on whatever OS is booted up.

Lately Windows has been ruling the desktop since I need some Windows-specific apps for work. I was transferring some files from the desktop hard drive into the portable hard disk (backups are not paranoia). I was moving some stuff so I don’t leave outdated rubbish files in the desktop HDD then suddenly Windows gave an error that the file was in use so the move operation is being denied access and the delete operation cannot continue. I can’t track the process holding it as only Windows Explorer is touching the file so I scheduled a checkdisk execution at the next boot and then rebooted the machine. During startup, Windows checkdisk found and fixed the entries from some file which I assume is the file I was moving. Upon completion of the checkdisk execution I logged again in Windows and tried doing the move. The same thing happened. I just shrugged my shoulders and rebooted to Archer. It was about time to get the latest package updates from the repository anyway.

I boot all of my Linux systems into run level 3 (console mode). I would like to say it has something to do with the speed to get between when the BIOS screen and the login prompt but I think this has just been my force of habit as my desktop has enough processing power that I am in the prompt in less than 1 minute, and another 10 seconds to enter XFCE. This time booting in a console mode a good thing because I saw that mounting the NTFS drives were encountering errors since they are tagged as in use. I am presented with the following messages for each NTFS partition:

Failed to mount ‘/dev/sda7′: Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:

Choice 1: If you have Windows then disconnect the external devices by clicking on the ‘Safely Remove Hardware’ icon in the Windows taskbar then shutdown Windows cleanly.

Choice 2: If you don’t have Windows then you can use the ‘force’ option for your own responsibility. For example type on the command line:

mount -t ntfs-3g /dev/sda7 /windows/d -o force

Or add the option to the relevant row in the /etc/fstab file:

/dev/sda7 /windows/d ntfs-3g defaults,force 0 0

Being a firm believer in Murphy’s laws, I opted to be on the safe side and just let them be and tried to mount them manually. The mount message provided an additional clue that I might be able to leverage in fixing the problem: the NTFS drive log file says it was not cleanly unmounted!

I tried searching for the answer on how to clear the partition log from Windows but I came up with nothing. Constantly rebooting Windows does not help either. The log is still being marked as in use whenever I try mounting them in Linux. After two nights I was already exasperated so I went for the force route. I mounted the partitions manually as root and specified the -o force option. The forced mount directive did the trick and cleared the NTFS partition log. I haven’t found any data loss YET but I have a nagging feeling that I might and at the worst possible time (again, Murphy’s law).

I am still at a loss on who messed up the partitions. The partitions were being utilized exclusively by Windows for the past few days but I know that there were times that I used Archer and started utorrent in wine so the partition was also being used even for only a while. I am getting frustrated with Windows since it should have been able to clear the dirty markings on the partition logs since it was able to complete its shutdown sequence properly. If I am going to defend Windows I will say Linux messed up the log which prevents it from marking it correctly after a clean shutdown. But that is hogwash since I should have been notified that something is wrong after the initial bootup, or even before it enters the shutdown sequence.

I think my finger knows which OS is the culprit but until I get more information on this problem (and how to clear the log from within Windows), I am going to be on the fence on who is really at fault. I am just crossing my fingers that I haven’t damaged any data since there are some stuff in the hard disk that I am not putting in my portable HDD and I still haven’t gotten around to putting them in DVD.

ciao!

–metrobankOnline_sucks;

Metrobank’s eBanking interface rates a notch better in my book since it now supports Firefox, where previously it only supports IE and *gasp* Netscape. The stupid ActiveX control that was previously required (which effectively locks the interface to IE) is also gone. Actually that is the first clue I had since I transferred to another PC at work and was curious why I didn’t get the irritating prompt about the ActiveX installation.

The office network prevents me from uploading the screenshot but you can test it for yourself. I did it with the beta 5 of Firefox 3. :)

Kudos Metrobank Online! But I still despise you for that 10-character password requirement. :)

[edit] I finally grabbed a screenshot while in Archer (my Arch system). The picture is using “Bon Echo” which is a rebranded Firefox browser. The version is 2.0.0.14.

MetrobankOnline in Linux!

ciao!

Leo the Archer update: ntfs-3g and sound

This is a post on my attempts to run an ArchLinux-based desktop on Leo thus the codename “Leo the Archer”. Leo by the way is Betsy’s replacement which we picked up last July prior to my Denmark assignment. The attempt to create an ArchLinux system is partly due to the lack of support of the Mandriva 2007.1 installer (the one I had handy at the time) for the JMicron motherboard controller. Between Ubuntu and ArchLinux, I think I would learn more if I use ArchLinux. :)

Last night’s development included the following

  • Update to the latest release. This is what is great about rolling distributions, the option to use the latest and the greatest are always at your fingertips, assuming you have an available broadband. :)
  • better acquaintance with pacman. Installing new packages from Internet repositories does not include specifying -A or –add in the command line. That is reserved for installing local packages.
  • NTFS-3G works. This is my first Linux distro that I have easily achieved successful NTFS writing support.
  • Sound still does not work. I followed the beginner’s guide for getting sound but no sound devices are being detected.

As it was already getting late, I decided to call it a night. The fact that my wife is practically breathing down on my neck to go to sleep had nothing to do with it. PROMISE! ;) I hope the restart would make udev detect and produce the right devices when I start it up again. All in all, not a bad piece of update.

[edit] the sound device got created after the reboot but for some reason flash sound (i.e., youtube) is not being processed.

ciao!

Mandriva 2008 experience (day 3)

Day 3.

Starting up the laptop again to try my luck in getting wireless and wired connections working side by side. My laptop is now a permanent resident of the living room that it is so sad. :(

Every sign still point to the same effects: no wireless connection, missing wlan0 device during startup, lots of errors about a thousand things during shutdown but I guess I can skip them for now.

I tried reading materials on the web specifically on the Arch Linux site as I like the way information are posted there. I can’t find any stuff that seems applicable to what I am experiencing. I tried restarting a couple of times but I am still stuck. And twice the shutdown got stuck literally.

I tried shutting down eth0 again and the keyboard input went nuts again and stopped responding. I tried rebooting using the touchpad and was able to get out of X then everything went blank. I am missing my toothpick today so I just took a pen and did a hard reset.

Next step I did was to uninstall mandi which I read does the hotplugging of network devices. I am not sure of the impact but I am getting desperate and I want to isolate where the problem really is. Bye-bye mandi service which took out two other mandi package which I am assuming is for the ethernet and wireless connections. The Windows habit kicks in and I rebooted to make sure all changes are in.

After the reboot (and the message that wlan is missing), I am back into KDE. I tried reconfiguring the Wireless connection, and it was able to connect and get an IP address. I was already smiling then I made the unthinkable: the Yes option was selected in the screen asking if I want the connection to start at boot. That effectively killed the wireless connection.

I tried bringing down eth0 to test the effect of gutting the mandi service out and then I lost my keyboard input again. Ballpoint pen to the rescue, and now I am typing this in Windows in a wireless connection.

From what I can see right now I have two options:

  1. Post this problem in the Mandriva Users Board and wait two days for some suggestion on how to fix this problem, or
  2. Reinstall another distribution. I already have finished downloading the latest Arch release and have it burned into a CD.

Hmmn, one is for patience and the other is for another adventure. I think I will go for the first option first and see if I can learn something new in return.

Since this might be the end of this series, at least MDV2008 gave me something good that I haven’t experienced before: the scroll button on the touchpad works out of the box. Even Windows can’t make that work. :)

ciao!