Busqueda sobre Linux y software libre

Noticias sobre linux y software libre - Google 

Cómo encontrar un paquete en Ubuntu

Pregunta

Lo que queria consultar es como encuentro x paquete que no tengo en el

source.list

por ejemplo queria instalar los siguientes paquetes:

*apt-get install portmap*

*apt-get install unfs3*

*apt-get install nfs-user-server*

*apt-get install nfs-kernel-server
*


**

*pero no encuentro algunos de estos por ejemplo **nfs-user-server  la
pregunta es: Como encuentro en que repo esta ese paquete que estoy buscando
para agregarlo a mi source.list*

Respuesta

Evita mesclar repositorios, especialmente de paquetes del sistema.

Como sea: El paquete que mencionas ya no existe. ¿Cómo lo sé? Bueno,
primero:

  http://adf.ly/1ey1v6

El paquete existe, pero sólo en oldstable (5.0-Lenny, la versión
estable aprox. durante 2009-2011). Entonces, en mi computadora que
está corriendo Squeeze (estable actual) debo poder preguntar por él,
¿no? Bien, veamos:

$ apt-cache search nfs-user-server
nfs-kernel-server - support for NFS kernel server

Entonces, el paquete nfs-kernel-server sabe *algo* del que
buscas. ¿Qué es lo que sabe?

$ apt-cache show nfs-kernel-server 
Package: nfs-kernel-server
Priority: optional
Section: net
Installed-Size: 380
Maintainer: Debian kernel team <debian-kernel en lists.debian.org>
Architecture: i386
Source: nfs-utils
Version: 1:1.2.2-4
Replaces: knfs, nfs-server
Provides: knfs, nfs-server
Depends: libblkid1 (>= 2.16), libc6 (>= 2.3), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgssglue1, libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libnfsidmap2, librpcsecgss3, libwrap0 (>= 7.6-4~), nfs-common (= 1:1.2.2-4), ucf, lsb-base (>= 1.3-9ubuntu3)
Conflicts: knfs, nfs-server
Filename: pool/main/n/nfs-utils/nfs-kernel-server_1.2.2-4_i386.deb
Size: 158932
MD5sum: 6b920b1c121a9a4d670f53bc3dc230fe
SHA1: d6d64f13302c4f0fe7e655514f19a34dd6e1bf9f
SHA256: d15aca0ac5e6ce65e16d27d19ca9afb2fe42c6e20ddf33e7e9e380c975dbc734
Description: support for NFS kernel server
 The NFS kernel server is currently the recommended NFS server for use
 with Linux, featuring features such as NFSv3 and NFSv4, Kerberos
 support via GSS, and much more. It is also significantly faster and
 usually more reliable than the user-space NFS servers (from the
 unfs3 and nfs-user-server packages). However, it is more difficult to
 debug than the user-space servers, and has a slightly different
 feature set.
 .
 This package contains the user-space support needed to use the
 NFS kernel server. Most administrators wishing to set up an NFS server
 would want to install this package.
Homepage: http://nfs.sourceforge.net/
Tag: admin::kernel, implemented-in::c, interface::daemon, network::server, protocol::kerberos, protocol::nfs, qa::old-rc-bugs, role::program
Task: file-server

En la descripción menciona que este paquete es significativamente más
rápido y confiable que nfs-user-server, aunque un poco más dificil de
depurar.

Ahora, ¿por qué desapareció tu paquete? Cosa de echar un pequeño
clavado entre tu motor favorito de búsqueda y bugs.debian.org, y llego
a:

http://adf.ly/1ey1yB

El mantenedor solicitó que se eliminara el paquete porque su
desarrollo está muerto y el paquete "unfs3" cubre la funcionalidad.

Error al copiar por SSH un archivo de Ubuntu a Debian

Pregunta

Sucede que quiero copiar por ssh un archivo de una maquina ubuntu 11.04 a

una debian 6.0.2 pero me sale el siguiente error:

$scp -r richard/ ghaspaer en 192.168.1.78:
 _,met$$$$$gg.

