cannot print in kde apps using lp

2006-10-23 Thread Karl Agee
I posted about this about a month ago, thought i had
it it figured out but I guess I fooled myself.

I have kde 3.5.4 installed in fbsd6.1.  I cannot print
from kde applications, such as the printer control
module, kpdf, etc. 

I can print just_fine from OO.o, Firefox and Adobe
Reader 7.  

The error kde gives me is:  

usr/local/bin/lpr -P 'lp' '-#1'
'/usr/local/share/apps/kdeprint/testprint.ps' :
execution failed with message:
/usr/local/bin/lpr: Connection refused 

I do have cups installed but it is not running or
enabled.  

I dont understand why I can print from non-kde apps
but not from kde apps.  

--Karl

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: startkde: cannot start kdeinit. Check your installation

2006-10-14 Thread Karl Agee


--- Donald J. O'Neill [EMAIL PROTECTED] wrote:

 On Friday 13 October 2006 21:17, Karl Agee wrote:
  --- Donald J. O'Neill [EMAIL PROTECTED]
 wrote:
   On Friday 13 October 2006 20:11, Karl Agee
 wrote:
6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #4: Mon
 Oct
  
   2
  
08:40:06 PDT 2006
   
I cannot start kde.  Installed kde 3.5.4 from
  
   pkg_add
  
-r kde and everything installed fine.  I put
 in my
~/.xinitrc file:
   
startkde
   
but I keep getting this error:
   
/usr/local/bin/startkde: permission denied
startkde: could not start kdeinit.  check your
installation
   
I have changed the entry in .xinitrc to :
exec startkde
# and to
/usr/local/bin/startkde
   
with the same results.  I also cannot start
 kde as
root, I get the same thing.
   
kdeinit is:
   
-r--r--r--  1 root  wheel  39876 Oct  6 01:18
/usr/local/bin/kdeinit
   
   
   
   
   
I have tried changing permissions on kdeinit
 but
  
   with
  
the same result.  I have also removed the
 kdebase
package and reinstalled it, but with the same
  
   results.
  
I've searched everywhere and have seen the
 same
problems posted with different OS's and
 versions
  
   of
  
kde but nothing solid as to solutions.
   
anybody got any ideas?
  
   chmod 555 /usr/local/bin/kdeinit
   permisions should also be 555 for startkde
  
   You may have some other files permission
 problems.
  
   Don
 
  Don:  I did that, same exact error.
 
  --Karl
 
 
 Karl,
 
 Try this. What do you get, now.
 
 #ls -l /usr/local/bin/kdeinit
 -r-xr-xr-x  1 root  wheel  39716 Sep 29 03:22
 /usr/local/bin/kdeinit
 
 #ls -l /usr/local/bin/startkde
 -r-xr-xr-x  1 root  wheel  11828 Jul 23 09:23
 /usr/local/bin/startkde
 
 #ls -l .xinitrc
 -rw-r--r--  1 username  username  48 Sep 23 07:10
 .xinitrc
 
 #cat .xinitrc
 exec startkde
 
 Do you have xorg installed? xorg.conf is in place
 and configured? What happens 
 if you:
   #xdm
 Does x start up?
 
 Have you looked at the handbook for information on
 x? What about the FAQ? You 
 have a permissions problem somewhere.
 
 Don
 

Don:

 ls -la /usr/local/bin/kdeinit
-r-xr-xr-x  1 root  wheel  39876 Oct  6 01:18
/usr/local/bin/kdeinit
 ls -la /usr/local/bin/startkde 
-r-xr-xr-x  1 root  wheel  11828 Oct 13 17:04
/usr/local/bin/startkde
 ls -la .xinitrc
-rw-r--r--  1 kdagee  wheel  37 Oct 13 19:14 .xinitrc

I use X all the time.  I use windowmaker as my
environment.  Works fine.  Using X.org.  

 cat .xinitrc 
/usr/X11R6/bin/wmaker
#exec startkde

when I try starting kde I remove the # from the
starkde line and put it in the wmaker line.  

Nothing abnormal in my .kde directory or owned by
others.

 ls -la .kde
total 8
drwx--   3 kdagee  wheel   512 Oct 13 09:30 .
drwxr-xr-x  43 kdagee  wheel  3584 Oct 14 09:25 ..
lrwxr-xr-x   1 kdagee  wheel24 Oct 12 21:01
cache-enterprise.myhome.westell.com -
/var/tmp/kdecache-kdagee
lrwxr-xr-x   1 kdagee  wheel24 Oct 12 21:59
cache-myhome.westell.com - /var/tmp/kdecache-kdagee
drwx--   8 kdagee  wheel   512 Oct 12 21:01 share
lrwxr-xr-x   1 kdagee  wheel19 Oct 13 09:30
socket-myhome.westell.com - /tmp/ksocket-kdagee
lrwxr-xr-x   1 kdagee  wheel15 Oct 13 09:30
tmp-myhome.westell.com - /tmp/kde-kdagee


