/dev/ttyv2: No such file

2007-06-29 Thread RYAN M. vAN GINNEKEN

running this version of freebsd 

FreeBSD new.computerking.ca 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jun 15 
16:06:12 MST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/KING1 i386 


getting these on bootup, everthing seems to be working ok however 

Jun 29 03:29:42 new getty[975]: open /dev/ttyv2: No such file or directory 
Jun 29 03:29:42 new getty[974]: open /dev/ttyv1: No such file or directory 
Jun 29 03:29:42 new getty[973]: open /dev/ttyv0: No such file or directory 
Jun 29 03:29:42 new getty[976]: open /dev/ttyv3: No such file or directory 
Jun 29 03:29:42 new getty[977]: open /dev/ttyv4: No such file or directory 
Jun 29 03:29:42 new getty[979]: open /dev/ttyv6: No such file or directory 
Jun 29 03:29:42 new getty[980]: open /dev/ttyv7: No such file or directory 
Jun 29 03:29:42 new getty[978]: open /dev/ttyv5: No such file or directory 

-- 
Computer King  CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

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


ftp woes

2007-06-22 Thread RYAN M. vAN GINNEKEN

Hello all i have been going crazy trying to sort out this ftp problem. I have a 
server machine that is connected directly to the net i have opened my ipf 
firewall to accept all connections. At first i thought i did not need ipnat 
rules becuase this host is not acting as a gateway just a standalone machine. I 
added these rules to ipnat just to be on the safe side even though i do not 
have a internal network. 

# This rule will handle all the traffic for the internal LAN: 
map xl0 192.168.0.0/16 - 0/32 proxy port 21 ftp/tcp 

# This rule handles the FTP traffic from the gateway: 
map xl0 0.0.0.0/0 - 0/32 proxy port 21 ftp/tcp 

# THE RULE THAT FORWARDS EVERTHING 
map xl0 192.168.0.0/16 - 0/32 
map xl0 192.168.1.0/16 - 0/32 

I tried the default ftpd and lukemftp now i have installed and configured 
proftpd 

I can login ok but when i try to do a cd or ls i always get this error 

ftp new.computerking.ca 
Connected to new.computerking.ca. 
220 ProFTPD 1.3.1rc2 Server (ProFTPD Default Installation) [68.144.1.51] 
Name (new.computerking.ca:rmvg): computerking 
331 Password required for computerking 
Password: 
230 User computerking logged in 
Remote system type is UNIX. 
Using binary mode to transfer files. 
ftp ls 
ftp: connect: No route to host 
ftp cd 
(remote-directory) / 
250 CWD command successful 
ftp ls 
ftp: connect: No route to host 
ftp dir 
ftp: connect: No route to host 
ftp 

-- 
Computer King  CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

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


IPNAT

2007-06-22 Thread RYAN M. vAN GINNEKEN

Just wondering if i need IPNAT and gateway_enabled=YES in my rc.conf file? It 
is a stand alone server so does not need to route any packets but does run 
proftpd. 

Can i just have ipf running or do i need ipnat too in this situation 

-- 
Computer King  CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

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


java build error

2007-04-25 Thread RYAN M. vAN GINNEKEN

Hello all i am getting this error when trying to install java jdk15 from the 
ports. please help and thank you in advance 

acpi0_check: nexus0 
attachedom/sun/jmx/mbeanserver/MBeanInstantiatorImpl.java:162: warning: 
non-varargs call of varargsacpi0_check: legacy0 not-presentpe for last 
parameter; 
cast to java.lang.Object for a varargs call acpi0_check: npx0 attached 
cast to java.lang.Object[] for a non-varargs call and to suppress this warning 
acpi0_check: acpi0 attachednewInstance(null); 
^ 
Note: * uses or overrides a deprecated API. 
Note: Recompile with -Xlint:deprecation for details. 
Note: Some input files use unchecked or unsafe operations. 
Note: Recompile with -Xlint:unchecked for details. 
21 errors 
12 warnings 
gmake[3]: *** [.compile.classlist] Error 1 
gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java/java' 
gmake[2]: *** [all] Error 1 
gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java' 
gmake[1]: *** [all] Error 1 
gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make' 
gmake: *** [j2se-build] Error 2 
*** Error code 2 

Stop in /usr/ports/java/jdk15. 
*** Error code 1 



-- 
Computer King  CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

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


uhub0: port 2, set config at addr 2 failed

2007-04-09 Thread RYAN M. vAN GINNEKEN
Hello friendly FreeBSDier's i am tring to make my machine work with a Motorola 
usb modem and get the below errors in my dmesg. I would be very grateful if 
someone could help me with this problem. 

FreeBSD new.computerking.ca 6.2-STABLE FreeBSD 6.2-STABLE #0 

usb0: VIA 83C572 USB controller on uhci0 
usb0: USB revision 1.0 
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 
uhub0: 2 ports with 2 removable, self powered 
uhci1: VIA 83C572 USB controller port 0xa800-0xa81f irq 10 at device 7.3 on 
pc 
i0 
uhci1: [GIANT-LOCKED] 
usb1: VIA 83C572 USB controller on uhci1 
usb1: USB revision 1.0 
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 
uhub1: 2 ports with 2 removable, self powered 

Later in the demesg i get this either when i plug the modem in or if i reboot 
with it plugged in. Funny cause it worked once and gave me cdce0 in my ifconfig 
so i added a line to my /etc/rc.conf like this 

ifconfig_cdce0=inet 68.146.204.153 netmask 255.255.252.0 

to set a static ip then restarted and it now it just gives me the below error 
and no device in shows up in my ifconfig 

uhub0: port 2, set config at addr 2 failed 
uhub0: device problem (SHORT_XFER), disabling port 2 


also i have these in my dmesg the look strange to me and thought that mabey 
they might be related. 

can't re-use a leaf (%desc)! 
can't re-use a leaf (%driver)! 
can't re-use a leaf (%location)! 
can't re-use a leaf (%pnpinfo)! 
can't re-use a leaf (%parent)! 

-- 

Computer King  CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

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


Freebsd 4.X php 5

2007-03-31 Thread RYAN M. vAN GINNEKEN

Hello all i am running freebsd 4.11 an cannot seem to build php4 or php5 i get 
errors like these 

/usr/ports/lang/php4/work/php-4.4.6/ext/standard/basic_functions.c:1619: 
arithmetic on pointer to an incomplete type 
/usr/ports/lang/php4/work/php-4.4.6/ext/standard/basic_functions.c:1619: 
dereferencing pointer to incomplete type 
/usr/ports/lang/php4/work/php-4.4.6/ext/standard/basic_functions.c:1651: 
warning: passing arg 1 of `free_longopts' from incompatible pointer type 


warning: passing arg 1 of `free_longopts' from incompatible pointer type 

-- 
Computer King  CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

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


Flash Player

2007-02-02 Thread RYAN M. vAN GINNEKEN

Hello again all i have been having a really hard time figuring out how to get 
flash to work on my Freebsd machine. I go to lots of sites and they tell me to 
get the plugin but i have tried everything and cannot get it to work. 

I am running firefox from the ports and have the following ports installed to 
try and make this work but it will not. 


flashplugin-mozilla-0.4.13 A GPL standalone Flash (TM) plugin for Mozilla web 
browser 
libflash-0.4.13_1 GPL Flash (TM) Library 
linux-flashplugin-7.0r69 Adobe Flash Player NPAPI Plugin 

gnash-0.7.1_1 GNU Flash movie player 

firefox-2.0.0.1_1,1 Web browser based on the browser portion of Mozilla 

I have also done a bunch of goggling and noticed that there were and still be 
many licensing issues. Do these still exist or am i just doing something wrong 
the above mentioned plugins should play flash right? 
-- 
Computer King  CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

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


original install date birth date

2007-01-28 Thread RYAN M. vAN GINNEKEN

i have been running a bsd system since version 4 something it has been up now 
for 372 days. I have done make world on it several times and am woundering how 
to find out the exact day i booted it and installed the os. 

-- 
Computer King  CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

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


Re: Bus error (core dumped)

2006-11-07 Thread RYAN M. vAN GINNEKEN



Hello all i am tring to get apache13_modssl this on FreeeBSD ver 4.11 stable to 
work. apachectl start works ok but when i try to start apachectl startssl i get 
this on the command line 

tokyo.computerking.ca  /usr/local/etc/apache #apachectl startssl 
Bus error (core dumped) 

I get nothing in /var/log/apache/httpd-error.log or 
/var/log/apache/sl.computerking.ca.ssl-httpd-error.log which is my log for the 
first and only virtual ssl host. 

i get this in my  /var/log/apache/ssl_engine_log 

