Re: nslookup
Torstein Sletten <[EMAIL PROTECTED]> a écrit le Mon, 19 Nov 2001 11:18:19 +0100 : > Hi. > > I'm having a little problem: > In which debian-package do I find "nslookup" and "host"? > > Forgot to install this when I installed Debian. dnsutils : http://packages.debian.org/cgi-bin/search_contents.pl?word=nslookup&case=insensitive&version=stable&arch=i386&directories=yes -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX
Font problem with xterm
i have a problem with my xterm, aterm, ... i have anything ! < lam : nlamirault > aterm aterm: can't load font "7x14" aterm: can't load font "fixed" aterm: aborting < lam : nlamirault > eterm Eterm: Error: Unable to load font "fixed". Falling back on "fixed" Eterm: FATAL: Couldn't load the fallback font either. Giving up. i have this : < lam : nlamirault > dpkg -l | grep font ii console-data 1999.08.29-21. Keymaps, fonts, charset maps, fallback table ii console-tools 0.2.3-23.3 Linux console and font utilities. ii console-tools- 0.2.3-23.3 Shared libraries for Linux console and font ii defoma 0.6.0 Debian Font Manager -- automatic font config ii gsfonts6.0-2 Fonts for the ghostscript interpreter ii libfnlib0 0.5-5 Fnlib is a special font rendering library us ii libfreetype6 2.0.5-2FreeType 2 font engine, shared library files ii libfreetype6-d 2.0.5-2FreeType 2 font engine, development files ii t1lib1 1.2-1 Type 1 font rasterizer library - runtime ii xfonts-100dpi 4.1.0-9100 dpi fonts for X ii xfonts-75dpi 4.1.0-975 dpi fonts for X ii xfonts-base4.1.0-9standard fonts for X ii xfonts-scalabl 4.1.0-9scalable fonts for X ii xfs 4.1.0-9X font server could you help me ? -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX
Re: Font problem with xterm
"Jeffrey W. Baker" <[EMAIL PROTECTED]> a écrit le lundi 26 novembre 2001 : > On Mon, 2001-11-26 at 09:46, Nicolas Lamirault wrote: > > i have a problem with my xterm, aterm, ... > > i have anything ! > > > > < lam : nlamirault > aterm > > aterm: can't load font "7x14" > > aterm: can't load font "fixed" > > aterm: aborting > > < lam : nlamirault > eterm > > Eterm: Error: Unable to load font "fixed". Falling back on "fixed" > > Eterm: FATAL: Couldn't load the fallback font either. Giving up. > > apt-get install --reinstall xfonts-base i try this but, i have the same error message :( i have this on my /etc/X11/XF86Config-4 : #FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX
problem with postgreSQL
i try to install postgreSQL on debian testing, but i have problem : > $> dpkg -l | grep postgre > ii postgresql 7.1.3-4Object-relational SQL database, descended fr > ii postgresql-cli 7.1.3-4Front-end programs for PostgreSQL > ii postgresql-con 7.1.3-4Additional facilities for PostgreSQL > > $> whoami > nlamirault > > $> su - > Password: > > $] whoami > root > > $] su - postgres > > ~$ createuser nlamirault > Shall the new user be allowed to create databases? (y/n) y > Shall the new user be allowed to create more new users? (y/n) y > CREATE USER > [EMAIL PROTECTED]:~$ exit > logout > [ lam : root ] exit > logout > < lam : nlamirault > whoami > nlamirault > < lam : nlamirault > createdb exemple > psql: Peer authentication failed for user 'nlamirault' > createdb: database creation failed > > > $> ps aux | grep postmaster > postgres 294 0.0 0.6 8160 1584 ?S16:41 0:00 > /usr/lib/postgresql/bin/postmaster -D /var/lib/postgres/data > nlamira 1526 0.0 0.1 1368 492 pts/1S17:40 0:00 grep postmaster i don't really understand why my new user nlamirault can't create database In the file /etc/postgresql/pg_hba.conf i have change nothing I have at the end : # Put your actual configuration here # -- # This default configuration allows any local user to connect as himself # without a password, either through a Unix socket or through TCP/IP; users # on other machines are denied access. localall peer sameuser host all 127.0.0.1 255.0.0.0 ident sameuser host all 0.0.0.0 0.0.0.0 reject and the file /etc/postgresql/postgresql.conf: debug_level = 0 log_connections = on log_pid = on log_timestamp = on syslog = 2 # if syslog is 0, turn silent_mode off! silent_mode = off syslog_facility = LOCAL0 trace_notify = off max_connections = 64 # shared_buffers must be at least twice max_connections, and not less than 16 shared_buffers = 128 # TCP/IP access is allowed by default, but the default access given in # pg_hba.conf will permit it only from localhost, not other machines. tcpip_socket = 1 could you help me ? -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX
phpmyadmin problem
i have a problem with the installation of phpmyadmin i'm on testing. I install mysql-client, mysql-server, php, apache i create 3 user on mysql : (user,password) (root, toto) (admin,tata) (nico,tutu) admin have the same rights as root i create a database test, and user nico could insert,delete, ... on this database i have no problem to use it in an xterm, but i try to install phpmyadmin i have nothing on this url : http://localhost/phpmyadmin i modify the file /etc/phpmyadmin/config.inc.php : , | $cfgServers[1]['host'] = 'localhost'; | $cfgServers[1]['port'] = ''; | $cfgServers[1]['socket']= ''; | $cfgServers[1]['connect_type'] = 'tcp'; | $cfgServers[1]['adv_auth'] = true; | $cfgServers[1]['user'] = 'admin'; | $cfgServers[1]['password'] = 'tata'; | $cfgServers[1]['only_db'] = ''; ` and i have this on /etc/apache/httpd.conf : Include /etc/phpmyadmin/apache.conf and the file /etc/phpmyadmin/apache.conf is : , | Alias /phpmyadmin /usr/share/phpmyadmin | | | Options +FollowSymLinks | AllowOverride None | order allow,deny | allow from all | | php3_magic_quotes_gpc Off | php3_track_vars On | php3_include_path . | | | php_flag magic_quotes_gpc Off | php_flag track_vars On | php_value include_path . | | ` but i can't have the interface for phpmyadmin !!! could you help me ? -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX
phpmysql pb
i try to install phpmysql on debian testing i have install mysql, apache, php3 i have 3 user in my config of mysql : (user, passwor) (root,toto) (admin,tata) (nico,tutu) user admin have the same rights as root user after i create a database : test with the commande line, i have no problem for this config mysql server, apache are running so i try to install phpmysql, but when i go to http://localhost/phpmyadmin i see nothing ! i try to see a php file, and it works good i have this line in /etc/apache/httpd.conf : , | Include /etc/phpmyadmin/apache.conf ` and in /etc/phpmyadmin/config.inc.php : , | $cfgServers[1]['host'] = 'localhost'; | $cfgServers[1]['port'] = ''; | $cfgServers[1]['socket']= ''; | $cfgServers[1]['connect_type'] = 'tcp'; | $cfgServers[1]['adv_auth'] = true; | $cfgServers[1]['user'] = 'admin'; | $cfgServers[1]['password'] = 'tata'; | $cfgServers[1]['only_db'] = ''; ` do you know where i have an error ? thanks -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX
a big problem !!!
i have a big problem on my debian testing after a some problems, i haven' got the file /var/lib/dpkg/status and the file /var/lib/dpkg/status-old is broken ! so, apt-get, dpkg ... are broken do you know if there is a solution to build this file ? -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX
Re: a big problem !!!
=> "Nico" == Nicolas Lamirault <[EMAIL PROTECTED]> writes: Nico> i have a big problem on my debian testing Nico> after a some problems, i haven' got the file /var/lib/dpkg/status Nico> and the file /var/lib/dpkg/status-old is broken ! Nico> so, apt-get, dpkg ... are broken Nico> do you know if there is a solution to build this file ? ok a french person send me the answer : in /var/lib/backup/ , there is some files status*.gz cool ! -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX
problem with fetchmail
i have two problems with fetchmail i have the testing 1- when i do apt-get upgrade, i have this message : , | < lam : root > apt-get upgrade | Reading Package Lists... Done | Building Dependency Tree... Done | 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | 1 packages not fully installed or removed. | Need to get 0B of archives. After unpacking 0B will be used. | Do you want to continue? [Y/n] y | Setting up fetchmail (5.9.3-1) ... | chmod: getting attributes of `/var/run/fetchmail': No such file or directory | dpkg: error processing fetchmail (--configure): | subprocess post-installation script returned error exit status 1 | Errors were encountered while processing: | fetchmail | E: Sub-process /usr/bin/dpkg returned an error code (1) ` i have no file /var/run/fetchmail 2- i read my mails with GNU Emacs 21 & Gnus but now, i have always in the end of line in all mails ! in /var/mail, i have this : , | < lam : mail > cd /var/mail/ | < lam : mail > ls | nlamirault | < lam : mail > file nlamirault | nlamirault: ISO-8859 mail text, with CRLF, LF line terminators ` why now fetchmail save my mails in this format ? how can i configure it ? could you help me ? :) thanks -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX
sound configuration
i have a little problem to configure my soundcard i try to find a solution in the archive, but i found nothing i'm on debian testing i think the important file are : $> more /proc/ioports e000-efff : PCI Bus #02 ec40-ec7f : Ensoniq ES1371 [AudioPCI-97] ec80-ecff : 3Com Corporation 3c905B 100BaseTX [Cyclone] ec80-ecff : 02:07.0 $> more /proc/interrupts CPU0 0: 205543 XT-PIC timer 1: 8542 XT-PIC keyboard 2: 0 XT-PIC cascade 9: 0 XT-PIC usb-uhci 11: 175821 XT-PIC usb-uhci, eth0, nvidia 12: 118586 XT-PIC PS/2 Mouse 14: 25836 XT-PIC ide0 15: 3 XT-PIC ide1 NMI: 0 LOC: 205508 ERR: 0 MIS: 0 $> more /proc/dma 4: cascade $> more /proc/devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 7 vcs 10 misc 14 sound 128 ptm 136 pts 162 raw 180 usb 195 nvidia 226 drm So i try to configure my kernel (2.4.10), with sound modules : Sound Card support (y) Creative SBLive! (EMU10K1) (M) Creative SBLive! MIDI (*) OSS sound modules (M) Verbose initialisation (*) Loopback MIDI device support(M) MPU-401 support (NOT for SB16) (M) 100% Sb compatibles support (M) i have a new kernel with this, but i have some errors messages : $> dmesg | more ... Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 sb: No ISAPnP cards found, trying standard ones... sb: dsp reset failed. $> mpg123 Sons/toto.mp3 High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2, and 3. Version 0.59q (2001/Aug/27). Written and copyrights by Joe Drew. Uses code from various people. See 'README' for more! THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! Directory: Sons/ Playing MPEG stream from toto.mp3 ... MPEG 1.0 layer III, 128 kbit/s, 44100 Hz stereo Error opening libao oss driver. (Is device in use?) i have also error with xmms so could you help me to configure my soundcard ? thanks -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX
NFS problem
hi debian users i have a problem with NFS : i have the domaine 'foo' on B,C and D computer i would like to export a repertory to all the domain. So on each /etc/exports file i write : for B : /share *.foo for C : /usr/local/share*.foo for D : /home/divers*.foo i want to mount this repertory on the A computer. So on /etc/fstab : B:/share/mnt/A nfs rsize=8192,wsize=8192,soft 0 0 C:/usr/loca/share /mnt/B nfs rsize=8192,wsize=8192,soft 0 0 D:/home/divers /mnt/C nfs rsize=8192,wsize=8192,soft 0 0 and for export the repertory /mnt to all the domain, i write on /etc/export on A computer : /mnt*.foo on computer B, i write this in /etc/fstab : A:/mnt /mnt/A nfs rsize=8192,wsize=8192,soft 0 0 so in /mnt/A, i see repertory B,C, and D, if i go to B, i have also some repertory, but they are all empty ! why ?? somebody have an idea to correct me in my config ? thanks -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX