kde2 screen is wht w/ no icons help!!!

2001-02-24 Thread Nick Barron
hello,

I recently updated my box with:
apt-get update
apt-get upgrade

running 2.2.18 w/ woody

next thing I know, kde is acting funny,
loads ok, still have bottom menu bar,
but noe background.
I went into the KDE controlpanel and
checked the settings in look and feel,
backgrounds.  All my settings
are still there.

What gives, my last resort is to
reinstall KDE2, Gnome 1.2 works fine,
nothng else seems affected.
Actually, I no longer get the ethernet
0: unkown resources messages.

You break one thing to fix another, what
a concept. Anyone experienced this bug?

Thanks fellow list members...

Nick



Re: receiving emial

2000-04-13 Thread Nick Barron
hello list:

i am getting  the following error when attempting to send email to my
server:

Error reading SMTP packet.  ( this comes in the return of email)

i have exim installed and the following line in etc/inetd.conf

smtp   stream tcp nowaitmail   /usr/sbin/exim   -bs

--from your friend beavis


- Original Message -
From: ktb <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, April 12, 2000 8:19 PM
Subject: Re: receiving emial


> Wouldn't that be /var/spool/mail ?
> kent
>
> - Original Message -
> From: Beavis <[EMAIL PROTECTED]>
> To: Alexandre Pereira da Silva <[EMAIL PROTECTED]>
> Cc: debian list 
> Sent: Wednesday, April 12, 2000 6:40 PM
> Subject: Re: receiving emial
>
>
> > just one more question, where is my local spool dir for mail?
> >
> >
> >
> > - Original Message -
> > From: Alexandre Pereira da Silva <[EMAIL PROTECTED]>
> > To: Beavis <[EMAIL PROTECTED]>
> > Sent: Wednesday, April 12, 2000 12:13 PM
> > Subject: Re: receiving emial
> >
> >
> > > I think the right way is [EMAIL PROTECTED] After this your mail will
> go
> > to
> > > your local spool dir. There is not need to use fetchmail as any mail
> > reader
> > > can do this directly but you can use fetchmail to get your mail from a
> > local
> > > pop server but this is useless. Maybe exim needs some setup but try it
> > first
> > > and them look at the logs.
> > >
> > > Em Tue, Apr 11, 2000 at 05:20:53PM -0700, Beavis escreveu:
> > > > hi list:
> > > >
> > > > i am wanting to become for familiar w/ the mailing system of linux
> > > >
> > > > if i have a ip address as follows:
> > > >
> > > > 62.234.24.5, can i reveive mail via[EMAIL PROTECTED] or
> > [EMAIL PROTECTED]
> > > >
> > > > if so, where does the mail go to?  or do i need to set up exim or
> > fetchmail to retreive the mail, but actually the mail should come
locally
> > right?
> > > >
> > > > i am asking because i am trying to set up the internel e-mail client
> of
> > KDE
> > > > and when i attempt to set up a local account it request which
location
> > the mail is in
> > > >
> > > > the default is:  /var/spool/mail
> > > > but always remains empty and the mail client can't open the
> file...
> > > >
> > > > any quick tips would be lovely
> > >
> > > --
> > > -BEGIN GEEK CODE BLOCK-
> > > Version: 3.12
> > > GCS d? s++:- a--- C+++ UL P+++ L E+++ W-- N+ o K- w---
> > > O M- V- PS- PE-- Y PGP t 5 X+++ R* !tv b DI+++ D+
> > > G e h++ !r y
> > > --END GEEK CODE BLOCK--
> > >
> >
> >
> > --
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
> /dev/null
> >
>
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>


Re: front page extension for apache

2000-02-29 Thread Nick Barron
ok, started w/  the file fp40.linux.tar.gz from www.rtr.com
since it is a .gz (gzipped)
i did
gzip -d fp40.linux.tar.gz, well that took off the .gz extension right?
now i have fp40.linux.tar as my file name.
i think i need to use fp_install.sh to install it right?
where do i get fp_install.sh from, and am i going in the right direction?


- Original Message -
From: Adam Shand <[EMAIL PROTECTED]>
To: Beavis <[EMAIL PROTECTED]>
Cc: Debian User List ; 
Sent: Monday, February 28, 2000 8:02 PM
Subject: Re: front page extension for apache


>
> > ok, i downloaded the file fp40.linux.tar.gz
>
> good start.
>
> > i put it threw gzip making it afile
>
> this doesn't make any sense, can you try to describe what you did so we
can
> help you?
>
> > sorry to ask such a dumb question, but know what? i looked all over that
> > site, but nothing specific to linux
>
> what is the question you are asking?  if you don't know how to deal with a
> tar.gz file (all i can gather from the above) then i would strongly
> encourage you to look elsewhere.  installing/maintaining the frontpage
> extensions is not really for someone new to this.  it's a pain in the butt
> even for experienced unix/linux admins.
>
> adam.
>
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>


test

2000-03-07 Thread Nick Barron



test


Fw: compiling new kernel

2000-03-08 Thread Nick Barron
ok, so we everyone is clear

i am trying to get the make bzImage command to write this

/usr/src/linux-2.2.x/arch/i386/boot/bzImage

but it doesn't, it gives me an error

make[1]: as86:  Command not found
make[1]: *** [bbootsect.o] Error 127
make[1]:  Leaving directory '/usr/src/linux-2.2.14/arch/i386/boot'
make: *** [bzImage] Error 2

and doesn't create the bzImage file


why?


- Original Message -
From: John Leget <[EMAIL PROTECTED]>
To: Beavis <[EMAIL PROTECTED]>; 
Sent: Monday, March 06, 2000 9:10 PM
Subject: Re: compiling new kernel


> Ughh, just run an additional command ( after youve installed bin86 re
previous email)
>
> make install
>
> does the work of copying and running lilo at the end.
>
> Id suggest you modify "/etc/lilo.conf" to also point to a known working
kernel and
> have a resue disk and maybe even a boot disk handy.
> They come in handy when things dont work out as expected
>
> Ummm, speaking from personal experience of course
>
> cheers
>
> Beavis wrote:
>
> > i am trying to compile the kernel 2.2.14 on to my i386 machine
> > please help if u can, thnakx
> >
> > update:
> >
> > after doing make bzImage, it starts to compile, which takes about 10
mins or
> > so right.
> > then at the end it says:
> >
> > as86 -0 -a -o bbootsect.o bbootsect.s
> > make[1]: as86:  Command not found
> > make[1]: *** [bbootsect.o] Error 127
> > make[1]:  Leaving directory '/usr/src/linux-2.2.14/arch/i386/boot'
> > make: *** [bzImage] Error 2
> >
> > why is this happening?
> > i went over a redid the make menuconfig and even checked to make sure it
> > saved properly .config in /usr/src/linux-2.2.14
> >
> > > this is what i am doing:
> > >
> > >
> > > >Once that is all done and you choose "Exit" and save your config
file,
> > you
> > > must >run make dep followed by make clean. And now the fun begins,
type
> > make
> > > >bzImage to build your kernel. This will take awhile (15mins+) so go
> > browse
> > > >our site a little and send us some feedback ;). Instead of make
bzImage,
> > > you >can also do make zdisk which will write your kernel to a floppy
disk
> > > instead.
> > > >Now that it's done, you have to do make modules followed by make
> > > >modules_install and that should be it for the Kernel if all goes
well.
> > Now
> > > it's >time to set up LILO. First you have to move the newly created
Kernel
> > > to >your /boot directory. Do this by typing cp
> > > /usr/src/linux->2.2.x/arch/i386/boot/bzImage /boot/vmlinuz-2.2.x. Next
> > would
> > > be to move >the System.map file to your /boot directory. Do that by
typing
> > > >cp /usr/src/linux-2.2.x/System.map /boot/System.map-2.2.x.
> > >
> > > ..but i get
> > >
> > > cp: /usr/src/linux-2.2.14/arch/i386/boot/bzImage:  No such file or
> > directory
> > >
> > > any ideas?
> > >
> >
> > --
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>


Re: compiling new kernel

2000-03-08 Thread Nick Barron
ok first off, it is 'I heard Beavis say' not said u nerd!

second, translate this into english please:

#dpkg -S as86
bin86: /usr/share/doc/bin86/examples/as86_encap
bin86: /usr/bin/as86
bin86: /usr/share/man/man1/as86.1.gz