--Karl

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


startkde: cannot start kdeinit. Check your installation

2006-10-13 Thread Karl Agee

6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #4: Mon Oct  2
08:40:06 PDT 2006 

I cannot start kde.  Installed kde 3.5.4 from pkg_add
-r kde and everything installed fine.  I put in my
~/.xinitrc file:

startkde

but I keep getting this error:  

/usr/local/bin/startkde: permission denied
startkde: could not start kdeinit.  check your
installation

I have changed the entry in .xinitrc to :
exec startkde
# and to
/usr/local/bin/startkde

with the same results.  I also cannot start kde as
root, I get the same thing.

kdeinit is:

-r--r--r--  1 root  wheel  39876 Oct  6 01:18
/usr/local/bin/kdeinit

I have tried changing permissions on kdeinit but with
the same result.  I have also removed the kdebase
package and reinstalled it, but with the same results.


I've searched everywhere and have seen the same
problems posted with different OS's and versions of
kde but nothing solid as to solutions.

anybody got any ideas?





__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: startkde: cannot start kdeinit. Check your installation

2006-10-13 Thread Karl Agee


--- Donald J. O'Neill [EMAIL PROTECTED] wrote:

 On Friday 13 October 2006 20:11, Karl Agee wrote:
  6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #4: Mon Oct 
 2
  08:40:06 PDT 2006
 
  I cannot start kde.  Installed kde 3.5.4 from
 pkg_add
  -r kde and everything installed fine.  I put in my
  ~/.xinitrc file:
 
  startkde
 
  but I keep getting this error:
 
  /usr/local/bin/startkde: permission denied
  startkde: could not start kdeinit.  check your
  installation
 
  I have changed the entry in .xinitrc to :
  exec startkde
  # and to
  /usr/local/bin/startkde
 
  with the same results.  I also cannot start kde as
  root, I get the same thing.
 
  kdeinit is:
 
  -r--r--r--  1 root  wheel  39876 Oct  6 01:18
  /usr/local/bin/kdeinit
 
 
 
 
 
  I have tried changing permissions on kdeinit but
 with
  the same result.  I have also removed the kdebase
  package and reinstalled it, but with the same
 results.
 
 
  I've searched everywhere and have seen the same
  problems posted with different OS's and versions
 of
  kde but nothing solid as to solutions.
 
  anybody got any ideas?
 
 
 
 chmod 555 /usr/local/bin/kdeinit
 permisions should also be 555 for startkde
 
 You may have some other files permission problems.
 
 Don

Don:  I did that, same exact error.

--Karl


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: startkde: cannot start kdeinit. Check your installation

2006-10-13 Thread Karl Agee


--- Paul Schmehl [EMAIL PROTECTED] wrote:

 --On October 13, 2006 6:11:42 PM -0700 Karl Agee
 [EMAIL PROTECTED] wrote:
 
 
  6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #4: Mon Oct 
 2
  08:40:06 PDT 2006
 
  I cannot start kde.  Installed kde 3.5.4 from
 pkg_add
  -r kde and everything installed fine.  I put in my
  ~/.xinitrc file:
 
  startkde
 
 Edit /etc/ttys to look like this:
 
 ttyv8   /usr/local/bin/kdm -nodaemon  xterm   on
 secure
 
 Then reboot.
 
 Paul Schmehl ([EMAIL PROTECTED])
 Adjunct Information Security Officer
 The University of Texas at Dallas
 http://www.utdallas.edu/ir/security/
 

