Oracle 9i Debian Lenny amd64

2009-08-09 Thread José Ferreira Gomes Neto
Oi, 

Estou tentando instalar o Oracle 9i em um servidor Debian 64 bits. 

Quando eu executo o runInstaller, o processo de instalação pára em 17%
"ná cópia do naeet.o". 

Eu já lli sobre este mesmo problema da instalação do Oracle 9i em um
RedHat 4, mas nele se resolve com env variável: 

export LD_ASSUME_KERNEL=2.4.1 

Mas quando eu faço isso no Debian, ele não pode executar nenhum comando,
e eu recebo este erro: 

ls: error while loading shared libraries: librt.so.1: cannot open shared
object file: No such file or directory 

Já pesquisei bastante e não consigo encontrar uma forma de estabelecer
LD_ASSUME_KERNEL sem esses efeitos secundários! 

Alguém pode ajudar por favor? 


Obrigado! 
--
Hi, 

I'm trying to install Oracle 9i on a Debian 64 bits server. 

When I launch runInstaller, the installation process stops at 18%
"copying naeet.o".

I had the same problem when I installed Oracle 9i on a RedHat 4, but I
solved it by setting this env variable : 


export LD_ASSUME_KERNEL=2.4.1


But when I do this on Debian, I can't run any command anymore, I get
this error : 


ls: error while loading shared libraries: librt.so.1: cannot open shared
object file: No such file or directory


I've been searching, but I can't find how to set LD_ASSUME_KERNEL
without these side effects !

Can anyone please help ? 

Thanks !



--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Placa de Vídeo Zotac GeForce 5500

2009-08-09 Thread Diego Lacerda
Caro Hudson,

Já adicionou o módulo nvidiafb ao blacklist?

echo "blacklist nvidiafb" >> /etc/modprobe.d/blacklist.conf

Att.,

-- 
Diego Evaristo de Lacerda (diegolace...@gmail.com)
Analista de Projetos
LPIC Level III & Redhat Certified Engineer
Cisco Certified Network Associates & Cisco Certified Information Security
Specialist

URL: conectado.motime.com
On Sun, Aug 9, 2009 at 12:08 AM, Hudson Lacerda  wrote:

> Olá,
>
> Comprei uma placa de vídeo nova, e ainda não tive sucesso em configurá-la.
>
> Baixei o instalador do sítio da nvidia. Tive que instalar fontes e
> cabeçalhos do Linux, e rebaixar a versão do gcc.
>
> Agora o instalador compila silenciosamente, mas diz não poder carregar o
> módulo. Pede para remover módulos como nvidiafb. Esse módulo de fato está
> rodando, e não consigo removê-lo justamente por isso.
>
> Como fazer para não carregar esse módulo nvidiafb durente o boot? Já removi
> a opção vga=791 do /boot/grub/menu.lst, mas o framebuffer continua
> carregando no boot.
>
> Ou o que devo fazer é alguma outra coisa? Alguma dica?
>
> Obrigado,
> Hudson Lacerda
>
> 
>
> Abaixo segue o log do instalador ( /var/log/nvidia-installer.log ).
>
> nvidia-installer log file '/var/log/nvidia-installer.log'
> creation time: Sat Aug  8 23:13:17 2009
> installer version: 1.0.7
>
> option status:
>  license pre-accepted: true
>  update  : false
>  force update: false
>  expert  : false
>  uninstall   : false
>  driver info : false
>  precompiled interfaces  : true
>  no ncurses color: false
>  query latest version: false
>  OpenGL header files : true
>  no questions: false
>  silent  : false
>  no recursion: false
>  no backup   : false
>  kernel module only  : false
>  sanity  : false
>  add this kernel : false
>  no runlevel check   : false
>  no network  : false
>  no ABI note : false
>  no RPMs : false
>  no kernel module: false
>  force SELinux   : default
>  no X server check   : false
>  no cc version check : false
>  force tls   : (not specified)
>  X install prefix: (not specified)
>  X library install path  : (not specified)
>  X module install path   : (not specified)
>  OpenGL install prefix   : (not specified)
>  OpenGL install libdir   : (not specified)
>  utility install prefix  : (not specified)
>  utility install libdir  : (not specified)
>  doc install prefix  : (not specified)
>  kernel name : (not specified)
>  kernel include path : (not specified)
>  kernel source path  : (not specified)
>  kernel output path  : (not specified)
>  kernel install path : (not specified)
>  proc mount point: /proc
>  ui  : (not specified)
>  tmpdir  : /tmp
>  ftp mirror  : ftp://download.nvidia.com
>  RPM file list   : (not specified)
>
> Using: nvidia-installer ncurses user interface
> -> License accepted by command line option.
> -> Installing NVIDIA driver version 173.14.20.
> -> No precompiled kernel interface was found to match your kernel; would
> you li
>   ke the installer to attempt to download a kernel interface for your
> kernel f
>   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
> -> No matching precompiled kernel interface was found on the NVIDIA ftp
> site;
>   this means that the installer will need to compile a kernel interface for
>   your kernel.
> -> Performing CC sanity check with CC="cc".
> -> Performing CC version check with CC="cc".
> -> Kernel source path: '/usr/src/linux'
> -> Kernel output path: '/usr/src/linux'
> -> Performing rivafb check.
> -> Performing nvidiafb check.
> -> Performing Xen check.
> -> Cleaning kernel module build directory.
>   executing: 'cd ./usr/src/nv; make clean'...
> -> Building kernel module:
>   executing: 'cd ./usr/src/nv; make module SYSSRC=/usr/src/linux
> SYSOUT=/usr/s
>   rc/linux'...
>   NVIDIA: calling KBUILD...
>   make CC=cc  KBUILD_VERBOSE=1 -C /usr/src/linux
> SUBDIRS=/tmp/selfgz12629/NVID
>   IA-Linux-x86-173.14.20-pkg1/usr/src/nv modules
>   test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
> \
>echo;   \
>echo "  ERROR: Kernel configuration is invalid.";   \
>echo " include/linux/autoconf.h or include/config/auto.conf
> are mis
>   sing.";  \
>echo " Run 'make oldconfig && make prepare' on kernel src to
> fix it
>   .";  \
>echo;   \
>/bin/false)
>   mkdir -p
> /tmp/selfgz12629/NVIDIA-Linux-x86-173.14.20-pkg1/usr/src/nv/.tmp_ve
>   rsions
>   rm -f
> /tmp/selfgz12629/NVIDIA-Linux-x86-173.14.20-pkg1/usr/src/nv/.tmp_versi
>   ons/*
>   m

Duvidas com Webcam

2009-08-09 Thread Ricardo Esdra
Boa noite pessoal, eu estou com uma webcam, aqui que é reconhecida pelo 
sistema aparece no kmix,
mas não esta aparecendo no camstream, skype e outros programas, segue a 
linha referente a web;

Bus 001 Device 005: ID 0c45:60fc Microdia PC Camera with Mic (SN9C105)
olhando ela me parece estar carregada, mas gostaria de saber por que ele 
não é carregada nos programas

sitados acima?
desde já agradeço.


--
##
#  Ricardo Esdra #
##
#  linux user n° 446011  #
##


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Como listar os repositorios resistentes sem olhar o /etc/apt/sources.list ou /etc/apt/sources.list.d ?

2009-08-09 Thread hamacker
Alguem aí sabe como posso listar os repositórios que tenho habilitado
em meu sistema sem ter que olhar as pastas e arquivos em
/etc/apt/sources.list ou /etc/apt/sources.list.d ?


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Duvidas com Webcam

2009-08-09 Thread Fabiano Pires
O fato de listar no dmesg ou lsubs não significa que a camera (ou seu
driver) esta carregada, apenas que está plugada no sistema. Procure
pelos drivers gspca ou pelo projeto do driver microdia (não estou no
meu micro, então estou sem os links pra te passar )

Fabiano

2009/8/9 Ricardo Esdra :
> Boa noite pessoal, eu estou com uma webcam, aqui que é reconhecida pelo
> sistema aparece no kmix,
> mas não esta aparecendo no camstream, skype e outros programas, segue a
> linha referente a web;
> Bus 001 Device 005: ID 0c45:60fc Microdia PC Camera with Mic (SN9C105)
> olhando ela me parece estar carregada, mas gostaria de saber por que ele não
> é carregada nos programas
> sitados acima?
> desde já agradeço.
>
>
> --
> ##
> #              Ricardo Esdra                 #
> #                                            #
> #          linux user n° 446011              #
> ##
>
>
> --
> To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>



-- 
Fabiano Pires
Profissional Linux LPIC-2
http://pragasdigitais.blogspot.com/
Livrando você da escória da Internet!


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Como listar os repositorios resistentes sem olhar o /etc/apt/sources.list ou /etc/apt/sources.list.d ?

2009-08-09 Thread Bruno Silva
até aonde eu sei nao, mas pq vc ia querer evitar ler os arquivos?

[]'s

On Sun, Aug 9, 2009 at 8:32 PM, hamacker  wrote:

> Alguem aí sabe como posso listar os repositórios que tenho habilitado
> em meu sistema sem ter que olhar as pastas e arquivos em
> /etc/apt/sources.list ou /etc/apt/sources.list.d ?
>
>
> --
> To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>