Re: java install errors

2004-08-31 Thread T Kellers
I have (had) exactly that same error on an 8-27-2004 clean build of RELENG-5.

I was pressed for time, though, and just went to another similar RELENG-5 box 
(that had jdk already installed) and pkg_create -b a jdk package archive.  It 
installed fine on the machine where the build had failed.

the uname -a of the successful machine shows an 8-28-2004 date, but the jdk 
port was successfully built on that machine way back in the days of 5-CURRENT 
(sometime in June, I think)

Tim

On Tuesday 31 August 2004 09:14 am, Chip wrote:
 After letting the build of java run all night I got these error 2's
 (here's the end snippet of code) -
 
 Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
 location
 /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/Currency
Data.java:1: 'class' or 'interface' expected
 Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
 location
 ^
 /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/Currency
Data.java:1: unclosed character literal
 Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
 location
 ^
 2 errors
 gmake[4]: *** [.compile.classlist] Error 1
 gmake[4]: Leaving directory
 `/usr/ports/java/jdk14/work/j2se/make/java/java' gmake[3]: *** [optimized]
 Error 2
 gmake[3]: Leaving directory
 `/usr/ports/java/jdk14/work/j2se/make/java/java' gmake[2]: *** [all] Error
 1
 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java'
 gmake[1]: *** [all] Error 1
 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'
 gmake: *** [j2se-build] Error 2
 *** Error code 2

 Stop in /usr/ports/java/jdk14.
 --
 What needs to be done to make this actually install correctly?
 Thanks,
 Chip

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


Re: Certification Program

2004-08-03 Thread T Kellers
On Tuesday 03 August 2004 11:30 am, Jerry McAllister wrote:
  Hi there,
 
  I would like to know if there is a Certification Program for FreeBSD,
  OpenBSD or
  NetBSD, like SUN's Solaris Certification Program for example.
 
  If there is, what is the procedure to make the exam(s)? I am in
  Salvador/Bahia/BRAZIL.

 The short answer is no.
 Some other people may wish to give a more comprehensive answer.

 Anyway, the FreeBSD organization is not a company in the same sense
 as Sun or Microsloth, etc that can set up a program to certify people
 in its wonders.The FreeBSD organization is a group of volunteers
 from all over the world that contribute to make the system.  Although
 there is a core group that steers the project and tries to make sure
 additions and modifications are clean and meet standards, there is
 nothing that specifies the official way you must use the system.

 But, I have heard of some organizations that have undertaken to make
 up some training for FreeBSD and for UNIX in general.   It seemd even
 like one might be in Brazil.  But, I do not remember names or addresses.
 You might do some Google searching for FreeBSD training or something
 like that and see what you get.

 jerry

The longer answer is yes :)

NJIT offers open source unix certification (and it's recognized/endorsed by 
the FreeBSD Foundation)

http://cpe.njit.edu/noncredit/#opensourceunix

avaiable both online and in classroom.

Tim Kellers

CPE/NJIT

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


Re: setting LPT1 to polled mode via acpi

2004-06-29 Thread T Kellers


On Tuesday 29 June 2004 10:11 am, Dan Nelson wrote:
 In the last episode (Jun 29), DA. Forsyth said:
  I've got 5.2.1-RELEASE on a P4 1.1Ghz machine I've setup a HP
  laserjet (iiP) on the first parallel port using a simple filter to
  get the lines feeding correctly.
 
  Sometimes it actually prints, but mostly it will send the job to the
  printer then WAIT till I formfeed. After that it will NOT access
  the printer. LPQ reports jobs in the queue, but also says 'waiting
  for lp to become ready (offline?)'
 
  the printer is not offline.  the cable it ok etc etc etc resetting
  etc in LPC makes no difference
 
  I just need some simple text printing from this thing, can it really
  be so hard?
 
  dmesg says about 'ppc'
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: Parallel port bus on ppc0
  which is correct
 
  anyhow, I read the printing bit of the handbook, which referred me to
  the IRQ setting and mentions some HP printers not working in IRQ
  mode. I commented the relevant line in /boot/device.hints and
  rebooted no change.

 Use the lptcontrol command to switch between polling and interrupt mode.

I used a simple shell script to execute lptcontrol -p  I haven't had to do 
this since my June 23rd build world/build kernel, though.  I'm running 
5.2-CURRENT.

Tim


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


Re: Changing SendMail Port Number

2004-06-06 Thread T Kellers
On Saturday 05 June 2004 08:32 pm, Scott Kupferschmidt wrote:
 The only problem with listening on port 24 is no one is going to be able
 to send mail to you, as smtp listens on port 25.

 Sincerely,

 Scott Kupferschmidt
 ISPrime, Inc.
 866.502.4678 ext. 3
 AIM: Scott ISPrime - ICQ: 174337249

 On Sat, 5 Jun 2004, Doug Hardie wrote:
  On Jun 5, 2004, at 16:49, Gerard Seibert wrote:
   This is probably a stupid question, but how do I change the SMTP port
   number that SendMail listens in on? I want to change it to something
   else, like perhaps 24. My ISP is blocking 25 and I want to get around
   that problem.
 
  I use the following in the mc file:
 
  DAEMON_OPTIONS(`Port=25, Name=MTA')dnl
  DAEMON_OPTIONS(`Port=26, Name=MTA')dnl
 
 
  It responds to both ports 25 and 26.
 

http://www.dyndns.org/

Check the MailHop Relay  Product.

For a fee (about $30/year) they provide an service that will handle your MX 
records and forward them to your server on your own selected port.

I use port 24 and it works like a charm.

Tim Kellers
CPE/NJIT

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


Re: Setting Up IMAP

2004-05-12 Thread T Kellers
On Wednesday 12 May 2004 12:25 pm, Charles Swiger wrote:
 On May 12, 2004, at 9:29 AM, Jason Dusek wrote:


   Problem 2
  Kmail allows me accept the bad certificate and logs in succesfully. It
  then shows me my *entire* home directory, not just the mail folder.
  Why does this happen?

 There may be an option named IMAP path prefix which will let you
 change this, or you can recompile the UWash IMAP server after changing
 the default path where mail is kept.

In Kmail, change that IMAP path prefix to /var/mail/your username.

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


screen resolution on 865G

2004-03-11 Thread T Kellers
video controller: 865G Chipset Graphics Controller
Driver: i810

OS: FreeBSD 5.2-CURRENT
XFree86: 4.3.0

Dell Dimension 4600C, Pentium IV, HTT

Has anyone had any luck configuring similar hardware to produce a decent 
resolution?  My default is 1024 x 768 at 75 Mhz and KDE looks grainy (mozila 
is unreadable) at that resolution with either a standard Dell 17 Monitor or 
a 17 flat screen.

Any ideas (or links to docs) would be most welcome.

Tim Kellers
CPE/NJIT

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


Re: open office install fails after two days of installing

2004-01-26 Thread T Kellers
Open Office should be in /usr/local  e. g.
 /usr/local/OpenOffice.org1.0/
Try
cd /usr/local/OpenOffice.org1.0/
and 
./setup

(You have to have X running)

Tim

On Monday 26 January 2004 01:28 pm, Yuri GV wrote:
 On Mon, 26 Jan 2004 06:29:44 -0800, chip [EMAIL PROTECTED] wrote:
  Chris Pressey wrote:
  On Sun, 25 Jan 2004 22:32:27 -0800
 
  chip [EMAIL PROTECTED] wrote:
  Okay, I downloaded and installed the .tbz file, moved it to /usr/local
  and ran pkg_add. It finished, and the instructions on the screen say
  to just run openoffice on the command line and answer a few questions.
  When I run the command I get command not found, as user and as root.
  What did I do wrong?
 
  You may have to type 'rehash' first.
 
  -Chris
 
  I have done that and still no good.
  --
  Chip

 Try 'locate openoffice' on the command line to ensure that it's installed
 somewhere.
 Find openoffice binary. Probably it resides in one of /bin subdirs.

 Hope it was useful,
 breath

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

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


htdig and mailman 2.1.4

2004-01-24 Thread T Kellers
Can anyone point me to a doc or resource that will help explain setting up 
mailman with htdig?  I already have it built and installed, but htdig's 
documentation regarding mailman (and vice versa) is hard to find.

Tim Kellers
CPE/NJIT

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


Re: Wep encryption.

2004-01-24 Thread T Kellers
On Sunday 25 January 2004 12:46 am, James A. Feister wrote:
 How would I use ifconfig with a 128bit hex wep key?

 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free web site building tool. Try it!
 http://webhosting.yahoo.com/ps/sb/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

ifconfig [your interface here] nwkey [your key here]

I think wep 128 bit encryption keys are typically 13 characters long

Tim

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


Re: NFS Samba problems

2004-01-19 Thread T Kellers
On Monday 19 January 2004 10:27 pm, Zac Brown wrote:
 The problems in the earlier post are irrelevant because I figured out I was
 trying to connect to the wrong IP now but I have a new problem. When I use
 mount_smbfs I get the following error:

 phineas# mount_smbfs -I 192.168.0.3 //[EMAIL PROTECTED]/homes /mnt/home
 mount_smbfs: unable to open connection: syserr = Connection refused

 And when I try to mount the nfs share I get the following error:

 phineas# mount -t nfs 192.168.0.3:/home/zac /mnt/home
 192.168.0.3:/home/zac: nfsd: RPCPROG_NFS: Program not registered

 Any help or enlightenment would be greatly appreciated. Thanks in advance.



Try mount_nfs 192.168.0.3:/home/zac /mnt/home

and/or

mount_smbfs -I  -W YOUR WORKGROUPHERE  192.168.0.3 //[EMAIL PROTECTED]/homes /mnt/home 


Tim Kellers
CPE/NJIT

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


Re: NFS Samba problems

2004-01-19 Thread T Kellers

 mount_smbfs -I  -W YOUR WORKGROUPHERE  192.168.0.3 //[EMAIL PROTECTED]/homes
 /mnt/home
Arg..

of course that should be 

mount_smbfs  -W YOUR WORKGROUPHERE  -I 192.168.0.3 //[EMAIL PROTECTED]/homes

Tim

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


JPL (Maestro) software for Mars lander viewing

2004-01-05 Thread T Kellers
jpl.tgz is an executable binary gzipped tarfile of the Maestro software
developed by the Jet Propulsion Laboratory to view and track the images and
adventures of the Mars landers, Spirit and Opportunity.

To run this program under FreeBSD (tested with 5.2-Current as of January 5,
2004  --4.9 might also work.), gunzip and untar the file into a directory 
where you
have rwx permissions. and run the file JPL/SAP/bin/SAP.

To run this file you must have Linux emulation (tested with
/usr/ports/emulators/linux_base), linux-sun-java (tested with jdk-1.4.1p4_1), 
and java3d (/usr/ports/java/java3d)
all installed.

Documentation for using the Maestro software is available at:

http://mars.telascience.org/downloads.html

and

http://eris.njit.edu/~jpl/UserGuide.pdf

The gpl.tar.gz file (and this README) is available at:

http://eris.njit.edu/~maestro

If anyone can test the software with lower versions of java or FreeBSD: or 
with higher versions Linux emulation, I'd be very interested to hear about 
the results.

Tim Kellers
CPE/NJIT

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


Re: Confused about sound servers

2004-01-03 Thread T Kellers
On Saturday 03 January 2004 01:54 pm, Trey Sizemore wrote:

 Yes, it's running.  When I run the command from the command line now, it
 jumps right to the next line waiting for further input.  It's as if it
 played it as requested but I hear nothing.  My volume is up on the
 speakers, mixer levels are good...just no sound. :-(

 No console beeps either.

 This is in KDE.

Can you paster the results of:

#kldstat

#cat /dev/sndstat

And tell me again (I lost that part of the thread) which Sound Card you have 
installed?

Tim

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


Re: remove boot delay

2004-01-02 Thread T Kellers
For 4.x it's defined in /boot/defaults/loader.conf:

##
###  Loader settings  
##

#autoboot_delay=10# Delay in seconds before autobooting
#bootfile=kernel;kernel.old   # Set the default boot file set
#console=vidconsole   # Set the current console
#currdev=disk1s1a # Set the current device
#module_path=/;/boot;/modules # Set the module search path

I believe you put the overrides to this file in /boot/loader.conf.

I'm not sure about 5.x

Tim


On Friday 02 January 2004 02:04 pm, Lowell Gilbert wrote:
 J.D. Bronson [EMAIL PROTECTED] writes:
  What do I have to do to lower (or remove) the typical
  10 second delay:
 
  Hit [Enter] to boot immediately, or any other key for command prompt.
 
  ..I need this machine to boot ASAP and cant see to find anywhere to
  adjust this?

 I seem to recall that being an option to boot0cfg(8).

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


Re: Confused about sound servers

2004-01-02 Thread T Kellers
Don't use both device pcm and the .ko modules.  The sound won't work at all 
or, if it does, not properly.  You may not even have any keyboard beeps 
(^G's) if both are loaded.

Get rid of the device pcm and just load the modules.

KDE comes with artsd as it's sound server; some people love it, some people 
hate it and some people (like me) both love and hate it :)

Make sure you are loading the correct .ko file for your card, I'm not sure 
that snd_emu10k.ko is the correct one, but I could be wrong.

Tim Kellers
CPE/NJIT



On Friday 02 January 2004 02:49 pm, Trey Sizemore wrote:
 I run KDE, Gnome, and occasionally IceWM (although I haven't yet
 installed this on my FreeBSD machine).  Coming from a linux background,
 I'm a little confused about sound servers.  I have a SoundBlaster Live
 Value PCI card on my machine running 5.2-CURRENT.

 I have compiled my kernel with 'device PCM' and in my /boot/loader.conf
 I have put

 snd_pcm_load=YES
 snd_emu10k1_load=YES

 What sound server(s) is/are recommended to install.  I know that Gnome
 typically uses ess, and KDE can use arts.  Should both of these be
 installed to have sound in these environments?  How about others such as
 Xfce and IceWM?

 I want to enable system sounds as well as sound for XMMS and other
 programs.  The card is recognized and showing up in dmesg.

 I've read in another post that I don't need to run

 # sh MAKEDEV snd0

 in the /dev directory with FreeBSD 5.X series, is this true.

 Right now I have no sound.

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

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


Re: Confused about sound servers

2004-01-02 Thread T Kellers
On Friday 02 January 2004 06:49 pm, Trey Sizemore wrote:
 Eric F Crist wrote:
 On Friday 02 January 2004 02:06 pm, T Kellers wrote:
 Don't use both device pcm and the .ko modules.  The sound won't work at
  all or, if it does, not properly.  You may not even have any keyboard
  beeps (^G's) if both are loaded.
 
 I find I only add the device pcm line to my kernel and everything works
  fine. Gnome, KDE, console beeps.  Everything works and I don't usually
  worry about the sound servers.  When you install one of the window
  managers, as long as you install the multimedia package, the correct
  sound server gets installed too.  This has been working for me for about
  5 years now.
 
 HTH

 Update here...I have removed the entries in /boot/loader.conf and now
 only have the kernel compiled with my 'device PCM' entry.

 'dmesg | grep pcm' shows my soundcard entry and cat /dev/sndstat shows
 it as well.

 I have rebooted after taking the entries out of loader.conf.

 When I try something like

 % play KDE_Beep_Ahem.wav

 I get:

 play: /dev/dsp: Operation not supported by device

 What might be causing this that I could look into?


%play /usr/local/share/sounds/KDE_Beep_Ahem.wav
play: /dev/dsp: Operation not supported by device


I get that same message after I've shut down the arts server

However
artsplay /usr/local/share/sounds/KDE_Beep_Ahem.wav

works fine as long as artsd is running

%ps -ax | grep arts
14333  p0  S  0:01.69 artsd
14343  p0  R+ 0:00.00 grep arts


If you have KDE installed, try:

%artsd 
%artsplay /usr/local/share/sounds/KDE_Beep_Ahem.wav

You should hear Mr Ahem clear his throat right from the command line.

Tim 


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


Re: Confused about sound servers

2004-01-02 Thread T Kellers
On Friday 02 January 2004 08:32 pm, Trey Sizemore wrote:
 T Kellers wrote:
 On Friday 02 January 2004 06:49 pm, Trey Sizemore wrote:
 Eric F Crist wrote:
 On Friday 02 January 2004 02:06 pm, T Kellers wrote:
 Don't use both device pcm and the .ko modules.  The sound won't work at
 all or, if it does, not properly.  You may not even have any keyboard
 beeps (^G's) if both are loaded.
 
 I find I only add the device pcm line to my kernel and everything works
 fine. Gnome, KDE, console beeps.  Everything works and I don't usually
 worry about the sound servers.  When you install one of the window
 managers, as long as you install the multimedia package, the correct
 sound server gets installed too.  This has been working for me for about
 5 years now.
 
 HTH
 
 Update here...I have removed the entries in /boot/loader.conf and now
 only have the kernel compiled with my 'device PCM' entry.
 
 'dmesg | grep pcm' shows my soundcard entry and cat /dev/sndstat shows
 it as well.
 
 I have rebooted after taking the entries out of loader.conf.
 
 When I try something like
 
 % play KDE_Beep_Ahem.wav
 
 I get:
 
 play: /dev/dsp: Operation not supported by device
 
 What might be causing this that I could look into?
 
 %play /usr/local/share/sounds/KDE_Beep_Ahem.wav
 play: /dev/dsp: Operation not supported by device
 
 
 I get that same message after I've shut down the arts server
 
 However
 artsplay /usr/local/share/sounds/KDE_Beep_Ahem.wav
 
 works fine as long as artsd is running
 
 %ps -ax | grep arts
 14333  p0  S  0:01.69 artsd
 14343  p0  R+ 0:00.00 grep arts
 
 
 If you have KDE installed, try:
 
 %artsd 
 %artsplay /usr/local/share/sounds/KDE_Beep_Ahem.wav
 
 You should hear Mr Ahem clear his throat right from the command line.
 
 Tim

 Tried that and I get the following:

 Can't connect to sound server

Please try:
ps -ax | grep arts

and see if artsd is running

If you start it manually you need to run artsd  before you type the test file 
entry.

Tim Kellers
CPE/NJIT

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


Re: Samba, Cups and Printing: Windows client gives Access denied

2004-01-01 Thread T Kellers
Do you have a guest account on the FreeBSD box?  I got that error when Windows 
was using an account that Samba didn't recognize.

Tim

On Thursday 01 January 2004 08:32 am, Phil Payne wrote:
 Hi,

 I've got an HP printer on USB port on Freebsd 4-Stable box. Printer is
 on /dev/ulpt0. Installed cups and printing from BSD is fine.

 Had samba installed and working great for filesharing. Now introduced an
 all printers share to share this printer. Printer is browseable from
 windows machine.

 When I install this printer on a Win2K machine (and use local drivers) I
 get Access Denied, Unable to Connect. Unlike some other people's
 experience I cannot print to the printer despite this message.

 I've found lots of references to others having this problem on BSD and
 LINUX on the web but no resolutions.

 Of course, BSD questions is where all the really clever people hang out
 so someone here is bound to know ;-)

 I couldn't find any resolution in the mailing list archive so does
 anyone know of an answer or is this a bug in operation between Winblows
 and Samba?

 Below is the global and printers sections of my smb.conf. This was
 generated by webmin but I do understand and have written smb.conf
 manually in past.

 Thanks,
 Phil

 [global]
 log file = /var/log/log.%m
 max log size = 50
 interfaces = 192.168.100.254/255.255.255.0
 dns proxy = no
 printing = cups
 encrypt passwords = yes
 path = /var/spool/samba
 server string = FRANKS SERVER
 socket address = 192.168.100.254
 allow hosts = 192.168.100. 127.
 workgroup = FRANKS
 socket options = TCP_NODELAY
 netbios name = PPSERVER
 keepalive = 300
 load printers = yes
 security = user
 os level = 20

 [printers]
 printable = yes
 guest only = yes
 printer = PPPR
 public = yes


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

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


Re: How do I install Netscape Linux binary on FreeBSD 4.3?

2004-01-01 Thread T Kellers
I think that's the wrong verfsion of linux-netscape, you probably need:

communicator-v48-us.x86-unknown-linux2.2.tar.gz
or 
navigator-v48-us.x86-unknown-linux2.2.tar.gz

both can be installed via the ports at /usr/ports/www/netscape48-communicator

or 

/usr/ports/www/netscape48-navigator

(if you have ports collection installed)

Note that the ports are supposed to work with the latest releases of the OS  
(currently 4.9 and 5.1); you may need to upgrade your OS to 4.9 to get any 
ports to run.   FreeBSD 5.1 is still a development release; if you upgrade 
stick to the FreeBSD 4.9 path.

HTH

Tim Kellers
CPE/NJIT

On Thursday 01 January 2004 10:38 am, Ken Seggerman wrote:
 I am running FreeBSD 4.3 running on an old slow laptop which is running
 low on disk space.

 I had Mozilla 5.0 0.8.1 and Netscape-communicator 4.76 installed.

 Netscape was a package off of the FreeBSD 4.3 CDROM. I may have downloaded
 Mozilla and installed it as a package, or built it as a port. I don't
 remember.

 Up until quite recently Mozilla worked very slowly, took up a lot of space
 on the hard drive and 97%  of the CPU. I don't think Netscape
 worked once I installed Mozilla, but trying to start Netscape resulted in
 the following error messages:

 $ /usr/local/bin/netscape
 /usr/libexec/ld.so: warning: /usr/X11R6/lib/libXt.so.6: minor version -1
 older than expected 0, using it anyway
 ld.so failed: bad magic number in /usr/X11R6/lib/libXt.so.6

 I did pkg_delete on Netscape and reinstalled it with pkg_add from the
 CDROM.

 When I tried to start Netscape, I got the same bad magic number error.

 Then when I tried to start Mozilla, the hard drive rattled for about five
 minutes, Mozilla started up, got a PID, used up 95% of the CPU, but it
 never (I've waited 15 minutes) opened a window. Perhaps my pkg_delete and
 pkg_add of Netscape stepped on something in Mozilla.

 I pkg_deleted mozilla, netscape-communicator, netscape-wrapper, and
 netscpae-remote.

 I went to the FreeBSD web site where they said that the FreeBSD version of
 Mozilla is huge and slow, and recommended Netscape instead. The latest
 version of Netscape for download is Linux version called:

 netscape-i686-pc-linux-gnu-sea.tar.gz.

 My laptop is set for running Linux executables:
 #linux
 linux driver already loaded

 but I have no idea what to do with this file.

 Do I untar and unzip it first and hope that any installation instructions
 will work on FreeBSD? Leave it as a tar.gz, and install it with pkg_add,
 or rpm?

 The FreeBSD Handbook goes into great detail about how to brand elf
 binaries, how to install specific software like Mathematica and Oracle,
 but doesn't say how to install an ordinary Linux binary or how to install
 Netscape.

 I would be grateful for any suggestions.

 Ken

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

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


Re: My /etc/ttys file has been overwritten

2004-01-01 Thread T Kellers
/usr/share/examples/etc/ttys

On Thursday 01 January 2004 09:59 pm, Trey Sizemore wrote:
 I edited my /etc/ttys file in Easy Editor and then saved and exited (or
 so I thought) to enable kdm.  When I rebooted, my machine would hang.  I
 went back into /etc/ttys and noticed that the file is now empty!!

 What is the best way to replace the file.  I'm not aware of a default
 file anywhere.  Will I have to manually recreate it, and if so, where do
 I get the data?

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

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


Re: [freebsd-questions] snd_maestro3.ko load/unload

2003-12-31 Thread T Kellers
On Wednesday 31 December 2003 10:18 pm, Tim Kellers wrote:
 I'm going to try that right now.  It would be nice to learn a last nugget
 before the Bull of the Old Year dies:)

 Happy (nearly) New Year

 Tim

 On Wednesday 31 December 2003 08:16 pm, Lowell Gilbert wrote:
  Tim Kellers [EMAIL PROTECTED] writes:
   %mixer
   Mixer vol  is currently set to  11:11
   Mixer pcm  is currently set to  75:75
   Mixer speaker  is currently set to  75:75
   Mixer line is currently set to  75:75
   Mixer mic  is currently set to   0:0
   Mixer cd   is currently set to  75:75
   Mixer rec  is currently set to  49:49
   Mixer ogainis currently set to  50:50
   Mixer line1is currently set to  75:75
   Mixer phin is currently set to   0:0
   Mixer phoutis currently set to   0:0
   Mixer videois currently set to  75:75
  
  
   It's the load/unload/load thing that has me baffled.  Is there some
   knob in kldload that doesn't get twisted until after a kldunload of a
   .ko file?
 
  Well, no, but loading the driver results in trying to reset a bunch of
  things (including the mixer settings, which was why I asked about that).
 
   Nah...
  
   gotta be something else, like evil spirits, maybe.
 
  You said you were letting snd_pcm get autoloaded; do you see the same
  results if you do an explicit load of that before loading the maestro3
  driver?  [Similar reasoning...]

Yes,  same results

The .ko snd_maestro3 file can't e loaded without it pulling in snd_pcm.ko (and 
snd_pcm.ko can't be unloaded while the maestro3 .ko is loaded Device is 
busy is the message)

The first load always disables the keyboard clicking (from BIOS) the ^G bell 
in the CLI and sound in X (using KDE and artsd, I haven't tried just plain 
twm).  The unload/reload process still wakes everything up.

My idea well is dry.

Thanks,

Tim

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


Re: uname weirdness after kernel/OS update

2003-12-26 Thread T Kellers
Did you do a make kernel KERNCONF=YOURKERNELFILE, too?

I'm only asking because you mentioned make world, and while that rebuilds the 
OS, it doesn't make (or install) the kernel.  

I have to ask simple questions; the problem, if not simple, is flat-out weird.

Tim Kellers
CPE/NJIT

On Friday 26 December 2003 02:40 pm, Jaime wrote:
 On Fri, 26 Dec 2003, Erik Trulsson wrote:
  And you did reboot as well, so as to actually use the new kernel?

   Yes.

  (Just asking since you didn't say explicitly that you had done that.)

   Fair enough.  We all would have felt pretty dumb if it was
 something that obvious and yet we didn't check.  :)

   FWIW, I've been using the make-world process since 1997.  The only
 other time that I've ever had a problem (including several years of
 updating the box in question) was when I had bad hardware.

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

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


more of DAT

2003-12-24 Thread T Kellers

I'm currently trying to use a pair of Dell Powervault 120 tape drives.
The drives have a changer magazine in which I load 8 cassettes, one of which 
is the cleaning tape.  I've scripted a dump 0, dump 1 progression for a 
backup rotation that runs for 2 weeks, then a full dump 0, then again with 
the incremental dumps.

When the changer hits the cleaning tape, everything gets stupid.  The 
script/computer/scsi interface can not longer communicate with the drive; I 
can't eject the tape or do anything until I manually select tape 1 (the 
cleaning tape is in position 8) and start the process over.

Is there some mt command I am missing or some other way to communicate with 
the drive while it still has the cleaning tape in it?  I'm trying to get this 
to work without removing the cleaning tape from the magazine, but I don't 
know if it's possible.

FreeBSD 4.9-STABLE

TIA

Tim Kellers
CPE/NJIT

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


libXi.so.6 missing?

2003-11-26 Thread T Kellers
After portupgrading linux_base-8 to the 02 revision, neither I or my linux 
binaries can find the  
/usr/compat/linux/usr/X11R6/lib/libXi.so.6
file, or the /usr/compat/linux/usr/X11R6/lib/libX11.so.6 file.  I know that 
these files can be 6.0 and/or 6.2, but they should live in the above paths, 
too, and they just aren't there.

After creating a package of the 01 version of the linux_base-8 port and 
installing it, the above files are back in their place and 
linux-mozilla-devel works once again.  Those missing files also broke my 
Linux OpenOffice 1.1 installation (and probably others, but I haven't 
checked); the reinstall of the older package fixed OO, too.

Fortunately, I had a 4.9-STABLE machine that I had not yet updated to the 
latest linux_base-8 02 version (still 01), and I created a package from that 
machine and installed it on 2 other 4.9-STABLE machines.  I also have 2 
afflicted 5.2-BETA machines that i need to roll back to the linux_base-8 01
version.

Reinstalling linux_base-8 02 did not restore the missing files, so I don't 
think something else hosed my installation, but I could be wrong.

Will the linux_base-8-8.0_1.tgz package I created on the 4.9-STABLE machine 
install (and work) on 5.2-BETA?  I suppose I could try it and see if it 
works, but I haven't had time to, yet.

TIA

Tim Kellers
CPE/NJIT


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


Re: apache mod_ssl build error

2003-11-01 Thread T Kellers
On Saturday 01 November 2003 06:40 pm, Matt Edwards wrote:
  Original Message -
 From: Dirk Meyer [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; Matt Edwards
 [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Saturday, November 01, 2003 7:20 AM
 Subject: Re: apache mod_ssl build error

  Matt Edwards schrieb:,
 
   Yep.  Me again.  Sorry. :)  Did you ever find a solution to this (see

 below my

name) besides moving to 5.1?  I am currently having the same issue,

 (though n

   ot with portupgrade),  with the building of mod_ssl itself.  Trouble
   is,

 I'm r

   unning 5.1.
 
  I have no problem on FreeBSD 5.1
 
   ap_fnmatch.c:143: `FNM_CASE_BLIND' undeclared (first use in this

 function)

  you might habe a fnmatch.h ins /usr/local/include/
  (maybe from the heimdal port)
  $ pkg_info -W /usr/local/include/fnmatch.h
 
  If you deinstall this file, mod_ssl will build without problems.
 
  kind regards Dirk
 
  - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
  - [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]

 Thank you Dirk.  That was exactly what I needed to get it to build.  I did
 in fact have heimdal installed.  I appreciate you getting back to me on
 this.  I un-installed heimdal, built and installed mod_ssl and then
 reinstalled heimdal again.  The only question that remains now is will the
 re-install of heimdal cause any problems?  So far kerberos is working fine,
 but I have yet to configure apache for the ssl stuff to see if it is
 working ok (not that I can't, I just haven't gotten around to doing it yet.
 :).

 thanks,

 matt

And a big Thanks from me, too.  On just one of my servers, apache stopped 
portupgrading (within the past several weeks); it hadn't really grabbed my 
attention until a power failure in Newark on Wednesday made my operating 
version of apache+mod-ssl unrunnable (or so I thought) and I actually had to 
pkg_delete apache from the machine and then do a pkg_add -r apache+mod_ssl to 
get a working version back.

The upshot of the apache blasting power failure was that it wasn't apache at 
all that was the actual culprit.  When the machine rebooted and came back 
online, for some odd reason, portsentry grabbed port 80 and wouldn't let go.  
While apachectl startssl didn't return a command line error, the /var/log/
httpd-error logfile recorded that the port was already in use.  ps -ax |grep 
http only returned grep http.  I found the problem with netstat or sockstat 
(I forget now, it was a Real late night, that night), killed portsentry, 
restarted apache, and restarted portsentry.  All has been well since.  Now, 
though, I know what to do to properly portupgrade apache next time.

Thanks

Tim Kellers
CPE/NJIT

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


wav to mp3?

2003-10-05 Thread T Kellers
I did a make search in the ports collection and didn't see what (I think) I 
need, so I'll ask here.

Is there a utility (or utilities) in ports for converting .wav files to mp3?

TIA

Tim

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


Re: wav to mp3?

2003-10-05 Thread T Kellers
Thanks, Eric

I found ffmeg and built it, it looks a lot more comprehensive than just a 
simple converter, though.  I'll have a looke at audio/bladeenc, though ffmeg 
built lame as a dependency.

Tim

On Sunday 05 October 2003 11:12 am, Erik Trulsson wrote:
 On Sun, Oct 05, 2003 at 10:37:37AM -0400, T Kellers wrote:
  I did a make search in the ports collection and didn't see what (I think)
  I need, so I'll ask here.
 
  Is there a utility (or utilities) in ports for converting .wav files to
  mp3?

 That is essentially what an MP3 encoder does, and there are plenty of
 those in the ports collection.
 Personally I like audio/bladeenc, but audio/lame is also nice and has
 more features and options.

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


Re: (EE) No Drivers Not Found

2003-10-05 Thread T Kellers
On Sunday 05 October 2003 11:54 am, Mark Hummel wrote:
 Hi,

 I've reconfigured XF86Config Server 3 times now and I've eliminated
 every warning and error except the one I put in the subject line.
 Startx still fails for the reason sited and I don't know why.  I think
 the problem is the video drivers for some reason.  I'm using the nv
 drivers which are recommended as default by the 4.8 sysinstall program.
 Any suggestions would be greatly welcomed.

 Eventually, I'd like to boot to a KDE logon screen so I can go directly
 to a KDE desktop.  Thanks.

 Mark

 FreeBSD 4.8 release
 AMD Athlon 2200XP CPU
 256MB RAM
 133Mhz front side bus speed
 nVIDIA gforce4 Ti 4200 128MB AGP 8X Video Card


I'd recommend runing XFree86 -configure and comparing the probed 
XFree86config file with the file you have already installed

Tim Kellers
CPE/NJIT

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


Re: adding webmail

2003-10-05 Thread T Kellers
On Sunday 05 October 2003 12:47 pm, S Ellis wrote:
 Hello,

 I want to broaden access to my home email by adding a webmail interface.
 Right now I'm running sendmail with procmail and using spamassassin; I'd
 like to keep this setup. Looking at the squirrelmail port has raised
 some questions for me.

 -I don't really grasp where the imap server comes into play
 -can I even keep the setup above and have squirrelmail?
 -can I continue to use the same 'unix' mailboxes, spools?

 I know that these questions are rather basic, but I'm not seeing what I
 need to in the squirrelmail docs, and the cyrus-imap port looks alittle
 daunting as well (overkill?).

openwebmail is in ports and it uses it's own pop3 client/server.

Personally, I like imp (/usr/ports/imp3), but it's configuration can be a bit 
daunting.

Tim Kellers
CPE/NJIT

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


Re: OpenOffice 1.1rc3-Linux on FreeBSD 4.6.2 installation problems

2003-09-07 Thread T Kellers
On Sunday 07 September 2003 03:41 pm, David Gerard wrote:
 We just downloaded and installed the Linux binary of OOo 1.1rc3
 on my wife's FreeBSD 4.8 box with no problems. My 4.6.2 box,
 however, doesn't want to play.

 I untar the install files into a directory in my home directory, run
 ./setup and it puts up an unpacking window (box opening and
 progress bar), then a text box saying 'The script file is now being
 read. Please wait a moment ...' - then an alert box saying
 'Important program files were not found. The installation set may
 be damaged.'

 The thing is, this is the *exact* same tarball which worked on the
 4.8 box.

 Has anyone else encountered this? Any idea what it means?

 I do have linux_base-6 and linux_base-7 installed, as does the
 4.8 box.

 (We also tried the FreeBSD native tarball, but it insists on trying
 to install in /usr/local and doesn't seem to give the option of
 installing to a home directory.)


Do you have linprocfs mounted?

I think it's required for 4.6.2

Tim Kellers
CPE/NJIT

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


Re: imap and sendmail

2003-09-06 Thread T Kellers
On Saturday 06 September 2003 02:36 pm, Dick Hoogendijk wrote:
 Which IMAP server is most suitable in conjunction with the sendmail MTA?
 I read that courier-imap needs maildirs (which sendmail does not create
 afaik).
 I don't want to change my mta.
 Anybody?

The easiest to configure is IMHO is imap-uw (/usr/ports/mail/imap-uw)
and it works just fine with sendmail.  Many prefer the cyrus imap program; it 
has more features than imap-uw but it can be a pain to properly configure 
--at least in my experience.

Tim Kellers
CPE/NJIT

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


Re: Ghost for FreeBSD

2003-08-31 Thread T Kellers
I can't contact www.partimage.org, the connection times out.

Tim Kellers
CPE/NJIT


On Saturday 30 August 2003 23:14, Stefan Malte Schumacher wrote:
  See http://www.partimage.org.  There are a few bootable Linux CDs that
  include partimage; I've used the ~40M Gentoo one very successfully on
  FAT32 partitions.

 Thanks a lot to you and the others who have replied for the advice - this
 seems to be what I have been looking for.


 Bye
 Stefan

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

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


Re: OT: xterm setup

2003-08-31 Thread T Kellers
Try eTerm, gnome seems to like it and it is very like the program whose 
features you need.

Tim Kellers
CPE/NJIT

On Sunday 31 August 2003 01:52, Dan Nelson wrote:
 In the last episode (Aug 31), Jesse Sheidlower said:
  Hmm. I certainly thought I was using xterm, as I recall setting up
  the icon to launch xterm, and my .bashrc is setting TERM to
  xterm-color rather than gnome-terminal or anything else. And I'm
  rather sure that I have the exact same setup on my Linux box, which
  is in the office and thus unavailable for me to look at right now.
  It's also the case that the font displaying with xterm now looks
  totally familiar, and the one displaying with gnome-terminal is
  totally unfamiliar and ugly.
 
  Is it possible that the functional scrollbars, etc., were an addition
  of the window manager, and if so is there any way to replicate it
  now?

 Very unlikely.  The window manager has no idea what is inside the
 rectangle it's managing, so the only useful menuitem it could put up
 would be close

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


Re: samba authentication problems

2003-08-10 Thread T Kellers
Did you do a make clean before the make re-install?
If not, it's reading the original config.

try: 

# make deinstall  make clean  make build install

Just a thought, just in case

Tim Kellers
CPE/NJIT


On Thursday 07 August 2003 02:11 pm, John DeStefano wrote:
Lewis Thompson [EMAIL PROTECTED] wrote:On Thu, Aug 07, 2003 at

06:49:49AM -0700, John DeStefano wrote:
 AFAIK, I have not enabled ldap authentication. But how do I
 confirm?

Well. If it's 2.2.8a then it's defined at compile time (i.e., you
specify you want it, or it autodetects if openldap is installed).

Otoh,

if it's samba-devel (3.0.0b2) then you can modify the behaviour with
the passdb backend smb.conf setting.

I'm using 2.2.8a.  I've now done a 'make install' after 'make
deinstall' twice, with the same results both times, so I can only
assume the installation is autodetecting openldap, as you suspected
above.

Chances are it's 2.2.8a and you'll need to recompile, unless you
/want/ to use LDAP.

Searched the handbook and FAQ, but nothing helpful there on ldap, let
alone ldap and samba.  Google produced a slew of unanswered mail
archive questions.  I don't care one way or the other whether to use
ldap or not; I just want samba to work!  Any recommendations?

Best wishes,
-lewiz.

Thanks,
~John

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

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


FreeBSD as a wirelesss access point

2003-08-04 Thread T Kellers

Anyone know of a resource that has some instructions (or discussion) about 
using FreeBSD + a Nic + a PCMCIA wireless card as a router?

I currently hace a PCI PCMCIA adapter (and wireless card), both seem to be 
supported in CURRENT (my 5.1-CURRENT box sees both interfaces).

If any one knows of a how-to, I'd be happy to hear about it.

Tim Kellers
CPE/NJIT

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


Re: Virus Scanners

2003-07-24 Thread T Kellers
I use uvscan.  There is a trial version in the ports collection 
(/usr/ports/security/vscan), and, if you use a mail-scanner like amavis (also 
in ports) it can use the uvscan engine.

Tim Kellers
CPE/NJIT

On Thursday 24 July 2003 10:44 am, Schimcek, Derrick wrote:
What are the best virus scanners for freebsd?

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

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


cups/kde madness

2003-06-06 Thread T Kellers
When printing with kde, using kprinter, without using cups but with Generic 
Unix lpd(OR LPR/LPRNG) lpr I get the following error:

/usr/local/bin/lpr -P 'lj' -#1 'tmp/kde-timothyk/kdeprint_kYcOjKA

lpr:unable to print file:
server-error-service-unavailable.

After I (re)install apsfilter (which unCUPS /etc/printcap)
from a shell, lpr -P lj filename works fine

When I pkg_delete -f cups*, I still get the same error.

Is kdeprinter hard-coded to look in /usr/local/bin for lp/lpr?

generic lpr lives in /usr/bin/lpr, and there is no /usr/local/bin/lpr after 
cups was deleted.

Full install of kde3.1.2 on 4.8-STABLE

FreeBSD dhcp187-25.njit.edu 4.8-STABLE FreeBSD 4.8-STABLE #8: Mon Apr 28 
12:35:07 EDT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARGUS  
i386

And a full install of kde1.1.2 on 5.1-CURRENT

FreeBSD 128.235.220.97 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Thu Jun  5 13:23:34 
EDT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TK  i386


Both machines do have a full install of gnome2, also, including 
gnomeprint-0.37.

I don't know know if I have a conflict, a misconfiguration or an old-fashioned 
Unix haunting going on here.

Thanks in advance for any ideas.

Tim Kellers
CPE/NJIT


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


Re: how to stop resolv.conf from being updated

2003-05-31 Thread T Kellers
A sledgehammer approach to make it work:

Comment out the following lines from /sbin/dhclient-script

make_resolv_conf() {
  if [ x$new_domain_name_servers != x ]; then
if [ x$new_domain_name != x ]; then
  echo search $new_domain_name /etc/resolv.conf
else
  rm /etc/resolv.conf
fi
for nameserver in $new_domain_name_servers; do
  echo nameserver $nameserver /etc/resolv.conf
done
  fi
}

This will prevent dhcp from making a new /etc/resolv.conf file (on boot, 
re-boot).  Whatever nameserver you enter in /etc/resolv.conf will stay put.

(I had to take this approach some years ago when I was using an apple airport 
basestation as my gateway, and the dhcp server software kept assigning 
10.0.1.1 as my nameserver in /etc/resolv.conf.)

Check the dhclient.conf man page, too, for less drastic measures.

Tim Kellers
CPE/NJIT






On Friday 30 May 2003 02:22 pm, John Straiton wrote:
You could always use chflags to make the file un-writeable... Tho' there
is probably a better solution

#chflags schg /etc/resolv.conf

John Straiton
[EMAIL PROTECTED]
Clickcom, Inc
704-365-9970x101

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Laszlo Vagner
 Sent: Friday, May 30, 2003 2:09 PM
 To: [EMAIL PROTECTED]
 Subject: how to stop resolv.conf from being updated


 I am using DHCP on a cable modem and my
 providers nameserver really sucks
 but changing my resolv.conf repairs
 the lookups for a little while then it gets
 set back to them upon bootup.

 how do i make it stay the way i set it.


 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/free bsd-questions

 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

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

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


Re: any recommended simple text editors?????

2003-05-31 Thread T Kellers
The simplest is already built into freebsd; it's called ee.  It has some 
keystroke help built into the top of the editor display.   Another easy 
editor to use is joe (Joe's own editor).  It also has a displayed keystroke 
help section, and, while it's not vi, it is a fairly powerful (yet fairly) 
simple editor.

/usr/ports/editors/joe-devel 

Tim Kellers
CPE-NJIT

On Friday 30 May 2003 03:16 pm, HG wrote:
Hi All,

I am looking for a simple text editor that i can use when
i connect to the freebsd box with an ssh client (no x window)
that supports vt100 or vt400 (called putty.exe) .
Should also be able to connect to a linux box by recompiling
source for the linux computer.

There are so many editors listed in the packages cd , can
anyone recommend one in particular

Prefered is one that is menu driven with no keystrokes
to remember other than the common keys on the pc
keyboard : delete , arrows , backspace etc.

thanks

Henri


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

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


Re: Apache built correctly?

2003-02-06 Thread T Kellers


Thank Mike,

It certainly helped me; I noticed the tcp6 thing, but hadn't had time to chase 
down the documentation.

Tim Kellers
CPE/NJIT
On Wednesday 05 February 2003 07:05 pm, Mike Loiterman wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Wednesday, February 05, 2003 5:28 PM Matthew Emmerton 
mailto:[EMAIL PROTECTED] wrote:
  On Wednesday, February 05, 2003 10:31 AM [EMAIL PROTECTED]
 
  mailto:[EMAIL PROTECTED] wrote:
  Mike Loiterman [EMAIL PROTECTED] writes:
  On Tuesday, February 04, 2003 9:11 AM [EMAIL PROTECTED]
 
  mailto:[EMAIL PROTECTED] wrote:
  Mike Loiterman [EMAIL PROTECTED] writes:
  Absolutly nothing appears in the httpd-access.log file when I
  try to access the index.html.
 
  When I try to do http://localhost I get nothing.  Just this:
  unable to connect to remote host.
 
  I've restarted apache many times with the same results.  I
  restarted my machine with the same results.
 
  I can telnet into port 80 but Apache doesn't appear to answer.
  Something tells me that the daemon isn't running correctly or
  that Apache was installed incorrectly, although 'ps -aux | grep
  httpd' shows:
 
  What does doesn't appear to answer mean?  The fact that you can
  telnet in tells you that it isn't a network-layer issue.  Did you
  try a legitimate HTTP request?
 
  Well I telnet to 80 and it just says refused:
 
  [02:22:47 root@little_boy: /etc/mail]# telnet localhost 80 Trying
  127.0.0.1... telnet: connect to address 127.0.0.1: Connection
  refused telnet: Unable to connect to remote host
 
  Ah.  So you *can't* telnet into port 80.  That's different.
  Use sockstat(1) to see if anything is bound to port 80, and look at
  firewall rules to see if something's blocking it before it gets
  there.
 
  [13:41:19 root@little_boy: /etc/mail]# sockstat | grep 80
  www  httpd  30322 3  tcp6   *:80  *:*
  www  httpd  30321 3  tcp6   *:80  *:*
  www  httpd  30320 3  tcp6   *:80  *:*
  www  httpd  30319 3  tcp6   *:80  *:*
  www  httpd  30318 3  tcp6   *:80  *:*
  root httpd  30309 3  tcp6   *:80  *:*
 
  Hrmm...seems to be bound to thr right ports???  I'm not sure how to
  check
 
  the firewall rules, as this machine is already behind a firewall.
  Even so, wouldn't the http://localhost bypass any firewall stuff?
 
  It's bound to the right ports, but it's only listening on the IPv6
  address -- not the IPv4 address.  I'm not sure what the fix for this
  is, but this has been discussed on the list recently -- check the
  archives.

 Matt:
 You were 100% on the mark.

 For anyone that is interested -- just add the following lines in your
 httpd.conf file:

 Listen 0.0.0.0:80
 Listen [::]:80

 And it works perfectly.  This is a known problem with Apache2 although it
 isn't well documented.  Hopefully this will help someone else.

 - ---
 Randomly Generated Quote:
 My phone number is seventeen. I got
 one of the early ones. --George Carlin

 Mike Loiterman
 PGP Key 0xD1B9D18E
 http://www.ascendency.net



 -BEGIN PGP SIGNATURE-
 Version: PGP 8.0
 Comment: This message has been digitally signed by Mike Loiterman

 iQA/AwUBPkGmvGjZbUnRudGOEQJu5wCghdp1njU/6Y35/kZhXFv2r9VweNMAn0D/
 uDnpEC797YOoAQ8WBKwBYDKZ
 =AraT
 -END PGP SIGNATURE-


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


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