[06/Nov/2006 14:28:13 76200] [info]  Server: Apache/1.3.37, Interface: 
mod_ssl/2.8.28, Library: OpenSSL/0.9.8a 
[06/Nov/2006 14:28:13 76200] [info]  Init: 1st startup round (still not 
detached) 
[06/Nov/2006 14:28:13 76200] [info]  Init: Initializing OpenSSL library 
[06/Nov/2006 14:28:13 76200] [info]  Init: Loading certificate  private key of 
SSL-aware server sl.computerking.ca:443:443 
[06/Nov/2006 14:28:13 76200] [info]  Init: Seeding PRNG with 136 bytes of 
entropy 
[06/Nov/2006 14:28:13 76200] [info]  Init: Generating temporary RSA private 
keys (512/1024 bits) 

could this be that my self signed cert is 2048 bits it always seemed to work 
with apache2 please help. 


-- 
Computer King/CaNMail 

http://www.computerking.ca http://www.canmail.org 

Sales, Service, and Hosting 
Email, Data, and Web Packages 
Ask about web design specials 

Affiliates 
http://www.computerking.ca/pages/links/affiliates/affiliates.htm 

Maybe Computer Science should be in the College of Theology. -- R. S. Barton  


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


printing PDF on freebsd

2006-11-01 Thread RYAN M. vAN GINNEKEN

Hello all am having great difficulty getting pdf to print to the printer 
attached to my Freebsd box please help. 

I have gotten my printer working like in the handbook and can get regular text 
files to print nicely. However cannot make any sense out of the ghostscript 
section and believe this is what i need to make things work. 

I have added the following lines to my /etc/printcap but of course the filter 
does not exist at that directory what should i do? please help 

printer model is star nx-2430 


-- 
Computer King/CaNMail 

http://www.computerking.ca http://www.canmail.org 

Sales, Service, and Hosting 
Email, Data, and Web Packages 
Ask about web design specials 

Affiliates 
http://www.computerking.ca/pages/links/affiliates/affiliates.htm 

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


printing pdf

2006-11-01 Thread RYAN M. vAN GINNEKEN



Hello all am having great difficulty getting pdf to print to the printer 
attached to my Freebsd box please help. 

I have gotten my printer working like in the handbook and can get regular text 
files to print nicely. However cannot make any sense out of the ghostscript 
section and believe this is what i need to make things work. 

I have added the following lines to my /etc/printcap but of course the filter 
does not exist at that directory what should i do? please help 

star|lp| Star DMP:\ 
:sh:sd=/var/spool/lpd/Star-DMP/text:\ 
:lp=/dev/lpt0:\ 
:if=/usr/local/libexec/if-simple: 

starg.raw|Raw output device starg for Ghostscript:\ 
:rm=big.army.mil:rp=sherman:sd=/var/spool/lpd/Star-DMP/raw:\ 
:mx#0:sf:sh:rs: 

starg|Ghostscript device starg (output to starg.raw):\ 
:lp=/dev/null:sd=/var/spool/lpd/Star-DMP/ghost:\ 
:lf=/var/log/lpd-errs:mx#0:sf:sh:rs:\ 
:if=/usr/local/share/ghostscript/filt/indirect/ljet3/gsif:\ 
:af=/var/spool/lpd/star: 


printer model is star nx-2430 


-- 
Computer King/CaNMail 

http://www.computerking.ca http://www.canmail.org 

Sales, Service, and Hosting 
Email, Data, and Web Packages 
Ask about web design specials 

Affiliates 
http://www.computerking.ca/pages/links/affiliates/affiliates.htm 

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 



-- 
Computer King/CaNMail 

http://www.computerking.ca http://www.canmail.org 

Sales, Service, and Hosting 
Email, Data, and Web Packages 
Ask about web design specials 

Affiliates 
http://www.computerking.ca/pages/links/affiliates/affiliates.htm 

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: printing pdf

2006-11-01 Thread RYAN M. vAN GINNEKEN
thanks norbert i have installed cups now but am getting the error

lpadmin: Unable to connect to server: Connection refused

have messed around with the cupsd.conf to try and allow access but am getting 
nowhere any ideas?
also read through the cups trouble shooting section but they are incomplete.
- Norberto Meijome [EMAIL PROTECTED] wrote:
 On Wed, 1 Nov 2006 15:20:40 -0700 (MST)
 RYAN M. vAN GINNEKEN [EMAIL PROTECTED] wrote:
 
  
  
  
  Hello all am having great difficulty getting pdf to print to the
 printer
  attached to my Freebsd box please help. 
  
  I have gotten my printer working like in the handbook and can get
 regular
  text files to print nicely. However cannot make any sense out of
 the
  ghostscript section and believe this is what i need to make things
 work. 
  
  I have added the following lines to my /etc/printcap but of course
 the filter
  does not exist at that directory what should i do? please help 
 
 Hi Ryan,
 i haven't used the printcap... but cups works quite well for me with a
 variety
 of network printers... you may want to give that a try.
 
 you install cups from the ports.
 _
 {Beto|Norberto|Numard} Meijome
 
 And that's one reason we like to believe in genius. It gives us an
 excuse for
 being lazy. Paul Graham
 
 I speak for myself, not my employer. Contents may be hot. Slippery
 when wet.
 Reading disclaimers makes you go blind. Writing them is worse. You
 have been
 Warned.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 

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


Re: printing pdf

2006-11-01 Thread RYAN M. vAN GINNEKEN
hello again just tried to install the cups port which requires the 
ups-pstoraster-8.15 port and  get errrors like these..


rm -f ./obj/iconfig.c
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ./src/iconf.c ./obj/iconfig.c
cc  -DHAVE_MKSTEMP -I/usr/local/include -O -pipe  -DUPD_SIGNAL=0 -Wall 
-Wstrict-prototypes -Wmissing-declarati   ons -Wmissing-prototypes 
-Wcast-qual -Wwrite-strings -fno-builtin -fno-common  -I./src -I./obj -I./obj 
-I./src -o ./obj/iconfig.o -c ./obj/iconfig.c
cc  -DHAVE_MKSTEMP -I/usr/local/include -O -pipe  -DUPD_SIGNAL=0 -Wall 
-Wstrict-prototypes -Wmissing-declarati   ons -Wmissing-prototypes 
-Wcast-qual -Wwrite-strings -fno-builtin -fno-common  -I./src -I./obj -I./obj 
-I./src -o ./obj/iccinit0.o -c ./src/iccinit0.c
./obj/echogs -w ./obj/ldt.tr -n - cc -L/usr/local/lib  -o ./bin/espgs
./obj/echogs -a ./obj/ldt.tr -n -s ./obj/gs.o -s
cat ./obj/ld.tr ./obj/ldt.tr
./obj/echogs -a ./obj/ldt.tr -s -  -lm
if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \
XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \
FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \
DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \
DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \
DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \
DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \
/bin/sh ./obj/ldt.tr
/usr/local/lib/libcups.so: undefined reference to `pthread_getspecific'
/usr/local/lib/libcups.so: undefined reference to `pthread_once'
/usr/local/lib/libcups.so: undefined reference to `pthread_key_create'
/usr/local/lib/libcups.so: undefined reference to `pthread_mutex_unlock'
/usr/local/lib/libcups.so: undefined reference to `pthread_mutex_lock'
/usr/local/lib/libcups.so: undefined reference to `pthread_setspecific'
gmake: *** [bin/espgs] Error 1
*** Error code 2

Stop in /usr/ports/print/cups-pstoraster.
*** Error code 1

anyone got any ideas?


- Norberto Meijome [EMAIL PROTECTED] wrote:
 On Wed, 1 Nov 2006 18:30:58 -0700 (MST)
 RYAN M. vAN GINNEKEN [EMAIL PROTECTED] wrote:
 
   
   2) configure your printers via http://localhost:631 . You may be
 asked
   to
   authenticate at a certain point (when you actually add the
 printer) -
   you need
   to enter root and your root's password  
  
  never get asked for a username and password when i try to connect
 via
  http://localhost:631 get the error mentioned in my first message.
 
 right  - firewall? 
 
 does cupsd have the port open? 
 
 $ netstat -an | grep 631
 tcp4   0  0  127.0.0.1.631  *.*   
 LISTEN
 udp4   0  0  *.631  *.*  
 
 
 $ sockstat | grep cupsd
 root cupsd  907   2  tcp4   127.0.0.1:631 *:*
 root cupsd  907   3  stream /var/run/cups.sock
 root cupsd  907   4  udp4   *:631 *:*
 
 
 ( and I suppose /etc/rc.conf includes cupsd_enable=YES ... not sure
 what
 difference this could make at runtime..but just in case...)
 
 
  
   
   3) you should check that your lpr apps are the cups-aware ones
 (cups
   should
   replace the system ones with its own versions). I'm sure there's a
 way
   to tell
   lpr to show you the printers available, but I can't remember it
 now (
   lpstat
   should help, but that's part of cups port, so it doesnt really
 apply)
   
   anyway, thjis is what I have installed:
   
   $ pkg_info  | grep -i cups
   cups-1.2.2  The Common UNIX Printing System: Metaport to
   install comple
   cups-base-1.2.2 The Common UNIX Printing System
   cups-pdf-2.4.2  A virtual printer for CUPS to produce PDF
 files
   cups-pstoraster-8.15 Postscript interpreter for CUPS printing to
   non-PS printers
   cups-samba-5.0.r3   The Common UNIX Printing System:  MS Windows
   client drivers
   gtklp-1.2.2 A gtk interface to cups
   libgnomecups-0.2.2_1,1 Support library for gnome cups
 admistration
 
  here is what i have 
  cups-base-1.2.2 The Common UNIX Printing System
  cups-pdf-2.4.2  A virtual printer for CUPS to produce PDF files
  
  do you think i need more packages installed? guess i will install
 cups too
  not just the base?
 
 well.. not really, all the other stuff is because I actually need it.
 Maybe
 just the cups-pstoraster.
 
 BTW, once you have you get access to the admin page, if you cna't find
 th exact
 model of your printer, or it doesn't work as well as it should, try
 finding
 the .ppd file for your printer (usually bundled with the software /
 windows
 drivers.) You can upload this to cups (when defining which printer it
 is) and
 it should work great after that.
 
 start testing with text,etc first, of course.
 
 best,
 B
 
 _
 {Beto|Norberto|Numard} Meijome
 
 A problem cannot be solved with the same type of thinking that
 created it.
   Albert Einstein
 
 I speak for myself, not my employer. Contents may be hot. Slippery

