Kernel Trap 22??

2006-11-04 Thread Steven Lake
Just asking a general curiosity question in regards to this just in case 
something's starting to go back with my box.  Noticed this across two different 
days of logs and after some digging in google it seems that a kernel trap is a 
bad thing.  Here's what I've been seeing.

 Warning: pid 25152 used static ldt allocation. 
 See the i386_set_ldt man page for more info

That was in my first set of logs.  I've seen this like once in a blue moon, 
usually because one of my programs cops and attitude or something, so I've just 
generally ignored them.  Then I got this today:

 kernel trap 22 with interrupts disabled

Oddly, it appeared in the same number of repetitions as the previous error.  Is 
there any corelation or is this anything to worry about or can I just generally 
ignore this?  Is it caused by a program being naughty?  Any info would be 
welcome.  Thanks.  :)

PS: The bsd box this comes from is being used as a workstation, not a server, 
fyi if that makes any difference.

-- 
Steven Lake 

Duct Tape takes over where skill leaves off 
     -Larry the Cucumber from Veggie Tales. 
 
I'm not afraid of flying...I'm afraid of being at 35,000 feet and suddenly 
*not* flying.
-Koren
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


When will KDE4 be in the ports tree?

2006-08-25 Thread Steven Lake
Just curious when to start expecting to see KDE4 in the ports tree for 
Freebsd.  From the reports I've been seeing, it's pretty close to being 
released soon.  So the curiosity bug bit me and I decided to ask here.  :)

-- 
Steven Lake 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems setting up and properly compiling imap-uw.

2006-07-30 Thread Steven Lake
Looking for some help in this rather baffling issue.  I'm trying to get a new 
mail server setup with webmail capabilities (via squirrelmail) and I'm hitting 
a little snag. Squirrelmail says that the imap server won't accept plain text 
passwords, yet I compiled from source for plaintext using make -E WITHOUT_SSL 
and I also tried make -E WITH_SSL_AND_PLAINTEXT. Neither worked. Squirrelmail 
still complains saying that the imap server doesn't allow plaintext passwords.

Any idea what I can do to fix this? Is it a config file I have to change or 
something? I don't want nor need to do ssl for logins as this will be located 
on a secure lan, so I'd like to avoid all the crazy stuff that comes with doing 
an SSL setup. Any help is appreciated.

-- 
Steven Lake 

Duct Tape takes over where skill leaves off 
     -Larry the Cucumber from Veggie Tales. 
 
I'm not afraid of flying...I'm afraid of being at 35,000 feet and suddenly 
*not* flying.
-Koren
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems setting up and properly compiling imap-uw.

2006-07-30 Thread Steven Lake



You're forgetting to assign values to your variables.


# make -E WITHOUT_SSL=yes

or

# make -E WITH_SSL_AND_PLAINTEXT=yes


Ok, tried that and I got this at compile time:

[EMAIL PROTECTED] imap-uw]# make -E WITH_SSL_AND_PLAINTEXT=yes
 ===  Vulnerability check disabled, database not found
 ===  Extracting for imap-uw-2004g_1,1
 = MD5 Checksum OK for imap-2004g.tar.Z.
 = SHA256 Checksum OK for imap-2004g.tar.Z.
 ===  Patching for imap-uw-2004g_1,1
 ===  Applying FreeBSD patches for imap-uw-2004g_1,1
 ===   imap-uw-2004g_1,1 depends on shared library: c-client4.8 - found
 ===  Configuring for imap-uw-2004g_1,1
 ===  Building for imap-uw-2004g_1,1
 Your imap-uw port matches the version of your cclient port. Fine.
 SSL check passed. We want SSL support, and cclient has it. Good.
 make sslunix.nopwd
 +
 + Building in full compliance with RFC 3501 security
 + requirements:
 ++ TLS/SSL encryption is supported
 ++ Unencrypted plaintext passwords are prohibited
 +

Followed below here by the typical compile stuff.

When I run the config test script I still get this error:

 ERROR: Your server doesn't allow plaintext logins. Try enabling another 
authentication mechanism like CRAM-MD5, DIGEST-MD5 or TLS-encryption in the 
SquirrelMail configuration.


Am I still missing something, or didn't the compile go right?

---
- Steve Lake
---
Mutton is no fun unless it's still kicking
- Hax the Acker 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems setting up and properly compiling imap-uw.

2006-07-30 Thread Steven Lake



If I may ask, out of curiosity. Why imap-uw and not something else that
supports maildir format instead of mbox? For instance, courier-imap or
dovecot are far better options.


Well, I don't normally work with Imap, so I was experimenting to 
find out which client would work best for me.  This just happened to be the 
first one I picked.  Courier would have been next.  I may still go with 
that one.





Steven Lake
Business Support Representative
CoreComm Business Services
Contact Number: 1-877-557-2724
Direct Line: 1-517-664-8176

Duct Tape takes over where skill leaves off
- Larry the Cucumber from Veggie Tales.

But I was only trying to improve it! - Dago
- Monk: The Comic Strip (www.monkcomic.com)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


dependencies

2006-03-26 Thread Steven Lake
	Hi all.  Ok, I'm having a total brain fart today.  I've got a few apps 
that won't run and I need to find out the list of dependencies and what 
they're missing.  But I can't remember for the life of me what the command 
I need is to view that list.  I remember using it once where it would list 
the dependencies and tell either where they existed, or if they didn't 
exist, what the missing file was.  Anyone remember that command?  Thanks.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dependencies

2006-03-26 Thread Steven Lake

Hmm, definitely useful, but not quite what I'm looking for.

At 01:40 PM 3/26/2006 -0500, Chris Hill wrote:

On Sun, 26 Mar 2006, Steven Lake wrote:

Hi all.  Ok, I'm having a total brain fart today.  I've got a 
few apps that won't run and I need to find out the list of dependencies 
and what they're missing.  But I can't remember for the life of me what 
the command I need is to view that list.  I remember using it once where 
it would list the dependencies and tell either where they existed, or if 
they didn't exist, what the missing file was.  Anyone remember that 
command?  Thanks.


I use pkg_info -Rr pkg_name, where pkg_name is the exact name of the 
package. The -Rr options will tell you what the package depends on, and 
what depends on the package. To find the exact package name, I do (for 
example) pkg_info | grep firefox, which returns:

 firefox-1.5.0.1_1,1 Web browser based on the browser portion of Mozilla
...and the I know to do pkg_info -Rr firefox-1.5.0.1_1,1

HTH.

--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging | ]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dependencies

2006-03-26 Thread Steven Lake
I'm thinking it was ld or something that I used.  It gave the 
dependency for a given program, then listed either the path to the file or 
said it was not found.  That's mostly what I'm looking at.  I'm trying to 
figure out which dependencies are missing for a given program so I can 
figure out what I need to do to fix it.


At 04:39 PM 3/26/2006 -0500, Chris Hill wrote:

On Sun, 26 Mar 2006, Steven Lake wrote:


   Hmm, definitely useful, but not quite what I'm looking for.


What precisely *are* you looking for? A little detail would go a long way 
here. That is: what is it that won't run? Why do you think it's a 
dependency issue? What have you already tried?


Rereading your original post, it looks like you want to know not only what 
the dependencies are, but also which ones are not installed. Correct? 
Assuming yes, then you could do something like this (using my previous 
firefox example):

$ pkg_info -Rr firefox-1.5.0.1_1,1
Information for firefox-1.5.0.1_1,1:

Depends on:
Dependency: pkgconfig-0.20
Dependency: expat-2.0.0_1
[blah blah]

...then do a pkg_info on each item listed, e.g.
$ pkg_info pkgconfig-0.20
...and so on for each listed dependency. For each one, you will either get 
a rash of information (meaning the package is installed) or pkg_info: 
can't find package 'foobar' installed or in a file! (meaning the package 
is not installed). There is probably a more automated, less tedious way to 
do this, but I'm drawing a blank right now.


Then again, it may be an entirely different issue - it could be a matter 
of packages being confused about what their dependencies really are. You 
may see this when trying to update. This can be fixed using cvsup, pkgdb, 
portsdb and friends. See the many recent threads about updating ports 
and/or packages.



At 01:40 PM 3/26/2006 -0500, Chris Hill wrote:

On Sun, 26 Mar 2006, Steven Lake wrote:

Hi all.  Ok, I'm having a total brain fart today.  I've got a 
few apps that won't run and I need to find out the list of 
dependencies and what they're missing.  But I can't remember for the 
life of me what the command I need is to view that list.  I remember 
using it once where it would list the dependencies and tell either 
where they existed, or if they didn't exist, what the missing file 
was.  Anyone remember that command? Thanks.
I use pkg_info -Rr pkg_name, where pkg_name is the exact name of the 
package. The -Rr options will tell you what the package depends on, and 
what depends on the package. To find the exact package name, I do (for 
example) pkg_info | grep firefox, which returns:

 firefox-1.5.0.1_1,1 Web browser based on the browser portion of Mozilla
...and the I know to do pkg_info -Rr firefox-1.5.0.1_1,1


--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging | ]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dependencies

2006-03-26 Thread Steven Lake
Yup, that's the one!  Thanks!  :)

 Chris Hill wrote:
  On Sun, 26 Mar 2006, Steven Lake wrote:
  
 Hmm, definitely useful, but not quite what I'm looking for.
  
  What precisely *are* you looking for? A little detail would go a long 
  way here. That is: what is it that won't run? Why do you think it's a 
  dependency issue? What have you already tried?
 
 Since we're working on few details  and I happen to have a bat in my 
 hand (on my way to practice actually) figured I'd take a swing.
 
 ldd?
 
 shows dependencies, where they are, and if not present.
 
 Could that be it?
 
  
  Rereading your original post, it looks like you want to know not only 
  what the dependencies are, but also which ones are not installed. 
  Correct? Assuming yes, then you could do something like this (using my 
  previous firefox example):
  $ pkg_info -Rr firefox-1.5.0.1_1,1
  Information for firefox-1.5.0.1_1,1:
  
  Depends on:
  Dependency: pkgconfig-0.20
  Dependency: expat-2.0.0_1
  [blah blah]
  
  ...then do a pkg_info on each item listed, e.g.
  $ pkg_info pkgconfig-0.20
  ...and so on for each listed dependency. For each one, you will either 
  get a rash of information (meaning the package is installed) or 
  pkg_info: can't find package 'foobar' installed or in a file!
(meaning 
  the package is not installed). There is probably a more automated, less 
  tedious way to do this, but I'm drawing a blank right now.
  
  Then again, it may be an entirely different issue - it could be a
matter 
  of packages being confused about what their dependencies really are.
You 
  may see this when trying to update. This can be fixed using cvsup, 
  pkgdb, portsdb and friends. See the many recent threads about updating 
  ports and/or packages.
  
  At 01:40 PM 3/26/2006 -0500, Chris Hill wrote:
  On Sun, 26 Mar 2006, Steven Lake wrote:
 
  Hi all.  Ok, I'm having a total brain fart today.  I've got 
  a few apps that won't run and I need to find out the list of 
  dependencies and what they're missing.  But I can't remember for the 
  life of me what the command I need is to view that list.  I remember 
  using it once where it would list the dependencies and tell either 
  where they existed, or if they didn't exist, what the missing file 
  was.  Anyone remember that command? Thanks.
 
  I use pkg_info -Rr pkg_name, where pkg_name is the exact name of 
  the package. The -Rr options will tell you what the package depends 
  on, and what depends on the package. To find the exact package name, 
  I do (for example) pkg_info | grep firefox, which returns:
   firefox-1.5.0.1_1,1 Web browser based on the browser portion of
Mozilla
  ...and the I know to do pkg_info -Rr firefox-1.5.0.1_1,1
  
  -- 
  Chris Hill   [EMAIL PROTECTED]
  ** [ Busy Expunging | ]
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
  
 
 
 -- 
 Regards,
 Eric
 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Printing problems with Mozilla and Firefox on Freebsd 5.3

2005-12-18 Thread Steven Lake
Ok, got a weird one here.  Got cups setup with our new office lan 
printer and I can print just fine from any program, EXCEPT Mozilla and Firefox. 
 They go through the motions, but nothing happens.  Nothing shows up in the que 
or the access or error logs or anything.  Am I missing something?  My 
research via google into this found me several pages that mentioned something 
about 'msttcorefonts', but after some playing with this they don't seem to be 
installable on freebsd.  Any suggestions?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Printing problems with Mozilla and Firefox on Freebsd 5.3

2005-12-18 Thread Steven Lake

At 07:30 PM 12/18/2005 +0300, Andrew P. wrote:

