public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Thanks! Very Good Linux!
@ 2001-07-27  9:06 Yevgeny Grigoryev
  2001-07-27 10:17 ` jano
  2001-07-27 10:20 ` Daniel Robbins
  0 siblings, 2 replies; 4+ messages in thread
From: Yevgeny Grigoryev @ 2001-07-27  9:06 UTC (permalink / raw
  To: gentoo-dev

Hello gentoo-dev,

  Thank you! I download Gentoo Linux 1.0_rc5 and install it.
  Before this, I had FreeBSD 4.3 Stable, and portage system for
  me in linux - is a very good idea.

  I find this bugs:

   1.
    # info
    info: dir not found
    (in /usr/share/info not have a ./dir , i run mkinfodir manuality)
    
   2. Where insert: LANG=ru_RU.KOI8-R ???
     I insert this line in /etc/env.d/01by_me

   3. gpm need /dev/mouse (default)
      but /dev - fs and all symbolic links dye after umount-mount
      (reboot system or else ...)

-- 
Best regards,
 Yevgeny                          mailto:norfolk@slavik.eu.org




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Thanks! Very Good Linux!
  2001-07-27  9:06 [gentoo-dev] Thanks! Very Good Linux! Yevgeny Grigoryev
@ 2001-07-27 10:17 ` jano
  2001-07-28 16:03   ` AW: " Sebastian Werner
  2001-07-27 10:20 ` Daniel Robbins
  1 sibling, 1 reply; 4+ messages in thread
From: jano @ 2001-07-27 10:17 UTC (permalink / raw
  To: gentoo-dev


> Hello gentoo-dev,

>   3. gpm need /dev/mouse (default)
>      but /dev - fs and all symbolic links dye after umount-mount
>      (reboot system or else ...)

I can't find easy to read docs on devfs yet, so rather than fix it
directly, I've simply told gpm to use the real mouse device in this file:
/etc/rc.d/config/basic

add to the mouse line the options:
"-m /dev/MOUSEDEV"
where "MOUSEDEV" is the actual dev for your system.  I have a ps/2 mouse,
so my line looks like: /dev/psaux
I do the same inside the XF86Config file.

jano





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Thanks! Very Good Linux!
  2001-07-27  9:06 [gentoo-dev] Thanks! Very Good Linux! Yevgeny Grigoryev
  2001-07-27 10:17 ` jano
@ 2001-07-27 10:20 ` Daniel Robbins
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Robbins @ 2001-07-27 10:20 UTC (permalink / raw
  To: gentoo-dev

On Fri, Jul 27, 2001 at 10:01:34AM -0500, Yevgeny Grigoryev wrote:
> Hello gentoo-dev,
> 
>   Thank you! I download Gentoo Linux 1.0_rc5 and install it.
>   Before this, I had FreeBSD 4.3 Stable, and portage system for
>   me in linux - is a very good idea.

Glad you like it!

>   I find this bugs:
> 
>    1.
>     # info
>     info: dir not found
>     (in /usr/share/info not have a ./dir , i run mkinfodir manuality)

The latest version of Portage fixes this.

>     
>    2. Where insert: LANG=ru_RU.KOI8-R ???
>      I insert this line in /etc/env.d/01by_me

I think the best place would be /etc/profile.

>    3. gpm need /dev/mouse (default)
>       but /dev - fs and all symbolic links dye after umount-mount
>       (reboot system or else ...)

This will be fixed in 1.0_rc6; we now provide a /dev-state/compat directory; if
you create a backup symlink there, it'll get copied to /dev at boot-time.  We
may also add a shutdown script that performs automatic symlink backups to a
tarball so they can be restored on boot.  Too bad devfsd doesn't store
symlinks.  I bet it could with a patch.

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
Chief Architect/President			http://www.gentoo.org 
Gentoo Technologies, Inc.			



^ permalink raw reply	[flat|nested] 4+ messages in thread

* AW: [gentoo-dev] Thanks! Very Good Linux!
  2001-07-27 10:17 ` jano
@ 2001-07-28 16:03   ` Sebastian Werner
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Werner @ 2001-07-28 16:03 UTC (permalink / raw
  To: gentoo-dev

there is a entrey for the mouse type in /etc/rc.d/config. i have setup the
supervised script to read MOUSETYPE and MOUSEDEVICE from this file. i think
it is better to intergrate this in gentoo directly. I have send a month ago
the patched script and asked if someone with cvs access can upload it. But
no return-message. Sometimes good ideas die on this way. This is not really
good!!! Gentoo Team.

Sebastian


-----Ursprüngliche Nachricht-----
Von: gentoo-dev-admin@cvs.gentoo.org
[mailto:gentoo-dev-admin@cvs.gentoo.org]Im Auftrag von jano
Gesendet: Freitag, 27. Juli 2001 18:22
An: gentoo-dev@cvs.gentoo.org
Betreff: Re: [gentoo-dev] Thanks! Very Good Linux!



> Hello gentoo-dev,

>   3. gpm need /dev/mouse (default)
>      but /dev - fs and all symbolic links dye after umount-mount
>      (reboot system or else ...)

I can't find easy to read docs on devfs yet, so rather than fix it
directly, I've simply told gpm to use the real mouse device in this file:
/etc/rc.d/config/basic

add to the mouse line the options:
"-m /dev/MOUSEDEV"
where "MOUSEDEV" is the actual dev for your system.  I have a ps/2 mouse,
so my line looks like: /dev/psaux
I do the same inside the XF86Config file.

jano



_______________________________________________
gentoo-dev mailing list
gentoo-dev@cvs.gentoo.org
http://cvs.gentoo.org/mailman/listinfo/gentoo-dev




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-07-28 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-27  9:06 [gentoo-dev] Thanks! Very Good Linux! Yevgeny Grigoryev
2001-07-27 10:17 ` jano
2001-07-28 16:03   ` AW: " Sebastian Werner
2001-07-27 10:20 ` Daniel Robbins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox