GnomeBaker: Directories too deep

linux 3 Comments »
italiano

Sometimes you can’t burn your data on cd or dvd cause a boring error about “Directories too deep”.

Executing 'genisoimage -gui -V DVD_31 -A GnomeBaker -p acido -iso-level 3 -l -r -hide-rr-moved -graft-points --path-list /tmp/GnomeBaker-acido/gnomebaker-E8P02T | builtin_dd of=/dev/hda obs=32k seek=0'
I: -input-charset not specified, using utf-8 (detected in locale settings)
genisoimage: Directories too deep for '0205/wordpress-it_IT-2.1.3/wp-includes/js/tinymce/plugins/autosave/langs' (7) max is 6.
:- ( write failed: Input/output error

I haven’t find yet a way to solve it on GUI but surfing on forums i’ve find a work-around.

From shell, like normal user, start gnomebaker with this command :

gnomebaker --trace-on

Now make your compilation and try to do Burn: you see the same error! This step is necessary because GnomeBaker make a temporary image of cd/dvd.

After the ErrorPopup come back at shell, and check the output: move up until find the command that gnomebaker use to try to burn

growisofs -Z /dev/hda -use-the-force-luke=notray -use-the-force-luke=tty -dvd-compat -gui -V DVD_31 -A GnomeBaker -p acido -iso-level 3 -l -r -hide-rr-moved -graft-points --path-list /tmp/GnomeBaker-acido/gnomebaker-E8P02T

Copy and Paste it on other term and add after growisofs the -D option like this:

growisofs -D -Z /dev/hda -use-the-force-luke=notray -use-the-force-luke=tty -dvd-compat -gui -V DVD_31 -A GnomeBaker -p acido -iso-level 3 -l -r -hide-rr-moved -graft-points --path-list /tmp/GnomeBaker-acido/gnomebaker-E8P02T

Press enter and the burn start! Don’t close gnomebaker until burning is finished!

, , , , ,


AIGLX + Beryl + Intel con Debian SID

linux No Comments »

AIGLX

Partiamo con l’attivazione del modulo AIGLX.
Editate il file /etc/X11/xorg.conf (usate un qualunque editor di testo, io personalmente uso nano) e nella sezione ServerLayout aggiungete

Option "AIGLX" "true"

con questo AIGLX sistemato :)

INTEL

Per i driver Intel (precisamente per la scheda video Intel 950) editate sempre il file /etc/X11/xorg.conf e nella sezione Device mettete come driver

Driver "i810"

Ora dovete attivare il Direct Rendering della scheda quindi da root lanciate

#apt-get install mesa-utils libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa

Ora riavviate X (CTRL + ALT + BACKSPACE) e lanciando il comando

#glxinfo | grep direct

dovrete leggere come risposta

direct rendering: Yes

BERYL

Ora manca l’ultimo step.
Editate il file dei repository /etc/apt/sources.list e aggiungete questa riga

deb http://download.tuxfamily.org/3v1deb debian-unstable beryl-svn

Questo un repository non ufficiale in cui troverete sempre le ultime versioni di beryl (un grazie a Trevio e imu).
Salvate e uscite.

#apt-get update && apt-get install beryl

Finito il processo di installazione rieditiamo per l’ultima volta il nostro xorg.conf
Nella sezione Module (se non c’ createla) aggiungete:
Load "dbe"
Load "dri"
Load "glx"

Nella sezione Device

Option "AddARGBGLXVisuals" "On"
Option "XAANoOffscreenPixmaps"

E al fondo del file

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "enable"
EndSection

Riavviate X (CTRL + ALT + BACKSPACE)
Da terminale lanciate

#beryl-manager

Se tutto andato per il verso giusto avrete il vostro bel cubo funzionante.
Ora non vi rimane che inserire il comando beryl-manager all’ avvio della vostra interfaccia grafica.

, , , , , , ,


Restart…

news No Comments »
italiano

After some inactive months (acido.netsons.org), i’ve decided to buy a domain and start again!

Like before, this blog wuould be a mix about the computer world (Free e OpenSource), music, movies and some personal things :)

All would be done to share information and i wish it could be helpfull… Stay tuned!

Have a nice day!

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Login