qpop and netscape clients
Does any one know of problems using netscape mail clients with qpopper? Didn't see anything in bugtrack. The clients can read mail, but not send. Seems like netscape versions 4.5 & 4.7 (on my Ultra10s) don't do pop correctly, qpopper complains about "too few arguments to authenticate". I can use the same clients to work with other systems with pop servers, but not with qpopper on debian. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
-lX11
hi.. i tried to compile something that needs -lX11 but gives me an error that says i dont have it... i'm using woody :) error is here [EMAIL PROTECTED]:~/ ]$ gcc -lX11 -lm -o xroy xroy.c /usr/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status [EMAIL PROTECTED]:~ ]$ dpkg -l *xlib6g-dev* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++--- ii xlib6g-dev 3.3.6-6 include files and libraries for X client develop [EMAIL PROTECTED]:~ ]$ ls -la /usr/X11R6/lib/libX11.so* lrwxrwxrwx1 root root 13 Apr 21 00:24 /usr/X11R6/lib/libX11.so -> libX11.so.6.1 lrwxrwxrwx1 root root 13 Apr 21 00:24 /usr/X11R6/lib/libX11.so.6 -> libX11.so.6.1 -rwxr-xr-x1 root uucp 2532951 Mar 15 10:04 /usr/X11R6/lib/libX11.so.6.1 -- |kreaper| |[EMAIL PROTECTED]| |[EMAIL PROTECTED] | |[EMAIL PROTECTED] | You'll never be the man your mother was! pgppXW9F44YhR.pgp Description: PGP signature
Re: Wine
On Fri, 26 May 2000, John Leget wrote: > Does anyone actually have wine working on debian woody. > > For a long time now all ive been able to get it to do is just hog the > CPU with a black window. Eterm showing building font metrics, it never > seems to finish this. Try removing the sharefont or freefont (I forget which - try both) from the fontpath. I got past the font metric problem by removing these. It still has to build the metrics, but only once. With those others in the path, it would built the font metrics over every time but eventually finish. ...RickM...
Re: TNT2-OpenGL-Mesa
I followed their instructions and got GL working. i've only tested it with xscreensaver-gl. It works but the screen flickers pretty bad in OpenGL screensavers. I'm quite interested to see what results you achieve. * Bryan Scaringe <[EMAIL PROTECTED]> [25-05-2000 11:37 PM -0400] > Does anyone know step-by-step instructions for installing NVIDIA's > OpenGL libraries? The instructions on their website imply that all I have to > do is remove my libMesaGL and make a symlink from that to their libGL. > But won't a new version of the mesag3 package undo that? It also fails to > mention mesa's libGL. Finally, the Mesa docs almost seem to imply that > libMesa is depreciated in favor of libGL, but they are two different files! > > I'm finding all of this very confusing. Anyone got this woking with Quake II? > -- Didi Damian :: [EMAIL PROTECTED] :: www.debiandiary.f2s.com Debian GNU/Linux, when code matters more than commercials | 1:41am up 3 days, 8:41,
Re: qpop and netscape clients
On Fri, 26 May 2000 00:59:41 EDT, "deja luser" writes: >Does any one know of problems using netscape mail clients with qpopper? >Didn't see anything in bugtrack. The clients can read mail, but not send. >Seems like netscape versions 4.5 & 4.7 (on my Ultra10s) don't do pop >correctly, qpopper complains about "too few arguments to authenticate". I >can use the same clients to work with other systems with pop servers, but >not with qpopper on debian. Did you try putting qpopper in debug mode to see what´s going on? Just append "-d -t /tmp/qpopper" (or whatever file you like) to the pop-3 - line in /etc/inetd.conf and restart inetd. hth, &rw -- / Robert Waldner <[EMAIL PROTECTED]> | Phone: +43 1 89933 0 Fax x533 \ \KPNQwest/AT tech staff| Diefenbachg. 35 A-1150 Wien /
Re: Colormaps in Linux
Pat Mahoney wrote: > On Thu, May 25, 2000 at 03:33:19AM -0700, Eric Hagglund wrote: > > The problem I am trying to fix is that fonts and > > images in Netscape have never been properly displayed > > in Netscape. Instead of getting fonts, toolbars, > > scrollbars and images displayed as the application > > programmers and web designers intended, I get basic > > Does the unix version of netscape ever look good? As good or better than that other brand. Install the xfstt package and borrow some true type fonts somewhere. Those from the other brand will work. With a little tweaking it should look exactly the way you want it to. Search the debian archives for hints, there was a lot of discussion of the topic some months ago. > > > > Courier fonts, two dimensional images (I especially > > Every image on a screen is two dimensional :) > > > notice this with tool bars in netscape and within web > > pages) and 16-bit colors instead. > > Try running X in 32-bit mode. If your XF86Config file is set up > right, startx -- -bpp 32 should work. You can also set 32 bit as the > default somewhere in there. See manpage for XF86Config. > > > > > I believe this probably has something to do with the > > way I have set up my color map in X as I > > intermittently get the following error: "Unable to > > allocate default colormap". > > > > Does anybody know what I need to do to fix this? > > By all means follow the suggestion for 32 bit if possible. Additionally, if you're wondering what your system is currently set at, try executing xdpyinfo. John -- Powered by the Penguin
R: R: R: tulip.o kernel module
thank you for your correction. you never stop learning .. :) Marco Frattola (S3 - Sviluppo Software e Sistemi) - Cubecom S.p.A. Via de Marini,1 3 piano Torre WTC 16149 GENOVA tel. 010 6591184 > Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Inviato: giovedì 25 maggio 2000 19.45 > A: debian-user@lists.debian.org > Oggetto: Re: R: R: tulip.o kernel module > > > marco frattola <[EMAIL PROTECTED]> wrote: > >Parrish M Myers <[EMAIL PROTECTED]> wrote: > >> I built it by hand. Reason being I shouldn't have to recompile the > >> entire kernel to add one module. So I tried it that way. I > >> downloaded > >> the 2.2.14 kernel-source and messed arround with the > compile command > >> for a while and found that the sugested command: > >> > >> gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall > >> -Wstrict-prototypes -O6 -c tulip.c > >> > >> does not work... but > >> > >> gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/include -Wall > >> -Wstrict-prototypes -O6 -c tulip.c > >> > >> worked. Once that was done, I thought I just had to install the > >> module in the correct place and do a 'depmod -a'. > > Er! I'm not surprised it broke, then. The Makefiles are there to help > you, and if you use them your life will become a lot easier. The fact > that gcc didn't return any errors doesn't necessarily mean that it was > doing what you thought it was doing (the object file you produced > probably needed to be linked against something else). Try changing to > the directory containing tulip.c and typing 'make tulip.o' > instead, then > installing it as before. > > If that doesn't work, then I've missed out a step, too; trying 'make > modules' or just 'make' in the appropriate directory might > work better, > even if it takes a little longer (it's still not a full kernel > recompilation). Your problem, at any rate, is that tulip.o > isn't linked > against something against which it needs to be linked, which doesn't > surprise me too much when it's compiled with just 'gcc -c'. > > >i don't think you can build module(s) without building the > kernel that will > >use it/them. > >i've always made my kernel a-la debian (with kernel-package) > and never had > >problems with modules. > >the reason is (my opinion, please correct if i'm wrong) that > kernel need to > >know which modules it has to be prepared to support. > > No, that's not true. This is what modules are for ... and, if you use > module versioning, you *may* be able to get modules compiled against a > different kernel version to work, too.
Programowanie za pomocą skryptów
Chciałbym przesłać do zaopiniowania programik, który moim zdaniem świetnie pasowałby do Linux'a. Jest on napisany w oparciu o bibl. curses i służy do łatwej budowy menu wyboru w skryptach. Nazywa się win3 i zwraca do shell'a wartość będącą numerem wybranego przez użytkownika skryptu wiersza. Odczytując status ostatnio wykonanej operacji wiemy jakie pole w menu wybrał użytkownik i możemy wykonać odpowiedni program (np. następne podmenu). Pierwszym parametrem programu jest tytuł menu, a następne parametry - to pola menu. Wywołanie: win3 [ [] ... ] Przykład: win3 "Zarządzanie systemem" "Liczba użytkowników" "Liczba procesów" etc. etc. Kod źródlany: #include WINDOW *w1, *s1;int wys, szer, lg_poz, Od, Do, oznaczony=1, menu_od, menu_do, menu_pom, raz=1;int indeks[100];int nadwyzka_linii=0;int menu_ost=1; struct wiersze { char tresc[500]; int lwersow; int poz; int nrgory; int nrdolu; } index[100]; void analiza(int argc, char *argv[]){int i, pom=0, pom1=0, j, k; index[1].poz=0; for(i=1; i { strcpy(index[i].tresc, argv[i+1]); index[i].lwersow=1;pom=strlen(index[i].tresc); if((pom+3)%77!=0) { strcat(index[i].tresc, "\n"); pom++; }; if(pom+3>77) index[i].lwersow++; if(pom+3>154) index[i].lwersow++; if(pom+3>231) index[i].lwersow++; if(pom+3>308) index[i].lwersow++; if(pom+3>385) index[i].lwersow++; if(i { pom1+=index[i].lwersow; index[i+1].poz=pom1; }; };for(i=1; i { pom=i; pom1=0; while(pom1<=20 && pom<=argc) { pom1+=index[pom].lwersow; pom++; }; index[i].nrdolu=pom-2; }; for(i=argc-1; i>0; i--) { pom1=0; pom=i; while(pom1<=20 && pom>0) { pom1+=index[pom].lwersow; pom--; }; index[i].nrgory=pom+2; }; return;}; void zm_index(int ile){ int i; for(i=1; i<=Do; i++) index[i].poz+=ile; return;}; void oznacz(int kt){ char pom[500]; strcpy(pom, index[oznaczony].tresc); if(pom[strlen(pom)-1]=='\n') pom[strlen(pom)-1]='\0'; mvwprintw(s1, index[oznaczony].poz, 0, "%d.", oznaczony); mvwprintw(s1, index[oznaczony].poz, 3, "%s", pom); wattron(s1, A_REVERSE); mvwprintw(s1, index[kt].poz, 0, "%d.", kt); strcpy(pom, index[kt].tresc); if(pom[strlen(pom)-1]=='\n') pom[strlen(pom)-1]='\0'; mvwprintw(s1, index[kt].poz, 3, "%s", pom); wattroff(s1, A_REVERSE); oznaczony=kt; return;}; void menu(int o, int d){ int i; menu_od=o; menu_do=d; for(i=o; i<=d; i++) { if(i<10) wprintw(s1, "%d. ", i); else wprintw(s1, "%d.", i); wprintw(s1, "%s", index[i].tresc); }; if(raz) { oznacz(1); raz=0; }; return;}; okno(WINDOW *w, int line, int col){ int l, c; wattron(w, A_ALTCHARSET);// wattron(w, A_BOLD); wprintw(w, "l"); for(c=2; c wprintw(w, "q"); wprintw(w, "k"); for(l=2; l for(c=1; c<=col; c++) { if(c==1)wprintw(w, "x"); if(c==col)wprintw(w, "x"); if(c>1&&cwprintw(w, " "); }; wprintw(w, "m"); for(c=2; c wprintw(w, "q"); wprintw(w, "j"); wattroff(w, A_ALTCHARSET);// wattroff(w, A_BOLD);}; int szerokosc(int argc, char *argv[]){ int i, max=0; for(i=1; i { if(strlen(argv[i+1])+3>max) max=strlen(argv[i+1])+3; }; if(max>76) return 79; else return max+3;}; int wysokosc(int argc, char *argv[]){ int i, wys=0; for(i=1; i {/* indeks[i]=i+nadwyzka_linii-1; if(strlen(argv[i+1])+3>77) { wys++; nadwyzka_linii++; } if(strlen(argv[i+1]+3)>154) { wys++; nadwyzka_linii++; } if(strlen(argv[i+1])+3>231) { wys++; nadwyzka_linii++; } if(strlen(argv[i+1])+3>308) { wys++; nadwyzka_linii++; } if(strlen(argv[i+1])+3>385) { wys++; nadwyzka_linii++; } wys++;*/ wys+=index[i].lwersow; }; if(wys>20) return 22; else return wys+2;}; serv_input(){ while(1) { switch(wgetch(s1)) { case 0: break; case 10: case KEY_F(16):return; break; case KEY_NPAGE: case KEY_RIGHT: if(oznaczony==menu_do && oznaczony < Do) {werase(s1);zm_index(0-index[menu_do].poz);menu(menu_do, index[menu_do].nrdolu);oznacz(menu_od);wrefresh(s1); } elseoznacz(menu_do); break; case KEY_DOWN : if(oznaczony < Do) {//if(index[oznaczony].poz+index[oznaczony].lwersow-1==19)if(oznaczony==menu_do){ werase(s1); zm_index(-index[oznaczony+1].lwersow); zm_index(0-index[index[oznaczony+1].nrgory].poz); menu(index[oznaczony+1].nrgory, oznaczony+1); /* if(index[oznaczony+1].lwersow >= index[menu_od].lwersow) { zm_index(-index[index[oznaczony+1].nrgory].lwersow); menu(index[oznaczony+1].nrgory, index[index[oznaczony+1].nrgory].nrdolu); } else { zm_index(-index[index[menu_do+1].nrgory].lwersow); menu(index[menu_do+1].nrgory, index[index[menu_do+1].nrgory].nrdolu); };*/};oznacz(oznaczony+1); wrefresh(s1); }; break; case KEY_PPAGE: case KE
Re: Howto find out why a connection is opened....
On Thu, 25 May 2000, Philip Lehman wrote: > >...with isdn in autodial mode I guess. Try setting up ipchains and log > >all output over ippp0. put kdebug to a high level, 9 or something, and grep for "kernel: OPEN" in /var/log/messages, it will tell you the details of the packet that triggered the dialing. somewhat simpler than 'chains :) -- [-] there's a devil waiting outside your door
Re: Firewall has holes
Jay Kelly wrote: > > I did a check on my firewall using grc.com and found I have a hole from port > 139 NetBios. Which I sure I did while I was playing with Samba. The question > is how can I reverse this and shut down netbois. I have try to comment out > netbios in /etc/sevides but I still have the problem. I want my firewall to > be as stealth as possible. Any help would be great guys > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null Hi, if you need samba on your intranet you can simply use ipchains (kernel ver 2.2.x) ex: ipchains -I input -j DENY -s 0.0.0.0/0 -d yourexternalipadd 139 -p tcp and ipchains -I input -j DENY -s 0.0.0.0/0 -d yourexternalipadd 139 -p udp if you don't need samba it's enought or to stop the service box#>/etc/init.d/samba stop or deinstall it :)) I hope this can help you. -- _ ___ ____ ___ ___ _ __ _ _ __ _ |_ _|| _|| | | _|| _|| _ || \/ | | ||_ _|| _ || | | || _ | | | | _|| |_ | _|| |_ | _ || \/ | | | | | | _ || |_ | || _ | |_| |___||___||___||___||___||_||_| |_| |_| |_| |_||___||_||_| |_| [EMAIL PROTECTED] - South European @ccess Back Bone -- http://www.seabone.net/ --- Fabio Massimo Di Nitto | Debian GNU/Linux Woody 2.2.15 mailto:[EMAIL PROTECTED] | running on mailto:[EMAIL PROTECTED] | Laptop AMD K6-2 400Mhz 64Mb
Re: qpop and netscape clients
In article <[EMAIL PROTECTED]>, deja luser <[EMAIL PROTECTED]> wrote: >Does any one know of problems using netscape mail clients with qpopper? >Didn't see anything in bugtrack. The clients can read mail, but not send. Sending mail doesn't have anything to do with POP3 - SMTP is used for that. You need to find out what goes wrong on your SMTP gateway. Mike. -- Our vision is to speed up time, eventually eliminating it.
Re: Programowanie za pomocą skryptów
On Fri, May 26, 2000 at 09:07:56AM +0200, M P wrote: > Chciałbym przesłać do zaopiniowania programik, który moim zdaniem świetnie > pasowałby do Linux'a. > Jest on napisany w oparciu o bibl. curses i służy do łatwej budowy menu > wyboru w skryptach. > Nazywa się win3 i zwraca do shell'a wartość będącą numerem wybranego przez > użytkownika skryptu wiersza. > Odczytując status ostatnio wykonanej operacji wiemy jakie pole w menu wybrał > użytkownik i możemy > wykonać odpowiedni program (np. następne podmenu). Pierwszym parametrem > programu jest tytuł menu, > a następne parametry - to pola menu. Dear Maciek, Sorry, I had no time to check your program at the moment. Any contribution is welcome, however: The official language of debian-users list is English. If you want to send something in Polish, I'd rather suggest the usenet group: pl.comp.os.linux Additionally I'd rather suggest sending the sources as "tgz" or "gz" attachments to spare the bandwidth. My reply was not intented to offend you. I hope that you continue to contribute the Linux software. -- Greetings Wojciech M. Zabolotny http://www.ise.pw.edu.pl/~wzab <--> [EMAIL PROTECTED] http://www.freedos.org Free DOS for free people!
Re: SMB Printing
I had this problem too. I think it's because from the point of view of lprng the input filter outputs nothing. And that's true. You take all the data from the input, send it to the SMB printer, but after this you break the pipe by outputting nothing. Try just add echo "whatever" as a last line of the script. It can be anything, it'll go to /dev/null anyway. Maybe this helps. R. On Thu, May 25, 2000 at 01:01:38PM -0700, [EMAIL PROTECTED] wrote: > after about 3 hours of playin with it i got the smbprint script to > work(part of the problem was the printer didnt like the laserjet filter so > im using a postscript filter now) i can do > > cat filename | smb-printredir-ascii > > and it prints.. > > if i try to set it up through lprng i get an error: > > IF filter msg - 'Make_passthrough: pid 6305, execve > '/bin/smb-printredir-ascii' failed - 'Exec format error'' at > 2000-05-25-12:32:21.126 ## [EMAIL PROTECTED] 97+302 number=302 > process=6304 > IF filter problems, error 'JABORT' at 2000-05-25-12:32:21.126 > ## [EMAIL PROTECTED] number=302 process=6304 subserver pid 6304 > exit status 'JABORT' at 2000-05-25-12:32:21.129 ## identifier = > number=0 process=6303 > job '[EMAIL PROTECTED]' error 'aborting operations' at > 2000-05-25-12:32:21.129 ## [EMAIL PROTECTED] number=302 > process=6303 removing job '[EMAIL PROTECTED]' - ABORT at > 2000-05-25-12:32:21.130 ## identifier [EMAIL PROTECTED] number=302 > process=6303 > > to simplify things the script is currently(/bin/smb-printredir-ascii: > > logfile=/tmp/smb-print.log > > > filter_name=aps-PS_800dpi-letter-ascii-mono > > server=printserver-noc > service=HPLASERJET4 > password="" > > echo " `date` : server $server, service $service, filter $filter_name" >> > $logfile > > ( echo "print -" > /var/lib/apsfilter/filter/$filter_name ) | \ > /usr/bin/smbclient "$server\\$service" -N -P >> $logfile > > > and my printcap: > > ascii|PS_800dpi-letter-ascii-mono|PS_800dpi ascii mono:\ > :lp=/dev/null:\ > :sd=/var/spool/lpd/PS_800dpi-letter-ascii-mono:\ > :lf=/var/spool/lpd/PS_800dpi-letter-ascii-mono/log:\ > :if=/bin/smb-printredir-ascii:\ > :af=/var/spool/lpd/PS_800dpi-letter-ascii-mono/acct:\ > :mx#0:\ > :sf:\ > :sh: > > lp|lp2|PS_800dpi-letter-auto-mono|PS_800dpi auto mono:\ > :lp=/dev/null:\ > :sd=/var/spool/lpd/PS_800dpi-letter-auto-mono:\ > :if=/bin/smb-printredir-auto:\ > :af=/var/spool/lpd/PS_800dpi-letter-auto-mono/acct:\ > :mx#0:\ > :sh: > > im running potato with lprng 3.6.12-5, again i can use the smbprint script > fine but lprng rejects it for some reason, and i cant find any more > detailed info then the above from ascii.status > > any other ideas ?? > > thanks for the help im halfway there :) > > nate > > > On Thu, 25 May 2000, Radim Gelner wrote: > > radim. >I'm using a similar setup as you, with the difference, that I add an > radim. >apsfiter into the whole thing. I have had some troubles setting up > radim. >smbprint script so I have written another one. It's stored under > radim. >/bin/smb-printredir. I'm sending it to you together with my > radim. >/etc/printcap and /var/spool/lpd/ljet4-a4-auto-mono/config. > radim. > > radim. >Good luck > radim. > > radim. >Radim > radim. > > > ::: > http://www.aphroland.org/ > http://www.linuxpowered.net/ > [EMAIL PROTECTED] > 12:54pm up 1 day, 18:55, 2 users, load average: 1.00, 1.18, 1.17 > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Re: Debian GNU/Linux
On Tue, 23 May 2000, Kent West wrote: > [EMAIL PROTECTED] wrote: > > > If i download this program do i risk crashing windows? > I think what you mean is: "If I install Debian GNU/Linux, do I risk losing > Windows?" Do I risk losing Windows. If you install this "program", you riks losing intrest in windows. /nisse
RE: Debian GNU/Linux
> From: Nils-Erik Svangård [mailto:[EMAIL PROTECTED] > > On Tue, 23 May 2000, Kent West wrote: > > > [EMAIL PROTECTED] wrote: > > > > > If i download this program do i risk crashing windows? > > I think what you mean is: "If I install Debian GNU/Linux, > do I risk losing Windows?" > > Do I risk losing Windows. > If you install this "program", you riks losing intrest in windows. > Is there a linux port of half-life?
Corrupt apt status and available lists
Hi! I have a woody system, and pretty unstable hardware. Yesterday I had a crash when running apt-get upgrade. Since then apt-get update wont work any more, complaining about the status file, and when I try to apt-get updata I get some problems with the available file. Any idea how to regenerate these files? /nisse
Re: Kernel Config
"Bart Szyszka" <[EMAIL PROTECTED]> wrote: >Alec Smith wrote: >> Actually, /usr/src/linux is the default -- Linus ships the tree in a >> format to go in a directory called linux. > >I don't use any "shipping" version of Linux. I think Alec meant the kernel tarballs. >> In general, you want to symlink /usr/src/linux to the actual location of >> your kernel sources. > >Why? Most instructions expect the kernel source to be in /usr/src/linux, so that way is easier for newbies. If it's just a symlink then all you need to do to unpack a tarball is remove the symlink, unpack, rename the created directory to something else (like linux-2.2.15), and drop the symlink back in again. Things end up at their most consistent that way, I think. -- Colin Watson [EMAIL PROTECTED]
Re: printing to SMB printer from unix
Try to see http://dmpc.dbp.fmph.uniba.sk/~rybar/unix/unix.html This works to me. On Wed, May 24, 2000 at 03:51:35PM -0700, [EMAIL PROTECTED] wrote: > I have been workin for about an hour tryin to print to a smb printer, and > it doesnt work. the smb server is win98. win98 shows the file being > spooled but it never finishes spooling nor starts printing(so far just > trying plain text. > > I am running potato, and samba 2.0.7 with a smbprint script: > > logfile=/tmp/smb-print.log > TRANS=0 > eval acct_file=\${$#} > spool_dir=`dirname $acct_file` > config_file=/var/spool/lpd/smb/.config > eval `cat $config_file` > > while getopts t c; do > case $c in > t) >TRANS=1 >;; > > '?') # Bad parameters, ignore it ... >;; > esac > echo "server $server, service $service" >> $logfile > > if [ $TRANS -eq 1 ]; then > echo translate > fi > echo "print -" > cat > ) | /usr/bin/smbclient "$server\\$service" $password -U $server -N -P > >> $logfile > > my /var/spool/lpd/smb/.config is: > > server=printserver-noc > service=HPLASERJET4 > password="" > > (the printer has no password) > > sample output from the log /tmp/smb-print.log: > > server printserver-noc, service HPLASERJET4 > added interface ip=2xx.1xx.xx5.1xx bcast=2xx.xx2.1xx.255 > nmask=255.255.255.0 > Got a positive name query response from xx9.x6x.xx5.xx4 ( xx.xx.xxx.xxx > ) > smb: \> print - > putting file - as stdin-9159 (206.937 kb/s) (average 206.938 kb/s) > > that is printing a raw text file with the command > > cat filename.txt | smbprint > > nothing comes out. I can configure this to print direct to the printer's > IP but for compadiblity purposes i'd rather get it workin through SMB so i > can print to printers that don't have their own IP. > > ideas ?? > > nate > > ::: > http://www.aphroland.org/ > http://www.linuxpowered.net/ > [EMAIL PROTECTED] > 3:41pm up 21:42, 2 users, load average: 1.00, 1.00, 1.00 > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > -- , }\ O ) _.-` `-.( ( \`'./ (o)\ o () ) ) ) > )))} ()() () ) ( ( ( /_.'\ / \/ _/_ @ \/ @ / @ )) ) ) `'---'=` (o__>{\_\/ /_/( ) ( ( ^ \/) ( ^^ [EMAIL PROTECTED] ^^ -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! --
Re: system clock workaround
Hello Owen, On Thu, 25 May 2000, Owen G. Emry wrote: > My firewall machine (a trusty old 486 DX4) has a bios that doesn't like the > year 2000. It isn't a major problem but several things (e.g. make) > complain, so is there an easy workaround? > I assume I can just set the real-time clock to, say, 1990, and have the > internal clock set itself to the RTC + ten years on bootup. What do I have > to change to accomplish this, or is there a better solution altogether? I had exactly the same problem with one of my machines. (AWARD-Bios, switched the year back to 1994 on every reboot since 2000, Unicore offered me an upgrade for about 50$, hell, that's more than the whole machine is worth! ;-). I also thought about a solution like the one you mentioned, until I found out that on potato hwclock there is an option --badyear. This tells hwclock that it has to manage a faulty BIOS-year-setting. It then will set it four years back (to be able to cope with leap years), but set system time on bootup correctly, so everything works fine. So, if you have potato installed, read the manpage of hwclock. If you have slink, you can either upgrade the whole system or try to get an upgrade for hwclock. Regards, Daniel
Re: 3Dfx X Server and drivers
Hi there, I can confirm that the 3dfx drivers work fine with Debian, both with 'Slink' running 2.0.36 and 2.2.14. I just grabbed the files from 3dfx's Linux site, converted them with alien and installed. You will probably need to manually install the actual driver as the dpkg install didn't install the driver in /dev. If I remember correctly I moved the driver to /dev and set up the symlink by hand. All then worked fine. Run 3dfx's test programs to check. If you look at the driver source in the directory you built the driver in all should be clear. HTH JohnG 32865e97b5342e762ab140e00f3da23b - Just 'Debian' On Thu, 25 May 2000, Kele Kravelin wrote: > Has anyone gotten the 3Dfx drivers and X Server to work in Debian? they > distributed the packages as rpm's and I couldn't get them to convert and > install using alien and had problems using Debian's rpm package as well > (gave me a bunch of file or directory doesn't exist and dependency errors). > I'm running 2.2.1 for a kernel with the latest stable packages for Debian. > The card I have is a Voodoo3 2000. Any help would be appreciated. > > Kele Kravelin > [EMAIL PROTECTED] > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > >
RE: Sound Question
On 25-May-2000 Jay Kelly wrote: > I am trying to setup a SoundBlaster16 sound card, I have recomplied the > kernel for sound and pnp support. Now I see the howto is telling me to: > > Use pnpdump to capture the possible settings for all your Plug and Play > devices, saving the result to the file /etc/isapnp.conf. > Choose settings for the sound card that do not conflict with any other > devices in your system and uncomment the appropriate lines in > /etc/isapnp.conf. Don't forget to uncomment the (ACT Y) command near the > end. > Make sure that isapnp is run when your system boots up, normally done by one > of the startup scripts. Reboot your system or run isapnp manually. > > 1) after using the 'pnpdump' how do I save it to the /etc/isapnp.conf. > > 2) Where do I uncomment the (ACT Y) command? I didnt see it. > > 3) How do I make sure the isapnp is run at bootup? > > Thanks Guys > Jay > If you have a pnp-compliant bios, and you're happy with the card's configuration, you don't need isapnptools. isapnp is for initialising the card & setting one of its configuration. But if your bios does that on startup, you can just pass the io,irq and dma to the sb module, and sb will recognize the card.
Re: Trying to figure out trigger for diald callouts
> I do have wwwoffle running in autodial... well - this is probably your problem. the two triggers are a dns-query and a http-access. www-access needs both of them ... so probably you've got to check your wwwoffle config. -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- If Windows is the answer, I want the problems back!
smb.conf
hi folks, i have a NT machine and a linux(samba) server connected via ethernet. 1) i read the smb howto, but it seems that in my case i need a [public] section for the linux-shares to be seen on my NT-client. if i specify a [global], [printers] and [homes] section the way described in the smb.howto, i don't see anything on the NT client's explorer. only if i specify a [public] section and restart smbd, the rest of my shares can be seen on the client. why? 2) i cannot see my linux-machine in the network environment of NT, although both machines have the same subnet mask and live in the same workgroup (at least i specified "workgroup = Workgroup" in [global] of smb.conf and "Workgroup" in the NT's Network setup. But if i search for the linux computer using it's IP-adress, the NT client finds him and i can browse the shares defined in smb.conf. But i also want to see him in the explorer's network-environment ;(((. Please help. Thanx rob Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com.
Re: bigots - was Emacs - was Mail/news software
> "Peter" == Peter S Galbraith <[EMAIL PROTECTED]> writes: Peter> Felix Natter wrote: >> john s jacobs anderson <[EMAIL PROTECTED]> writes: >> >> > Oh, I'm with you -- I'll often use vi for small edits, even if >> > I have XEmacs open on another desktop, just because doing the >> > edit 'in-line' in an xterm fits my work-flow better. Again, >> > it's all about choosing the right tool for the job. >> >> you can do emacs -nw ("no windowing"). Peter> Or use gnuserv. Gnuserv is on that eternally-growing list of things that I need to check out, learn, and integrate into my toolkit. Alas, I'm not there yet, so I keep reaching for the vi out of habit. john. -- [ John S Jacobs Anderson ]-->mailto:[EMAIL PROTECTED]> [ Genehack: Not your daddy's weblog ]-->http://genehack.org>
Re: [LUGALIST] smb.conf
Hi rob, 1)i have admin differend samba-server and my experience is: you don't need a public share, but you have to use the "brwseable=yes/no" in your shares or in the global section. 2)Don't care about the network environment ot NT. You are working with a M... Product. There is no way to force NT to show the shares. If you have two NT-server in the same net is it possible that one NT show the shares, the other not. mfg Marcel Beltz For a better taste!!! LINUX Inside On 26 May 2000, Robert Fendt wrote: > hi folks, > i have a NT machine and a linux(samba) server connected via ethernet. > 1) i read the smb howto, but it seems that in my case i need a [public] > section for the linux-shares to be seen on my NT-client. if i specify a > [global], [printers] and [homes] section the way described in the smb.howto, i > don't see anything on the NT client's explorer. only if i specify a [public] > section and restart smbd, the rest of my shares can be seen on the client. > why? > > 2) i cannot see my linux-machine in the network environment of NT, although > both machines have the same subnet mask and live in the same workgroup (at > least i specified "workgroup = Workgroup" in [global] of smb.conf and > "Workgroup" in the NT's Network setup. But if i search for the linux computer > using it's IP-adress, the NT client finds him and i can browse the shares > defined in smb.conf. But i also want to see him in the explorer's > network-environment ;(((. Please help. > > Thanx > rob > > > Get your own FREE, personal Netscape WebMail account today at > http://webmail.netscape.com. >
RE: smb.conf
Have you tried with a Wins Server?? > hi folks, > i have a NT machine and a linux(samba) server connected via ethernet. > 1) i read the smb howto, but it seems that in my case i need a [public] > section for the linux-shares to be seen on my NT-client. if i specify a > [global], [printers] and [homes] section the way described in the smb.howto, i > don't see anything on the NT client's explorer. only if i specify a [public] > section and restart smbd, the rest of my shares can be seen on the client. > why? > > 2) i cannot see my linux-machine in the network environment of NT, although > both machines have the same subnet mask and live in the same workgroup (at > least i specified "workgroup = Workgroup" in [global] of smb.conf and > "Workgroup" in the NT's Network setup. But if i search for the linux computer > using it's IP-adress, the NT client finds him and i can browse the shares > defined in smb.conf. But i also want to see him in the explorer's > network-environment ;(((. Please help.
Re: Problem with installing potato on i810 based PC. (No agpgart
On Thu, May 25, 2000 at 03:26:01PM -0700, [EMAIL PROTECTED] wrote: > as someone who has installed quite a few i810 machines recently (including > a potato one) i suggest grabbing the XF86 sources and getting agpgart from > that. X server is very picky about what version of agpgart it uses > apparently, or you can grab it direct from me: > > http://209.162.145.197/agpgart-source.tar.gz (10kb) > > extract it, compile it, add the new /dev/agpgart and it should be ok(and > insmod the module) Thanks, I've found the agpgart.c and agpgart.h in xfree86-1_3.3.6.orig.tar.gz (in source/x11 directory of didtribution). Now I'm a little confused, because it is obviously different from the agp_backend, provided in the 2.2.14 kernel sources provided with RedHat 6.2. (available eg. at: ftp://ftp.icm.edu.pl/pub/Linux/redhat/current/i386/RedHat/RPMS/kernel-source-2.2.14-5.0.i386.rpm ) AFAIK both potato and debian use the same xfree86-3.3.6. So what is the difference between the agp_backend and agpgart? Which one is better? Has anybody tested and compared both of them? It seems to me, that agp_backend (internally marked as AGPGART module version 0.99) is just the previous version of agpgart (internally marked as agpgart.c,v 1.1.2.2 1999/11/18 19:06:20)... -- Greetings Wojciech M. Zabolotny http://www.ise.pw.edu.pl/~wzab <--> [EMAIL PROTECTED] http://www.opendvd.org Don't allow others to decide what can you play on YOUR hardware, and what OS you need to watch DVD!!!
Re: -lX11
On Fri, May 26, 2000 at 01:31:24PM +0800, Kreaped Ripping Reaper wrote: > > hi.. i tried to compile something that needs -lX11 but gives me an error that > says i dont have it... > i'm using woody :) > error is here > > [EMAIL PROTECTED]:~/ ]$ gcc -lX11 -lm -o xroy xroy.c > /usr/bin/ld: cannot find -lX11 > collect2: ld returned 1 exit status add -L/usr/X11/lib and see if that works. Cheers, Chris -- pick, pack, pock, puck: like drops of water in a fountain falling softly in the brimming bowl.
Re: 3Dfx X Server and drivers
On Fri, 26 May 2000, John Gould wrote: > Hi there, > probably need to manually install the actual driver as the dpkg install > didn't install the driver in /dev. If I remember correctly I moved the > driver to /dev and set up the symlink by hand. All then worked fine. Run > 3dfx's test programs to check. If you look at the driver source in the > directory you built the driver in all should be clear. > > HTH JohnG Carefull, the driver does not go into the /dev directory. It should go somewhere like /lib/modules/2.x.y/misc. I think you meant that you had to create a device(s) with the appropriate major/minor number(s). I too had to move a file or two by hand, but it works just fine. Patrick
Unidentified subject!
unsubscribe
Re: -lX11
And Kreaped Ripping Reaper bestowed upon us all: > > hi.. i tried to compile something that needs -lX11 but gives me an error that > says i dont have it... > i'm using woody :) > error is here > > [EMAIL PROTECTED]:~/ ]$ gcc -lX11 -lm -o xroy xroy.c > /usr/bin/ld: cannot find -lX11 > collect2: ld returned 1 exit status > > > [EMAIL PROTECTED]:~ ]$ dpkg -l *xlib6g-dev* > Desired=Unknown/Install/Remove/Purge/Hold > | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed > |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: > uppercase=bad) > ||/ Name Version Description > +++--- > ii xlib6g-dev 3.3.6-6 include files and libraries for X > client develop > > > [EMAIL PROTECTED]:~ ]$ ls -la /usr/X11R6/lib/libX11.so* > lrwxrwxrwx1 root root 13 Apr 21 00:24 > /usr/X11R6/lib/libX11.so -> libX11.so.6.1 > lrwxrwxrwx1 root root 13 Apr 21 00:24 > /usr/X11R6/lib/libX11.so.6 -> libX11.so.6.1 > -rwxr-xr-x1 root uucp 2532951 Mar 15 10:04 > /usr/X11R6/lib/libX11.so.6.1 > > -- > > |kreaper | > |[EMAIL PROTECTED]| > |[EMAIL PROTECTED]| > |[EMAIL PROTECTED]| > > You'll never be the man your mother was! try gcc -L/usr/X11R6/lib etcetc. -- __ _ __ _ Justin Megawarne [ Solitude ] Tel: +44 (0)20 8863 0718 <[EMAIL PROTECTED]> Cel: +44 (0)7941 270 136 http://kholmes.dhis.net/ irc.destructor.net && irc.xchat.org - #Linux
Re: system clock workaround
Hello, I have a similar but yet another problem. The battery of the clock is old, and the clock is wrong if the power was off. It isn't a constant drift so "hwclock --adjust" wouldn't help. Because I am connected to a network, I have used netdate to get the correct time from the net. But I still don't know what to do if the connection fails (and sometimes it happens). The only solution is to set the time somewhere manually, but is there a way for this to be done earlier than logging in? I guess it would be better for different programs which act depending on the system time. (Maybe allowing someone to type in a date, if it is possible at all, is somehow insecure, but I am the only user at the console). Bye Guentcho
Re: Defalut kernel and ip masquerading
[EMAIL PROTECTED] wrote: > > Someone on this list wrote recently wondering if > they would need to recompile their kernel inorder > to get ip masquerading working. > > They are using a stock kernel version 2.0.38 that > came with slink and said that when they executed the > command... > > /sbin/ipfwadm -F -p deny > > they got the following... > > ipfwadm: setsockopt failed: Protocol not available. > > I suggested first using... > > echo "1" > /proc/sys/net/ipv4/ip_forward > > but this did not seem to help. Does the stock kernel > not support ip masquerading or does the problem lie elsewhere. > > TIA I posted the question a couple weeks ago, only about the default potato kernel, not slink. The response I got at the time was that it does *not* enable ip masquerading and that a new kernel must be compiled. Time to upgrade anyway! ;-) Stan
Re: IDE CD-RW + sound
I will ask my friend to check it. Thanks > If no CD Player works, most likely he is missing a cable > connecting the CD drive to his soundcard. > > John P. -- .'/,-Y" "~-. Vicente Torres Carot l.Y ^. Universidad Politécnica de Valencia /\ __ "Doh!" Departamento de Ingeniería Electrónica i___/" "\ Ctra. Nazaret-Oliva, s/n | /" "\ o ! 46730 Grau de Gandia (Valencia) l ] o !__./ SPAIN \ _ _\.___./"~\ X \/ \___./ Tel.: (96)2849300 ( \ ___. _..--~~" ~`-. FAX: (96)2849309 ` Z,-- /\ __. ( / __) "I don't apologize. I'm sorry, but that's \ l /-~~" / just the way I am." -- Homer Simpson -- Y \ / ## | "x__.^ -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! --
RE: Debian Qestuin of the Day....
Jay Kelly: > ...Then I reboot the system and try ifconfig and eth0 is > fine has the same settings before I rebooted but eth1 has > NON SET where the ip and netmask should beWhat can I do > to keep the setting for eth1? Do you have an ifconfig setting for eth1 in /etc/init.d/network ? A. Scott White Director of Information Systems and Product Strategy ACS Healthcare Solutions Group
Defalut kernel and ip masquerading
Someone on this list wrote recently wondering if they would need to recompile their kernel inorder to get ip masquerading working. They are using a stock kernel version 2.0.38 that came with slink and said that when they executed the command... /sbin/ipfwadm -F -p deny they got the following... ipfwadm: setsockopt failed: Protocol not available. I suggested first using... echo "1" > /proc/sys/net/ipv4/ip_forward but this did not seem to help. Does the stock kernel not support ip masquerading or does the problem lie elsewhere. TIA
Re: xdm/kdm two terminal problem
The only thing I can suggest is to check your Xservers file under /etc/X11/kdm or xdm. It should have only one uncommented line looking something like this :0 local /usr/X11R6/bin/X :0 vt7 (could be slightly different) Jo > I have kdm kick up two login screens on vt7 and vt8 at boot up. > However, within 5 minutes of booting the screen switches from vt8 to vt7 > and blacks out vt8. vt8 is still working fine, but I need to refresh > the screen. This is a minor problem except that sometimes it causes my > screen to lock causing me to either reboot, or log in remotely and kill > kdm. Sometimes, it locks the machine entirely and I can't do that. For > the most part, I've found a way to live with this with the lockups > occurring rarely, but does anyone know how to solve this problem? It > doesn't appear to be a problem with *dm because it's done it with xdm > and kdm. I have vt7 start and then vt8 start on bootup so vt8 is what > is the screen first seen. Is this a problem with the Debian package of > kdm or xdm? I know Red Hat does not have this problem. Can anyone > help? TIA. > > Rob > -- > [EMAIL PROTECTED] 1999-00 | > Aka Khyron the Backstabber | LI NN N U U X X O > ICQ# 2325055| LI N NN U U X > | LLL I N N UUU X X O > "Shackles cannot keep me bound | Those who can, do. > forever. I'm outta here." | > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > >
Re: Colormaps in Linux
On Fri, May 26, 2000 at 06:41:49AM +, John Carline wrote: > Pat Mahoney wrote: > > > On Thu, May 25, 2000 at 03:33:19AM -0700, Eric Hagglund wrote: > > > The problem I am trying to fix is that fonts and > > > images in Netscape have never been properly displayed > > > in Netscape. Instead of getting fonts, toolbars, > > > scrollbars and images displayed as the application > > > programmers and web designers intended, I get basic > > > > Does the unix version of netscape ever look good? > > As good or better than that other brand. > Note: this is really a misleading question. The real question is: can Netscape track all of the perversions to HTML introduced by the browser that cannot be named. The answer is no, although for most purposes it is perfectly usable. HTML is NOT, NOT, NOT, a page layout language and the idea of remote side font selection is horribly broken and needs to join Jar Jar Binks with the fishes. Jim
Remove Samba
If I want to completly remove samba how do I do about doing it. I was playing around on my firewall and install samba, Now I have port 139 netbios wide open. So I want to set up my firewall as it was before. and ides's guys Thanks Jay
Help: Quick Q Anyone LinuxMall Debian?
Hi, I just got the two CD version of Slink from LinuxMall and the multicd install in deselect doesn't work, but the single CD does. Is this really a one CD set then? I looked for the second being sources, but found nothing but another setup. Did I do something wrong, or do you use CD1 only? Thanks, Jonathan
Firewall Q's
What's needs to be added to a Debian firewall to make it completely stealth. So from the outside my firewall doesn't exist. Im looking to better me security and need some idea's how to got about it. Thanks you guys are a huge help Jay
Re: Firewall Q's
Check out ipchains, that's want you want to set up your firewall! What a good firewall is is different from situation to situation and depends on what YOU want. Ron Rademaker On Fri, 26 May 2000, Jay Kelly wrote: > What's needs to be added to a Debian firewall to make it completely stealth. > So from the outside my firewall doesn't exist. Im looking to better me > security and need some idea's how to got about it. > Thanks > you guys are a huge help > Jay > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >
Re: Defalut kernel and ip masquerading
I guess there's some kind of module somewhere that should be loaded in (using modprobe). Ron Rademaker On Fri, 26 May 2000 [EMAIL PROTECTED] wrote: > > > Someone on this list wrote recently wondering if > they would need to recompile their kernel inorder > to get ip masquerading working. > > They are using a stock kernel version 2.0.38 that > came with slink and said that when they executed the > command... > > /sbin/ipfwadm -F -p deny > > they got the following... > > ipfwadm: setsockopt failed: Protocol not available. > > I suggested first using... > > echo "1" > /proc/sys/net/ipv4/ip_forward > > but this did not seem to help. Does the stock kernel > not support ip masquerading or does the problem lie elsewhere. > > TIA > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >
Re: apache question
Thanks for this post. This is a change I needed to make. If you are running a recent version of apache, the cron job can be fixed by editing cron.conf in /etc/apache. Set the variable APACHE_CHOWN_LOGFILES to 0. Be default it is 1. Ernest Johanson Web Systems Administrator Fuller Theological Seminary On Thu, 25 May 2000, Ethan Benson wrote: > Date: Thu, 25 May 2000 20:07:10 -0800 > From: Ethan Benson <[EMAIL PROTECTED]> > To: Ian Zimmerman <[EMAIL PROTECTED]> > Cc: debian-user@lists.debian.org > Subject: Re: apache question > > --sGwo475CiIwWEjLI > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: quoted-printable > > On Thu, May 25, 2000 at 08:25:08PM -0700, Ian Zimmerman wrote: > >=20 > > Ethan> however one thing you should do on a debian system is chown > > Ethan> /var/www to root and make sure its not group writable. also > > Ethan> chown /var/log/apache/* to root.adm and make sure the > > Ethan> permissions are 640 or 644. (you have to fix the apache cron > > Ethan> jobs to not undo this change) > >=20 > > Ethan> for some insane reason debian leaves the www-root owned by > > Ethan> www-data.www-data (the same user debian runs apache as) along > > Ethan> with the logs. this is totally wrong as the web server user > > Ethan> should NOT own files or have any write permission to anything. > > Ethan> if it does then all it takes is one of those unprivileged child > > Ethan> processes to be exploited and your web site can be replaced and > > Ethan> your logs can be removed. bad bad bad. > >=20
Re: system clock workaround
> (Maybe allowing someone to type in a date, if it is possible at all, is > somehow insecure, but I am the only user at the console). > try this in your ntpdate startup script: if ! ntpdate ; then while :; do read -p "ntpdate failed. please enter date by hand: " date date -s $date && break done fi hwclock --systohc this is only an idea ... -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- If Windows is the answer, I want the problems back!
Using gnuserv (Re: bigots - was Emacs - was Mail/news software)
Here's why I use gnuserv all the time. Say I in a shell in a directory called /deb/potato/home/rhogee/deb/gri/CVS/gri/doc/cookbook and I want to edit a file in Emacs. I could go in Emacs and type C-x C-f and then type in (or cut/paste) the whole path. That's arduous. Instead, if I want to edit a file called Makefile, from the shell I type $ e Makefile and it magically pops up in Emacs. How to set it up (in slink anyway): Step 1) install the gnuserv package Step 2) insert the following in your ~/emacs file : (gnuserv-start) Step 3) Optionally, create a short-cut alias name for `gnuclient -q` by inserting the following in your shell startup file, ~/.tcshrc for me alias e gnuclient -q Step 4) start Emacs Step 5) type from the shell: $ e somefile or $ gnuclient -q somefile Step 6) Oh wait... There's no step 6! :-) Peter john s jacobs anderson wrote: > > "Peter" == Peter S Galbraith <[EMAIL PROTECTED]> writes: > > Peter> Felix Natter wrote: > >> john s jacobs anderson <[EMAIL PROTECTED]> writes: > >> > >> > Oh, I'm with you -- I'll often use vi for small edits, even if > >> > I have XEmacs open on another desktop, just because doing the > >> > edit 'in-line' in an xterm fits my work-flow better. Again, > >> > it's all about choosing the right tool for the job. > >> > >> you can do emacs -nw ("no windowing"). > > Peter> Or use gnuserv. > > Gnuserv is on that eternally-growing list of things that I need to > check out, learn, and integrate into my toolkit. Alas, I'm not there > yet, so I keep reaching for the vi out of habit.
executing programs on an ntfs partision
Hi all I am running a potato/NT system and want to be able to execute (linux) programs that I store on the NT partition (the partition is way too big, but as the computer is not mine, I can't resize it etc.--I just want to use it as storage) Anyway, I can _read_ the files okay, but I can't execute them. Should I be able to? My auto.misc line looks like this: ntfs -fstype=ntfs,uni_xlate=1,posix=1,utf8,uid=1000,gid=1000,umask=555 :/dev/hda1 Has anyone tried this...with success? thanks Richard begin:vcard n:Black;Richard tel;fax:416-971-4159 tel;home: tel;work:416-217-4350 x-mozilla-html:TRUE org:Algorithmics Inc adr:;;185 Spadina Avenue;Tronoto;Ontario;M5T 2C6;Canada version:2.1 email;internet:[EMAIL PROTECTED] title:Financial Engineer x-mozilla-cpt:;1664 fn:Richard Black end:vcard
Re: Help: Quick Q Anyone LinuxMall Debian?
Despite the instructions, I found that you have to use CD1 first to install slink, no matter what they tell you. So you are probably right. I recommend updating to potato as soon as you can. Antonio. Jonathan Gift wrote: > Hi, > > I just got the two CD version of Slink from LinuxMall and the multicd > install in deselect doesn't work, but the single CD does. Is this really a > one CD set then? I looked for the second being sources, but found nothing > but another setup. Did I do something wrong, or do you use CD1 only? > > Thanks, > > Jonathan > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Re: TNT2-OpenGL-Mesa
Complete failure. Quake 2 will signal 11 every time. like so: gravitywell:/mnt/.hdb4/quake2# ./quake2 +set vid_ref glx +set \ gl_driver libMesaNVidia.so.3.0 Added packfile ./baseq2/pak0.pak (3307 files) Added packfile ./baseq2/pak1.pak (279 files) Added packfile ./baseq2/pak2.pak (2 files) execing default.cfg execing config.cfg Console initialized. --- sound initialization --- sound sampling rate: 11025 --- Loading ref_glx.so --- ref_gl version: GL 0.01 R_SetMode() - CDS not allowed with this driver Initializing OpenGL display ...setting mode 3: 640 480 GL_VENDOR: Brian Paul GL_RENDERER: Mesa NVIDIA RIVA 1.2 GL_VERSION: 1.2 Mesa 3.0 GL_EXTENSIONS: GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_logic_op GL_EXT_blend_subtract GL_EXT_paletted_texture GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_vertex_array GL_EXT_texture_object GL_EXT_texture3D GL_MESA_window_pos GL_MESA_resize_buffers GL_EXT_shared_texture_palette GL_EXT_rescale_normal GL_EXT_abgr GL_SGIS_texture_edge_clamp GL_SGIS_multitexture GL_EXT_multitexture ...allowing CDS ...GL_EXT_compiled_vertex_array not found ...using GL_EXT_point_parameters ...3DFX_set_global_palette not found ...using GL_EXT_shared_texture_palette ...using GL_SGIS_multitexture Received signal 11, exiting... On 26-May-2000 Didi Damian wrote: > I followed their instructions and got GL working. i've only tested it > with xscreensaver-gl. It works but the screen flickers pretty bad in > OpenGL screensavers. I'm quite interested to see what results you > achieve. > > * Bryan Scaringe <[EMAIL PROTECTED]> [25-05-2000 11:37 PM -0400] >> Does anyone know step-by-step instructions for installing NVIDIA's >> OpenGL libraries? The instructions on their website imply that all I have >> to >> do is remove my libMesaGL and make a symlink from that to their libGL. >> But won't a new version of the mesag3 package undo that? It also fails to >> mention mesa's libGL. Finally, the Mesa docs almost seem to imply that >> libMesa is depreciated in favor of libGL, but they are two different files! >> >> I'm finding all of this very confusing. Anyone got this woking with Quake >> II? >> > > -- > Didi Damian :: [EMAIL PROTECTED] :: www.debiandiary.f2s.com > > Debian GNU/Linux, > when code matters more than commercials | 1:41am up 3 days, 8:41,
scsi support for ide to enable cdrecord-ing
I have a frozen system working, with kernel 2.2.15 and lsmode shows: serial, sg, ide_scsi, ppp, slhc I have ATAPI CDROM DRIVE 36-X and HP CD-Writer +7200 both in the secondary IDE controller. When I try to run cdrecord, or xcdroast I get the message that I have to implement generic scsi support. Don't I have it already? What exactly do I have to configure in my module to have these two fellow CDROMS visible to the system? Thanks, Antonio.
Network Cards
I have a quick qestion, I want my nic cards (eth0 and eth1) to keep the setting I configure such as ip, netmask after rebooting. Each time I reboot eth1 dumps all the information I put in the ifconfig setup. How can I get it to store and keep the information for both nic cards? Thanks
Anyone having trouble upgrading Helix-Gnome?
For most of yesterday and today I have been trying to upgrade to the latest version of Helix-Gnome (based on Gnome 1.2). Following instruction exactly (the usual apt-get update, apt-get dist-upgrade with /etc/apt/sources.list pointing to Woody and spidermonkey.helix.com) the connection keeps timing out. I eventually downloaded gtk-themes_0.1-helix5_i386.deb after many stop starts, (it is over 16MB) only to find the message from apt-get "MD5Sum mismatch" and "E: Some files failed to download". Starting apt-get dist-upgrade again, the whole damned file starts downloading again. On a dial-up link this is beyond a joke Am I doing something wrong? -- Phillip Deackes Using Storm Linux 2000
Helix Gnome mirrors?
Anyone got any URL to where I can find all mirrors of Helix Gnome? -- --- John Ericson [EMAIL PROTECTED] ---
Re: Network Cards
Jay Kelly wrote: > > I have a quick qestion, I want my nic cards (eth0 and eth1) to keep the > setting I configure such as ip, netmask after rebooting. Each time I reboot > eth1 dumps all the information I put in the ifconfig setup. How can I get it > to store and keep the information for both nic cards? I find on my frozen (potato) installation on a sparc the file /etc/network/interfaces, described in `man interfaces`.
Q: Pump & Rogers @home
Has anyone tried to use Pump (on a potato) with Rodgers @home? I can't seem to get it working. -- The address in the headers is not the poster's real email address. Do not send private mail to the poster using your mailer's "reply" feature. CC's of mail to mailing lists are OK. Problem reports to "[EMAIL PROTECTED]". The poster's email address is "[EMAIL PROTECTED]".
adding fonts in staroffice?
i was wondering if it is possible to add fonts to staroffice? it seems to only want to use it's own. i have 2 font servers running 1 is xfstt from potato with about 30 ttf fonts the other is the font server from corel office2k (not sure if anything but corel can access it or not) i cant find info in the help nor on sun's site on how this might work.. nate ::: http://www.aphroland.org/ http://www.linuxpowered.net/ [EMAIL PROTECTED] 12:31pm up 2 days, 18:32, 1 user, load average: 1.03, 1.02, 1.00
ip masquerading on debian slink
hello i've got a LAN setup and would like a linux box on it to be a gateway. the LAN works fine but it is a class C network and i would like to enable ip masquerading on the linux box (debian slink). i'm having two problems: 1. debian distributions don't compile ip masquerading into the kernel, right? 2. kernel compile problems. problem 1: decoding an error message generated while trying to enable ip masquerading on kernel without ip masquerading enabled. error messages: # ipchains -F input ipchains: setsockopt failed: Protocol not available # ipchains -F ipchains: cannot open file '/proc/net/ip_fwnames' problem2: compiling the kernel. i configure the kernel the way the IP Masquerade howto suggests for 2.0.x kernels. the compilation almost completes and generates a command 'as86' which generates a command not found error. any suggestions? any help or references to relevant documentation would be appreciated. thanks, __ Brad Reid, [EMAIL PROTECTED]
Re: koffice-cvs unresolved libs
Dirk Eddelbuettel <[EMAIL PROTECTED]> writes: > (Please CC me on replies as I am not debian-user.) > > Just had a first look at the koffice work-in-progress using Ivan's fine > kde archive, but there is something wrong with the dependencies: > > [EMAIL PROTECTED]:~> kword kword: error in loading shared libraries: > /usr/lib/libkofficecore.so.1: undefined symbol: > setDocument__13KXMLGUIClientRC12QDomDocumentb > > even though 'ldd $(which kword)' shows all libraries. This is on an > up-to-date frozen machine. What am I missing? try to add -fsquangle to $CXXFLAGS before configuring. This enables a different name mangling. If you find this in the FAQ or the compilation (instructions|FAQ), then enable this flag and recompile all dependencies (you can't mix C++ libraries with -fsquangle and -fno-squangle). On the other hand, this name does not seem very long, so there is a good chance that all of this is wrong. -- Felix Natter
Re: samba question
Paulo Henrique Baptista <[EMAIL PROTECTED]> writes: > Hi all, > I want to setup samba. Anyone can send me a good smb.conf aside > the one that exists at SAMBA HOWTO. > I tried to setup and it didnt appear at explorer at windows client. > What commands I can use to log samba problems? Try the samba-book. It should be available from the samba-homepage (www.samba.org ?). If not, look at www.ora.com: O'Reilly publishes "Using Samba" under an "open publication license". you can even download using something like wget -r -L -I/catalog/samba http://www.oreilly.{yourcountry}/catalog/samba/ There is also quick-install documentation that comes with samba. -- Felix Natter
Re: [OT] GTK-- 1.0
Cameron Matheson <[EMAIL PROTECTED]> writes: > Hey, > > I just downloaded GTK-- off of Vincent's bazaar > (www.debian.org/~vincent). Anyways, the GTK-- HOWTO on the official > GTK-- site is for version 1.2, and if I try their stuff, my programs > won't compile. I was wondering if anyone knew where I could get some > older versions of the HOWTO. You might get away with changing Gtk::Window to Gtk_Window and so on. As an alternative, you can use the gtk+ (C) tutorial and attempt to translate somewhat literally to C++ (maybe with the help of the new tutorial). Consider getting 1.2.1. It should be just tar -xzf gtkmm-1.2.1.tar.gz cd gtkmm-1.2.1 ./configure && make su make install exit make clean (if there are no packages) -- Felix Natter
Re: modem question
Paulo Henrique Baptista <[EMAIL PROTECTED]> writes: > HI all, > anyone has a US/Robotics 3Com external modem. > I'm trying to setup it and cant succed. > What are its configurations? > ioport, irq, setserial, ttyS? try http://www.linuxhardware.net -- Felix Natter
Re: Serial programming question
"Alex V. Toropov" <[EMAIL PROTECTED]> writes: > Hi all ! > I'm trying to make my first progam, that will read series of bytes from > serial port. > But I have problems opening port. I makeing something like this: > > fd=open("/dev/ttyS0", O_RDWR | O_NOCTTY) > if(fd<0) > {printf("Error opening port\n") ; exit(0)} > printf("Port opend ( %s )\n", ttyname(fd)); > > > And program containing this (run under root) prodused the folloing: > > Port opend ( /dev/tty1 ) > > Or some othe tty, depends on real tty I'm executing this program. > > Can anybody tell me what's wrong ? why I've opend /dev/tty1, not > /dev/ttyS0 ? try posting to comp.os.linux.development.apps. I think some low-level questions have been asked in this group. -- Felix Natter
Re: Why is the Debian home page so boring?
Svante Signell <[EMAIL PROTECTED]> writes: > This is the kind of reply I was fearing, effectively shutting off the > discussion. Please read the whole content of my message. The intent > was NOT blinking text, images, animations, etc. It was about moving the > best properties of the debian distribution and tools up front, also > for newcomers to see. As written earlier, I appreciate Debian more and > more for every day. Why not telling the Linux community (and potential > new users) that it is one of the best distributions? I am not sure what www.debian.org mentions, and I agree that web-update, stability [..] should be mentioned. On the other hand I think it is a good thing that debian is a "non-vaporware"-project and does not start out with "advertising-expressions". Maybe a solution would be to put information about advanced features and advocacy on a different page (not on the start-page). Maybe some people would share their experience with debian. -- Felix Natter
Re: color syntax highlighting in emacs without X?
"Jakob 'sparky' Kaivo" <[EMAIL PROTECTED]> writes: > GNU Emacs doesn't (currently) support colors under ncurses, only under > X. XEmacs, however, supports colors in both modes. there are "rumors" on gnu.emacs.help that Emacs 21 will support colors on tty's. -- Felix Natter
Re: g++
Michiel Meeuwissen <[EMAIL PROTECTED]> writes: > I think there is something wrong with my g++ (using the latest version of > frozen). > > If I make a file only containing > > #include > main(){} > > or > > $include > > then: > > ~$ g++ test.cpp > test.cpp:1: iostream: No such file or directory > > > But: > > ~$ g++ -I /usr/include/g++-3 test.cpp > ~$ > > I think it should work also without the -I option, since 'iostream' and STL > etc are standard parts of C++, aren't they? And I am sure that it _did_ work > without this -I option. the latest release of gcc does not currently support the latest C++-standard with regard to its implementation of the standard C++-library. See my other reply (subject "Re: C and C++ library docs") > So my question is if this happens only on my system, and if so how do I > solve it (i supposed that there would be some environment variable with the > include path, but I don't seem to be able to find this information). if you want to distribute programs, you probably don't want to use the new features of libstdc++-v3, but instead the (portable) subset included with gcc-2.95.2. For the headers, you can create symlinks. try [EMAIL PROTECTED]:~ > gcc -v Reading specs from /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/specs gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) to find out where g++ puts its headers (in this case the prefix is /usr, so the headers are in /usr/include/g++-version) -- Felix Natter
Re: libNoVersion.so missing?
Richard Black <[EMAIL PROTECTED]> writes: > It is a propriatary piece of software (no source available). It is > essentially a > binary executable (which runs under Redhat 6.1) and debain if and only > if I copy the > above library try to find a source-package of the library, for example on www.freshmeat.net. It should be mentioned in the programs requirements of the program you are trying to run. As an alternative, try to find the description of the package from a redhat-system: $rpm -qf /usr/lib/libxx.so name-version-revision $rpm -qi name -- Felix Natter
Re: C and C++ library docs
"Roso Giuseppe (Beppe)" <[EMAIL PROTECTED]> writes: > Goodmorning, >I have to ask if someone know if there is a good documentation of Gnu C >and C++ libraries documentation in postscript, acrobat pdf or something >like format. I found only some old documents and often info or man >aren't so complete. >It is easier to find documentation on new X libraries (like GTK+ ...). There is currently no (complete) documentation of the GNU standard C++-library. Here is a free (but not GPL) C++-reference: http://www.dinkumware.com/refxcpp.html (this reference covers the latest standard, which is not what gcc-2.95.2 has). be aware that gcc 2.95.2 (the latest release) does not support the latest version of the standard c++-library (few compilers currently do, so you might not want to use the latest features). If you want a C++-library according to the latest standard, you need to install libstdc++-v3: http://sourceware.cygnus.com/libstdc++/ BTW: It would be good if someone would start a project for a GPL'd C++-library reference. I imagine this could be fun (using docbook etc.). (I won't do it because I feel like I would include information from books I have read on this) -- Felix Natter
Re: Anyone having trouble upgrading Helix-Gnome?
** On May 26, Phillip Deackes scribbled: > For most of yesterday and today I have been trying to upgrade to the > latest version of Helix-Gnome (based on Gnome 1.2). Following > instruction exactly (the usual apt-get update, apt-get dist-upgrade with > /etc/apt/sources.list pointing to Woody and spidermonkey.helix.com) the > connection keeps timing out. I eventually downloaded > gtk-themes_0.1-helix5_i386.deb after many stop starts, (it is over 16MB) > only to find the message from apt-get "MD5Sum mismatch" and "E: Some > files failed to download". Starting apt-get dist-upgrade again, the > whole damned file starts downloading again. On a dial-up link this is > beyond a joke > > Am I doing something wrong? No, I've got the same problem - the helix servers reset the connection and the transfer rate is 7Kb/s tops (compared to 80Kb/s previously). I suspect this is a problem with their servers being overloaded after announcing R2 with GNOME 1.2. Enough to say that I've been trying to download 30Mb for the last 18 hours... marek pgp2yNocIAFHf.pgp Description: PGP signature
befuddled
I've installed potato (kernel 2.2.15) on my thinkpad from the install floppies, but some things seem wrong. I am a rank amateur which doesn't help, but (for instance) it seems as though I should see some kind of kernel (symlink or otherwise) at /usr/src but this directory is empty (save for . and ..) Also, the man command is not found, as in: X:~# man hwclock > bash: man: command not found sorry to bother this list, but I'm lost and help seems elusive. Most books/sites recommend (re)building the kernel as a useful and profitable thing to do early on, but some real basic functionality seems missing from this install this is the 16 floppy potato (rescue, root-bin, drivers1-3 and base1-11). Any suggestions are welcome TIA Mike
tsiag and key bindings
Hey, is there anyone out there currently using tsiag and who might know how to bind its commands to other forms who's willing to give a novice a tip or two? (it seems set up somewhat similarly to emacs, but I haven't used that yet either, so that doesn't help much :) (as an example of what I'm looking for, say I wanted to use /quit instead of C-x C-c ) Anyways, please pardon the app-specific question, the only evidence I can find of any discussions of tsiag 'recently' are on a scandinavian or german list and the last tsiag post was over a year ago :) -Alice
sypberl and sybase on potato
Has anyone been successfull with getting sybperl to work on a potato box? -- Evan Moore Cooperative Work Education Student U of Regina Labour Operations Applications Development Human Resources Development Canada
RE: befuddled
Thanks for the quick reply. I'll keep thrashing about. I was actually trying to get my cd recognizable so I could download and burn the rest onto a CD, thence to my 'pad. I tried to modify fstab but I can't get ae to save ... and thus the subject of my original post. Thanks again. > Subject: RE: befuddled > > "man" and alot of other common applications are not included > in the base system installion on the floppies. When installing > from floppies, you must reboot and complete the installation > by downloading the other standard packages (including man). > > It is OK for /usr/src to be empty until you install source > packages. > > > Hope this helps >
startx problems
I am using a thoshiba 2595CDT laptop.I am having problems satrting the xwindow. Can anyone please help me? Thanks. Here is the eror log file: XFree86 Version 4.0 / X Window System (protocol Version 11, revision 0, vendor release 6400) Release Date: 8 March 2000 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: Linux 2.0.36 i586 [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Fri May 26 12:50:04 2000 (==) Using config file: "/etc/X11/XF86Config" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (??) unknown. (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "My Monitor" (**) | |-->Device "Trident Cyber 9520 (generic)" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc101" (**) XKB: model: "pc101" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules" (--) using VT number 7 (II) Module ABI versions: XFree86 ANSI C Emulation: 0.1 XFree86 Video Driver: 0.1 XFree86 XInput driver : 0.1 XFree86 Server Extension : 0.1 XFree86 Font Renderer : 0.1 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.0, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.1 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.0, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.1 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x800011a4, mode1Res1 = 0x8000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,7190 card 1179,0001 rev 03 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr 01 (II) PCI: 00:02:0: chip 1179,060f card , rev 05 class 06,07,00 hdr 82 (II) PCI: 00:02:1: chip 1179,060f card , rev 05 class 06,07,00 hdr 82 (II) PCI: 00:05:0: chip 8086,7110 card , rev 02 class 06,80,00 hdr 80 (II) PCI: 00:05:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 00 (II) PCI: 00:05:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:05:3: chip 8086,7113 card , rev 02 class 06,80,00 hdr 00 (II) PCI: 00:07:0: chip 11c1,0441 card 1179,0001 rev 01 class 07,80,00 hdr 00 (II) PCI: 00:0a:0: chip 1179,0701 card 1179,0001 rev 23 class 07,80,00 hdr 00 (II) PCI: 00:0c:0: chip 125d,1978 card 1179,0001 rev 10 class 04,01,00 hdr 00 (II) PCI: 01:00:0: chip 1023,9525 card 1179,0002 rev 49 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) LoadModule: "scanpci" (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.0, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.1 (II) UnloadModule: "scanpci" (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x88 (VGA_EN is set) (II) Bus 1 I/O range: (II) Bus 1 non-prefetchable memory range: [0] -1 0xff00 - 0xffbf (0xc0) MXB (II) Bus 1 prefetchable memory range: [0] -1 0xf7f0 - 0xf7ff (0x10) MXB (--) PCI:*(1:0:0) Trident Cyber 9525/DVD rev 73, Mem @ 0xff80/22, 0xff7e/17, 0xff00/22 (II) Addressable bus resource ranges are [0] -1 0x - 0x (0x0) MXB [1] -1 0x - 0x (0x1) IXB (II) OS-reported resource ranges: [0] -1 0xffe0 - 0x (0x20) MXB(B) [1] -1 0xfee0 - 0xfeef (0x10) MXB(B) [2] -1 0xfec0 - 0xfecf (0x10) MXB(B) [3] -1 0x0010 - 0x3fff (0x3ff0) MXBE(B) [4] -1 0x000f - 0x000f (0x1) MXB [5] -1 0x000c - 0x000e (0x3) MXB [6] -1 0x - 0x0009 (0xa) MXB [7] -1 0x - 0x01ff (0x200) IXBE (II) Active PCI resource ranges: [0] -1 0xffefff00 - 0xffef (0x100) MXBE [1] -1 0xf80
Re: befuddled
Hi, Because of size issues, lots of stuff is not included in the boot-floppies distribution. You need to install the following packages: man-db - not included in the base system manpages- general system man pages kernel-source-2.2.15- you'll need to unpack the resulting archive (in /usr/src) manually kernel-package - automates most of a kernel compile and gives you a kernel-image*.deb file when the bits settle gcc + - C compiler and the stuff it depends on libncurses5-dev - if you want to use "make menuconfig" Everything else you need should be picked up by the dependencies in the packages mentioned. - Bruce -- On Fri, 26 May 2000, Michael Skipper wrote: > I've installed potato (kernel 2.2.15) on > my thinkpad from the install floppies, but > some things seem wrong. I am a rank amateur > which doesn't help, but (for instance) it > seems as though I should see some kind of > kernel (symlink or otherwise) at > > /usr/src > > but this directory is empty (save for . and ..) > > Also, the man command is not found, as in: > > X:~# man hwclock > bash: man: command not found > > sorry to bother this list, but I'm lost and > help seems elusive. Most books/sites recommend > (re)building the kernel as a useful and profitable > thing to do early on, but some real basic > functionality seems missing from this install > > this is the 16 floppy potato (rescue, root-bin, > drivers1-3 and base1-11). > > Any suggestions are welcome > TIA > Mike
Re: Installing an earlier kernel?
Norman Walsh <[EMAIL PROTECTED]> writes: > Dumb question time, I'm sure. I've been running 2.2.15 for a while, > but in a desparate effort to get a modem that works on this laptop > before next Wednesday, I've built 2.2.12 (so I can run the damn > Lucent binary winmodem driver). You probably don't need to do that. modprobe and insmod while whine about the module, but if you use insmod -f on it, it'll probably work fine. > But if I 'make install' the kernel to put it on /dev/hda5 and then > run lilo: everything seems "right"; /vmlinuz is a symlink to 2.2.12 > in the /boot directory; similarly, the other symlinks point to > 2.2.12 tings., but /proc/version still says 2.2.15 is running. Huh? > What'd I miss. Probably /etc/lilo.conf. You can have multiple kernels mentioned there, so edit it and rerun lilo. (However, I'd try insmod -f first. It'll probably work. It seems to for our Dell Inspiron 7500s, anyway, which use what I presume is the same module.)
Re: Anyone having trouble upgrading Helix-Gnome?
[EMAIL PROTECTED] (Marek Habersack) wrote: > > No, I've got the same problem - the helix servers reset the connection > and > the transfer rate is 7Kb/s tops (compared to 80Kb/s previously). I > suspect > this is a problem with their servers being overloaded after announcing > R2 > with GNOME 1.2. Enough to say that I've been trying to download 30Mb > for the > last 18 hours... Grendel - in the end I went to the Helix-Gnome ftp site - same address as the one in your /etc/apt/sources.list - spidermonkey.helix.com, except that it is ftp rather than http. I manually downloaded the couple of files causing apt-get problems and put them into /var/cache/apt/archives and re-ran apt-get dist-upgrade. This time, it worked OK. Hope this helps. BTW the new version of Helix-Gnome has the panel applets in a package called 'gnome-applets' which the upgrade didn't install for me. Helix Gnome is looking *so* cool - it makes Windows look very old and clunky. I just love it. -- Phillip Deackes Using Storm Linux 2000
Re: ip masquerading on debian slink
On Fri, Nov 24, 2000 at 02:09, Brad Reid wrote: > hello i've got a LAN setup and would like a linux box on it to be a > gateway. the LAN works fine but it is a class C network and i would > like to enable ip masquerading on the linux box (debian slink). > i'm having two problems: >1. debian distributions don't compile ip masquerading into the kernel, > right? >2. kernel compile problems. > > problem 1: decoding an error message generated while trying to enable ip > masquerading on kernel without ip masquerading enabled. >error messages: > # ipchains -F input > ipchains: setsockopt failed: Protocol not available > # ipchains -F > ipchains: cannot open file '/proc/net/ip_fwnames' 2.0.x kernels don't use ipchains, but its predecessor, whose name escapes me at the moment. > problem2: compiling the kernel. i configure the kernel the way the IP > Masquerade howto suggests for 2.0.x kernels. the compilation almost > completes and generates a command 'as86' which generates a command not > found error. any suggestions? You need to install the bin86 package. BTW, when you get the kernel properly compiled the ipmasq package drops right in and gives you what you want. Luck, Pann -- geek by nature, Linux by choice L I N U X .~. The Choice /V\ http://www.ourmanpann.com/linux/ of a GNU /( )\ Generation ^^-^^
Re: dumbass wm question
On Thu, May 25, 2000 at 10:42:29AM -0700, kmself@ix.netcom.com wrote: > >Unix, Windows, Mac, OpenVMS, etc. Client-server -- though the >nomenclature is backwards from the usual meaning, your display is a >"server", and applications are "clients", running on it. You'll >hear people refer to "X clients" from time to time. It depends on your definition of "client" and "server". For example, if you define them like this: Server: a program that runs on a computer to listen for connections, and takes some action when a connection is made. Usually, that action involves transferring data to and from the client, but may include manipulating local files, hardware, or the like. Client: a program that actively makes a connection to a server, has the server do something, and then disconects. Sometimes clients will manipulate local files, hardware, etc. Defined this way, it doesn't seem backwards at all. Or else i'm just confused out of my mind ;) -- finger for GPG public key. pgpipcoYZLToX.pgp Description: PGP signature
RE: mod_frontpage and original Debian Apache src
Thanks, but I the files that were patched in the Apache 1.3.3 (is used before) and this one (1.3.9) are the same and the patches also. The only thing that might be different is the mod_frontpage.c, but that's all. I don't want to re-build the Apache from the sources because I wnt to use the Debian modules like PHP and the Perl module. I just want to replace the apache binary in /usr/sbin with a new one that supports Frontpage extensions. bye, Sven At Thu, 25 May 2000 16:19:42 -0400, Paul McHale <[EMAIL PROTECTED]> wrote: > > Sven, > > > I need a Apache webserver with Frontpage Server Extensions. > > To get this binary I downloaded the FP Server Extensions from the web and > > untarred the file. > > I built the mod_frontpage as well. Unfortunately, I don't recognize the > problems you describe. I downloaded the apache source and built it rather > than go through debian package manager(s). I recommend trying this. There > are a few differences. Make sure debian source is apache version 1.3.12. > Mod_frontpage requires this. > > The other difference is directory location. Debian has chosen to not use > /usr/local. Apache defaults to /usr/local/apache. I would make sure you > have apache version 1.3.12. That is most likely it. Your output was: > > > [Thu May 25 13:03:59 2000] [notice] Apache/1.3.9 (Unix) Debian/GNU > > Once you get the new version and follow the instructions religously, > frontpage should come right up. Debian repository is usually full of very > stable stuff, if not a little dated. The correct apache source can be found > at: > > http://www.apache.org/dist/apache_1.3.12.tar.gz > > > > paul > > > -- > Paul McHale >Work: 937-253-7610 Double E Solutions >Mobile: 937-371-2828 4912 Effingham >Fax:413-215-3232 Dayton, Ohio 45431 > -- > > -- > > Unsubscribe? mail -s unsubscribe > > [EMAIL PROTECTED] < /dev/null > > > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Apache recompile with FP ext
Hi, I solved this by grabbing the settings of the modules and paths of the debian/rules file and recompiled apache. After doing that I added the PHP4 module again. Now everything works fine (apache+php4+mod_fp). That's it... ;-) Bye, Sven
Re: Network Q again
On Thu, May 25, 2000 at 12:06:46PM -0700, Jay Kelly wrote: > Where does Debiean keep all the network settings(ie ip, subnet, gateway)? I > need to change it and cant find anything in the howto's It depends. For a static ethernet configuration, /etc/init.d/network or /etc/network/interfaces. For an ethernet configuration using bootp or dhcp, this info is supplied by the bootp/dhcp server and automatically set up by the bootp/dhcp client. For most ppp connections, pppd gets the information and sets up the networking, but sometimes this is configured statically in the pppd config files (pppconfig really helps here). There are other situations. To manupilate the routing table, look into the route command. To manipulate the ip address, broadcast address, netmask, and such, look into ipconfig. For pppd/dhcp/whatever if you use them, look into the docs for those programs. If you use /etc/network/interfaces, look at the docs for that file and the ifup and ifdown commands. -- finger for GPG public key. pgpI3nx0LhSdg.pgp Description: PGP signature
Re: Java 1.2 JDK released for Linux...
Robert Varga <[EMAIL PROTECTED]> writes: > IBM has also released a Technology Edition of their JDK 1.3 there is a third version available at http://www.blackdown.org (supports more hardware-platforms). -- Felix Natter
Re: FTP and GNOME
Pat Mahoney <[EMAIL PROTECTED]> writes: > On Tue, May 23, 2000 at 11:26:45AM -0500, Camilo Alejandro Arboleda wrote: > I also cannot get a URL to open with anything but Netscape. I edited > the properties of the link to no avail. Perhaps it's a bug? I can > edit the caption, so I thought I'd find were gnome stores this info > and directly edit that file, but I could not find it. It stores > nothing but the URL in the actual file which is: > ~/.gnome-desktop/name-of-dsktop-shortcut Try the section "URL handlers" in the control-center. -- Felix Natter
Re: befuddled
Michael Skipper wrote: > > I've installed potato (kernel 2.2.15) on > my thinkpad from the install floppies, but > some things seem wrong. I am a rank amateur > which doesn't help, but (for instance) it > seems as though I should see some kind of > kernel (symlink or otherwise) at > > /usr/src > > but this directory is empty (save for . and ..) > > Also, the man command is not found, as in: > > X:~# man hwclock > bash: man: command not found > > sorry to bother this list, but I'm lost and > help seems elusive. Most books/sites recommend > (re)building the kernel as a useful and profitable > thing to do early on, but some real basic > functionality seems missing from this install > > this is the 16 floppy potato (rescue, root-bin, > drivers1-3 and base1-11). > > Any suggestions are welcome > TIA > Mike Mike, the base install doesn't include the kernel source and lots of other stuff including man. Presuming that you can reach the net (which means configuring your NIC etc etc), you can then use the great tool 'dselect' to add all these other things to your system. dselect is kinda ugly graphically, but it extremely functional and handles all package dependencies. Getting to the net with a new install may be a bit of a challenge, though, depending on how you get there (via modem dialup, DSL, cable modem, etc). Good luck! Stan > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Kernel Compile
Ok Im trying to compile the kernel. So I go to /usr/src/linux the type "make menuconfig" and I get: rm -f include/asm ( cd included ; ln -sf asm-i386 asm) make -c scripts/lxdialog all make[1]: Entering directory `/usr/src/linux/scripts/lxdialog` find: /usr/local/lib/: No Such file or directory gcc -Wall -Wstrict-prototypes -02 -fomit-frame-pointer -DLOCALE -DCURSES_LOC ="" -c -o lxdialog.o lxdialog.c In file included from lxdialog.c:22: dialog.h:29: curses.h: No such file or directory make[1]: *** [lxdialog.o] Error 1 make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog` make: *** [menuconfig] Error 2 So what do you guys thinks? It worked fine then I upgraded to potato and now I I get this error. Any suggest would be great. Thanks Jay
Re: Kernel Compile
Jay Kelly <[EMAIL PROTECTED]> wrote: >Ok Im trying to compile the kernel. So I go to /usr/src/linux the type "make >menuconfig" and I get: > rm -f include/asm >( cd included ; ln -sf asm-i386 asm) >make -c scripts/lxdialog all >make[1]: Entering directory `/usr/src/linux/scripts/lxdialog` >find: /usr/local/lib/: No Such file or directory >gcc -Wall -Wstrict-prototypes -02 -fomit-frame-pointer -DLOCALE -DCURSES_LOC >="" -c -o lxdialog.o lxdialog.c >In file included from lxdialog.c:22: >dialog.h:29: curses.h: No such file or directory Try installing the libncurses5-dev package. HTH, -- Colin Watson [EMAIL PROTECTED]
Re: befuddled
And Michael Skipper bestowed upon us all: > I've installed potato (kernel 2.2.15) on > my thinkpad from the install floppies, but > some things seem wrong. I am a rank amateur > which doesn't help, but (for instance) it > seems as though I should see some kind of > kernel (symlink or otherwise) at > > /usr/src Head to www.kernel.org and get the latest kernel source. stick it in there. > but this directory is empty (save for . and ..) > > Also, the man command is not found, as in: > > X:~# man hwclock > bash: man: command not found apt-get install man. > sorry to bother this list, but I'm lost and > help seems elusive. Most books/sites recommend > (re)building the kernel as a useful and profitable > thing to do early on, but some real basic > functionality seems missing from this install > > this is the 16 floppy potato (rescue, root-bin, > drivers1-3 and base1-11). > > Any suggestions are welcome > TIA > Mike Because this is the /base/ system you have to d/l and install components yourself =) apt-get install as you see necessary =) -- __ _ __ _ Justin Megawarne [ Solitude ] Tel: +44 (0)20 8863 0718 <[EMAIL PROTECTED]> Cel: +44 (0)7941 270 136 http://kholmes.dhis.net/ irc.destructor.net && irc.xchat.org - #Linux
Re: scsi support for ide to enable cdrecord-ing
I had to set Use SCSI emulation, and remove IDE CDROM support for this setup to work on mine, incidentally with the same burner :) Peter. Antonio Rodriguez wrote: > > I have a frozen system working, with kernel 2.2.15 and > lsmode shows: serial, sg, ide_scsi, ppp, slhc > I have ATAPI CDROM DRIVE 36-X and HP CD-Writer +7200 both in the > secondary IDE controller. > When I try to run cdrecord, or xcdroast I get the message that I have to > implement generic scsi support. Don't I have it already? What exactly do > I have to configure in my module to have these two fellow CDROMS visible > to the system? Thanks, > Antonio. > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null -- On The Other hand, you have fingers :) *Peter GoodEmail: [EMAIL PROTECTED] *Pete's Internet Services Sales: [EMAIL PROTECTED] *
/var/lib/dpkg/status deleted! can i rebuild it?
Hi...Thanks to a 'friend' who claims to 'know' much about unix matters, ive =deleted the file /var/lib/dpkg/statusWhy??? you say I have no idea (yes, i know less than him).Now, i cant use apt-get correctly, i receive all kind of 'unexpected =errors'.=20The question is this:- Is there any way to rebuild the 'status' file which contains =information about all packages installed?
IP firewall packet logging
Is IP firewall packet logging available in kernel 2.2.12?
Re: Problem with installing potato on i810 based PC. (No agpgart
hi ya and it took me a while tooo...but...i finally got around to installing/testing xfree-3.3.6 and run X11 with the onboard SVGA controllers asus super810 and supermicro 370sea and intel ca810eal ( running rh-6.2, suse-64.slackware-7 has some fixed font problem 9 my boo-boo someplace probably ) and since you guys have it running on debian...good.. I got the i810 patches to install from intel though and wrote up my normal quickie install notes http://www.linux-consulting.com/1U/Intel.X11.Patch.uhow2.txt c ya alvin On Fri, 26 May 2000, Wojciech Zabolotny wrote: > On Thu, May 25, 2000 at 03:26:01PM -0700, [EMAIL PROTECTED] wrote: > > as someone who has installed quite a few i810 machines recently (including > > a potato one) i suggest grabbing the XF86 sources and getting agpgart from > > that. X server is very picky about what version of agpgart it uses > > apparently, or you can grab it direct from me: > > > > http://209.162.145.197/agpgart-source.tar.gz (10kb) > > > > extract it, compile it, add the new /dev/agpgart and it should be ok(and > > insmod the module) > > Thanks, I've found the agpgart.c and agpgart.h in > xfree86-1_3.3.6.orig.tar.gz (in source/x11 directory of didtribution). > Now I'm a little confused, because it is obviously different from > the agp_backend, provided in the 2.2.14 kernel sources provided > with RedHat 6.2. > > (available eg. at: > ftp://ftp.icm.edu.pl/pub/Linux/redhat/current/i386/RedHat/RPMS/kernel-source-2.2.14-5.0.i386.rpm > ) > > AFAIK both potato and debian use the same xfree86-3.3.6. > So what is the difference between the agp_backend and agpgart? > Which one is better? > Has anybody tested and compared both of them? > > It seems to me, that agp_backend (internally marked as AGPGART module > version 0.99) is just the previous version of agpgart (internally > marked as agpgart.c,v 1.1.2.2 1999/11/18 19:06:20)... > > -- > Greetings > Wojciech M. Zabolotny > http://www.ise.pw.edu.pl/~wzab <--> [EMAIL PROTECTED] > > http://www.opendvd.org Don't allow others to decide what can you play on > YOUR hardware, and what OS you need to watch DVD!!! > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >
Re: ip masquerading on debian slink
On Fri, May 26, 2000 at 01:32:42PM -0700, Pann McCuaig wrote: > 2.0.x kernels don't use ipchains, but its predecessor, whose name > escapes me at the moment. That would be ipfwadm. Cheers, Tom -- The University of California Statistics Department; where mean is normal, and deviation standard.
Re: Network Cards
On Fri, May 26, 2000 at 01:42:35PM -0500, Bolan Meek wrote > Jay Kelly wrote: > > > > I have a quick qestion, I want my nic cards (eth0 and eth1) to keep the > > setting I configure such as ip, netmask after rebooting. Each time I reboot > > eth1 dumps all the information I put in the ifconfig setup. How can I get it > > to store and keep the information for both nic cards? > > I find on my frozen (potato) installation on a sparc the file > /etc/network/interfaces, described in `man interfaces`. > On slink it's /etc/init.d/network, which is set up nicely IFF you identify and configure your network card during installation. A fairly standard example is attached; if you don't have one customise this one then place it in /etc/init.d and run # chmod a+rx /etc/init.d/network # update-rc.d network start 40 S . John P. -- [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.mdt.net.au/~john Debian Linux admin & support:technical services #! /bin/sh ifconfig lo 127.0.0.1 route add -net 127.0.0.0 IPADDR=192.168.113.106 NETMASK=255.255.255.0 NETWORK=192.168.113.0 BROADCAST=192.168.113.255 GATEWAY=192.168.113.110 ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST} route add -net ${NETWORK} [ "${GATEWAY}" ] && route add default gw ${GATEWAY} metric 1
RE: Network Cards
If I have my ip addresses set in the /etc/init.d/network (for slink), then upgrade to potato, do I need to redo the ifconfig but in /etc/network/interface. I use to run slink I configures my cards in the /etc/init.d/network then I upgraded to potato. Now if I look in the /etc/network/interfaces file its empty. But when I do a ifconfig I can see both card. Will I need to transfer all the ip information over? Jay -Original Message- From: John Pearson [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2000 5:35 PM To: debian-user@lists.debian.org Subject: Re: Network Cards On Fri, May 26, 2000 at 01:42:35PM -0500, Bolan Meek wrote > Jay Kelly wrote: > > > > I have a quick qestion, I want my nic cards (eth0 and eth1) to keep the > > setting I configure such as ip, netmask after rebooting. Each time I reboot > > eth1 dumps all the information I put in the ifconfig setup. How can I get it > > to store and keep the information for both nic cards? > > I find on my frozen (potato) installation on a sparc the file > /etc/network/interfaces, described in `man interfaces`. > On slink it's /etc/init.d/network, which is set up nicely IFF you identify and configure your network card during installation. A fairly standard example is attached; if you don't have one customise this one then place it in /etc/init.d and run # chmod a+rx /etc/init.d/network # update-rc.d network start 40 S . John P. -- [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.mdt.net.au/~john Debian Linux admin & support:technical services
Default Fonts of X Window
Hi! Is the default Fonts of X Window setting by the first line of FontPath of /etc/XF68Config? Thanks
Re: Network Cards
* Jay Kelly in "RE: Network Cards" dated 2000/05/26 17:52 wrote: > If I have my ip addresses set in the /etc/init.d/network (for slink), then > upgrade to potato, do I need to redo the ifconfig but in > /etc/network/interface. I use to run slink I configures my cards in the > /etc/init.d/network then I upgraded to potato. Now if I look in the > /etc/network/interfaces file its empty. But when I do a ifconfig I can see > both card. Will I need to transfer all the ip information over? No you don't need to redo your network settings in /etc/network/interfaces. Everything will work as it did before but when you are feeling up to it there is nothing stopping you from changing to the new setup. -- Ashley Clark pgpAndzaG4Lg6.pgp Description: PGP signature
Re: befuddled
Thanks Stan (and all) this seems to be the consensus, and I'll certainly work on it. Is there anything tricky I should know about dhcp--I can get access to an ethernet connection, but not to a specific ip. This would be the fastest surely. I have a supported card (3com) but I could not get connected. Can anyone give a from scratch config for this? Thanks again Mike >Stan Kaufman wrote: > >Mike, the base install doesn't include the kernel source and lots of >other stuff including man. > >Presuming that you can reach the net (which means configuring your NIC >etc etc), you can then use the great tool 'dselect' to add all these >other things to your system. dselect is kinda ugly graphically, but it >extremely functional and handles all package dependencies. > >Getting to the net with a new install may be a bit of a challenge, >though, depending on how you get there (via modem dialup, DSL, cable >modem, etc). > >Good luck! > >Stan > >> >> -- >> Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < >>/dev/null
Authenticating SMTP Server
I would like to configure my SMTP server to relay mail for a few friends who dial up and are dynamically assigned IPs. I certainly don't want an open relay, but I don't know what other options I have with Debian. A web search reveals several authenticating schemes -- some password protected, one particularly elegant one accepting outgoing mail from any IP from which the user has successfully checked POP3 mail in the last several hours -- but they seem to be for commercial servers. Neither Mail-Administrator-HOWTO nor Mail-HOWTO mention authentication. What Debian options are there? Kirk Hilliard
Re: FTP and GNOME
On Fri, May 26, 2000 at 09:40:16PM +0200, Felix Natter wrote: > Pat Mahoney <[EMAIL PROTECTED]> writes: > > > On Tue, May 23, 2000 at 11:26:45AM -0500, Camilo Alejandro Arboleda wrote: > > I also cannot get a URL to open with anything but Netscape. I edited > > the properties of the link to no avail. Perhaps it's a bug? I can > > edit the caption, so I thought I'd find were gnome stores this info > > and directly edit that file, but I could not find it. It stores > > nothing but the URL in the actual file which is: > > ~/.gnome-desktop/name-of-dsktop-shortcut > > Try the section "URL handlers" in the control-center. > I played with that after reading this post. I couldn't make it work. Is there a trick you know of? I tried: ftp xterm -e ncftp "%s" but netscrape still launched! Then I messed with using urlview as the "default" handler but I still got netscape! I suppose with some hacking, urlview could be made to do this. But, I wasn't inclined to fool around with it any longer. -- ¶ One·should·only·use·the·ASCII·characterset·when·compos » ing·email·messages.
Re: Default Fonts of X Window
On Sat, May 27, 2000 at 08:54:37AM +0800, Alex Kwan wrote: > Hi! > > Is the default Fonts of X Window setting by the > first line of FontPath of /etc/XF68Config? > Not sure what you mean by "default". However, I believe X will give preference to the first version of a font that it finds (like, if you have TTF and Postscript versions of the same fonts, or 75dpi and 100dpi versions). X will bitch and complain if it can't find the "fixed" font which usually lives in the /misc font dir. However, the fonts that particular applications or window manager use are dependent on those apps. -- ¶ One·should·only·use·the·ASCII·characterset·when·compos » ing·email·messages.