On 12/18/05, Steven Lake [EMAIL PROTECTED] wrote:
 Ok, got a weird one here.  Got cups setup with our
 new office lan printer and I can print just fine from any
 program, EXCEPT Mozilla and Firefox.  They go through
 the motions, but nothing happens.  Nothing shows up in
 the que or the access or error logs or anything.  Am I
 missing something?  My research via google into this
 found me several pages that mentioned something about
 'msttcorefonts', but after some playing with this they don't
 seem to be installable on freebsd.  Any suggestions?

I think x11-fonts/webfonts may be referenced as msttcorefonts
in other distributions. I can't explain why, but try to install the
print/gtklp port and change the print command in firefox to
gtklp.


Installed webfonts and gtklp and restarted x and no go 
still.  :(  One thing I did notice is that all the others go to a normal 
print window, but the two browsers go to some custom printing screen and 
say something about postscript/printer_name instead of the normal KDE 
cups installed printer.  Would that possibly cause part of the issue? 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Printing problems with Mozilla and Firefox on Freebsd 5.3

2005-12-18 Thread Steven Lake

At 10:58 AM 12/18/2005 -0800, Micah wrote:

Steven Lake wrote:

At 07:30 PM 12/18/2005 +0300, Andrew P. wrote:


On 12/18/05, Steven Lake [EMAIL PROTECTED] wrote:
 Ok, got a weird one here.  Got cups setup with our
 new office lan printer and I can print just fine from any
 program, EXCEPT Mozilla and Firefox.  They go through
 the motions, but nothing happens.  Nothing shows up in
 the que or the access or error logs or anything.  Am I
 missing something?  My research via google into this
 found me several pages that mentioned something about
 'msttcorefonts', but after some playing with this they don't
 seem to be installable on freebsd.  Any suggestions?

I think x11-fonts/webfonts may be referenced as msttcorefonts
in other distributions. I can't explain why, but try to install the
print/gtklp port and change the print command in firefox to
gtklp.


Installed webfonts and gtklp and restarted x and no go still.
:(  One thing I did notice is that all the others go to a normal print 
window, but the two browsers go to some custom printing screen and say 
something about postscript/printer_name instead of the normal KDE cups 
installed printer.  Would that possibly cause part of the issue?


Firefox isn't a KDE app, so by default is uses /usr/bin/lpr unless you 
specifically set it to use another print interface.  Unfortunately Firefox 
1.5's whole printing system is pretty buggy right now - almost to the 
point of unusability on my system.  If it was working properly you'd go 
File-Print select the printer you want to edit, click Properties and set 
the command to either /usr/local/bin/lpr (for the lpr interface to CUPS) 
or kprinter (for the KDE interface to CUPS). Unfortunately this official 
method is not working for me.  I've had to edit the prefs.js directly in 
order to maintain printing ability.


HTH,
Micah


WOOT!  I used kprinter and it's working!  Thanks!!  :)




Steven Lake
Business Support Representative
CoreComm Business Services
Contact Number: 1-877-557-2724
Direct Line: 1-517-664-8176

Duct Tape takes over where skill leaves off
- Larry the Cucumber from Veggie Tales.

A bird I am, but a penguin I am not. - Haku

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Firefox upgrade problem.

2005-12-08 Thread Steven Lake
So far I've had several instances of this problem and I can't figure 
out what the heck is wrong.  I keep getting these errors:

gnome-libtool: link: CURRENT `1001' is not a nonnegative inte
gnome-libtool: link: `1001:1:1001' is not valid version information

Any ideas why I might be getting these?  So far I've gotten it while 
the firefox port tries to upgrade ATK and Pango and it's always with the Gnome 
Libtool that's included with the build.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Really odd issue with KDE3.4 and FBD 5.3 with sound.

2005-11-21 Thread Steven Lake
Just recently upgraded a box from a static server to a workstation and 
installed KDE 3.4, upgraded the kernel to the latest patch.  Yet when I play 
two audio sources, about 2/3rds of the time it gags KDE pretty badly and I have 
to shell in from another machine and kill the process.  Any ideas what might be 
causing this?

I've got the following settings configured in my sysctl.conf file.

hw.snd.pcm0.vchans=6
hw.snd.maxautovchans=6

It works properly on another machine very simliar to it without a problem, but 
not this one.  The only difference is that the board in the machine this config 
works on is an MSI Nvidia board (N7 something, I forgot what exacty) and the 
one it's not working on has an Asus A7V8X-X board in it.  Would this have 
anything to do with my issue, or is there something else I'm unaware of?

-- 
Steven Lake 
Network Geek
 
Duct Tape takes over where skill leaves off 
     -Larry the Cucumber from Veggie Tales. 
 
I'm not afraid of flying...I'm afraid of being at 35,000 feet and suddenly 
*not* flying.
-Koren
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Blocking ports from upgrade

2005-06-17 Thread Steven Lake
Just curious about how to block portupgrade from upgrading certain 
files when you cvsup your ports and tell it to upgrade everything?  I've got a 
few programs that refuse to work with the newer version so I have to copy the 
older version back in to make it work again.  I'd like to just block it from 
upgrading those programs until I absolutely must upgrade.  Is there some way to 
mark them as being port that should be ignored?  Thanks in advance for the info.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems with bittorrent

2003-11-07 Thread Steven Lake
Hi all.  Ok, just port upgraded last night and got a nasty
surprise today.  When trying to load any torrent file using the bit
torrent gui script (/usr/local/bin/btdownloadgui.py) I get the following
error:

Traceback (most recent call last):
   File /usr/local/bin/btdownloadgui.py, line 13, in ?
 from wxPython.wx import *
   File /usr/local/lib/python2.3/site-packages/wxPython/__init__.py,
line 20, in ?
 import wxc
 ImportError: Shared object libwx_gtk.so not found


In short it can't find libwx_gtk.so on my system.  I searched
for it as well but it's nowhere to be found.  How do I go about fixing
this?  What do I need to reinstall to replace that file, or if it's not a
file what do I need to do to replace the link if that's what it is.  Many
thanks on any help that can be provided.  Thanks!!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem upgrading QT still. (everything else upgrades)

2003-09-27 Thread Steven Lake
Cool, that worked!  Thanks!  :)  Silly me never thought about 
trying that.  0=)

At 06:27 PM 9/26/2003 -0700, Kent Stewart wrote:
On Friday 26 September 2003 05:57 pm, Steve Lake wrote:
   Still getting issues upgrading QT on my box.  I'm to understand it's
 fixed for the most part for others, but it's not for me.  When I try
 to upgrade QT or do a make on it I get the following error:

 ===  qt-3.2.1 is marked as broken: You have QT2 headers installed!
 Installing this port will result in conflicts between QT3 and QT2!.

   Uh, ok.  Anyone know how to fix this?  Never encountered an error
 like this and Google has on info on this.  I've looked already.  Any
 help is welcome.  Thanks.
What does pkg_info | grep qt show. The make file thinks you have qt-2
installed. It has found ${X11BASE}/include/qt2/qapp.h. If you have
pkg_delete'ed qt-2, then, you should be able to just rm qapp.h and try
again.
Kent

--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Getting X error when loading X

2003-06-07 Thread Steven Lake
I'm getting the following error when loading X via the command
Startx.

Xlib: extension GLX missing on display :0:0

I'm also seeing a lot of segment faults in KDE since that started
to appear.  Anyone know why this is being caused and how to fix this?
Thanks.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Segment faults in KDE

2003-06-07 Thread Steven Lake
Ok, you can scratch my other issue.  I got that fixed.  Had to
totally rebuild my XF86Config file and all was happy in X land.

However, I'm back to my original problem.  I'm getting segment
faults closing out of any app on my desktop.  KDE also crashes when I'm
logging out.  I get core dumps a lot.  Any suggestions on why this is
would be greatly welcomed.  Thanks.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Copying shortcuts in KDE

2003-06-02 Thread Steven Lake
Hi all.  I installed OpenOffice recently and had to install it as
root.  Problem with this is none of my user accounts have the shortcuts in
them for OpenOffice, however Root does.  does anyone know how to copy the
OpenOffice menu tree (the folder and all the links under it) that appear
in the KDE menu editor and on the KDE menu from root to the other users on
the box so that everyone can have access to OpenOffice?  Many thanks.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Copying shortcuts in KDE

2003-06-02 Thread Steven Lake
No effect.  It found lots of KDE apps, but it never found Open
Office apps.  I also noticed it didn't add Gimp either which wasn't in the
menu either.

On Sun, 1 Jun 2003, Daniela wrote:

 On Sunday 01 June 2003 14:38, Steven Lake wrote:
  Hi all.  I installed OpenOffice recently and had to install it as
  root.  Problem with this is none of my user accounts have the shortcuts in
  them for OpenOffice, however Root does.  does anyone know how to copy the
  OpenOffice menu tree (the folder and all the links under it) that appear
  in the KDE menu editor and on the KDE menu from root to the other users on
  the box so that everyone can have access to OpenOffice?  Many thanks.

 I don't know how to copy them over, but there is a little tool for adding it
 to the menu: kappfinder.
 It searches for applications and adds them to the menu automagically.

 Daniela



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Copying shortcuts in KDE

2003-06-02 Thread Steven Lake
Nope, it's already installed on the system.  I installed it under
root.  I just need the menu items to make it accessible.

On Sun, 1 Jun 2003, Mark Rowlands wrote:

 On Sunday 01 June 2003 4:38 pm, Steven Lake wrote:
  Hi all.  I installed OpenOffice recently and had to install it as
  root.  Problem with this is none of my user accounts have the shortcuts in
  them for OpenOffice, however Root does.  does anyone know how to copy the
  OpenOffice menu tree (the folder and all the links under it) that appear
  in the KDE menu editor and on the KDE menu from root to the other users on
  the box so that everyone can have access to OpenOffice?  Many thanks.
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 Do the users not need to run the setup program to create those?



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


My scroll wheel on my mouse won't work!!

2003-06-01 Thread Steven Lake
Hi all.  I got a microsoft optical mouse with a scroll wheel in it
and everything on it works great...except the wheel.  I can't get KDE to
do anything with the wheel.  How do I setup my mouse daemon to use my
scroll wheel?  Much apreciated on the info.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Why won't gaim show me online??

2003-06-01 Thread Steven Lake
Just installed gaim out of the ports and added my AIM screen name
to it and I can send and recieve messages, but it shows me as offline to
anyone else even though I see others as online.  Anyone know why that
would be?  All I need Gaim for is for my one AIM name.  If anyone can
think of a better client than this, I'm game for it.  :)  If not, then if
someone can help me solve this I would be very grateful.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: My scroll wheel on my mouse won't work!!

2003-06-01 Thread Steven Lake
I got it working!  thanks for all the suggestions everyone!  :)

On Sat, 31 May 2003, Hasse wrote:

 On Saturday 31 May 2003 15.00, Steven Lake wrote:
  Hi all.  I got a microsoft optical mouse with a scroll wheel in it
  and everything on it works great...except the wheel.  I can't get KDE to
  do anything with the wheel.  How do I setup my mouse daemon to use my
  scroll wheel?  Much apreciated on the info.
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 Hi.
 Try to edit your /etc/X11/XF86Config
 and in the section Section InputDevice, put something like this :

 Section InputDevice
 Identifier  Mouse0
 Driver  mouse
 Option  Protocol auto
 Option  Device /dev/sysmouse
 Option  ZAxisMapping 4 5
 Option  Buttons 5
 EndSection
 --
 Regards
Hasse
   Webmaster @ Swedehost.com



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Folding@Home install question

2003-02-25 Thread Steven Lake
Hi all.  Tried downloading the linux version of [EMAIL PROTECTED] to
put on one of my servers, but my box won't recognize it.  Am I missing
something?  It just says command not recognized.  I've downloaded and I
am trying to run this file.
http://www.stanford.edu/group/pandegroup/release/FAH3Console-Linux.exe

Please don't tell me I'm being an idiot trying to do this.  :)
But any help getting this installed and going would be welcome.  Thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Windows and Dos apps in Freebsd Console

2003-02-25 Thread Steven Lake
HI all.  Curiousity question.  Is there a tool similar to Wine
that will run windows and dos based console apps under freebsd?  I think I
saw something like that not too long ago, so I just wanted to ask to be
sure.  Thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Configuring sendmail to deliver per sender

2003-02-18 Thread Steven Lake
Hi all.  How do I get sendmail to forward off mail coming from a
particular sender to a particular email address?  So regardless of who
it's addressed TO, I want it to forward mail to a different mailbox or to
/dev/null depending on the address.

So say I get an email going from [EMAIL PROTECTED] going to
[EMAIL PROTECTED], I want that email to go to [EMAIL PROTECTED]
instead, but all other mail labled for user1 I want it to deliver
normally.

The other situation would be mail coming into from
[EMAIL PROTECTED] going to any user on my network.  I want to
automatically forward that mail into /dev/null and make it go bye bye.
How do I go about doing that?  Thanks.  If I can't do that, I'll take the
first item instead.  I've got a workaround for the second if it can't be
done.  But I definately need to do the first one.  Thanks for the info!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Nuking unwanted mail via fetchmail and sendmail

2003-02-03 Thread Steven Lake
HI all.  Looking for a simple way to nuke unwanted incoming email.
Let me explain further.  What I'm having trouble with is I keep getting
virus infected emails from a [EMAIL PROTECTED] coming into my email.  That
makes for a total pain for me when I try to download it because Norton
kills the mail transfer as soon as it sees the virus thus causing me to
have to login, nuke the infected mail, logout, then download my mail like
normal.

What I'm currently using is Fetchmail in combination with Sendmail
8.12 on my system.  Fetchmail goes out and grabs the mail off of my 3
primary email accounts, then dumps them into my user account on my box.
What I'd like to do is to have sendmail or fetchmail (either one is fine)
immediately nuke any mail that comes in from these addresses or domains so
that I never have to see it.

Anyone know how to do this?  The simpler the solution, the better.
:)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Missing file - Help!

2003-01-02 Thread Steven Lake
Someone mentioned to me that this is supposed to come with the
app gettext.  But I'm not sure.

On Thu, 2 Jan 2003, Gregory Carvalho wrote:

 I know you didn't ask, but you might consider using NUT (Network UPS
 Tools) which has extensive architecture and device support (including
 USB UPSes).

 BTW, I used:

 find / -name int*4

 on FreeBSD 3.2, FreeBSD 4.6, and FreeBSD 4.7 Release, but the results
 did not contain your indicated file.

 Steven Lake wrote:
 
  Hi all.  I was trying to build and install apcupsd and during the
  build I get this error:  shared library intl.4 does not exist
 
  Anybody know how to fix this?  I've never seen this error before
  and have no idea what this file is or does.  Thanks for the help.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Missing file - Help!

2003-01-02 Thread Steven Lake
Ok, I finally got it to install.  I used the install file right
off the apcupsd website and it installed fine.  Thanks!!  :)

(*and yes, the port is busted*)

On Thu, 2 Jan 2003, Kevin Golding wrote:

 Someone, quite probably Steven Lake, once wrote:
Someone mentioned to me that this is supposed to come with the
 app gettext.  But I'm not sure.

 Well the ports Makefile for apcupsd contains the line:
 LIB_DEPENDS=intl.4:${PORTSDIR}/devel/gettext

 But the pkg-plist for gettext doesn't mention intl.4, the closest is
 lib/libintl.so.4

 It looks like the port for apcupsd may need updating.

 Kevin

 On Thu, 2 Jan 2003, Gregory Carvalho wrote:
 
  I know you didn't ask, but you might consider using NUT (Network UPS
  Tools) which has extensive architecture and device support (including
  USB UPSes).
 
  BTW, I used:
 
  find / -name int*4
 
  on FreeBSD 3.2, FreeBSD 4.6, and FreeBSD 4.7 Release, but the results
  did not contain your indicated file.
 
  Steven Lake wrote:
  
   Hi all.  I was trying to build and install apcupsd and during the
   build I get this error:  shared library intl.4 does not exist
  
   Anybody know how to fix this?  I've never seen this error before
   and have no idea what this file is or does.  Thanks for the help.
 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

 --
 [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Missing file - Help!

2003-01-02 Thread Steven Lake
Hi all.  I was trying to build and install apcupsd and during the
build I get this error:  shared library intl.4 does not exist

Anybody know how to fix this?  I've never seen this error before
and have no idea what this file is or does.  Thanks for the help.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Best way to scale SMTP auth?

2002-12-17 Thread Steven Lake
Hi.  Got a slight problem.  I'd like to do an SMTP system that
allows up to 100 users a second to authenticate to the system using the
simplest means possible.  I'd like to use the Pop before SMTP method over
authentication before SMTP.  However from my understanding, it doesn't
scale very well.  So I'm trying to find a way to make this be able to
handle as much traffic as possible without overloading the existing
system.  Thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Pine is being slow

2002-11-26 Thread Steven Lake
I've noticed lately that when doing mail or many other things in
Pine as of late, it's been very slow.  This includes moving between
screens, into and out of messages, marking and deleting messages, closing
the program, etc.

Not sure if this is related to my SSH sessions or not because I've
noticed periodical lag with those too.  Just not to the degree I see in
Pine.  The box is running 95-98% idle, so I know it's not maxed out or
under load.  It's just so weird to see it act this way.  Anyone ever
encounter anything like this?  What can I do to fix this?  Much
apreciated.  Thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Dialing up via PPP

2002-11-19 Thread Steven Lake
HI all.  Looking for a good tutorial for dialing up to the
internet using Freebsd from the console.  I've looked around and found
links for using Fbsd as a router and a firewall and whatnot.  All I want
to do is just login to my ISP, fire up lynx and surf.  :)

Anyone got a very simple tutorial somewhere that I can use as I've
never worked with this before.  Many thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Networking through Serial

2002-11-02 Thread Steven Lake
HI all.  I got a rather interesting question about networking.
I've got two machines that I'm running.  One is win2k, the other is
FBD4.5, only one of which (the win2k machine) is on the network.  The old
Freebsd machine won't take a nic, so I was wondering if I could cheat and
connect it to the win2k machine using a serial port?  Would there be a way
to connect my freebsd box to the internet by connecting it to the win2k
box via a serial cable?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



SMTP auth on demand

2002-11-01 Thread Steven Lake
Hi all.  Is there a way to get your SMTP server to look at your
radius logs, see where you're logged in from, what IP specifically, and
allow relaying through that IP until you log off?  Basically what I need
is when one of our employee's logs in using a remote ISP, they can have
access to our SMTP server up until they disconnect from the internet.
Once they do that then the ability to relay mail from that IP is
restricted again as before.  Am I making any sence?  Is there a way to do
this?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: OpenSSH 3.4 and security

2002-10-06 Thread Steven Lake

Ok, not to totally sound stupid, but what's the URL for that
advisory?  :)

On Sat, 5 Oct 2002, Kris Kennaway wrote:

 On Sat, Oct 05, 2002 at 09:48:45PM -0500, Steven Lake wrote:
  Hi all.  Haven't had a chance to do much looking up on this, so
  you will have to forgive me asking this question, but here goes.
 
  Have they fixed the issues that originally plagued OpenSSH 2.9
  through 3.3?  The one that called for the huge security bulliten?

 Yes, of course.  This is all documented in the security advisory.

 Kris



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



OpenSSH 3.4 and security

2002-10-05 Thread Steven Lake

Hi all.  Haven't had a chance to do much looking up on this, so
you will have to forgive me asking this question, but here goes.

Have they fixed the issues that originally plagued OpenSSH 2.9
through 3.3?  The one that called for the huge security bulliten?  I
don't remember what it was, but I remember it was something big.  Also,
while I'm at it.  Is there a newer version than 3.4?  I didn't see one in
the ports, but that doesn't nessisarily mean there isn't one.

Thanks everyone.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Moving /usr/ports to a new location??

2002-09-26 Thread Steven Lake

I'm curious.  I'm trying to scavange as much room as I can in /usr
and I was wondering if it would be ok to move the /usr/ports director into
/var?  I know I don't want to move it into /tmp because it would get nuked
by the system.  I have tons of spare room in /var so that would be the
logical place to move it to.  Can I get away with this?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Pine and finding packages

2002-07-14 Thread Steven Lake


 You can cruise over to the freeBSD site and see what the latest port is.  The
 version number is in the Makefile, though there's probably some easier way to
 get this information as well.

Yeah, I have 4.44 and I saw that the makefile had 4.44 already so
I wanted to be doubly sure that there weren't any updates that I didn't
know about.  :)  Otherwise if I had seen a higher version number in the
makefile I would have upgraded it already.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Pine and finding packages

2002-07-13 Thread Steven Lake

Ok, I got a two part question.

1.  I've got pine 4.44 installed.  Is there any hot fixes,
updates, or other upgrades that I need to make or is this the most current
version?

2.  How do you find out what packages you have installed on a
machine?  I thought packages was the command but it won't work.

Thanks!!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message