Sélectionnez votre langue

Résolution de problème : merci de consulter la FAQ et le Wiki

Aidez-nous à améliorer le contenu du Wiki et de la FAQ en les consultant. Le Wiki est mis à jour régulièrement et la FAQ permet une résolution rapide des principales embûches rencontrées. N'hésitez pas à nous faire parvenir vos suggestions d'amélioration sur le forum ou à éditer directement le Wiki ou la FAQ .

No Shortcuts in Linux!?!?

Plus d'informations
il y a 12 ans 6 mois - il y a 12 ans 6 mois #7000 par dFVarela
No Shortcuts in Linux!?!? a été créé par dFVarela
Hello:
Got an old LapTop and decided to make a small instalation of Linux in order to have a dedicated OS to run DLight, to achieve that i've decided to install a command line Ubuntu, FluxBox window manager and all the other things i needed to make DLight run (libXss,alsa,etc).
After that gave my user the permissions needed to acess USB and MIDI, almost everything worked out of the box (still having some problems with mounting CD & USB PenDrives), but what's really killing me is that when i launch DL with SUDO it all goes well, with the obvious exception that OLA Server doesn't start, but when lauched as a regular user there aren't no Shortcuts and i'm not able to create my own!
Does anyone have a solution? It's for sure a matter of User permission... But which one?
It would be great if anyone could help me!
Thank you all in advance!
Code:
I/O error : Permission denied

dFVarela
Dernière édition: il y a 12 ans 6 mois par dFVarela. Raison: Forgot the error the terminal gives!

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7002 par sl1200mk2
Réponse de sl1200mk2 sur le sujet No Shortcuts in Linux!?!?
Hi Daniel,
how did you install the libxml2?
does it belongs to USER group? because writing shortcuts (among almost everything) rely on libxml2.
after for the OLA stuff, it would be great if you report more errors in order to improve the mechanism.

++

nicolas

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7004 par dFVarela
Réponse de dFVarela sur le sujet No Shortcuts in Linux!?!?
Hi Nico:
The only package i needed to instal in order to get DL running was libxss1, and alsa to get the midi working and add my user to audio group to access MIDI.
What is the group i should add my user in order to access Libxml? (I'm sure that will solve the problem!)
Regarding OLA, is not a error:

How to start olad

For testing run olad in non-forking, log to stdout, debug level 3:

olad -l 3

olad refuses to run as root.

( www.opendmx.net/index.php/Using_OLA )

As soon i fix the libxml problem, or other i'll be playing around with OLA and if any errors appears i'll tell you!

Thanks!

Daniel Varela

dFVarela

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7013 par sl1200mk2
Réponse de sl1200mk2 sur le sujet No Shortcuts in Linux!?!?
Daniel,
does this happen only with shotcuts?
if yes, it's not a libxml2 issue. if it were, you will not be able to have midi binding, neither any kind of cue or whatever.

there's is a tricky bug with shortcut window (that is fixed in the upcomming beta) that prevent to record any shortcut once you hit the 'Tab' button.

also did you do:
sudo apt-get install xorg-devel

++

nicolas

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7014 par dFVarela
Réponse de dFVarela sur le sujet No Shortcuts in Linux!?!?
Hi Nico:
I can connect MIDI controls but when exiting i got errors and the MIDI commands are lost!
I didn't install xorg-dev but installing it didn't solve the problem!
It must be a user permission problem because running:
Code:
sudo sh ./DLight.sh
Everything works ok, running as my regular user when it starts i get the error:
Code:
I/O error : Permission denied
36 times.

dFVarela

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7015 par sl1200mk2
Réponse de sl1200mk2 sur le sujet No Shortcuts in Linux!?!?
can you try to copy the DL distro on the desktop and try to launch it from there.
example (just to show you the PATH
sh /home/users/daniel/Desktop/DL/DL.sh

++

nicolas

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois - il y a 12 ans 6 mois #7016 par dFVarela
Réponse de dFVarela sur le sujet No Shortcuts in Linux!?!?
Hi:
It is the same.... I got DL error :
Shortcut doesn't exist!
And the same 30 I/O error!

Can someone on linux issue this on a terminal and tell me what grops they belong to?
Code:
cat /etc/group | grep yourusername
Thanks!

dFVarela
Dernière édition: il y a 12 ans 6 mois par dFVarela.

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7017 par sl1200mk2
Réponse de sl1200mk2 sur le sujet No Shortcuts in Linux!?!?
don't u have a user name with some strange char inside?

DL relies on the user HOME variable.
what's the result of :
echo "$HOME"

nicolas

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7018 par dFVarela
Réponse de dFVarela sur le sujet No Shortcuts in Linux!?!?
Hi:
No my user name is:dlight
and the result is:
/home/dlight!

dFVarela

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7019 par sl1200mk2
Réponse de sl1200mk2 sur le sujet No Shortcuts in Linux!?!?
and you try to start DL wich is in a directory that belong to /home/dlight, right?

nicolas

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7021 par dFVarela
Réponse de dFVarela sur le sujet No Shortcuts in Linux!?!?
yes, it is in:
/home/dlight/DLight-32-Linux/

dFVarela

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7022 par sl1200mk2
Réponse de sl1200mk2 sur le sujet No Shortcuts in Linux!?!?
just for the fun, don't you wanna try:
export PATH=${PATH}:/home/dlight/DLight-32-Linux/bin

and launch DL again.

nicolas

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7023 par sl1200mk2
Réponse de sl1200mk2 sur le sujet No Shortcuts in Linux!?!?
and to answer your cat question, here's mine
Code:
nico@ubuntu:~$ cat /etc/group | grep nico adm:x:4:nico cdrom:x:24:nico sudo:x:27:nico dip:x:30:nico plugdev:x:46:nico lpadmin:x:109:nico nico:x:1000: sambashare:x:124:nico nico@ubuntu:~$

nicolas

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7027 par dFVarela
Réponse de dFVarela sur le sujet No Shortcuts in Linux!?!?
It's the same errors!Your output is very similar to mine, so it seems it is not a question of permission!

dFVarela

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 6 mois #7029 par sl1200mk2
Réponse de sl1200mk2 sur le sujet No Shortcuts in Linux!?!?
nope...
at launch DL attempt to create a .DLightWorkingSho folder in the $HOME directory.
so in your case, that mean in /home/daniel/.DlightWorkingSho

if you display hidden files, do you see this folder?
does it have read/write permissions?

nicolas
Les utilisateur(s) suivant ont remercié: dFVarela

Connexion pour participer à la conversation.

Temps de génération de la page : 0.329 secondes
Propulsé par Kunena