Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Portuguese
  • Search

login e logout de usuario mostra umas mensagens estranhas...

Forum para os utilizadores de Gentoo que falam Português.
Post Reply
Advanced search
11 posts • Page 1 of 1
Author
Message
domus-br
Apprentice
Apprentice
Posts: 292
Joined: Tue May 27, 2003 2:40 pm
Location: Niterói-RJ,Brasil
Contact:
Contact domus-br
Website

login e logout de usuario mostra umas mensagens estranhas...

  • Quote

Post by domus-br » Mon Nov 01, 2004 12:50 pm

pessoal eu nunca vi isso, toda vez que vou fazer um login e logout de usuario, corre varias linhas na tela, dizendo:

modprobe: Can't locate module (modulo ou dispositivo)


so que isso deve dar ums 30 linhas uma abaixo da outra. alguem sabe o que pode ser?

com root isso nao ocorre

t+
http://www.mozilla.org.br

"Este site só funciona com browser IE 5 ou superior"
O Mozilla é superior!!
:=:=:=:=:=:
Forumgdh
LinuxBsd
Top
To
Veteran
Veteran
User avatar
Posts: 1145
Joined: Sat Apr 12, 2003 9:12 pm
Location: Coimbra, Portugal
Contact:
Contact To
Website

  • Quote

Post by To » Wed Nov 03, 2004 2:09 pm

Faz post da mensagem exacta que te dá sff.

Tó

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Top
xef
Guru
Guru
User avatar
Posts: 460
Joined: Fri Jun 20, 2003 2:57 pm
Location: Porto - Portugal
Contact:
Contact xef
Website

  • Quote

Post by xef » Wed Nov 03, 2004 3:31 pm

Estou com aquela sensação de que já vi isso em qualquer lado mas não me lembro o que o causou nem se era exactamente isso ou algo parecido.
Top
fernandotcl
Veteran
Veteran
User avatar
Posts: 1396
Joined: Thu Nov 20, 2003 3:07 am
Location: Sao Paulo, Brazil

  • Quote

Post by fernandotcl » Wed Nov 03, 2004 4:06 pm

Eu também tenho essa impressão, xef. Será que não é aquele problema de module-init-tools vs. o outro sistema de carregamento de módulos do 2.6?
RTFM!
Top
felco_
n00b
n00b
User avatar
Posts: 5
Joined: Thu Oct 14, 2004 11:10 am

  • Quote

Post by felco_ » Wed Nov 03, 2004 4:40 pm

provavelmente tem um modprobe no seu rc.conf
poste seu rc.conf pra gente
Top
xef
Guru
Guru
User avatar
Posts: 460
Joined: Fri Jun 20, 2003 2:57 pm
Location: Porto - Portugal
Contact:
Contact xef
Website

  • Quote

Post by xef » Wed Nov 03, 2004 4:54 pm

Deve ser isso, apesar de não ter a certeza do que acausava essas mensagens e como resolvi.
Top
domus-br
Apprentice
Apprentice
Posts: 292
Joined: Tue May 27, 2003 2:40 pm
Location: Niterói-RJ,Brasil
Contact:
Contact domus-br
Website

  • Quote

Post by domus-br » Thu Nov 04, 2004 12:20 pm

To wrote:Faz post da mensagem exacta que te dá sff.

Tó
a mensagem exata, essa que disse, mostra varias linhas uma abaixo da outra dizendo

modprobe: Can't locate module (ou algum modulo ou algum dispositivo) no logout da a mesma coisa

obrigado
http://www.mozilla.org.br

"Este site só funciona com browser IE 5 ou superior"
O Mozilla é superior!!
:=:=:=:=:=:
Forumgdh
LinuxBsd
Top
domus-br
Apprentice
Apprentice
Posts: 292
Joined: Tue May 27, 2003 2:40 pm
Location: Niterói-RJ,Brasil
Contact:
Contact domus-br
Website

  • Quote

Post by domus-br » Thu Nov 04, 2004 12:21 pm

fernandotcl wrote:Eu também tenho essa impressão, xef. Será que não é aquele problema de module-init-tools vs. o outro sistema de carregamento de módulos do 2.6?
olá, estou usando o kernel 2.4.27 vanilla-sources
http://www.mozilla.org.br

"Este site só funciona com browser IE 5 ou superior"
O Mozilla é superior!!
:=:=:=:=:=:
Forumgdh
LinuxBsd
Top
domus-br
Apprentice
Apprentice
Posts: 292
Joined: Tue May 27, 2003 2:40 pm
Location: Niterói-RJ,Brasil
Contact:
Contact domus-br
Website

  • Quote

Post by domus-br » Thu Nov 04, 2004 12:23 pm

felco_ wrote:provavelmente tem um modprobe no seu rc.conf
poste seu rc.conf pra gente
olá ai está

Code: Select all

# /etc/rc.conf: Global startup script configuration settings
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/rc.conf,v 1.22 2003/10/21 06:09:42 vapier Exp $

# Use KEYMAP to specify the default console keymap.  There is a complete tree
# of keymaps in /usr/share/keymaps to choose from.  This setting is used by the
# /etc/init.d/keymaps script.

KEYMAP="us"

# Should we first load the 'windowkeys' console keymap?  Most x86 users will
# say "yes" here.  Note that non-x86 users should leave it as "no".

SET_WINDOWKEYS="no"

# The maps to load for extended keyboards.  Most users will leave this as is.

EXTENDED_KEYMAPS=
#EXTENDED_KEYMAPS="backspace keypad"

# CONSOLEFONT specifies the default font that you'd like Linux to use on the
# console.  You can find a good selection of fonts in /usr/share/consolefonts;
# you shouldn't specify the trailing ".psf.gz", just the font name below.
# To use the default console font, comment out the CONSOLEFONT setting below.
# This setting is used by the /etc/init.d/consolefont script (NOTE: if you do
# not want to use it, run "rc-update del consolefont" as root).

CONSOLEFONT="default8x16"

# CONSOLETRANSALTION is the charset map file to use.  Leave commented to use
# the default one.  Have a look in /usr/share/consoletrans for a selection of
# map files you can use.

#CONSOLETRANSLATION="8859-1_to_uni"

# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
# Greenwich Mean Time).  If your clock is set to the local time, then set CLOCK
# to "local".  This setting is used by the /etc/init.d/clock script.

CLOCK="UTC"

# Set EDITOR to your preferred editor.

EDITOR="/bin/nano"
#EDITOR="/usr/bin/vim"
#EDITOR="/usr/bin/emacs"

# Set PROTOCOLS to the protocols that you plan to use.  Gentoo Linux will only
# enable module auto-loading for these protocols, eliminating annoying module
# not found errors.
#
# NOTE: Do NOT uncomment the next lines, but add them to 'PROTOCOLS=...' line!!
#
# Num   Protocol
# 1:    Unix
# 2:    IPv4
# 3:    Amateur Radio AX.25
# 4:    IPX
# 5:    DDP / appletalk
# 6:    Amateur Radio NET/ROM
# 9:    X.25
# 10:   IPv6
# 11:   ROSE / Amateur Radio X.25 PLP
# 19:   Acorn Econet

# Most users want this:
PROTOCOLS="1 2"

#For IPv6 support:
#PROTOCOLS="1 2 10"

# What display manager do you use ?  [ xdm | gdm | kdm | entrance ]
#DISPLAYMANAGER="xdm"

# XSESSION is a new variable to control what window manager to start
# default with X if run with xdm, startx or xinit.  The default behavior
# is to look in /etc/X11/Sessions/ and run the script in matching the
# value that XSESSION is set to.  The support scripts is smart enouth to
# look in all bin directories if it cant find a match in /etc/X11/Sessions/,
# so setting it to "enligtenment" can also work.  This is basically used
# as a way for the system admin to configure a default system wide WM,
# allthough it will work if the user export XSESSION in his .bash_profile, etc.
#
# NOTE:  1) this behaviour is overridden when a ~/.xinitrc exists, and startx
#           is called.
#        2) even if a ~/.xsession exist, if XSESSION can be resolved, it will
#           be executed rather than ~/.xsession, else KDM breaks ...
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps

#XSESSION="Gnome"
http://www.mozilla.org.br

"Este site só funciona com browser IE 5 ou superior"
O Mozilla é superior!!
:=:=:=:=:=:
Forumgdh
LinuxBsd
Top
felco_
n00b
n00b
User avatar
Posts: 5
Joined: Thu Oct 14, 2004 11:10 am

  • Quote

Post by felco_ » Thu Nov 04, 2004 2:01 pm

normal, posta seu /etc/profile
Top
revertex
l33t
l33t
User avatar
Posts: 806
Joined: Wed Apr 23, 2003 9:21 am

  • Quote

Post by revertex » Thu Nov 04, 2004 8:59 pm

xef, deve ter alguma informação relevante em /var/log/messages, /var/log/kernel, ou /var/log/everything/current.
as mensagens de erro do dmesg também podem ajudar.
confere se todos os modulos que constam em /etc/modules.autoload.d/kernel2.? foram compilados como modulos no kernel.
cada modulo listado em /etc/modules.autoload.d/kernel2.? deve constar em /lib/modules.
Top
Post Reply

11 posts • Page 1 of 1

Return to “Portuguese”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Authors
Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-4.0 license.
The Gentoo Name and Logo Usage Guidelines apply.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy