Re: Compiling a kernel for another machine

2001-02-01 Thread A+B Frank
Sebastiaan wrote: > > Hi, > > has anyone an idea how to cross compile a kernel, so to compile a kernel > for a ppc on an i386? > > Just curius. > > Greetz, > Sebastiaan Hi, you'll have to set up gcc as a cross compiler and look at the patches in the kernel sources for ppc. regards Albrecht

Re: Partitions Correction

2001-01-30 Thread A+B Frank
> Leonard Leblanc wrote: > > Sorry I just realized that I didn't give any information in the > previous post. > > My system is a 400mhz with 128 megs of RAM and a 15 gig HD > > I will be running a firewall, dns, www, ftp, ssh, proxy, pop and maybe > something else. > What partitions would be use

Re: pppoe running as user?

2001-01-30 Thread A+B Frank
reiner wrote: > [snip] > > Here are the relevant output from ppp.log again: > > snip > Jan 26 18:56:12 nathan pppd[10027]: Using interface ppp0 > Jan 26 18:56:12 nathan pppd[10027]: Connect: ppp0 <--> /dev/pts/3 > Jan 26 18:56:12 nathan pppd[10027]: sent [LCP ConfReq id=0x1 >] > Jan 26 18:5

Re: IP masq

2001-01-29 Thread A+B Frank
Gabor Gludovatz wrote: > > Hi, > > I connect to the Internet from a masqueraded LAN through a masquerading > gateway/proxy server. My problem is that, if I am logged in to somewhere > outside our network with ssh or telnet, after a little while of inactivity > the gateway resets the connection an

Re: Magic cookies and running programs under X as root

2001-01-28 Thread A+B Frank
Terry Carney wrote: > > On Sat, 27 Jan 2001, Christopher R. Barry wrote: > > > Xlib: connection to ":0.0" refused by server > > Xlib: Client is not authorized to connect to Server > > Error: Can't open display: :0.0 > > > > I guess tonight I finally want to get around to figuring out how to

Re: pppoe running as user?

2001-01-28 Thread A+B Frank
reiner wrote: > > Hi all, > > Today i got my brand new ADSL-Toy :-) > It works fast and without problems so far, but only root can start the > connection > via pon dsl (renamend dsl-provider to dsl). > > Kernel 2.2.18; Debian unstable; pppoe user space > > I get the following in var/log/ppp.log

Re: A little sed

2001-01-27 Thread A+B Frank
"N. Raghavendra" wrote: > > On Fri, Jan 26, 2001 at 11:19:53AM +0100, Hans wrote: > > > - I need to clean up a bunch of html files from > > tags. I tried sed -e s/\// file.html > > > file.html2, but it only deletes the first line, not the whole > > > script. The /m modifier doesn't seem to work