cups-pstoraster

2006-11-01 Thread RYAN M. vAN GINNEKEN

I get this when tring to install cups-pstoraster PLEASE HELP 

cc -DHAVE_MKSTEMP -I/usr/local/include -O -pipe -DUPD_SIGNAL=0 -Wall 
-Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wcast-qual 
-Wwrite-strings -fno-builtin -fno-common -I./src -I./obj -I./obj -I./src -o 
./obj/iconfig.o -c ./obj/iconfig.c 
cc -DHAVE_MKSTEMP -I/usr/local/include -O -pipe -DUPD_SIGNAL=0 -Wall 
-Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wcast-qual 
-Wwrite-strings -fno-builtin -fno-common -I./src -I./obj -I./obj -I./src -o 
./obj/iccinit0.o -c ./src/iccinit0.c 
./obj/echogs -w ./obj/ldt.tr -n - cc -L/usr/local/lib -o ./bin/espgs 
./obj/echogs -a ./obj/ldt.tr -n -s ./obj/gs.o -s 
cat ./obj/ld.tr ./obj/ldt.tr 
./obj/echogs -a ./obj/ldt.tr -s - -lm 
if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ 
XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ 
FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \ 
DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \ 
DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ 
DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ 
DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ 
/bin/sh ./obj/ldt.tr 
/usr/local/lib/libcups.so: undefined reference to `pthread_getspecific' 
/usr/local/lib/libcups.so: undefined reference to `pthread_once' 
/usr/local/lib/libcups.so: undefined reference to `pthread_key_create' 
/usr/local/lib/libcups.so: undefined reference to `pthread_mutex_unlock' 
/usr/local/lib/libcups.so: undefined reference to `pthread_mutex_lock' 
/usr/local/lib/libcups.so: undefined reference to `pthread_setspecific' 
gmake: *** [bin/espgs] Error 1 
*** Error code 2 



-- 
Computer King/CaNMail 

http://www.computerking.ca http://www.canmail.org 

Sales, Service, and Hosting 
Email, Data, and Web Packages 
Ask about web design specials 

Affiliates 
http://www.computerking.ca/pages/links/affiliates/affiliates.htm 

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gdm

2006-02-28 Thread RYAN M. vAN GINNEKEN
I am using the gdm interface to gnome however i also have fluxbox and kde 
installed i have tried adding files to the gdm/xsession directory but nothing 
happens

[EMAIL PROTECTED] cd /usr/X11R6/etc/gdm/Sessions/
[EMAIL PROTECTED] ls -l
total 4
-rwxr-xr-x  1 root  wheel  165 Feb 23 03:32 fluxbox
-rwxr-xr-x  1 root  wheel   95 Feb 19 04:35 kde

here are the contains of my kde file for example

#!/bin/sh
#
# /etc/gdm/Sessions/kde
#
# global kde session file -- used by gdm

exec startkde


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 

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


wdm and fluxbox help??

2006-02-24 Thread RYAN M. vAN GINNEKEN

 Original Message -