pretend I am a newbie, which i am.please don't tell anybody!
how would you explain this?


>Once upon a time, I heard Beavis said

> as86 -0 -a -o bbootsect.o bbootsect.s
> make[1]: as86:  Command not found
   
> make[1]: *** [bbootsect.o] Error 127
> make[1]:  Leaving directory '/usr/src/linux-2.2.14/arch/i386/boot'
> make: *** [bzImage] Error 2
> >
> >
>  why is this happening?
>  i went over a redid the make menuconfig and even checked to make sure it
>  saved properly .config in /usr/src/linux-2.2.14


#dpkg -S as86
bin86: /usr/share/doc/bin86/examples/as86_encap
bin86: /usr/bin/as86
bin86: /usr/share/man/man1/as86.1.gz


--
,---
--.
| Chanop Silpa-Anan   <[EMAIL PROTECTED]>
|
| Australian National University
|
| Tel. +61 2 6279 8826, +61 2 6279 8837 (office hour)
|
|  +61 2 6249 5240 (home +voice mail)
|
|   Debian GNU/BSD   GPG key on request
|
`---
--'





Re: blk box

2000-03-18 Thread Nick Barron
got it to work, most of the apps don't
pico works only in wmaker
pine does work at all
mozilla is buggy, i hit return to enter an address and it does't respond,
have to open a page manually file+open
xterm is fine
my screen seems to scroll alot, how can i get rid of that and have
everything on the monitor, the icons i mean

where is my .bashrc by chance?

thankx again for all ur replies, it is all slowly comming togetheri
install fpextensions, got them to work, but a little buggy still.

nothing but bugs!

- Original Message -
From: Mike Werner <[EMAIL PROTECTED]>
To: debian list 
Sent: Saturday, March 18, 2000 2:15 PM
Subject: Re: blk box


> On Sat, Mar 18, 2000 at 01:58:29PM -0800, Beavis wrote:
> > hello,
> >
> > i am trying to set up blackbox for my x-windows
> > i get a config error:
> > blackbox requires the X Window System libraries and headers
> >
> > which packages do u think it is referring to?
>
> Judging from this:
> HAL9000:~# grep-available -P -X blackbox
> Package: blackbox
> Priority: optional
> Section: x11
> Installed-Size: 282
> Maintainer: Brent A. Fulgham <[EMAIL PROTECTED]>
> Architecture: i386
> Version: 0.51.3-11
> Provides: x-window-manager
> Depends: libc6, libc6 (>= 2.1.2), libstdc++2.10, xlib6g (>= 3.3.5),
gettext
> Suggests: menu (>= 1.5)
> Filename: dists/frozen/main/binary-i386/x11/blackbox_0.51.3-11.deb
> Size: 103506
> MD5sum: ba430d49dc6583e5988f60bb824d0835
> Description: Window manager for X
>
> I'd say you might be missing one of the packages listed on the
> line Depends:  At a guess check and see if you have xlib6g installed.
> That sounds to be a likely candidate.  Though if you installed blackbox
> via one of the "usual" methods the system should have installed any
> packages that are depended on.  Are you by chance doing an install from
> a tar.gz or maybe even compiling from source?
> --
> Mike Werner  KA8YSD   |  "Where do you want to go today?"
> ICQ# 12934898 |  "As far from Redmond as possible!"
> '91 GS500E|
> Morgantown WV |  Only dead fish go with the flow.
>
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>


Re: Fw: netscape

2000-03-19 Thread Nick Barron
well it seems that i already have xlib6g installed
with /usr/x11r6/lib/libXt.so.6 & libXt.so.6.0
do i need to move them to a different location?

maybe netscape isn't recognizing it, how can i fix that
or do u think the problem is a bit more complex?


- Original Message -
From: Jonas Steverud <[EMAIL PROTECTED]>
To: 
Sent: Sunday, March 19, 2000 12:07 PM
Subject: Re: Fw: netscape


> Beavis <[EMAIL PROTECTED]> writes:
>
> > > i tried running it frm the command line a got:
> > > can't load library libXt.so.6
>
> You'll need the xlib6g package in the x11 category.
>
> On the ftp-site, try to find Contents-i386.gz, e.g.
>
ftp://ftp.sunet.se/pub/os/Linux/distributions/debian/dists/unstable/Con
tents-i386.gz>
> and then zgrep(1) for the file you are missing, libXt.so.6 in this case.
>
> Change "unstable" in the url to "stable" or whatever you run.
>
> HTH.
>
> --
> ( GnuPG/PGP key @ www.dtek.chalmers.se/~d4jonas/!Wei Wu Wei)
> ( U2MoL, Roleplaying, LaTeX, Emacs/Gnus, etc.   ! To Do Without Do )
>
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>


Re: installing QT-1.44 w/ problems

2000-03-21 Thread Nick Barron
i got the tar to finally install
i had to add a script to ~/.profile
then it worked.
it seem to install I think, but

when i go to install kdebase.deb it still says i have version qt1g of
1.40-1.1
i uninstalled the 1.40 and then
untared and ./configure, make
the new 2.0.2 version, it even said QT library is now built in ./lib
QT examples build in ./examples
and QT tutorial in ./tutorial

is my compiler looking in the wrong place?

why doesn't my system recognize the new version?



> hello list:
>
> does anyone have a good source for QT ver 1.44 in deb format
> i am having problems compiling fomr at tar
> thaknx



Re: resetting dselect

2000-03-24 Thread Nick Barron
what if i don't want to conf. them?


- Original Message -
From: David Z. Maze <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, March 22, 2000 7:55 PM
Subject: Re: resetting dselect


> Beavis  <[EMAIL PROTECTED]> writes:
> Beavis> ok, well lets just say this: what if the packages are in the
> Beavis> upacked (not set up); install (was: install) state.
>
> Then you should probably configure them, either using 'dpkg
> --configure --pending' from the command line or using dselect's
> "Configure" option.
>
> --
> David Maze [EMAIL PROTECTED]  http://www.mit.edu/~dmaze/
> "Theoretical politics is interesting.  Politicking should be illegal."
> -- Abra Mitchell
>
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>


Re: libg++

2000-03-25 Thread Nick Barron



nevermind found what i needed!
 
 

  - Original Message - 
  From: 
  Beavis 
  To: debian list 
  Sent: Friday, March 24, 2000 4:03 
PM
  Subject: libg++
  
  i am install StarOffice-3.1 from a tar because i 
  could not find it in a deb format.
   
  it say upon installation, can't load library 
  libg++.so.27 
  i have the g++ engine installed. 
   
  what package could i be missing?
   
  thankx as always 
beavis


Re: installing two NIC's

2000-04-05 Thread Nick Barron
actually i used ur first suggestion

disabled IRQ 10

now they are seperated, but i still can't seem to figure out how to
initialize
eth1

i think i might be trying to load module on top of module
loading eth0 instead of eth1
how is this done effectively?

sorry about so many replies!

- Original Message -
From: Robert Waldner <[EMAIL PROTECTED]>
To: Beavis <[EMAIL PROTECTED]>
Cc: debian list 
Sent: Wednesday, April 05, 2000 3:59 PM
Subject: Re: installing two NIC's


On Wed, 05 Apr 2000 15:30:20 PDT, Beavis writes:
>yes, they are both pci cards
>
>is there a way to change the irq's physically?

none that I´m aware of, hey, they´re pci-cards ;-)

have you tried the set-the-gfx-card-in-between workaround?

&rw
--
/ Robert Waldner <[EMAIL PROTECTED]> | Phone: +43 1 89933 0 Fax x533 \
\KPNQwest/AT tech staff| Diefenbachg. 35   A-1150 Wien /



--
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null




need to add 255.255.255.255 to route table

2001-01-29 Thread Nick Barron



hello,
 
I recently installed a fresh potato box from 
2.2r
I need to add:
route add -host 255.255.255.255 dev eth1 to my 
route table to make windozs boxes happy w/ dhcp allocation
 
where can I add this line to execute at 
boot?
 
using 2.1 w/ 2..0.X I was able to add it to 
/etc/init.d/network
 
that file no longer exists and has been replaced by 
/etc/network/interface
 
I have tried to make an executable script and 
adding a link to /etc/rcS.d and rc3.d call S38interface, but that doesn't seem 
to work
 
thanks for any thoughtful 
suggestions