Paul:  thanks for the suggestion.  I did that, I got
the same exact error.  8-(

--Karl

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Printing Problem

2006-10-06 Thread Karl Agee
 uname -a
FreeBSD enterprise.myhome.westell.com 6.2-PRERELEASE
FreeBSD 6.2-PRERELEASE #4: Mon Oct  2 08:40:06 PDT
2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC.20060916
 i386

I cannot print from some applications, namely xpdf and
evince.  I have cups installed and running and I can
print from firefox and openoffice.org.

In both xpdf and evince, the print dialog gives me a
prompt for a printing command, not a printer to
choose.  This is a brother laser which is supported.

anything I can do to get printing in these apps to
work?

--Karl

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Printing Problem

2006-10-06 Thread Karl Agee
BTW, this is a usb printer.  /var/log/messages shows:


hine enterprise.myhome.westell.com: hostname nor
servname provided, or not known
Oct  6 08:45:56 enterprise lpd[11501]: /dev/lp: No
such file or directory


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Printing Problem

2006-10-06 Thread Karl Agee
uname -a
FreeBSD enterprise.myhome.westell.com 6.2-PRERELEASE
FreeBSD 6.2-PRERELEASE #4: Mon Oct  2 08:40:06 PDT
2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC.20060916
 i386

I cannot print from some applications, namely xpdf and
evince.  I am trying to print pdf's from these as
printing in adobe reader 7 is disabled.  I have cups
installed and running and I can
print from firefox and openoffice.org.

In both xpdf and evince, the print dialog gives me a
prompt for a printing command, not a printer to
choose.  This is a brother laser which is supported.

This is a usb printer, lpstat shows:

lpstat -p -d
printer Brother_Laser is idle.  enabled since Jan 01
00:00
system default destination: Brother_Laser

/var/log/messages shows:


Oct  6 08:45:56 enterprise lpd[11501]: /dev/lp: No
such file or directory


anything I can do to get printing in these apps to
work?




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Printing Problem

2006-10-06 Thread Karl Agee


--- Andrew Gould [EMAIL PROTECTED] wrote:

 --- Karl Agee [EMAIL PROTECTED] wrote:
  uname -a
  FreeBSD enterprise.myhome.westell.com
 6.2-PRERELEASE
  FreeBSD 6.2-PRERELEASE #4: Mon Oct  2 08:40:06 PDT
  2006
 

[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC.20060916
   i386
  
  I cannot print from some applications, namely xpdf
  and
  evince.  I am trying to print pdf's from these as
  printing in adobe reader 7 is disabled.  I have
 cups
  installed and running and I can
  print from firefox and openoffice.org.
  
  In both xpdf and evince, the print dialog gives me
 a
  prompt for a printing command, not a printer to
  choose.  This is a brother laser which is
 supported.
  
  This is a usb printer, lpstat shows:
  
  lpstat -p -d
  printer Brother_Laser is idle.  enabled since Jan
 01
  00:00
  system default destination: Brother_Laser
  
  /var/log/messages shows:
  
  Oct  6 08:45:56 enterprise lpd[11501]: /dev/lp: No
  such file or directory
  
  anything I can do to get printing in these apps to
  work?
  
 
 Did you remember to move or delete the lp* files
 from
 /usr/bin/ so that they don't conflict with the cups
 versions in /usr/local/bin/ ?
 
 Andrew L. Gould
 

Andrew:  thanks for the reply.  No, I didnt do
that--what happened is lp got whacked at some point
and I just re-ran apsfilter to set it back up, now I
am printing again.  8-)

--Karl


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


su: illegal option -- s

2005-04-02 Thread Karl Agee
FreeBSD 4.11-Stable, bash 2.05. 

I am getting an error when I try to launch a daemon
script manually as root, or in /usr/local/etc/rc.d:

-su-2.05b#
/usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh
-su-2.05b# su: illegal option -- s
usage: su [-] [-flm] [-c class] [login [args]]

the perms on it are:

-su-2.05b# ls -la
/usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh
-rwxr-xr-x  1 www  www  2750 Mar 29 19:57
/usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh

it is related to a web based application.

The line in the script that calls this is:  

su -s /bin/sh -c $KohaZ3950Shell -  $RunAsUser 

The su man page indicates that the -s option isnt
supportedhow can I edit this so this function
works??

--karl



__ 
Yahoo! Messenger 
Show us what our next emoticon should look like. Join the fun. 
http://www.advision.webevents.yahoo.com/emoticontest
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


page fault when starting system with new hard disk

2005-04-02 Thread Karl Agee
FreeBSD 4.11-stable. details:

FreeBSD enterprise 4.11-STABLE FreeBSD 4.11-STABLE #0:
Sun Jan 30 22:07:15 PST 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/NEWKERNEL_20050130
 i386

Put a new hard disk is my system today, and setup
partitions for storing data files iso's etc.  it is
setup as a slave drive on the ide channel the master
drive that freebsd lives on.  It is a seagate
barracuda 160 gb ata100.

When I boot, I get this error:

(couldnt write all of this down and it kept going:)

ad7: Read commmand timeout tag=0 (something)
-resetting

(does this a few times with some other output)

Then I get this:

Fatal Trap12: page fault while in kernel mode
fault virtual address =0x7800bc
fault code=supervisor write, page not
present
instruction pointer   =0x8:0xc01d72ec
stack pointer = 0x10:0xc03698ec
frame pointer = (same evil hex code)
code segment  = base0x0, limit 0xf, type
0x1b
   = DPL 0, pres 1, def 32,1,
gran1
processor eflags   = interupt enabled, resume,
fopl=0
current process= idle
interupt mask  = hio
trap number= 12
panic:  page fault  
syncing disks...
done
rebooting in 15 seconds


--karl



__ 
Do you Yahoo!? 
Yahoo! Personals - Better first dates. More second dates. 
http://personals.yahoo.com

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


Re: su: illegal option -- s

2005-04-02 Thread Karl Agee
Dan:  Thanks, this seems to have worked.

--karl

--- Dan Nelson [EMAIL PROTECTED] wrote:
 In the last episode (Apr 02), Karl Agee said:
  FreeBSD 4.11-Stable, bash 2.05. 
  
  I am getting an error when I try to launch a
 daemon
  script manually as root, or in
 /usr/local/etc/rc.d:
  
  -su-2.05b#

/usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh
  -su-2.05b# su: illegal option -- s
  usage: su [-] [-flm] [-c class] [login [args]]
  
  The line in the script that calls this is:  
  
  su -s /bin/sh -c $KohaZ3950Shell -  $RunAsUser 
  
  The su man page indicates that the -s option isnt
 supportedhow
  can I edit this so this function works??
 
 That's really weird su syntax there.  Try 
 
 su - $RunasUser -c $KohaZ3950Shell
 
 -- 
   Dan Nelson
   [EMAIL PROTECTED]
 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


printer gone beszerk

2005-03-19 Thread Karl Agee
FreeBSD 4.11-Stable.  My printer has gone beszerk...and, I cant clear 
the queue.

Here is some output:
bash-2.05b$ lpq -P hp
Warning: unable to get address list for remote machine : No address 
associated with hostname
Warning: no daemon present
Rank   Owner  Job  Files Total Size
1stkdagee 0(standard input)  145143 bytes
2ndkdagee 1(standard input)  74513 bytes
3rdkdagee 2(standard input)  967543 bytes
4thkdagee 3(standard input)  406428 bytes
bash-2.05b$ lprm -
lprm: getprintcap: printer not found

bash-2.05b$ cat /etc/printcap
# This file was automatically generated by cupsd(8) from the
# /usr/local/etc/cups/printers.conf file.  All changes to this file
# will be lost.
hp|hp:rm=:rp=hp:
This is a local printer on lp0.  I set it up using apsfilter, and I dont use 
cups.

I want to delete these jobs but dont know what else to do.
--Karl
_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


portmanager

2005-03-05 Thread Karl Agee
For those who havent tried it, I used sysutils/portmanager to fix my broken 
gnome install...and it worked!  everything is happy now.

Thanks to Mike Shultz for suggesting it.
--Karl
_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


portupgrade wrecked gnome!!! ~8-(

2005-03-03 Thread Karl Agee
Here is my tale of woe.
Freebsd 4.11-stable.  I upgraded my ports using portupgrade -arR after 
cvsuping and make fetchindex and portsdb -u.  Things worked, so I went out 
and did portupgrade.

But my gnome-2.8.2 install is hosed.  It starts but gives me no taskbars or 
button bars.  Just little iconlets--one on the top, the quicklaunch 
toolbar for a few apps I had in it, and a little something at the bottom 
which I cannot figure out what it is supposed to be.

I tried doing a  make deinstall of gnome and cleared everything out of 
ports/distfiles.  But it didnt require anything new I imagine all it needed 
is still laying around here, broken.

SO, my friends, I would like to get my gnome install back
--karl
_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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


Device Perms in 5.3

2005-01-07 Thread Karl Agee
I want to use 5.3 as a desktop system, but I am having some problems with 
device permissions.  Since devfs re-creates devices on boot I have to redo 
the perms everytime I want to use these devices.  Listening to audio cd's, 
watching dvd's or burning cd's/dvd's.  Gets a little annoying.

How can I peg device permissions the way I want them...other than using it 
on a daily basis as root?

--Karl
_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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


Re: installing a linux rpm, wants perl

2005-01-04 Thread Karl Agee

From: Kent Stewart [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
CC: Karl Agee [EMAIL PROTECTED]
Subject: Re: installing a linux rpm, wants perl
Date: Mon, 3 Jan 2005 22:41:38 -0800
On Monday 03 January 2005 09:24 pm, Karl Agee wrote:
 freebsd 4.11-pre with linux compatibility.

 I'm trying to install a linux rpm but I am getting the following
 errer:

 -su-2.05b# rpm -i --ignoreos --root /compat/linux --dbpath
 /var/lib/rpm package.i386.rpm
 error: failed dependencies:
 /usr/bin/perl is needed by package

 -su-2.05b# whereis perl
 perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz
 /usr/src/gnu/usr.bin/perl

 So I am guessing that compat/linux ought to have perl in /usr/bin.  I
 tried making a soft link but that didnt work.

 I havent found a port for perl in linux, any ideas how to resolve
 this?

Did you upgrade perl and forget to do the use.perl port. There are
links that the script creates and when you create a new bin/perl, they
have to be restablished.
Kent
Kent:  No, I havent upgraded perl.
--Karl
_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


installing a linux rpm, wants perl

2005-01-03 Thread Karl Agee
freebsd 4.11-pre with linux compatibility.
I'm trying to install a linux rpm but I am getting the following errer:
-su-2.05b# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm  
package.i386.rpm
error: failed dependencies:
   /usr/bin/perl is needed by package

-su-2.05b# whereis perl
perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz /usr/src/gnu/usr.bin/perl
So I am guessing that compat/linux ought to have perl in /usr/bin.  I tried 
making a soft link but that didnt work.

I havent found a port for perl in linux, any ideas how to resolve this?
--Karl
_
On the road to retirement? Check out MSN Life Events for advice on how to 
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement

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


upgrading perl

2004-12-30 Thread Karl Agee
Freebsd 4.11-pre.  I am working on learning perl, and have perl 5.00x that 
is in the base system when I installed 4.10-Release.  Since most of the 
learning materials out there are based on later verisions esp since 5.6.x 
some of the features arent in this older version.

I am considering upgrading to 5.8.5 via ports, but, dont know if that will 
break anything.

Just being cautious...
--Karl
_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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


gnome-cd: cant connect to cddb server--resolved

2004-12-25 Thread Karl Agee
I had posted earlier that I couldnt pull down cd info from the cddb server 
when playing music cd's.  I did a lot more googling and found that:

1)  gnome-cd uses a program called cddbslave2 to fetch info from the cddb 
servers;

2) cddbslave2 uses ftp through port 888 to request this info.
so I poked a hole in my firewall for tcp on port 888 and it works.
--Karl
_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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


gnome-cd: connecting to cddb server as user

2004-12-24 Thread Karl Agee
Freebsd 4.11-pre, gnome-lite 2.8.1.
using gnome-cd to listen to cd's in my user acct, but it wont connect to the 
cddb server to pull down cd info.  It does when I do it as root, however.

The only error I see is this:
** (gnome-cd:671): WARNING **: could not contact cddb server
how to fix
--Karl
_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


Re: gnome-cd: connecting to cddb server as user

2004-12-24 Thread Karl Agee

From: Joe Marcus Clarke [EMAIL PROTECTED]
To: Karl Agee [EMAIL PROTECTED]
CC: FreeBSD User Questions List freebsd-questions@freebsd.org
Subject: Re: gnome-cd:  connecting to cddb server as user
Date: Fri, 24 Dec 2004 15:27:23 -0500
On Fri, 2004-12-24 at 11:02 -0800, Karl Agee wrote:
 Freebsd 4.11-pre, gnome-lite 2.8.1.

 using gnome-cd to listen to cd's in my user acct, but it wont connect to 
the
 cddb server to pull down cd info.  It does when I do it as root, 
however.

 The only error I see is this:

 ** (gnome-cd:671): WARNING **: could not contact cddb server

 how to fix

What messages are printed to stdout/stderr when this happens?  Make sure
that ~/.cddb* are all owned by you.  If things are still failing, get a
binary sniffer trace of the CDDB conversation.
Joe:
The only message I get is:
** (gnome-cd:671): WARNING **: could not contact cddb server
nothing in any logs.  Everything is owned by me.
--Karl


_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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


using growfs

2004-11-30 Thread Karl Agee
FreeBSD 4.10-stable.  I want to grow a filesystem that is at the end of 
the partition.  Reading the man pages for disklabel(8) and fdisk(8) I am 
still not sure how to make the slice larger before using growfs.  Any tips 
appreciated!

--Karl
_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


Re: Parallel Port Printing Blues

2004-11-16 Thread Karl Agee

From: Anish Mistry [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: Karl Agee [EMAIL PROTECTED]
Subject: Re: Parallel Port Printing Blues
Date: Tue, 16 Nov 2004 04:18:04 -0500
On Tuesday 16 November 2004 02:01 am, Karl Agee wrote:
 I have a Freebsd 4.10-stable system that I am having problems getting
 parallel port printing to work on.

 The printer is an old HP DeskJet 820C Winprinter
 http://linuxprinting.org/show_printer.cgi?recnum=HP-DeskJet_820C that
 works well on the same box in Linux-Mandrake 10.0 Official.

 I have cups installed and running, have the ppd file from
 linuxprinting.org and can get onto the cups admin interface ok.  I have
 configured the printer using both cups and apsfilter.

I know that with pnm2ppa and a special filter I downloaded from somewhere
(might have been linuxprinting.org) that I got an 820C working on a 5.x
system a few months ago.  If I remember I'll grab the instructions from
that system when I can get to that system Friday.
--
Anish Mistry
Thanks Anish, I already have pnm2ppa installed.  I think it's more of a 
parallel port problem tho.

--Karl
_
Is your PC infected? Get a FREE online computer virus scan from McAfee® 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


Parallel Port Printing Blues

2004-11-15 Thread Karl Agee
I have a Freebsd 4.10-stable system that I am having problems getting 
parallel port printing to work on.

The printer is an old HP DeskJet 820C Winprinter 
http://linuxprinting.org/show_printer.cgi?recnum=HP-DeskJet_820C that works 
well on the same box in Linux-Mandrake 10.0 Official.

I have cups installed and running, have the ppd file from linuxprinting.org 
and can get onto the cups admin interface ok.  I have configured the printer 
using both cups and apsfilter.

and have gone through the printing section of the handbook, and Dru's recent 
article on unix printing on Onlamp.com. I've also searched and searched 
google and this mailing list, havent found anything yet.  Also read Mike 
Lucas' article on apsfilter.

The kernel detects the port and the printer fine.  dmesg shows:
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/15 bytes threshold
ppbus0: IEEE1284 device found /NIBBLE/ECP
Probing for PnP devices on ppbus0:
ppbus0: HEWLETT-PACKARD DESKJET 820C SCP,VLINK
I've set the perms on the lpt0 to:
crw-r-xr-x  1 root  wheel   16,   0 Nov 15 21:27 /dev/lpt0
When printing a cups test page, nothing happens, meaning, no printing 
occurs.  Cups shows the job aborted.  the cups logs show nothing.

When printing an apsfilter test page, the system crashes, meaning, it 
freezes solid.  I have to do a hard reboot.

when I try running # lptest  dev/lpt0, nothing happens from the printer.  I 
get no error messages.

I've run out of ideas, other than replacing this (perfectly useable) boat 
anchor.

--karl
_
On the road to retirement? Check out MSN Life Events for advice on how to 
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement

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


books

2003-07-27 Thread Karl Agee
Ok, so, if you could buy only ONE of the currently available FreeBSD books, 
which one would it be???

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


Fwd: Re: laptop question for this or the mobile group?

2003-07-27 Thread Karl Agee

Date: Sun, 27 Jul 2003 19:15:57 -0700
To: Greg 'groggy' Lehey [EMAIL PROTECTED]
From: Karl Agee [EMAIL PROTECTED]
Subject: Re: laptop question for this or the mobile group?
Hi Greg and all:

Laptop:  Thinkpad iSeries 1300
Video:  Silicon Motion LynxEM+ chip
Screen:  800x600 hpa
system:  FreeBSD 4.8-RELEASE

Only the vga driver works, and not very well.  Gives me only a 640x480 
display and the windows etc are not displayed properly (too large for the 
display).  This setup was configured using either xf86config or xf86cfg 
-textmode.  Using the autodetect selection froze the display, as does 
trying to setup manually using the above and the silicon motion 
driver.  Killing X server doesnt work, have to reboot the machine.

This notebook works fine with suse 8.1, Red Hat 9, Knoppix 3.1, etc.

I did notice the XF86Config file is the old XFree 3.x series format, 
apparently not the newer series 4.x format.  (dont know if that is 
significant).

--karl

At 11:10 AM 7/27/2003 +0930, you wrote:

On Thursday, 24 July 2003 at 21:47:23 -0700, Karl Agee wrote:
 I am having problems getting X set up properly on a laptop.  Should
 I post the question here or on the mobile list?
Start here, but give some details.  If this is a Dell Inspiron 5100,
I'm working on it.
Greg
--
See complete headers for address and phone numbers
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: laptop question for this or the mobile group?

2003-07-27 Thread Karl Agee
At 12:53 PM 7/28/2003 +0930, Greg 'groggy' Lehey wrote:

On Sunday, 27 July 2003 at 19:15:57 -0700, Karl Agee wrote:
 At 11:10 AM 7/27/2003 +0930, you wrote:

 On Thursday, 24 July 2003 at 21:47:23 -0700, Karl Agee wrote:
 I am having problems getting X set up properly on a laptop.  Should
 I post the question here or on the mobile list?

 Start here, but give some details.  If this is a Dell Inspiron 5100,
 I'm working on it.

 Hi Greg and all:
You forgot to copy and all.  I'm doing it now.

 Laptop:  Thinkpad iSeries 1300
 Video:  Silicon Motion LynxEM+ chip
 Screen:  800x600 hpa

 system:  FreeBSD 4.8-RELEASE

 Only the vga driver works, and not very well.  Gives me only a 640x480
 display and the windows etc are not displayed properly (too large for the
 display).
That's a window manager issue.


Well, both twm and windowmaker do it.havent tried kde, gnome.


 This setup was configured using either xf86config or xf86cfg
 -textmode.  Using the autodetect selection froze the display, as
 does trying to setup manually using the above and the silicon motion
 driver.  Killing X server doesnt work, have to reboot the machine.
Hmm.  Anything unusual in /var/log/XFree86.0.log?  I had this recently:

   (==) RADEON(0): Write-combining range (0xc,0x4) was already clear
   (WW) RADEON(0): Bad V_BIOS checksum
   (II) RADEON(0): Primary V_BIOS segment is: 0xc000
   (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear
   (--) RADEON(0): Chipset: ATI Radeon Mobility M7 LW (AGP) (ChipID = 
0x4c57)
   (--) RADEON(0): Linear framebuffer at 0xf000
   (--) RADEON(0): MMIO registers at 0xe010
   (==) RADEON(0): Write-combining range (0xe010,0x8) was already 
clear
   (--) RADEON(0): VideoRAM: 16384 kByte (64-bit DDR SDRAM)
   (==) RADEON(0): Write-combining range (0xe010,0x8) was already 
clear
   (II) RADEON(0): CloneDisplay option not set -- defaulting to auto-detect
   (II) RADEON(0): Primary Display == Type 2
   (II) RADEON(0): Panel ID string: 
   (II) RADEON(0): Panel Size from BIOS: 65535x65535

  *** If unresolved symbols were reported above, they might not
  *** be the reason for the server aborting.
   Fatal server error:
   Caught signal 11.  Server aborting
This was on a Dell Inspiron 5100, and it's caused by incorrect mapping
of the video BIOS.  It would be interesting to see if you're having a
similar problem.


well, I dont see anything like that, but, now it is crashing with the same 
message.  But, it says:

(II) Silicon Motion(0): U2C device I2C bus:SAA 7111A registered at 
address 0x48.
(II) Silicon Motion(0): U2C device I2C bus:SAA 7111A removed.

***If unresolved symbols were reported above..(wont repeat it you know 
what the rest is I am sure)

Fatal Server Error:
Caught Signal 11 Server Aborting.
that is where it crashes.

--karl






 This notebook works fine with suse 8.1, Red Hat 9, Knoppix 3.1, etc.

I also tried my laptop with Knoppix 3.1, and it worked fine.  It's
obviously a FreeBSD problem, and I'm currently trying to localize it.
 I did notice the XF86Config file is the old XFree 3.x series format,
 apparently not the newer series 4.x format.  (dont know if that is
 significant).
Depends on where it came from.  The log file is more interesting, and
it'll tell you which of the myriad possible config files it uses.
Greg
--
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


more Re: laptop question for this or the mobile group?

2003-07-27 Thread Karl Agee
Ok, I just made a change to the monitor setting.and it froze up like 
before.  Here is the log message:

(II) Silicon Motion(0):  Primary V_BIOS segment is: 0xc000
(II) Silicon Motion(0):  Write-combining range (0x0, 0x1000) was already clear
(II) Silicon Motion(0):  Current Mode 0x00
(II) Silicon Motion(0):  SMI_GEReset called from smi_driver.c line 1559
(II) Silicon Motion(0):  SMI_GEReset called from smi_driver.c line 263
#above line repeated many times
--karl
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: laptop question for this or the mobile group?

2003-07-27 Thread Karl Agee
Karl Agee snipped:



 (II) Silicon Motion(0): U2C device I2C bus:SAA 7111A registered at 
address 0x48.
 (II) Silicon Motion(0): U2C device I2C bus:SAA 7111A removed.

It looks as if you have trimmed too much.  Look for lines starting
with (WW) and (EE).


(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log File.
(==) Using config file..
that is all it says.





 ***If unresolved symbols were reported above..(wont repeat it you know
 what the rest is I am sure)

 Fatal Server Error:
 Caught Signal 11 Server Aborting.

 that is where it crashes.
OK, so this looks similar.  Take a look in /var/run/dmesg.boot and
find a line starting with orm0.  I'd be interested to see what it
looks like.
orm0: Option ROM at iomem 0xc-0xcbfff on isa0



Also check for any warnings about checksum mismatches in
the dmesg.boot.


Nope.  no checksum errers.

--karl

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


laptop question for this or the mobile group?

2003-07-24 Thread Karl Agee
I am having problems getting X set up properly on a laptop.  Should I post 
the question here or on the mobile list?

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


X 4.3 on thinkpad iSeries 1300

2003-07-21 Thread karl agee
Trying to get X running (correctly) on a thinkpad iSeries 1300.  This unit has 
a silicon motion LynxEM+ video chip and a 800x600 svga display.

I can get X running, but, it comes up only in 640x480.  Additionally the 
display looks like it is displaying in a 1024x768 mode as all of the fonts, 
graphics, etc are very_large scale.  

any tips to getting things setup straight appreciated.

--karl

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


printing problems 4.7-stable

2002-10-21 Thread Karl Agee
I cannot print in 4.7-stable...I do not think the problem is the driver but 
with how the kernel deals the parallel port.  Which is odd, since it 
recognizes and configures it properly.  

Why I say this, is because I cannot even send 

# lptest  /dev/lpt0

to the printer, as nothing happens.  

The printer is a winprinter boat anchor, which works well in linux using the 
same drivers (and on the same box).  It is a HP820Cse using the pnm2ppa 
filter package setup via apsfilter.  

When I attempt to print I get an error message back 

 pnm2ppa[405]: parm_iversion():  Unknown Printer version

I've written the authors of the package and they made sure I had the right 
printer selected which I do.

I've re-set the parallel port mode in the bios to 
spp...epp...ecp+eppnothing works so far.  

Here's what dmesg says about it

ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: IEEE1284 device found /NIBBLE/ECP
Probing for PnP devices on ppbus0:
ppbus0: HEWLETT-PACKARD DESKJET 820C SCP,VLINK
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0

There has been some traffic on the past on this, but no resolution...

I'm sure it will_work just dont know what is going on at this point.  

--karl

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



dial-up firewall

2002-07-25 Thread karl agee

In the handbook is a section on setting up a dialup firewall.  I use
kppp to dial out; would this be a good way to go??

Only other services I would require besides pop email would be realaudio
which is udp.

--karl




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



evolution palm-mail conduit

2002-07-25 Thread karl agee

This is along the lines of the thread using FreeBSD as a Desktop OS...

anyone know of a conduit for palm OS pop mail to evolution?  The one
supplied is for sendmail.  

--karl




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



Mission Accomplished!!!

2002-07-23 Thread karl agee

heh.  Thanks to y'all I finally accomplished my goal--I've got my DP-1
kernel recompiled for sound and updated my system to -current AND I am
listening to a cd on my freebsd box.

heh heh

Not bad for an old fart geek, eh?

--karl




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



using burncd

2002-07-23 Thread karl agee

When using burncd, is it necessary to first create a iso fs on the cd?? 
It's not clear in the man page if it does this or not.

--karl




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



kernel compile errors 5.0-DP1

2002-07-22 Thread Karl Agee

here's the errors:

=== NEWKERNEL
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 

config -d /usr/obj/usr/src/sys/NEWKERNEL
/usr/src/sys/i386/conf/NEWKERNEL
config: Device pci requires a count
FYI: static unit limits for ppp are set: NPPP=1
config: Device card requires a count
FYI: static unit limits for atkbdc are set: NATKBDC=1
FYI: static unit limits for sc are set: NSC=1
config: 2 errors
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.


--karl


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



Re: kernel compile errors 5.0-DP1

2002-07-22 Thread Karl Agee

At 02:04 AM 7/23/2002 +0200, Simon 'corecode' Schubert wrote:
On Mon, 22 Jul 2002 15:51:14 -0700 Karl Agee wrote:

  config -d /usr/obj/usr/src/sys/NEWKERNEL
  /usr/src/sys/i386/conf/NEWKERNEL
  config: Device pci requires a count
  FYI: static unit limits for ppp are set: NPPP=1
  config: Device card requires a count
  FYI: static unit limits for atkbdc are set: NATKBDC=1
  FYI: static unit limits for sc are set: NSC=1
  config: 2 errors
  *** Error code 1
  Stop in /usr/src.
  *** Error code 1

are you sure that's DP1? i suspect that's a new source tree and so you
need to follow changes of the essential build system.


Yes, it's DP-1...that is what I started with.  I've updated the source 
tree...I'll read up on it.


pci now needs a count, as config states. read GENERIC for details.


Thanks for the help

--karl




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