View previous topic :: View next topic |
Author |
Message |
fb99 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/3047205813ef0c3a7839b6.gif)
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Wed Nov 05, 2003 5:12 pm Post subject: [NOYAU] problème avec les term après compilation |
|
|
J'ai eu envie de tester le noyau 2.6 j'ai donc emerger les sources et je l'ai compiler.
Mais j'ai un problème, je n'arrive pas a lancer de term.
J'ai comme message quand j'essaie de lancer Eterm:
code]cann't open pseudo-tty no such file or directory[[/code]
J'ai regarder dans la configuration du noyau 2.4.x et il y a une option "virtual terminal" je me suis dit que c'était peut-être cette option qui me permet de lancer les term mais le problème c'est que je ne la trouve pas dans le 2.6
Est-ce que qqn pourrais m'aider??
Last edited by fb99 on Wed Nov 05, 2003 10:16 pm; edited 2 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
yoyo Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/1382399841473c166bf2c72.jpg)
Joined: 04 Mar 2003 Posts: 4273 Location: Lyon - France
|
Posted: Wed Nov 05, 2003 5:26 pm Post subject: |
|
|
Ca doit être dans : "Character devices ---> [*] Unix98 PTY support"
Ajoute également : "File systems ---> Pseudo filesystems ---> [*] /dev/pts file system for Unix98 PTYs"
J'espère que c'est bien de cela dont tu as besoin. _________________ La connaissance s'accroît quand on la partage.
JCB |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fb99 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/3047205813ef0c3a7839b6.gif)
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Wed Nov 05, 2003 5:42 pm Post subject: |
|
|
c'était bien ça
merci ![Very Happy :D](images/smiles/icon_biggrin.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fb99 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/3047205813ef0c3a7839b6.gif)
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Wed Nov 05, 2003 10:18 pm Post subject: |
|
|
j'ai toujours des problèmes, maintenant j'arrive a lancer les term mais seulement en etant root sinon en simple utilisateur il me renvois ces erreurs..
Error grantpt(4) filed : no surch file or directory
Error cann't open pseudo tty : no surch file or directory
Error unable to run sub-command |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SuperTomate Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 02 Jun 2002 Posts: 392 Location: France
|
Posted: Wed Nov 05, 2003 10:34 pm Post subject: |
|
|
Essaie de monter /dev/pts (dans /etc/fstab) :
Code: | devpts /dev/pts devpts defaults 0 0 |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fb99 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/3047205813ef0c3a7839b6.gif)
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Thu Nov 06, 2003 4:00 pm Post subject: |
|
|
effectivement je n'avais pas cette ligne dans mon /etc/fstab, maintenant ça marche!!
Merci !! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dju` Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 11 Feb 2003 Posts: 370
|
Posted: Tue Dec 23, 2003 7:33 pm Post subject: |
|
|
j'ai le meme probleme avec le 2.6.0-gentoo, le Eterm s'ouvre et se ferme directement, et retourne un: Code: | Eterm: Error: Can't open pseudo-tty -- Aucun fichier ou répertoire de ce type
Eterm: Error: Unable to run sub-command.
|
les autres terms (xterm, konsole, gnome-terminal) fonctionnent très bien. j'ai monté /dev/pts comme plus haut, et j'ai bien compilé unix98 pty's et ptyfs. qu'est ce qui ne va pas ?
Last edited by dju` on Wed Dec 24, 2003 1:28 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cylgalad Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 18 Apr 2003 Posts: 1327 Location: France
|
Posted: Wed Dec 24, 2003 11:48 am Post subject: |
|
|
Code: | === 2003-12-20 12:58 ==== development-sources-2.6.0 ===
= /var/log/portage/3234-development-sources-2.6.0.log =
...
* Please note that ptyfs support has been removed from devfs
* and you have to compile it in now, or else you will get
* errors when trying to open a pty. The option is:
* File systems -> Pseudo filesystems -> /dev/pts filesystem.
...
* Also, note that you must compile in support for
* input devices (Input device support->Input devices),
* the virtual terminal (Character Devices->Virtual terminal),
* vga_console (Graphics Support->Console...->VGA text console)
* and the vt_console (Character Devices->Support for console...).
* Otherwise, you will get the dreaded "Uncompressing the Kernel"
* error.
...
* PLEASE NOTE THIS IS NOT OFFICIALLY SUPPORTED BY GENTOO.
...
|
![Laughing :lol:](images/smiles/icon_lol.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dju` Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 11 Feb 2003 Posts: 370
|
Posted: Wed Dec 24, 2003 1:27 pm Post subject: |
|
|
mmm, relis bien mon post, juste au-dessus du tien. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dju` Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 11 Feb 2003 Posts: 370
|
Posted: Fri Jan 02, 2004 6:31 pm Post subject: |
|
|
*bump* |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
scout Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/12983883544208161274b34.png)
Joined: 08 Mar 2003 Posts: 1991 Location: France, Paris en Semaine / Metz le W-E
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dju` Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 11 Feb 2003 Posts: 370
|
Posted: Fri Jan 02, 2004 8:54 pm Post subject: |
|
|
ha oui tiens, pas mal aterm. merci! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|