y luego las letras de la consola se ponen rojas,  ya probé haciendo:
-ping,
-/etc/init.d/ssh is running,
-
openssh-server openssh-client instalados,
-puedo conectarme con ssh desde cualquiera
-puedo copiar desde debian a ubuntu por ssh
-probé también:
root en Gunche:/home/gcc/z# scp -rv richard/ ghaspaer en 192.168.1.78:
Executing: program /usr/bin/ssh host 192.168.1.78, user ghaspaer, command
scp -v -r -t -- .
OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.1.78 [192.168.1.78] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5p1
Debian-6
debug1: match: OpenSSH_5.5p1 Debian-6 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-1ubuntu3
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA 81:60:98:d5:3b:df:7c:08:84:e6:3f:40:ec:6c:57:86
debug1: Host '192.168.1.78' is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Trying private key: /root/.ssh/id_ecdsa
debug1: Next authentication method: password
ghaspaer en 192.168.1.78's password:
debug1: Authentication succeeded (password).
Authenticated to 192.168.1.78 ([192.168.1.78]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions en openssh.com
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = es_BO.UTF-8
debug1: Sending command: scp -v -r -t -- .
          _,met$$$$$gg.
root en Gunche:/home/gcc/z# debug1: client_input_channel_req: channel 0 rtype
exit-signal reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
Transferred: sent 1856, received 3112 bytes, in 0.0 seconds
Bytes per second: sent 41071.9, received 68866.3
debug1: Exit status -1

no se que mas probar ...

Respuesta

http://adf.ly/1ey1sK

Esto puede que no ayude, pero _,met$$$$$gg. es parte del ASCII-Art de Debian:

echo -e "$c7       _,met\$\$\$\$\$gg."
echo -e "$c7    ,g\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$P."
echo -e "$c7  ,g\$\$P\"\"       \"\"\"Y\$\$.\"."
echo -e "$c7 ,\$\$P'              \`\$\$\$."
echo -e "$c7',\$\$P       ,ggs.     \`\$\$b:"
echo -e "$c7\`d\$\$'     ,\$P\"\'   $c6.$c7    \$\$\$"
echo -e "$c7 \$\$P      d\$\'     $c6,$c7    \$\$P"
echo -e "$c7 \$\$:      \$\$.   $c6-$c7    ,d\$\$'"
echo -e "$c7 \$\$\;      Y\$b._   _,d\$P'"
echo -e "$c7 Y\$\$.    $c6\`.$c7\`\"Y\$\$\$\$P\"'"
echo -e "$c7 \`\$\$b      $c6\"-.__"
echo -e "$c7  \`Y\$\$"
echo -e "$c7   \`Y\$\$."
echo -e "$c7     \`\$\$b."
echo -e "$c7       \`Y\$\$b."
echo -e "$c7          \`\"Y\$b._"
echo -e "$c7              \`\"\"\"\""$c0
echo " "
echo " "

¿No sería que screenfetch esta afectando a scp?
¿Qu'e tal si lo desinstalas?

Otra respuesta

Hola tuve un problema parecido entre una lenovo 10s y otros equipos

luego di con la solución googleando
creo que con

 sudo ethtool -K eth0 gso off
no encuentro el mismo post
pero encontre varios con esta y otra solución
sudo ethtool -K eth0 tx off rx off

prueba antes ejecutando 

sudo ethtool -k eth0
para que veas los valores actuales

Instalar Oracle en Linux


Pregunta

Tengo un problema al instalar un programa en Ubuntu, tengo sistema operativo Ubuntu 11.04 de 32bits, por motivos academicos me es nesesario instalar la base de datos oracle 10g relese 2 ahora tengo descargado la version para windows Xp, tambien tengo para el generico que Zlinux, espero poder tener su colaboracion gracias.

Respuesta



si vas a usar un sgbd como oracle es que estas metido en informatica, lo que debes hacer es modificar tu lista de repositorios, agregar un origen, actualizar e instalar como lo explican aca en el siguiente post:

http://adf.ly/1ey1ns

Animo no te desanimes si no hay una solucion facil, es un  desafio .

Ads by CJ - Linux Foundation

Share This