From: Norberto Meijome [EMAIL PROTECTED]
To: RYAN M. vAN GINNEKEN [EMAIL PROTECTED]
Cc: Norberto Meijome [EMAIL PROTECTED],
freebsd-questions@freebsd.org
Sent: Sun Feb 19 19:12:03 2006
Subject: Re: kdm and fluxbox

RYAN M. vAN GINNEKEN wrote:
 Thanks to all and i will take your advice Norberto as i do not really
like kde that much anyway.  If i wanted window i would just install
windowsxp or maybe vista would be more like Kde any how i digress.  

 I am tiring to set up wdm and added this line to my /etc/ttys  

 ttyv8   /usr/X11R6/bin/wdm -nodaemon  xterm   on  secure

 followed the instructions below found on the fulxbox site but it does
not quite work

 http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm

 I get the wdm ok beasty is there, very cool backgound i might add,
seen it used in a theme somewhere. No matter what i pick for a windows
manager i get the stock Freebsd one wmaker i think? u know the one with
the terminal and green menu bars very vanilla.
green menu bars  = twm
wmaker = much better, check it out @ http://www.windowmaker.org
   An exception to this kde still works and failsafe gives me control
of the terminal window bottom right.

 Also i removed a bunch of managers out of the wdm-config file as i was
not using them like this.  

 DisplayManager*wdmWm:   wmaker:enlightenment:gnome:kde:fluxbox

 I still get failsafe and wmaker where do us suppose these come from.
Kde still works but not enlightenment gnome or flux box 

   

After editing the wdm-config, you need to restart wdm.
Ctrl-Alt-Backspace will kill the X server and re-read all the configs.

I did that

can you please post your wdm-config and a list of your package installed
? (or make them available online)

I have tried to attached them but my mail server is giving me grief with
attachment right now.

the relevant section in my config:
---
! It will run .xsession
!DisplayManager*wdmWm:   None
---
which means it will read .xsession in my home.
my .xsession is :

$ cat ~/.xsession
## RUNNING bbkeys from Blackbox because it feels more powerful
## to avoid conflicts with fluxbox's key mgr, I emptied .fluxbox/keys
bbkeys 
xscreensaver -no-splash 
fbpager -w 
#wmwifi 
sleep 1  gkrellm -w 
#fbdesk 
torsmo 
tilda 
skype 
gaim 
fluxbox
---

though I realise that I should be simply running startfluxbox and adding
all the other cmds to ~/.fluxbox/startup

I do not have an .xsession file in my home dir in fact i do not seem to
have an .xsession or an xsession file anywhere on my system just
Xsession see below

[EMAIL PROTECTED] find / -name xsession
[EMAIL PROTECTED] find / -name .xsession
[EMAIL PROTECTED] find / -name .Xsession
[EMAIL PROTECTED] find / -name Xsession
/usr/local/share/config/kdm/Xsession
/usr/X11R6/etc/gdm/Xsession
/usr/X11R6/lib/X11/xdm/Xsession
/usr/X11R6/lib/X11/wdm/Xsession


the contents of the wdm one is also attached

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

-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S.
Barton 



-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 
ImageMagick-6.2.5.5 Image processing tools
ORBit-0.5.17_2  High-performance CORBA ORB with support for the C language
ORBit2-2.12.5_1 High-performance CORBA ORB with support for the C language
OpenEXR-1.2.2_1 A high dynamic-range (HDR) image file format
aalib-1.4.r5_1  An ascii art library
akode-2.0,1 Default KDE audio backend
akode-plugins-mpc-2.0,1 Musepack decoder plugin for akode
akode-plugins-mpeg-2.0,1 MPEG audio decoder plugin for akode
akode-plugins-oss-2.0,1 OSS output plugin for akode
akode-plugins-resampler-2.0,1 Resampler plugin for akode
akode-plugins-xiph-2.0,1 FLAC/Speex/Vorbis decoder plugin for akode
amspsfnt-1.0_3  AMSFonts PostScript Fonts (Adobe Type 1 format)
apache-ant-1.6.5_1  Java- and XML-based build tool, conceptually similar to mak
apr-db4-1.2.2_2 The Apache Group's Portability Library
arts-1.5.1,1Audio system for the KDE integrated X11 desktop
artswrapper-1.2.2   Setuid wrapper for arts
aspell-0.60.4_2 Spelling checker with better suggestion logic than ispell
at-spi-1.6.6_1  An Assistive Technology Service Provider Interface
atk-1.10.3  A GNOME accessibility toolkit (ATK)
autoconf-2.13.000227_5 Automatically configure

wdm

2006-02-19 Thread RYAN M. vAN GINNEKEN
Anyone been able to get wdm working with flux box and gnome?  I seem to be able 
to login to kde and wmaker but that is all.  I have the options in the session 
menu but when i choose fluxbox or gnome either nothing happens or i get wmaker. 
 I followed the instructions here.  

http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm

here is some of my /usr/X11R6/lib/X11/wdm/Xclients

 
fluxbox*|FluxBox)
# startup fluxbox
FLUXBOX_PATH=/usr/X11r6/bin/fluxbox
if ! test -x $FLUXBOX_PATH ; then
FindInPath $FLUXBOX_PATH
if test -n $result -a -x $result; then
$FLUXBOX_PATH=$result;
fi
fi
if [ -x $FLUXBOX_PATH ] ; then
echo Starting FluxBox $HOME/.xwm.msgs
exec $FLUXBOX_PATH $HOME/.xwm.msgs 21
fi
;;

 gnome*|GNome)
# startup gnome
GNOME_PATH=/usr/X11R6/bin/gnome-wm
if ! test -x $GNOME_PATH ; then
FindInPath $GNOME_PATH
if test -n $result -a -x $result; then
$GNOME_PATH=$result;
fi
fi
if [ -x $GNOME_PATH ] ; then
echo Starting GNome $HOME/.xwm.msgs
exec $GNOME_PATH $HOME/.xwm.msgs 21
fi
;;

icewm*|IceWm)
# startup icewm
ICEWM_PATH=icewm
if ! test -x $ICEWM_PATH ; then
FindInPath $ICEWM_PATH
if test -n $result -a -x $result; then




here is the line from wdm-config


DisplayManager*wdmWm:   wmaker:enlightenment:gnome:kde:fluxbox


please help

-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 

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


wdm

2006-02-18 Thread RYAN M. vAN GINNEKEN
Anyone been able to get wdm working with flux box and gnome?  I seem to be able 
to login to kde and wmaker but that is all.  I have the options in the session 
menu but when i choose fluxbox or gnome either nothing happens or i get wmaker. 
 I followed the instructions here.  

http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm

here is some of my /usr/X11R6/lib/X11/wdm/Xclients

 
fluxbox*|FluxBox)
# startup fluxbox
FLUXBOX_PATH=/usr/X11r6/bin/fluxbox
if ! test -x $FLUXBOX_PATH ; then
FindInPath $FLUXBOX_PATH
if test -n $result -a -x $result; then
$FLUXBOX_PATH=$result;
fi
fi
if [ -x $FLUXBOX_PATH ] ; then
echo Starting FluxBox $HOME/.xwm.msgs
exec $FLUXBOX_PATH $HOME/.xwm.msgs 21
fi
;;

 gnome*|GNome)
# startup gnome
GNOME_PATH=/usr/X11R6/bin/gnome-wm
if ! test -x $GNOME_PATH ; then
FindInPath $GNOME_PATH
if test -n $result -a -x $result; then
$GNOME_PATH=$result;
fi
fi
if [ -x $GNOME_PATH ] ; then
echo Starting GNome $HOME/.xwm.msgs
exec $GNOME_PATH $HOME/.xwm.msgs 21
fi
;;

icewm*|IceWm)
# startup icewm
ICEWM_PATH=icewm
if ! test -x $ICEWM_PATH ; then
FindInPath $ICEWM_PATH
if test -n $result -a -x $result; then




here is the line from wdm-config


DisplayManager*wdmWm:   wmaker:enlightenment:gnome:kde:fluxbox


please help

-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 

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


Re: kdm and fluxbox

2006-02-16 Thread RYAN M. vAN GINNEKEN
Thanks to all and i will take your advice Norberto as i do not really like kde 
that much anyway.  If i wanted window i would just install windowsxp or maybe 
vista would be more like Kde any how i digress.  

I am tiring to set up wdm and added this line to my /etc/ttys  

ttyv8   /usr/X11R6/bin/wdm -nodaemon  xterm   on  secure

followed the instructions below found on the fulxbox site but it does not quite 
work

http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm

I get the wdm ok beasty is there, very cool backgound i might add, seen it used 
in a theme somewhere. No matter what i pick for a windows manager i get the 
stock Freebsd one wmaker i think? u know the one with the terminal and green 
menu bars very vanilla.  An exception to this kde still works and failsafe 
gives me control of the terminal window bottom right.

Also i removed a bunch of managers out of the wdm-config file as i was not 
using them like this.  

DisplayManager*wdmWm:   wmaker:enlightenment:gnome:kde:fluxbox

I still get failsafe and wmaker where do us suppose these come from.  Kde still 
works but not enlightenment gnome or flux box 

please help 

 
- Original Message -
From: Norberto Meijome [EMAIL PROTECTED]
To: RYAN M. vAN GINNEKEN [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Thursday, February 16, 2006 4:51:43 AM
Subject: Re: kdm and fluxbox

RYAN M. vAN GINNEKEN wrote:
 usr/X11R6/lib/X11/xdm/Xsession 

   

notice this file is for XDM, not KDM. try searching in
/usr/X11R6/lib/X11/kdm :)

 WHERE IS KDM GETTING ITS SESSION INFO FROM AND HOW DO I TELL IT TO ADD FLUXBOX

   
not sure, probably from its config file. Or just set it to custom, and
use ~/.xsession to launch your stuff at will.

Just curious, why use kdm with all it's KDE dependencies, when you can
use xdm, or wdm (what I use).
Beto

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

-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kdm and fluxbox

2006-02-15 Thread RYAN M. vAN GINNEKEN
I am tring to get kdm to log me into fluxbox i have followed the handbook to 
the letter and can login to gnome kde and enlightnment also options for defaut 
and failsafe and some others none of which i have tried yet.  However flux box 
is not there and i cannot seem to find where kde is getting these sessions 
from.  There does not seem to be any option in kcontrol for session like 
mentioned in the freebsd handbook i did go into

usr/X11R6/lib/X11/xdm/Xsession 

and added some lines but nothing happened  

   failsafe)
exec /usr/X11R6/bin/xterm -geometry 80x24-0-0
;;
kde)
exec /usr/local/bin/startkde
;;
GNOME)
exec /usr/X11R6/bin/gnome-session
;;
FluxBox)
exec /usr/X11R6/bin/fluxbox
;;
esac
esac


WHERE IS KDM GETTING ITS SESSION INFO FROM AND HOW DO I TELL IT TO ADD FLUXBOX


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 

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


enlightenment-0.16.999.023 does not build on 4.X

2006-02-11 Thread RYAN M. vAN GINNEKEN
Is this port broken ?? or am i just to tired to make it work right

-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 

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


SATA RAID0 and Plextor SATA DVD0-RW DRIVE system hang

2006-02-10 Thread RYAN M. vAN GINNEKEN
HI I am having great difficulty with my SATA DVD-RW drive.  It is a Plextor  
PX-716A ver 1.08 and is serial ATA seems to work/detect as acd1 fine before.  
However I cannot remember if i could mount it but did not try very hard and do 
not exactly know what i am doing with dvd-rw and FreeBSD yet.

I compiled atapicam into the Kernel as per the handbook 17.5 the below related 
options were already there as i am running a Generic Kernel other than atapicam

device scbus
device da
device pass
device uhci
device ohci
device usb
device umass


When i try to boot with the drive plugged in the system hangs while detecting 
the drives. Must be reset with the drive unplugged to get fbsd back.  Note i 
tried playing with the bios settings changing from enhanced sata to legacy and 
some combos of that.  Also tried the  the plug and play os off and then on 
nothing seemed to make the system boot with drive attached.  

I use a INTEL  D925CV2 with built in raid see below about drive configuration ( 
this is without Plextor drive pluged in ) and a unmame output.

FreeBSD rachel.computerking.ca 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu 
Feb  9 20:37:25 MST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CK06020701  
i386



acd0: CDRW HL-DT-ST GCE-8523B/1.01 at ata0-master UDMA33
ad4: 286167MB Seagate ST3300831AS 3.03 at ata2-master SATA150
ad6: 286167MB Seagate ST3300831AS 3.03 at ata3-master SATA150
ar0: 572333MB Intel MatrixRAID RAID0 (stripe 128 KB) status: READY
ar0: disk0 READY using ad4 at ata2-master
ar0: disk1 READY using ad6 at ata3-master
cd0 at ata0 bus 0 target 0 lun 0
cd0: HL-DT-ST CD-RW GCE-8523B 1.01 Removable CD-ROM SCSI-0 device
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray 
closed



am having problems with my plextor dvdr px-716a after adding apticam
 to the kernel as recommend in the optical drive section of the handbook
 I get freeze up on boot irq storms and the like have to unplug the drive
 in order to get thing to work anyone have this problem or is it just me. 

-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 

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