libstdc++.so.27
Hi - I'm trying to install the pash shell pkg & it complains about needing libstdc++.so.27. However, i can't seem to locate this package. Any directions much appreciated! TIA Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
double escape
Hi all - When i hit the Esc key twice on my Linux box - it asks "display all 482 options ? y/n" or something similar. When i say yes , it scrolls by a list of what i assume are command options at warp speed and i only catch the bottom screenfull. How can i redirect this output into a text file? Thanks Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
PnP modem
Hi all- I am installing Linux on a PnP BIOS machine that currently has a modem jumpered for PnP installation. Does Debian Linux require any special modules to use such a setup? Is it even possible? (the PnP BIOS installs the modem as COM2, which is left disabled in the CMOS) Thanks in advance - Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
isapnptools config
Hi - Might anyone have some advice on how to go about setting up the isapnp.config file? I have run pnpdump and it successfully found my (2) PnP cards (modem & sound). However, there are a number of configuration options for each, and i would like advice on how to decide which one to uncomment in order to activate the devices properly. (trial & error ? :-) TIA Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
ppp-on INVISIBLE
Hi all - I am trying to setup my ppp connection as explained in the PPP-HOWTO and have run into a brick wall. I can bring up the connection manually via minicom and pppd command line ande it check out fine. However ... when i try to automate the process using the ppp-on ppp-on-dialer and ppp-off scripts, i get the message ppp-on: No such file or directory. I have tried activating the script with the full path .. i.e. /etc/ppp/scripts/ppp-on & and also placing the scripts in the /sbin directory. Same result both ways. The script file permissions are set to -rwxr-xr-x. I am probably making a silly newbie mistake, but i can't find it. Suggestions please? Thanks Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
max mount count?
Hi all - Sometimes when i boot i get the message: /dev/hda3 maximal mount count reached.. check forced. What exactly does this indicate? Tanx Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
lpr hostname
Hi all- I know this is pretty basic stuff, but when i try and print using lpr, i get the error message: lpr: unable to get official name for local machine. When i use the command hostname, it returns Zero_pt (the name i used when i set up debian linux). What config(s) do i need to address here? Thanks Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Parallel linux<->linux?
Hi - I have an 486 box that i would like to set up as debian linux and establish a parallel port cable connection with another linux box. Could someone suggest the best way to accomplish this please? Thanks Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
debian re-install?
Hello - Pardon my ignorance - but is it possible to use the debian install program (from the floppies) to recompile the kernel with additional modules (e.g. PLIP) without having to reinstall the whole OS and current file system? Thanks Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
man segmentation fault
Hello - I am getting a segmentation fault whe i invoke man from the command line. What are the possible causes of this error, please? Thanks Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
xemacs 20.3 slow load
Hi - I am experimenting with xemacs 20.3 on debian linux 2.0.29 machine w/ AMD K6 200MHz / 32M RAM. It takes xemacs about a full minute to load in xwindows. Anyone else experience such a prolonged load wait, or is it just me (& 20.3 ;-)? Thanks Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Re: xemacs 20.3 slow load
> > > I am experimenting with xemacs 20.3 on debian linux 2.0.29 machine > > w/ AMD K6 200MHz / 32M RAM. It takes xemacs about a full minute > > to load in xwindows. Anyone else experience such a prolonged load > > wait, or is it just me (& 20.3 ;-)? > >Usually the problem with *really* slow emacs loading is that your >hostname is set incorrectly. It will wait a long time trying to >resolve a bad hostname. Add your hostname to /etc/hosts to fix. > Hi - I've tried the following (single) lines in my etc/hosts file - 127.0.0.1 localhost OR 127.0.0.1 zeropoint // where zeropoint is what is reported by hostname OR 127.0.0.1 zeropoint localhost and noticed very little if any improvement in xemacs load speed? I'm probably making a silly mistake, but it's not immediately obvious to me what it is. Ideas? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Re: xemacs 20.3 slow load
Hi- Many thanks to those who have commented thus far on the xemacs slow load post. Being relatively new to Linux, i am still slogging thru the process of analyzing why the load takes so long on my machine. In particular, i have just run an strace on the program as it loads, and it gives me about 280k worth of text file on the system calls, many of which are mysterious to a newbie like me. If find particularly interesting any lines in the file where a timeout occurs. I have attached a snippet below, which is repeated many times in the load process. Could anyone shed light on just what is happening here? I will continue to try and understand & analyze the file in the meantime. Many thanks again Jerry *** sigaction(SIGALRM, {0x80d7810, [], SA_INTERRUPT}, {0x80d7810, [], SA_INTERRUPT}) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 gettimeofday({887026195, 850087}, {300, 1}) = 0 gettimeofday({887026195, 850337}, {300, 1}) = 0 gettimeofday({887026195, 850578}, NULL) = 0 gettimeofday({887026195, 850831}, NULL) = 0 oldselect(5, [4], [], [], {0, 0}) = 0 (Timeout) gettimeofday({887026195, 852457}, NULL) = 0 oldselect(5, [4], [], [], {0, 0}) = 0 (Timeout) gettimeofday({887026195, 854022}, NULL) = 0 oldselect(5, [4], [], [], {0, 995556}) = 0 (Timeout) gettimeofday({887026196, 858258}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={15, 0}}, NULL) = 0 uname({sys="Linux", node="zeropoint", ...}) = 0 open("/etc/hosts", O_RDONLY)= 6 fstat(6, {st_mode=S_IFREG|0600, st_size=39, ...}) = 0 mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4000 read(6, "127.0.0.1\tzeropoint\n127.0.0.1\t"..., 4096) = 39 read(6, "", 4096) = 0 read(6, "", 4096) = 0 close(6)= 0 munmap(0x4000, 4096)= 0 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 6 connect(6, {sin_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("163.125.1.2")}, 16) = -1 ENETUNREACH (Network is unreachable) close(6)= 0 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 6 sendto(6, ",#\1\0\0\1\0\0\0\0\0\0\tlocalhos"..., 37, 0, {sin_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("163.125.1.1")}, 16) = -1 ENETUNREACH (Network is unreachable) close(6)= 0 -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
Re: xemacs 20.3 slow load (follow up)
Hi - I just started up xemacs while connected to my ISP and it came up in under 3 seconds! The timeouts (there are 225 of them) i reported previously are apparently related to unsuccessful attempts to connect to my ISP while i am offline! Is there a way to instruct xemacs not to try and connect the socket? Progress! Thanks again Jerry -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .