Today I published the fluxbb Theme for the ArchServer.org website.
I am still working on the ArchLinux Development Stack. Yesterday I published a new version of the Hudson Package to the AUR. Unfortunately I did not make any progress with the ISO of the ArchLinux Development Stack.
Instead I joined forces with the guys from archserver.org, which is a perfect fit for us, since we can then provide our stack on a more stable Server System.
I forgot to tell, that I am already a Trusted User of the ArchServer Community. Please refer to the Team page of the project.
So, stay tuned for more information about our DevStack and ArchServer.
Yesterday, we build our first package exclusivly for ArchServer.org. It is the gitweb ArchServer Theme and can be found on our Git Repository. This is just a rough first draft, but it is already running on git.archserver.org.
Now we are going to support the guys from ArchServer.org a little more. Since we are already doing an ISO Image, we will now create the first ISO for ArchServer. This is a minor shift in our goals, since we will use this ISO then to distribute our own packages.
Today, I have written quite a lenghty text about competition and new thoughts of the ArchLinux Development Stack and the relation to the Application Lifecycle Management (ALM). You can find this text on the project News page here.
A close relative bought a JP-S3 from Samsung. This is a so called MTP-Device. I do not have any Device with an Windows Media Player 10, which is needed to sync the this device. Therefore I browsed through the Internet and finally found libmtp. This is a library to sync devices through the Media Transfer protocol (a M$ specific protocol, I believe).
I have had a couple of problems with this, until I removed the usb_storeage Module from the module list as well as the ehci_hcd module. After I did this, the command mtp-detect gives me a lot of information, after before the command just gave me, that the resource is busy.
The following commands are needed for the whole sync:
rmmod ehci_hcd
rmmod usb_storage (really important)
mtp-detect
If you are really brave, you can sync your tracks, using
mtp-sendtr -t TRACKNAME -a AUTHOR -g GENRE -n TRACKNO -l CD-TITLE SOURCEFILE FOLDERNO_ON_DEVICE
so e.g.
mtp-sendtr sendtr -t "Burning Fire" -a "James Kelly" -g "Pop" -n 1 -l "Babylon" -y 2006 -b "Babylon" -/media/cd/001\ Burning\ Fire.mp3 32775
The number 32775 is the code for the folder and can be found out with
mtp-folders
The application will ask for needed additional information.
Fortunately now I could call the gnomad2 tool and sync the stuff. The banshee-stuff did not work and just gave me the information, that the Resource is busy
Today I started the building of a Live CD for the ArchLinux Development Stack. For this I am using the ArchIso tools from Arch. I hope that this is working out. Some sources will appear in the ArchLinux Development Stack Repository soon.
If you are interested in this, I am very interested in your feedback. So, do not hesitate and contact me
On the ArchLinux DevStack Projectpage you can find now a new Redmine Theme. I have posted this on the Redmine page as well. This Theme (ArchLinux Redmine Theme) is based on the Design found on the ArchLinux Pages.
Have fun using this theme. Please Report any feedback and suggestions on the Projectpage or on the Redmine page.
Yesterday I received a message, that the Sonar Package (an integral part of the ArchLinux Development Stack) is not working correctly on i686-Architectures. This package is now updated and can be installed from the AUR.
If you have any Feedback or suggestions, please Report them here, on the Projectpage or directly in the AUR.