Need to change screen resolution...

2009-04-15 Thread Q. Taylor
Hello 

I am trying to find a way to change my current screen resolution from the
default 720x426 (I think). The monitor I use to view all my servers via KVM
switch - the font is too big on the screen - if I could increase the screen
size to maybe 1028x756 that would be great.

Any one knowing please email me the answer.

Regs

QTaylor

---

Quin Taylor
Operations Manager
The NetSys Company

CONATEL Reg. #RA0002
Email: q...@netsys.hn
WWWeb site: http://www.netsys.hn

Office: 504-566-1055
Cellular: 504-391-5955
USA-VoIP: 954-234-2098 

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


Re: migrating user and web files to new server

2006-09-03 Thread Philip Q

Noah wrote, On 3/09/06 5.15 p:
 there are cooler ways of doing this.   there will be people on this list
 that know what I am talking about.  I will await  their responses.

Does rsync meet your coolness requirements?

-Phil

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


Re: migrating user and web files to new server

2006-09-03 Thread Philip Q

Noah wrote, On 4/09/06 3.58 a:
this command also meets my coolness requirements. 


oldsys # tar -C /var/www -cf - . | ssh newsys tar -C /var/www -xvf -


Which is almost /exactly/ what Chad recommended to you...

-Phil

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


Re: portversion is part of what?

2006-09-03 Thread Philip Q

Henry Lenzi wrote, On 4/09/06 8.21 a:

Hi --

 Is portversion a part of another big binary? Apparently, I can't just
reinstall portversion.


portversion comes as part of sysutils/portupgrade

-Phil

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


CURRENT buildworld woes

2005-06-19 Thread =?ISO-8859-1?Q?Jos=E9_de_Paula_Rodrigues?=
Greetings all,

I have an annoying problem when trying to build world: make depend
complains about not finding a certain unwind.h, when compiling
libstdc++.

My CC in make.conf is set to gcc, my CXX is set to g++, CFLAGS and
CXXFLAGS are both empty (both in make.conf and in my environment). It
doesn't matter whether I do a make clean or not, if I rm -fr /usr/obj
or not, I'm always getting this error, no matter what.

uname -a:
FreeBSD luna.pinguim 6.0-CURRENT FreeBSD 6.0-CURRENT #3: Sat Jun  4
00:21:04 BRT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/LUNA 
i386

command issued:
make buildworld KERNCONF=LUNA

last few lines of output:

CC='gcc' mkdep -f .depend -a  /usr/src/gnu/lib/libstdc++/../../../contrib/li
bstdc++/src/allocator.cc /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/s
rc/codecvt.cc /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/complex_
io.cc /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/ctype.cc /usr/sr
c/gnu/lib/libstdc++/../../../contrib/libstdc++/src/debug.cc /usr/src/gnu/lib/lib
stdc++/../../.

snip; follows many many files like those

In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_alloc.cc:37:
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_aux_runtime.cc:34:
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_catch.cc:32:
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_exception.cc:34:
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_globals.cc:33:
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
In file included from /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libs
upc++/eh_personality.cc:34:

snip; many lines like those


/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:
20: unwind.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/lib/libstdc++.
*** Error code 1

Stop in /usr/src/gnu/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

This is it; if you want, I have the complete log for the buildworld,
won't post it here because it is 1.8 MB.

Oh, by the way, unwind.h IS there, in /usr/src/contrib/gcc/unwind.h.

Anyone with this problem? Any known fix/workaround?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: databases/mysql41-server

2005-06-03 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=

Chris Knipe wrote:

Anyone have any idea when 4.1.12 will be commited to the ports tree?  It's 
been available for quite some time now...


Please test http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/81690

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


Re: linux /proc/{meminfo,procinfo}

2005-06-03 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=

Petre Bandac wrote:


got only platform (i386) and system release; I need much more details

and I'm sure there must be a command ;)


# sysctl hw

Why not dmesg?

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


Re: Installation freebsd freezes on Sun Ultra 30

2005-06-03 Thread =?ISO-8859-1?Q?J=F6rg_Reisenweber?=

Hi Jeroen,

[EMAIL PROTECTED] wrote:
When I startup it's starts booting de cdroim but freezes after the message 
jumping to kernel entry at 0xc004. .




I found this post on the freebsd/sparc64 list - 
http://lists.freebsd.org/pipermail/freebsd-sparc64/2005-May/003120.html 
- pointing out that the installation might not work with anything else 
than a serial console connected. So disconnect your keyboard (to prevent 
graphical mode) and connect to the serial port of your machine.


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


Re: fresh port install off apache

2005-06-02 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=

Philip Wege wrote:


Did a fresh port install , added apache to rc.conf , apache says it
starts up but it just doesn't start up , anyone had this before ?

diesel-electric# /usr/local/etc/rc.d/apache.sh start
Starting apache.
diesel-electric# /usr/local/etc/rc.d/apache.sh start
Starting apache.
diesel-electric# /usr/local/etc/rc.d/apache.sh stop
apache not running? (check /var/run/httpd.pid).


Hello,

the output of

  tail /var/log/httpd-error.log

might be helpful. Show it.

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


Re: fresh port install off apache

2005-06-02 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=

Sergey S. Ropchan wrote:


Add line below to /etc/rc.conf:

apache_enable=YES


diesel-electric# /usr/local/etc/rc.d/apache.sh start
Starting apache.


The string Starting apache. is a hint that the line 
apache_enable=YES exists in rc.conf.


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


Re: onboard sound crard on intel D915GAG

2005-06-02 Thread =?iso-8859-1?q?Rold=E1n?=

 --- Lowell Gilbert
[EMAIL PROTECTED] escribió:

 Roldán [EMAIL PROTECTED] writes:
 
  can anybody have configured this board sound card?
  
  i put the 
  this is the message i get from demsg
  pci0: multimedia at device 27.0 (no driver
 attached)
  after i put this on the /boot/loader.conf
  snd_driver_load=YES
  and when i do cat /dev/sndstat i get this
  FreeBSD Audio Driver (newpcm)
  Installed devices:
  
  in fact i'm without sound
  i read the handbook to try configure but i'd never
  make a  custom kernel before and i'm a little
 scared,
  so
  can i do somethig else to get the sound on?
  or is i have to compile the kernel wich device i
 have
  to load : the generic device sound?
 
 What happens when you type: kldload sound and then
 
 kldload snd_driver?
 
all i got when i do what you said is this: 

([EMAIL PROTECTED])/home/roldan# kldload sound
kldload: can't load sound: File exists
([EMAIL PROTECTED])/home/roldan# kldload snd_driver
kldload: can't load sound: File exists








__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Using multiple outside IPs on ADSL (PPPoE) connection

2005-06-01 Thread =?WINDOWS-1252?Q?Matej_=8Aerc?=
Hi,

until now we had one outside IP address and used FreeBSD machine to do
NAT and run some mail and webserver for our needs. Few days ago we got
a /30 subnet (netmask 255.255.255.252) and now, when I connect to ISP,
I get only first IP of the subnet. Of course, while it's available, I
would like to have some services listening on other IP addresses as
well. I have searched a lot and I have found a guy, asking just the
same as I am 
(http://groups.google.com/groups?hl=sllr=threadm=6261e7aa.0409030400.107b2db2%40posting.google.comrnum=15prev=/groups%3Fq%3D%2522freebsd%2522%2B%252B%2B%2522subnet%2522%2B%252B%2B%2522pppoe%2522%26start%3D10%26hl%3Dsl%26lr%3D%26selm%3D6261e7aa.0409030400.107b2db2%2540posting.google.com%26rnum%3D15),
but got no appropriate answer.

Configuration file for ppp (/etc/ppp/ppp.conf) is at follows:

default:
  enable lqr
  set lqrperiod 15
  disable ipv6cp
connection:
  set device PPPoE:rl0
  set authname username
  set authkey pass
  nat enable yes
  nat same_ports yes
  nat use_sockets yes
  set dial
  set login
  set ifaddr first_ip_of_subnet 10.0.0.2/0 255.255.255.252
  add default HISADDR

Now, as also in that post from google, tun0 has only that IP
address... I also tried to define second_ip_of_subnet with subnet mask
255.255.255.255 to rl0, but still that second IP isn't pingable from
outside world.

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


Re: printing

2005-05-31 Thread =?iso-8859-1?q?Rold=E1n?=

 --- Olivier Nicole [EMAIL PROTECTED] escribió:

  how can i print a document in a windows shared
 
 I do that using samba, only samba client is needed.
 
 Olivier
 
can you explaime how?
thanks





__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make with proxy

2005-05-26 Thread =?iso-8859-1?q?Rold=E1n?=
somebody told me that writing this line in the
/etc/make.conf will do the goal
HTTP_PROXY=PROXY.IP.ADRESS.HERE:PORT





__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with internet connection

2005-05-26 Thread =?iso-8859-1?q?Rold=E1n?=
thanks i see it,
and i put on my /etc/make.conf the line:
HTTP_PROXY=http://ferrat:[EMAIL PROTECTED]:8080
but the fetch still doing the No route to host
what else can i do?





__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


about scroll mouse configuration

2005-05-26 Thread =?iso-8859-1?q?Rold=E1n?=
i have a logitech scroll mouse and in the
/etc/X11/xorg.conf file is seted in this way:
Section InputDevice

Identifier  Mouse1
Driver  mouse
Option ProtocolIntelliMouse
Option Device  /dev/sysmouse

i suppuose that with this thee scroll wheel sould work
but it doesn't
anybody have configured a mouse like mine?
please help me
thanks







__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: about scroll mouse configuration

2005-05-26 Thread =?iso-8859-1?q?Rold=E1n?=

--- Roldán [EMAIL PROTECTED] escribió:
 i have a logitech scroll mouse and in the
 /etc/X11/xorg.conf file is seted in this way:
 Section InputDevice
 
 Identifier  Mouse1
 Driver  mouse
 Option ProtocolIntelliMouse
 Option Device  /dev/sysmouse
 
 i suppuose that with this thee scroll wheel sould
 work
 but it doesn't
 anybody have configured a mouse like mine?
in fact i forgot to tell that i put this on the
xorg.conf
Option ZAxisMapping X
Option ZAxisMapping Y
Option ZAxisMapping 4 5
i read in the man pages that with this the wheel is
mapped
but nothig happens

 please help me
 thanks
 
 
 
 
   
   
   
 __ 
 Renovamos el Correo Yahoo! 
 Nuevos servicios, más seguridad 
 http://correo.yahoo.es
 ___
 freebsd-questions@freebsd.org mailing list

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





__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvsdown of a port

2005-05-25 Thread =?ISO-8859-1?Q?Erik_N=F8rgaard?=

Hi,

I have upgraded my Eterm to 9.3 using ports only to learn that this 
version breaks dead keys. The problem is fixed in their current version 
but this has not made it into the ports tree.


Now, I'd like to downgrade to the previous version but compile against 
my currently installed libraries. Is there a way to cvsdown a 
particular port? How do I determine which tag to use?


Thanks, Erik

--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Left mousebutton doesn't work

2005-05-22 Thread =?ISO-8859-1?Q?Erik_N=F8rgaard?=

Hi,

I have a peculiar problem with the mouse on my notebook:

Using the notebooks own screen, everything works fine, but if I switch 
to an external monitor or projecter, the left mousebutton stops working. 
When I switch back, everything works fine againg. This problem is both 
with the built in touch pad and an external USB mouse.


The Laptop is an Asus M2E, I am running FreeBSD -CURRENT and xorg:

FreeBSD charm.daemonsecurity.com 6.0-CURRENT FreeBSD 6.0-CURRENT #1:
Thu Apr 28 10:16:44 CEST 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CURRENT  i386
xorg 6.7.0,8

Any hints on how to debug, or better yet solve, this is appreciated.

Thanks, Erik
--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Dell 4700 X window problem?

2005-05-19 Thread Thi Q Nguyen
i having a hard time installing xorg on FreeBSD 5.4, it cant seem to find my 
video card. it a onboard video card. it a Intel 915G Graphics Controller. i 
keep getting a blank screen, after i do a CTRL+ALT+BACKSPACE, i see a message 
say that the no screen found. can anybody help thanks.
 
 


-
Yahoo! Mail Mobile
 Take Yahoo! Mail with you! Check email on your mobile phone.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pf ruleset for imap

2005-04-18 Thread Steven =?unknown-8bit?q?Bj=F8rken?= Vang

hello.

just installed pf, everything is looking good.
except my imap is blocked. what do i need to add, where?

#  FreeBSD [i386]
#  my.hostname.com
#  City, Country

# pfctl -F a ; pfctl -Nf /etc/pf.conf ; pfctl -sr

int_if=ep0
ext_if=lnc0

# *** Options
#
set block-policy drop

# *** Scrub incoming packets
#
scrub   in all

# *** NAT
#
nat on $ext_if from $int_if:network to any - ($ext_if)
rdr on $int_if proto tcp from any to any \
port 21 - 127.0.0.1 port 8021

# *** Default deny policy
#
block   drop log all

# *** Pass loopback traffic
#
passquick on lo0 all

# *** Outgoing
#
#
passout on $ext_if inet proto tcp \
from any to any flags S/SA keep state
passout on $ext_if inet proto { udp, icmp } \
from ($ext_if) to any keep state

# *** Bootstrap
#
passout on $ext_if inet proto udp \
from any port 68 to any port 67 keep state

# *** DNS and NTP
#
passout on $ext_if inet proto udp \
from ($ext_if) to any port { 53, 123 } keep state

# *** SSH and HTTP
#
passin on $ext_if inet proto tcp \
from any to ($ext_if) port { 22, 80 } flags S/SA keep state

# *** Active FTP
#
passin on $ext_if inet proto tcp \
from port 20 to ($ext_if) user proxy flags S/SA keep state

I guess that's it.
Thanks all,

-- Steven

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


drive access/printer question

2005-01-16 Thread H Q

Hi,
I've installed and configured FreeBSD, and am now trying to read and write 
to my drives and printers.

Upon booting, the OS detects the floppy drive (fd0), hard drive (ad0), CDROM 
(acd0) and printer (lpt0), as it should.  fstab only has the hard drive (on 
which BSD is installed) and the CDROM

The specific questions are:
1.  Do I need to find and install specific drivers for each of these 
devices, even though they were detected?

2.  Once #1 is resolved, can I access these as default devices, and how?
I've used UNIX for many years, but this is my first full try with BSD on a 
desktop.  I've looked through all of the web documentation, FAQ's and also 
perused the newsgroup archive.  I'm just getting into the printing section 
of the handbook, but could not find specific information on the drives.

Here is the relevant information about my platform:
FreeBSD 4.10 i386 [ELF]
Intel Pentium II 266 MHZ/256MB RAM
Panasonic DVD II DVD-ROM Drive
Panasonic 1.44-MB Floppy Disk Drive
Western Digital 40-GB Hard Drive
_
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]


problems (re)compiling kdelibs3 on FBSD 5.3

2004-11-16 Thread =?unknown-8bit?q?Lu=EDs_Vit=F3rio?= Cargnini
Hi i recompiling kdedlibs3 and this happened :
gmake[3]: Entering directory
`/usr/ports/x11/kdelibs3/work/kdelibs-3.3.1/kdecore'../dcop/dcopidl/dcopidl
./ksycoca.h  ksycoca.kidl || ( rm -f ksycoca.kidl ; false ) Fatal error
'Spinlock called when not threaded.' at line 83 in file
/usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Abort trap (core
dumped) gmake[3]: *** [ksycoca.kidl] Error 1
gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.3.1/kdecore'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.3.1/kdecore'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.3.1'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11/kdelibs3.

How to solve this kind of problem ?? What this mean ??
-- 
Thanks  Regards
Luís Vitório Cargnini
Computer Science Bachelor
OpenCores Member www.opencores.org
EuropeSwPatentFree http://EuropeSwPatentFree.hispalinux.es


pgpipuo7gscEm.pgp
Description: PGP signature


What is portmapper (I MUST have portmapper running to use pcnfsd)

2004-08-18 Thread Paredes =?unknown?q?S=E1nchez_Mart=EDn_A=2E?=

Hi :

I am trying to replace a sparcstation which has solaris 2.5, we use it
to boot some diskless pc's into MS-DOS 6.22 and mount a file system in
the disk C: of the pc with PC/TCP 4.1.

The boot process I had figured out, but the connection of the drive C:
to the file system is given me problems.

The problem I think is that I don't have running something called
portmapper.

Since I am not subscribed to the list, please send me a copy of your
answer.

Let me explain why I think that, I decide that I have to use tcpdump
to see what is happening.

The diskless is booting with the ip 10.115.44.50

# tcpdump -n ip host 10.115.44.50
tcpdump: listening on xl0
03:44:04.337343 10.115.44.50.603  10.115.44.245.111: udp 56
03:44:04.337379 10.115.44.245  10.115.44.50: icmp: 10.115.44.245 udp
port 111 unreachable
03:44:04.340453 10.115.44.50.604  10.115.44.245.111: udp 56
03:44:04.340465 10.115.44.245  10.115.44.50: icmp: 10.115.44.245 udp
port 111 unreachable

So, mi diskless is trying to connect to the port 111/udp, and my
services files says:

sunrpc  111/tcprpcbind  #SUN Remote Procedure Call
sunrpc  111/udprpcbind  #SUN Remote Procedure Call

And the inetd.conf does not have nothing called sunrpc or rpcbind,
but has the nexts lines:

**
#
# RPC based services (you MUST have portmapper running to use these)
#
#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd
rpc.rstatd
#rusersd/1-2dgram rpc/udp wait root /usr/libexec/rpc.rusersd
rpc.rusersd
#walld/1dgram rpc/udp wait root /usr/libexec/rpc.rwalld
rpc.rwalld
#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd
rpc.pcnfsd
#rquotad/1  dgram rpc/udp wait root /usr/libexec/rpc.rquotad
rpc.rquotad
#sprayd/1   dgram rpc/udp wait root /usr/libexec/rpc.sprayd
rpc.sprayd
**

What is the portmapper and how can I run it?, Do I have to uncomment the
pcnfsd line?.

I notice that the program rpc.pcnfsd is the only rpc program that is not
installed

# ll /usr/libexec/rpc.*
-r-xr-xr-x  1 root  wheel  7068 May 25 14:28 /usr/libexec/rpc.rquotad
-r-xr-xr-x  1 root  wheel  9380 May 25 14:28 /usr/libexec/rpc.rstatd
-r-xr-xr-x  1 root  wheel  6808 May 25 14:28 /usr/libexec/rpc.rusersd
-r-xr-xr-x  1 root  wheel  6176 May 25 14:28 /usr/libexec/rpc.rwalld
-r-xr-xr-x  1 root  wheel  4628 May 25 14:28 /usr/libexec/rpc.sprayd

So, I instaled.

# cd /cdrom/packages/All
# pkg_add pcnfsd-93.02.16.tgz
# pkg_info|grep pcnfsd
pcnfsd-93.02.16 Sun PC NFS authentication and printing server

# pkg_info -L pcnfsd-93.02.16
Information for pcnfsd-93.02.16:
/usr/local/libexec/rpc.pcnfsd
/usr/local/man/man8/pcnfsd.8.gz

I notice that pcnfsd has installed in /usr/local/libexec/, which is
diferent
to /usr/libexec/, Do I need to modify inetd.conf?

When I check the man page for inetd.conf I found this about RPC-based
services
that I belive they are TCP-MUX services.

**
 To specify an ONC RPC-based service, the entry would contain these
 fields:

   service name/version
   socket type
   rpc/protocol
   user[:group][/login-class]
   server program
   server program arguments

 There are two types of services that inetd can start: standard and
TCP-
 MUX.  A standard service has a well-known port assigned to it; it
may be
 a service that implements an official Internet standard or is a
 BSD-specific service.  As described in RFC 1078, TCPMUX services
are non-
 standard services that do not have a well-known port assigned to
them.
 They are invoked from inetd when a program connects to the
``tcpmux''
 well-known port and specifies the service name.  This feature is
useful
 for adding locally-developed servers.  TCPMUX requests are only
accepted
 when the multiplexor service itself is enabled, above and beyond
and spe-
 cific TCPMUX-based servers; see the discussion of internal services
 below.
**

TIA
maps






***
Contrata Prodigy Infinitum y navega a Infinitum de velocidad sin ocupar tu teléfono. 
Además, llévate 1 mes de renta Gratis y Prodigy Móvil, 
para que navegues en sitios públicos sin cables. ¿Qué esperas? Conéctate  al 01 800 
123  o ven a tu Tienda Telmex. Precio más I.V.A.
http://www.hits.telmex.com/app/ad_Mgr/ad_mgrN.jsp?ad=166

Prodigy Infinitum la conexión más rápida

[EMAIL PROTECTED] a telmex.com  http://www.telmex.com


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

Upgrade FreeBSD

2004-08-17 Thread =?iso-8859-2?Q?Pawe=B3
Hey 
I have FreeBSD 4-9 RELEASE,and i wont upgrade it to
4.10 STABLE.I use for this operation CVSUP,and
when cvsup dawnload sources in /usr/src directory
,i write:
cd /usr/src
make buildworld
and system compiling the sources,while return my
error message.
With another time errors whas different,and I don know why.My compiuter is pentium 100 
with 32 MB ram
Please Healp  MY ???
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


The set-user-ID-on-execution

2004-08-04 Thread Paredes =?unknown?q?S=E1nchez_Mart=EDn_A=2E?=

Hi:

I made a script (for tcsh shell) which add a printer to the system
(made directories, files, security and made some validations) but
need root access to accomplish this task.

my solution was to setuid the scripts been root

# chown root:admin-hmo *.tcsh
# chmod u=swrx,g=rx,o= *.tcsh
# ls -l
total 4
-rwsr-x---  1 root  admin-hmo  2024 Aug  3 04:07 impresora.tcsh
-rwsr-x---  1 root  admin-hmo   275 Jul 30 02:26 seguridad.tcsh

The first line of the script is #!/bin/tcsh -fb

But when I run the script been other user I had problem with
the permissions

 impresora.tcsh oc81p8707 p1ct203 psct203 raw
mkdir: /var/spool/lpd/oc81p8707: Permission denied
touch: /var/spool/lpd/oc81p8707/filter-errors: No such file or directory
touch: /var/spool/lpd/oc81p8707/accounting-file: No such file or
directory
/var/spool/lpd/oc81p8707/minfree: No such file or directory.

did I miss something?

maps






Con Prodigy Infinitum navega y habla al mismo tiempo sin ocupar tu teléfono por sólo 
$349 al mes. Además, al contratar llévate un mes de renta gratis. 
¿Qué esperas? Conéctate 01 800 123  o ven a tu Tienda Telmex. Precio más I.V.A.
http://www.hits.telmex.com/app/ad_Mgr/ad_mgrN.jsp?ad=157

Prodigy Infinitum la conexión más rápida

[EMAIL PROTECTED] a telmex.com http://www.telmex.com


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


Re: Retired Linux user wants to switch

2004-01-29 Thread Q
On Thu, 2004-01-29 at 20:22, Mike Machuidel wrote:
 I've been using Linux for about 7 years. At the
 beginning the Linux community was still very small and
 very little people ever heard about it or even knew
 what is was. Many people called me crazy/stupid/dumb

Be prepared to get that all over again.. with people wondering why you
use FreeBSD instead of their beloved Linux.
...
 really turned me off. They called me a troll, that I
 should go back to Windows, I'm too dumb to use
 Linux and because I told them I've been on this
 channel even before you began using Linux they kicked
 me off. This is 1 of the many examples.

I started using Linux about 10 years ago, and switched to FreeBSD almost
exclusively about 2 years after that. While I still have one machine in
my home using Linux, I do so only due to hardware requirements and I
have grown to loath it. I can sympathise with your experience.

 It may sound weird, but because of what the Linux
 community has become I would like to try and switch
 some of my systems over to FreeBSD. First I have some
 questions about what to expect:

You should find the FreeBSD community very supportive, in even the most
basic of issues, provided you first have a read through the FreeBSD
Handbook and other supporting documentation (all available through the
freebsd.org website), and ask your question in the appropriate location,
as you have done here.

 Is there any alternative for Shorewall? If not, would
 it be wise to port it to FreeBSD?

Not exactly. Shorewall relies on Netfilter (IPTables), which is a Linux
only thing. Depending on what your requirements are there are a few
alternatives to Netfilter. There is IPFilter  IPFW (both included in
recent FreeBSD releases). There is also the 'PF' packet filter ported
from OpenBSD (in ports under security/pf).

Whichever firewall/filtering method best suites your requirements will
determine what your options are for pursuing configuration tools like
Shorewall.

For appliance like firewall applications you might want to check out the
following BSD based solutions:

ClosedBSD - (http://www.closedbsd.org/)
m0n0wall - (http://m0n0.ch/wall/)
NetBoz - (http://www.netboz.net/)
PicoBSD - (http://people.freebsd.org/~picobsd/picobsd.html) - dated
theWall - (http://thewall.sourceforge.net/)
MicroBSD - (http://www.microbsd.net/) - based on OpenBSD

 Is FreeBSD using PAM by default? Will the combination
 of pam_ldap + nss_ldap + OpenLDAP work?

Yes, PAM is available out of the box, and NSS can be used this way, but
your success may depend on the release of FreeBSD you choose to use.

See here for a starting point:
http://www.cultdeadsheep.org/FreeBSD/docs/Quick_and_dirty_FreeBSD_5_x_and_nss_ldap_mini-HOWTO.html

 Can FreeBSD resolve reverse dependecies? Is there
 something to clean up orphan dependecies?

If you are referring to package management. Yes, there are a number of
support tools available for this very purpose. All packages are handled
through the ports system in /usr/ports (also see www.freshports.org),
and dependencies are never a problem if you use these tools effectively.
Check out 'sysutils/portupgrade' for package management and
'sysutils/pkg_cutleaves' for dealing with orphans

 Does FreeBSD have something like SYSV modules (just
 asking, of course there's kill)?

I'm not sure what you mean by this. If you mean basic compatibility like
semaphores, shared memory and IPC, then yes. If you mean a SYSV style
init and run level structure, then no.

 How well does DRM/DRI work in FreeBSD?

That will probably depend on the video card.
See http://www.freshports.org/graphics/drm-kmod/

 Is it possible to PXE boot the FreeBSD installation
 and install from the network (without setting up NFS)?

This is possible, check the handbook for the Jumpstart Guide section,
and use FTP as the media type instead of NFS.

 Are there any recommendations for managing a hosting
 server? Software? Configurations?

Read the FreeBSD Handbook, and other supporting documentation. Use the
ports collection!

 These were all question for now. I hope the story at
 the beginning wasn't too much and didn't violate the
 rules of this forum.

That's basically what this list is for.

-- 

Seeya...Q

   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  _  /   Quinton Dolan [EMAIL PROTECTED]
  __  __/  /   /   __/   /  /  
 /__  /   _//  / Gold Coast, QLD, Australia
  __/  __/ __/ /   /   -  / Ph: +61 419 729 806
___  /  
_\




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


Re: FreeBDS don't accept 4 networkcards

2004-01-29 Thread Q
This doesn't exactly help identify the problem much either.

How about including the dmesg output from bootup, and maybe the output
from pciconf.  If the card isn't being detected you need to do some
detective work to figure out where in the boot process things are going
wrong.

Is it not being seen at all on the pci bus? 
Is the kernel failing to recognise it for what it is? 
Is the device driver not probing/attaching the device?

Determining these things will ultimately point to where the problem lies
and hopefully identify the solution.

Seeya...Q

On Fri, 2004-01-30 at 01:40, Sjaak Nabuurs wrote:
  Your post is too general.
  You have to post details of what you are doing.
  Saying 4 Nics means nothing.
  Where are they and what are their purpose?
 Sorry try again
 
 I have a FreeBSD box 5.2 release with 4 NIC's realtec ethernet cards in one
 box
 For routing traffic to 4 different networks.
 1 DSL line and 3 wireless router network 192.168.1.xx  192.168.2.xx and
 192.168.3.xx
 so I have 4 network card in my freeBSD box
 
 But the problem is that freeBSD recognize only 3 network cards at startup..
 
 Before I had linux running in this box and everything works verywell.
 
 But I like to use FreeBSD  dummynet to shappe traffic.
 
 Sorry for my English
 
 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 5.2 installation: Add of package qt-3.2.1 aborted, error code 1

2004-01-29 Thread Q
On Fri, 2004-01-30 at 02:02, Anthony Discolo wrote:
 How do I check the debug screen for more info?

Use ALT+F1 (or F2/3 I don't remember exactly which one it is)

-- 

Seeya...Q

   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  _  /   Quinton Dolan [EMAIL PROTECTED]
  __  __/  /   /   __/   /  /  
 /__  /   _//  / Gold Coast, QLD, Australia
  __/  __/ __/ /   /   -  / Ph: +61 419 729 806
___  /  
_\




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


Re: Missing cupsomatic

2004-01-29 Thread Q
On Fri, 2004-01-30 at 03:40, Alex Huth wrote:
 Hi guys!
 
 I've installed the metaport of cups and configured cups. When i try to print the 
 errorlog shows missing file or directory cupsomatic in the filterdir of cups.
 Which port have i missed to install?

What model printer is it, and was the ppd file included in the meta
port, or did you download it from somewhere else?  It sounds like you
have installed a third party PPD file that references this filter.

Seeya...Q

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


Re: Missing cupsomatic

2004-01-29 Thread Q
On Fri, 2004-01-30 at 14:39, Alex Huth wrote:
  
  What model printer is it, and was the ppd file included in the meta
  port, or did you download it from somewhere else?  It sounds like you
  have installed a third party PPD file that references this filter.
 
 I've got the ppd from linuxprinting.org, but that wasn't the problem. The solution 
 was to have a perlscript named cupsomatic. I've got it from a friend, put it in the 
 filter directory and everything work fine. 
 This script should be in the ports, or?

The PPD file you downloaded has the cupsomatic dependency in it, it's
not required by the cups base system.

Yes, you could create a separate port for it, although I think
cupsomatic may have been replaced by foomatic these days, which is
already in the ports (but it too is missing the foomatic-rip and
foomatic-gswrapper filter scripts). 

Seeya...Q

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


Re: Enabling Macromedia Flash

2004-01-28 Thread Q
On Wed, 2004-01-28 at 21:33, Tijl Coosemans wrote:
 On Wed, 28 Jan 2004 04:19:44 -0500, Jeff Elkins wrote:
 
  I didn't make any modifications to the /usr/X11R6/bin/mozilla script,
  if that's what you mean.  Enlighten me please :)
 
 You don't have to make any changes to that script. You only have to add
 a couple lines to /etc/libmap.conf as explained by the
 linuxpluginwrapper port after installation.
 

Has anyone got this to work with Konqueror? I have it working fine with
Mozilla/Firebird, but Konqueror fails to execute the plugin even though
it detects it successfully.

Seeya...Q

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


Re: new install of 5.2 ISO aft hour system freeze cold reboot onlyoption

2004-01-22 Thread Q
On Fri, 2004-01-23 at 07:27, [EMAIL PROTECTED] wrote:
...
 Does this still happen with ACPI disabled?
 
 - good question, i have been trying to track this down to bios or other
 settings or issues before running the kernel with ACPI permently disabled
 but that may do it.  I'll boot tonight with it off and see if that helps.

Just disable it when loading the kernel to see if it makes any
difference. On a desktop it's not really a big deal running without
ACPI.

 Having ACPI enabled can also cause interrupt related problems in some
 configurations.
 
 - do you mean disabling ACPI in the kernel when it asks if you want to
 permanetly disable? 

Yes.. I mean disabling ACPI in the kernel's device.hints file, I don't
think you can turn it off just by using the bios.

My system has a problem with shared interrupts all of a sudden being
lost when ACPI is enabled. If you have any devices that share an
interrupt then this may be what's happening. (You can see the IRQ table
using 'vmstat -i')

-- 

Seeya...Q

   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  _  /   Quinton Dolan [EMAIL PROTECTED]
  __  __/  /   /   __/   /  /  
 /__  /   _//  / Gold Coast, QLD, Australia
  __/  __/ __/ /   /   -  / Ph: +61 419 729 806
___  /  
_\




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


Re: new install of 5.2 ISO aft hour system freeze cold reboot only option

2004-01-21 Thread Q
On Thu, 2004-01-22 at 04:38, [EMAIL PROTECTED] wrote:
...
 Everything runs fine for about an hour and a half then everything freezes ( 
 doesnt recognize keyboard, mouse, anything etc ) and i have to do a cold 
 reboot ( ouch! ).

Do you have X running or any additional cards/devices/drivers in use in
the machine when this occurs? Which ethernet are you using etc.

 This is in console or in X. (I experienced similiar problems trying to 
 run linux on this box, it would get kernel panics, only cold reboot would 
 release it.) I do believe this to be related to ACPI but have no proof. 

Does this still happen with ACPI disabled?

 This is a relatively new machine but i have seen other posters running 
 similiar, so it should run freebsd fine. 
 Asus Motherboard for AMD Athlon/XP/Duron Processors, Model# A7N8X Deluxe 
 Chipset: NVIDIA nForce2 SPP, nForce2 MCP-T 
 AMD Athlon XP 2200+, 266 MHz FSB, 256K Cache Processor 
 512MB RAM (Geil). 

I have been running a ASUS A7N8X-VM (MTX version of your board) in my
home firewall for a couple of months. There are some occasional issues
with the USB causing lockups, eg. turning my USB printer off and on
again can sometimes cause a complete hang. Having ACPI enabled can also
cause interrupt related problems in some configurations.

 I am hoping someone with a similiar set-up (these are very popular modern 
 componets) can share experiances or a bios set up or kernel config, or 
 other information. I really want to run freebsd on this box. 

Apart from the issues mentioned above I have had no problems with this
hardware.

-- 

Seeya...Q

   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  _  /   Quinton Dolan [EMAIL PROTECTED]
  __  __/  /   /   __/   /  /  
 /__  /   _//  / Gold Coast, QLD, Australia
  __/  __/ __/ /   /   -  / Ph: +61 419 729 806
___  /  
_\




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


Re: ideas for an old BSD laptop?

2004-01-20 Thread Q
On Wed, 2004-01-21 at 08:36, Jonathon McKitrick wrote:
 Hi all,
 
 I haven't used my infamous Toshiba Satellite with FreeBSD 4.8 very much
 since I got my desktop system with a flatscreen.  I'm trying to think of
 something interesting to do with it now.  I don't really need a separate
 firewall, and it doesn't make sense to use it as a fileserver.  With a ppp
 connection, it couldn't easily be a webserver either.
 
 Any ideas on something interesting to use it for?  Maybe some kind of
 learning experience?

I had a similar desktop machine collecting dust, and I set it up as a
transparent proxy/content filter using ipfw + squid + squidguard (and
recently frox). Makes browsing a lot faster on slower connections.

Seeya...Q

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


Re: Speak Freely

2004-01-11 Thread Q
On Mon, 2004-01-12 at 05:52, David Miller wrote: 
 Hi All;
 
 I've spent the last two days trying to get speak freely (Internet voice
 program with encryption, see 

If you are intending to use this out of more than just curiosity you
might want to look at alternatives like some of the OpenH323 clients
(eg. net/gnomemeeting), as this particular program will be officially
'End of Life'ed by its author on the 15th of this month.

 I believe I have a full duplex card running properly.  I can play a CD and
 mp3's at the same time, and have both come out the speakers at once.  It
 shows up as:

Full Duplex doesn't mean that you can play two things at once.. it means
that your sound card (and it's drivers) are able to record and playback
at the same time.

 Speakfreely was first installed from ports, then compiled in half duplex
 mode.  If I launch sfspeaker -d from one window, and sfmike -d some.host
 from another, I get the following error from sfspeaker:
 
 new:dmiller$ sfspeaker -d
 sfspeaker: 10.0.0.3 packet lost by half-duplex muting.
 sfspeaker: 10.0.0.3 packet lost by half-duplex muting.
 sfspeaker: 10.0.0.3 packet lost by half-duplex muting.

This is exactly what's supposed to happen when you compile it with half
duplex mode enabled. You should recompile it without defining
HALF_DUPLEX (which should be the default) if you want this behaviour to
stop.

 One other thing that seems odd is that sound from the mike comes through
 the speakers even when sfmike is paused.

If this is sound from your locally connected mic, then this is probably
a mixer 'input source' issue more than anything else. Try playing with
the 'rec' and 'mic' input level and see if it makes any difference.

Seeya...Q

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


Re: Linux Compatibility and Folding@Home

2004-01-10 Thread Q
On Sat, 2004-01-10 at 20:36, Loren M. Lang wrote:
 I was trying to run a Linux program called [EMAIL PROTECTED] in FreeBSD, but
 it doesn't seem to want to load.  I have a version compiled for
 glibc 2.2 I believe, but when I run it in bsd, I get the error message:
 
 ELF binary type 0 not known.
 Abort trap

I have never tried this particular program, so I can't say if it will
work for sure, but I see no reason why it shouldn't. Try doing an
'brandelf -t Linux file' and run it again. This will let FreeBSD know
that it's a Linux binary.

 That was using version 3.x of [EMAIL PROTECTED]  They also have a glibc 2.3 version,
 but that also fails:
 
 ./FAH3Console-LinuxB.exe: /lib/libc.so.6: version `GLIBC_2.3' not found
 (required by ./FAH3Console-LinuxB.exe)

If you need glibc 2.3 then you need to install the
'emulation/linux_base-8' port, this is the equivalent to a RedHat 8 base
system, rather than the RedHat 7 base you have installed now.

Seeya...Q

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


Re: Performance Issues

2004-01-10 Thread Q

 Xine seems to have trouble playing movies at the beginning, it's
 choppy for the first several seconds, then resumes the movie normally
 after it's in a little ways.  Even stopping and restarting, it still
 exhibits the same behavior at the beginning of a movie file.  Also,
 watching dvd's on this computer is slightly choppy, but very slight.

Do you have DMA enabled on your DVD drive (you can check using
'atacontrol mode channel')?

 mplayer seems to do fine for dvd's and movies, but mplayer has no menu
 support for dvd's.  I haven't had this trouble with xine on linux
 using much older versions to just slightly more recent than xine in
 the freebsd ports and I would like to have it fixed.

You can actually compile in dvd menu support into mplayer, but I'm not
sure if it works as well as Xine. I haven't used either for playing DVDs
in some time.

 Also, artsd has troubles.  The sound is slightly scratchy coming out
 it and after it's been running a while, gaim sounds playing through
 artsd don't quite finish and echos the last bit of the sound,
 sounding all scratchy.  Esd seems to work better, but everything I've
 read and seen about those two always claims that artsd is much better
 and higher quality than esd. 

I would use whichever works best. I don't use sound much at all so I
can't really help with that.. but when I have used sound daemons in the
past they have always caused me problems unless they were running with a
fairly decent sized buffer cache.

 Lastly, the system seems slow at times after I haven't been doing much
 work in it, especially when I have many windows open in mozilla.  I
 think this is just because the system is having to swap in memory, but
 I don't remember it being such a big problem in linux.  I'm using
 freebsd 4.9 on a PIII 600Mhz with 128 meg ram.  Freebsd has a 256 meg
 swap as the default of install made it.  In linux, I only had a 128 meg
 swap.

Try running 'top' or some other sort of system monitor to see exactly
what's happening.

Seeya...Q

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


Re: What is the end of FreeBSD ?!

2004-01-09 Thread Q
On Fri, 2004-01-09 at 21:35, Robert Downes wrote:

 Kris Kennaway wrote:
 
 Notice the difference between these two approaches?  It means there's
 basically no chance that what happened with RedHat will ever happen to
 FreeBSD.
   
 
 No, but it surely is possible that the people that devote time to 
 FreeBSD will be taken for granted, and will drift away from spending 
 time on the project?



The company I work for (an ISP) has over 20 odd servers running FreeBSD,
we rely on it to run our network, applications and services. Part of my
regular work day is spent learning, improving, writing and supporting
parts of FreeBSD and it's supporting applications that are important to
our business. It doesn't matter if other people take this work for
granted, or if contributions don't get included in future versions, we
do it because it's important to running OUR business, and this is our
way of giving something back to the community. I believe this philosophy
has a lot to do with why FreeBSD (and the other *BSD's for that matter)
is an excellent server platform, and is pretty lacking as a user
friendly desktop environment. Desktop FreeBSD is not important to our
business because virtually all our desktops are all windows based for a
variety of reasons, the main one being it's the platform that 99% of our
customers use. So although FreeBSD could benefit from an improved
installation process and a more advanced desktop environment, we won't
be contributing to it any time soon because it works fine for us just
the way it is.


 I hope that FreeBSD continues to be built by people who don't do it for 
 money, because I really believe that free software is built more 
 lovingly (sorry, I couldn't think of a better word) than commercial, 
 factory-produced stuff. But a donation here and there can't hurt.


I think FreeBSD has been built out of necessity by the people, like us,
that use it to serve a purpose, rather than by people who seek to
produce a competitive product. This is another reason why FreeBSD won't
'die'. FreeBSD is a community project, not a company product, so while
ever people still use it, there will be people equipped to contribute to
making it better. 

Anyone can contribute to FreeBSD, and it doesn't need to be in the form
of a donation, or writing code. Writing and revising documentation
doesn't require much in the way of programming abilities at all. And
it's something that every programmer loathes doing at one time or
another.

The key to choosing what to work on is to find something that you NEED,
or is important to YOU and work on that. If you try to find something
that you think other people will want but you have no real use for, you
are destined for failure. If you decide to contribute by helping people
on mailing lists or forums, you may end up writing documentation anyway
because you find yourself answering the same questions regularly.

Anyway.. best of luck. I'm sure your efforts, in whatever form they may
be will be appreciated.

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


Re: A Challenge... NAT for PPP dial in user

2003-12-26 Thread Q
I must have missed the original email, but I  think the fact that the
local end of the ppp link has the same IP address as the machine's
default gateway is probably more to blame.

The ppp ifaddr range should be either on a different subnet, or use an
address range not already in use on the lan. This means BOTH ends of the
link. So take out '192.168.1.1' and replace it with something unused.
You will probably need to change the add route statement to 
'add HISADDR 255.255.255.255 MYADDR' because you don't want to route the
whole subnet down the ppp interface.

Seeya...Q

On Sat, 2003-12-27 at 00:45, Lowell Gilbert wrote:
 Drew Robertson [EMAIL PROTECTED] writes:
 
  I've been playing around with this for a while.
  
  I have a FreeBSD 4.8 box set as a gateway on my home LAN.  I have 1 pc
  downstairs, and a few dial up users... FreeBSD box has 2 network
  cards, 1 for internal, 1 for external internet using cable  1 56k
  modem.
  
  Very simple problem... when a dial in user connects to the FreeBSD
  gateway/router using PPP, NAT stops working on the PC downstairs and
  won't work on the dial in PC either...
  
  I have complete LAN access (telnet, ssh, samba, ping etc) on both the
  dial in PC and the downstairs PC, but somewhere my config is
  preventing everyone from being able to access the internet at once.
  
  In rc.conf, I have my Gateway_enable=YES, defaultrouter=192.168.1.1,
  router_enable=yes, proxyarp_all=yes...
  
  PPP.conf is simple...
  
enable pap
enable passwdauth
set ifaddr 192.168.1.1 192.168.1.100-192.168.1.199 255.255.255.0
add HISADDR 255.255.255.0 MYADDR
accept dns
set dns 203.2.75.132
enable proxy
  
  In natd.conf
  
  interface tl0
  sameports yes
  dynamic yes
  
  I'm running a firewall, but it is open for the TUN0 interface...
  
  I also have a divert natd (8668) allow all from any to any out via tl0
  
  All other PC's on the LAN are windows clients... the one downstairs I
  was able to just set a default gateway and it was up and running on
  the internet, unfortunately it isn't done like that on a dial in setup
  on windows...  I can't use DHCP for the clients, as I'm not supposed
  to have internet sharing running...
  
  Do I need to have an add statement in the PPP.conf, or do i have to
  enable proxyall rather than enable proxy??
  
  Worst thing about this is I can't find enough doco on it on the
  net... I'll write my own when I get it done...
 
 I think that natd(8) and the NAT from ppp(8) are stepping on each
 other's toes.  Try not enabling NAT in ppp(8) at all, and letting
 natd(8) take care of it.  It's the same outside interface, after all;
 it should just work.

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


Re: gnomemeeting-0.98.5_1 - openh323 failing in rtp.h

2003-11-27 Thread Q
You need to uninstall the ffmpeg package, do a make clean in
net/openh323 and it should compile ok.

Seeya...Q

On Fri, 2003-11-28 at 02:46, Troy wrote:

 I was trying to portupgrade gnomemeeting-0.98.5 to 0.98.5_1 and ran into
 issues with the openh323 dependency.  Anyone have any ideas?
 
 -Troy
 
 
 
 In file included from /usr/ports/net/openh323/work/openh323/include/codecs.h:263, 
 from
 /usr/ports/net/openh323/work/openh323/include/h323caps.h:169, from
 /usr/ports/net/openh323/work/openh323/include/h323con.h:255, from h323.cxx:1089:
 /usr/local/include/ffmpeg/rtp.h:26: `AVCodecContext' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:26: `codec' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:26: syntax error before `)'
 /usr/local/include/ffmpeg/rtp.h:26: initializer list being treated as compound 
 expression
 /usr/local/include/ffmpeg/rtp.h:27: `AVCodecContext' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:27: `codec' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:28: `AVFormatContext' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:28: `s1' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:28: `AVPacket' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:28: `pkt' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:29: syntax error before `unsigned'
 /usr/local/include/ffmpeg/rtp.h:29: initializer list being treated as compound 
 expression
 /usr/local/include/ffmpeg/rtp.h:31: syntax error before `;'
 /usr/local/include/ffmpeg/rtp.h:32: syntax error before `;'
 /usr/local/include/ffmpeg/rtp.h:34: `URLContext' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:34: `h' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:35: `URLContext' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:35: `h' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:35: syntax error before `char'
 /usr/local/include/ffmpeg/rtp.h:35: initializer list being treated as compound 
 expression
 /usr/local/include/ffmpeg/rtp.h:36: `URLContext' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:36: `h' was not declared in this scope
 /usr/local/include/ffmpeg/rtp.h:36: syntax error before `*'
 /usr/local/include/ffmpeg/rtp.h:36: variable or field `rtp_get_file_handles' 
 declared void
 /usr/local/include/ffmpeg/rtp.h:36: initializer list being treated as compound 
 expression
 /usr/local/include/ffmpeg/rtp.h:38: syntax error before `;' 
 
 gmake[2]: *** [/usr/ports/net/openh323/work/openh323/lib/obj_FreeBSD_x86_r/h323.o] 
 Error 1
 gmake[2]: Leaving directory `/usr/ports/net/openh323/work/openh323/src'
 gmake[1]: *** [opt] Error 2
 gmake[1]: Leaving directory `/usr/ports/net/openh323/work/openh323'
 gmake: *** [optnoshared] Error 2
 *** Error code 2
 
 Stop in /usr/ports/net/openh323.
 *** Error code 1
 ___
 [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: problem building mplayer 0.92

2003-11-26 Thread Q
Do an 'rm /usr/ports/distfiles/win32/win32codecs.tar.bz2' and try it
again.

On Thu, 2003-11-27 at 13:10, [EMAIL PROTECTED] wrote:

 I'm trying to install an updated version of mplayer 0.92 and it can't find the
 win32 codec 
 
 :
 ===  Refetch for 1 more times files: win32/win32codecs.tar.bz2 
  win32codecs.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/win32.
  Attempting to fetch from http://www.mplayerhq.hu/MPlayer/releases/codecs/.
 fetch: win32codecs.tar.bz2: local modification time does not match remote
  Attempting to fetch from http://ftp.lug.udel.edu/MPlayer/releases/codecs/.
 fetch: win32codecs.tar.bz2: local modification time does not match remote
  Attempting to fetch from ftp://ftp.mplayerhq.hu/MPlayer/releases/codecs/.
 fetch: win32codecs.tar.bz2: local modification time does not match remote
  Attempting to fetch from ftp://ftp.lug.udel.edu/MPlayer/releases/codecs/.
 ...
 
 Any suggestions ?
 
 Alan
 
 ___
 [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: x

2003-11-02 Thread Q
Have a look at /var/log/XFree86.0.log, it should say why it failed to
run.  You may need to set your monitor's HorizFreq and VertRefresh
manually if it is not being detected properly.

Seeya...Q

On Sat, 2003-11-01 at 02:13, Wout A. wrote:

 Hi,
 I'd say, try to run xf86config or start the graphical configuration from
 /stand/sysinstall .
 
 Good Luck.
 
 - Original Message - 
 From: Gottfried wilhelm [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, October 31, 2003 2:15 AM
 Subject: x
 
 
 Hello,
 i have freeBSD but i can't run the X with startx comand, when i write it and
 push enter fatal error is displayed.
 What can i do? my computer is a compaq presario laptop.
 
 
 
 -
 Do You Yahoo!?
 Yahoo! Net: La mejor conexión a internet y 25MB extra a tu correo por $100
 al mes.
 ___
 [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]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wake-on-lan support? (WOL)

2003-11-02 Thread Q
This is mostly true, but the NIC driver also needs to ensure that it
leaves this feature enabled after it has reset the hardware and set it
up to it's liking. If the driver doesn't have WOL awareness the feature
will more likely be disabled during the attach phase of loading the
driver.  Using On Now as opposed to WakeOnLan however, must be enabled
by the driver because the NIC uses a packet mask with user configured
contents to wake up, which can't be set in the BIOS.

I think the main reason for the lack of support is that this technology
isn't very useful from a server perspective, and is intended more for
managing desktops and embedded systems, rather than the 24x7 uptime
tasks that FreeBSD is normally employed for.

Seeya...Q

On Sat, 2003-11-01 at 22:06, Alexander Kühn wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi,
 Wake-On-Lan (WOL) is something that has next to nothing to do with the
 installed OS. If it's a x86 PC you need a ATX power supply and board, a
 network card that supports WOL, have the powerconnector of the network
 card connected to the board, so it has power even if the machine is
 powered down. You need to enable it in the PC bios and for some NICs
 also in the NIC's BIOS as well (e.g. RTL 8139) using a NIC specific tool
 (usually under DOS). Then you should do a soft powerdown (e.g. halt -p)
 and then send the magic packet to the subnet the WOL machine is in.
 Unfortunatly there are also different magic packets send by different
 tools and some of the are not available on FreeBSD (e.g. Donald Becker's
 ether-wake, which works for me).
 I hope this helps,
 Alexander.
 
 Alexander Mayer wrote:
 
 | Hi,
 |
 | is wake-on-lan possible on a PC running FreeBSD? I want to boot my
 | FreeBSD-PC with wake-on-lan. In Linux there is a problem with many
 | drivers because they disable wake-on-lan. Only a few drivers give the
 | possibility to enable this feature. What about FreeBSD?
 |
 | Alex
 |
 | ___
 | [EMAIL PROTECTED] mailing list
 | http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 | To unsubscribe, send any mail to
 | [EMAIL PROTECTED]
 
 
 - --
 Alexander Kuehn
 
 Papendorf Software Engineering
 Cell phone: +49 (0)177 6461165
 Cell fax:   +49 (0)177 6468001
 Tel @Calw:  +49 (0)7051 936980
 Fax @Calw:  +49 (0)7051 9369822
 Mail @Calw mailto:[EMAIL PROTECTED]
 
 - -BEGIN PGP PUBLIC KEY BLOCK-
 Version: GnuPG v1.2.3 (FreeBSD)
 
 mQGiBD9rZYgRBAD5JesIz29bwmNHhVIJdiH8yuhbJ9I+TYdpLuxIKr1OU2ZVn9FL
 ONC85Za6ElMDm6qjqyy2UECCxl8F+HXXFfkpyDqB5KwtGFUA9sEa99ArC0tLWMaT
 XHhSKcUsS6HPjgWTNn504vZm5pu4A54ALPbKA0BB8/XKBhfg+AzFNSRp9wCgtfM2
 ILb+zs4f7JRbsKb8P+MIWC8EAJdevnxVaw3RpJGPDR+iZPTL9mGLkydlNyBplaoM
 EzCiDI6GZv4Mxs78fGOh5DBui28LaJ/t1SpXGLd1NI9vgY9G/RLxdphvw3srmwBM
 XfIdfQOkHkpcbBOaFypLDIVEoMV9a3UJ71jhqFL1yD2bcKXY/bkml/Tq/IwXsG7C
 DNoiA/49SiLxvyNa7XkpDIHNjo+q/o8DXPvHa3Qc5vvAMnrzh7ocLKNBvUWUvy62
 Lkw07GEp9Pxd16Tj1TNdIeEmMHKzUYt24cjoZ0y6HJ6rdQs9IXwyEx9vQ5KsL44u
 SYH1XtBVr07N7DcsRMEU2hy7N/EJALtwV89vP7bVxsLWQ658wLQ2QWxleGFuZGVy
 IEvDvGhuICh3d3cubmFnaWx1bS5vcmcpIDxha0BwYXBlbmRvcmYtc2UuZGU+iGQE
 ExECACQFAj9rZYgCGwMFCQHhM4AGCwkIBwMCAxUCAwMWAgECHgECF4AACgkQk1Eo
 cpNxA0Ye8ACgg11GVr2HkPxU6ebR9PN5j3I78DsAn2ON/SKQaxnIJk0hQlPu9dej
 /UmxuQINBD9rZg4QCADmxQf6NT8sWgZQRJY812HZQK4icKwy6KgyVsx2cRtAyoi8
 YiSHBBQ7qWEeBwhjk1RaDn4jP8bPMnnwQkW1YQ6Zh/LCEcl0j0LH9GZyZ8Glqdit
 NfDktboWSBSaRWBjdOhLleGfplPEfWuq/neid9SgWy27fSo6+Yz/jAJ4BWBBdpH/
 5khUTUjdPo4G+DXQW0+Mqp81fmSdeOxjfukF90fKq/LmLfqseTic6xnITaDMGOtV
 1jeu6zp5GEcbtRr8aNTj+Gisg4EDoeZxihgnC2TWJtX4nfVk6aP0R8QlifYaukjf
 Nye6qkfWiG0LwLDP/L4/6FlMDsg0u/ZcyPZFPyUrAAMGB/wJ+OaHzrKSxl0AmCZB
 efq8kdrVqlH+fEbHbBhXTv3EKZbj75UWWe4QZI6A3eT9EKv7XMqhk9w/bRsnsVB6
 Qx6uv1tXGV041TdnaQ0xezdHEAY81SixnntxyS6aiCPXeR+Bzpc2JL81vPt5Zftn
 nofozDdiinpms0PkjEb1onR3rsIG9A4d/8Z70repweydQ+YWnLFDanP+B5Fw/jf0
 HlU1fBWQvxtWXWqYagH6o9JbgdA2NqCtcAdq3FWwCTQUcJYzugjdmSgHVWSTpt7Y
 n1IibfO/ELHyLQ8JivdOQNw1YcTtmoSHudJwRZRndYsc2JbbvpVz9TMiofN2dWAg
 QehSiE8EGBECAA8FAj9rZg4CGwwFCQHhM4AACgkQk1EocpNxA0aOjQCfTe4ERTvh
 99pDGdF5kZ0fwrnyYVcAoKxAsskAPM9JV86ugvxeQJIOqohB
 =YSR6
 - -END PGP PUBLIC KEY BLOCK-
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3-nr1 (Windows 2000)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iD8DBQE/o6HVk1EocpNxA0YRAs8XAJsEKgMXqomuHy/KDOUzI3wRQfa8OgCcChbf
 QXPtqpDuTd5BqJS0jxqPWj8=
 =hLPr
 -END PGP SIGNATURE-
 
 
 ___
 [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: sendmail question

2003-11-02 Thread Q
It might be DNS related. Have you checked the log files to see if it is
trying to resolve a hostname or MX record for the RCPT domain?

Seeya...Q

On Sat, 2003-11-01 at 15:14, Mail Monitor wrote:

 Hi,
 
 I'm running sendmail on FreeBSD 4.7 and have a
 problem with sendmail.
 
 Even though the sendmail is running, the
 mails are not coming into the server.
 
 I tried sending a mail from command line using
 /usr/sbin/sendmail -v [EMAIL PROTECTED] The output
 of this command hangs just before DATA i.e
 EHLO, MAIL from are supported. But i donot get
 Recipient ok it takes 10 min to complete the
 mail delivery and hangs after RCPT To for 10 min.
 
 Any clue why it happens?
 
 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: kernal panic when trying to recompile world or kernel

2003-10-24 Thread Q
Check that the CPU fans are functioning correctly. You may have a
cooling problem that only appears under load.

Seeya...Q

On Wed, 2003-10-22 at 23:51, Lowell Gilbert wrote:

 Hicks, Raymond [EMAIL PROTECTED] writes:
 
I was hoping to get some insight into what could be causing these issues.
  Any thing you can do to help is appreciated. Here is the situation: 
  
I have an asus A7M-266D with dual athalon MP 1800+  and 1.5G of DDR 2100
  RAM.  The machine has 3 120GIG IDE drives, one floppy and one CD drive.
  Drives are western digital. The kernel is compiled for SMP and the release
  is FREEBSD-5.1-RELEASE although sources were current till about June at
  which time I moved and did not do much to system.  Now I have gotten the
  system out of storage and set it up .. it runs fine but I have recently
  tried to cvsup then recompile world and I get: 
  
  KERNEL PANIC with CPUID = 0 
  lapic.id = 
  
It seems like a random error in that it sometimes does it in 2 minutes and
  other times it will go for almost 10 minutes.  Once it happens, the machine
  reboots.  I originally thought this could be due to heat from processors so
  I took measures to reduce heat.  There are currently 2 fans pushing air into
  the case and 3 fans plus 1 blower pulling air out of the case.  Each CPU has
  a new amd cpu fan with bearings and the temp is well within the limits of
  normal operation.   I am at a loss for this and was wondering if anyone had
  any ideas on ways to fix / mitigate.  
 
 Still sounds like some kind of hardware problem, because it runs fine
 as long as it isn't under pressure and fails in a different way each
 time.  If it's always the same CPU, that may be a hint.  Bad RAM is
 the most frequent culprit for such unpredictable problems, though.
 
 If you have the opportunity to disable SMP and try again (e.g., you
 have a GENERIC kernel around that matches your userland), that would
 be worth a shot.
 ___
 [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: Where is the config file?

2003-10-21 Thread Q
You might want to look at the portupgrade tool in the ports collection.
It supports a '-P' flag that tells it to use packages instead of
compiling from source. It does an excellent job of handling dependencies
(if used correctly), and is very easy to use.

It may be better to create a friendly face to using portupgrade,
rather than creating yet another tool that does the same thing. I am not
familiar with apt-get but I believe portupgrade would provide a solid
package management engine to whatever interface you choose to build
around it.

Seeya...Q

On Tue, 2003-10-21 at 23:40, Dinesh Nadarajah wrote:

 The reason I am asking all these questions is that I am exploring the
 possibility of of writing an apt-get like application for FreeBSD (call
 it apt-pkg). Apt-get was written to help out dpkg in Debian. pkg_add
 has a lot more features than dpkg but not the update/upgrade features
 of apt-get. So pkg_add simply requires an 'aide' applcation that simply
 provides pkg_add information on what to install - kind of a gentler
 user interface for pkg_add. 
 
 anyone aware of such a project. Do not want to reinvent the wheel here.
 But having used debian for some time, I have come to appreciate the
 appeal this has for ne users and users who simply want to install
 binaries. 
 
 Thanks for the rseponses.
 
 -D
 
 PS: I am thinking of writing it in Python. Good/Bad
 
 
 --- Matthew Seaman [EMAIL PROTECTED] wrote:
  On Tue, Oct 21, 2003 at 05:27:42AM -0700, Dinesh Nadarajah wrote:
   I would like to know where pkg_add keeps its configuration file? I
  mean
   when I execute the command 'pkg_add -r bzip2' how does it know that
  it
   needs to fetch it from
  ftp://ftp.freebsd.org/./packages-4-stable/
   as opposed to packages-4-current?
  
  pkg_add works out the path it looks for on the FTP servers from the
  system version number -- there isn't a specific configuration file
  for
  it.  You can override the defaults by setting various environment
  variables: PACKAGEROOT, PACKAGESITE as described in the pkg_add(1)
  man
  page.
  
  If you're interested in exactly how pkg_add works out what URL to
  use,
  look at the definition of the 'releases' array near the top of
  /usr/src/usr.sbin/pkg_install/add/main.c Hmmm... I do believe I can
  see what might be a bijou little buglette there.  Seems that there's
  no mention of packages-4.8-release or the impending
  packages-4.9-release.  (Checks cvsweb...)  Hmmm... Looks like only
  RELENG_4_8 branch gets an indication of where the 4.8-RELEASE
  packages
  are.  Makes a certain kind of sense.
   
   Also, along the same note, I searched through the handbook but
  could
   not find any information on how to convert a 4-STABLE to a
  4-CURRENT. I
   want to only use CURRENT software not update my kernel to CURRENT.
  Is
   this possible?
  
  Firstly, there's no such thing as 4-CURRENT and there hasn't been for
  several years.  Your choices at the moment (other than one of the
  -RELEASE branches) are 4-STABLE or 5-CURRENT.  Similarly, there is no
  5-STABLE just yet: the omens are that it may appear alongside 5.3
  release.  This is documented in
  
 
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html
  
  and
  
 
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/articles/5-roadmap/index.html
  
  Using 5-CURRENT is not recommended unless you are of FreeBSD
  developer
  calibre, as it is the bleeding edge and you will need quite a lot of
  code-fu to be able to deal with the fine messes it can get you into.
  You seem to be on 4-STABLE already -- unless you have a pressing
  reason, like you have hardware only supported in 5.x or insatiable
  curiosity, then I'd stick with that.  If you must run a 5.x version
  go
  with 5.1-RELEASE which is the best and most recent 5.x code right
  now.
  
  As for upgrading from 4.x-STABLE to 5.x-RELEASE: this can be done by
  compiling the 5.x sources under 4.x, but it is by no means a trivial
  task, and there are various new features (like UFS2 filesystems) that
  you won't be able to take advantage of without extreme pain.  Take a
  look at the instructions in /usr/src/UPDATING (see
 
 http://www.freebsd.org/cgi/cvsweb.cgi/src/UPDATING?rev=1.251.2.12content-type=text/x-cvsweb-markuponly_with_tag=RELENG_5_1
  for details from the UPDATING file for 5.1-RELEASE -- the bit you
  want
  is pretty much right at the end of the file) On the whole, you may
  find it more productive to cut yourself some 5.1 Installation media,
  wipe your present system and do a fresh install.
   
   If pkg_add -r is provided a URL to a CURRENT directory, would it
  fetch
   all dependencies from the same directory or would it revert to its
   configured URL to fetch the dependencies?
  
  From reading the source code, I believe that the first option will be
  the case, unless you set PKG_ADD_BASE in the environment.  But I
  could
  be wrong.  Trying a combination of the '-n' and -v' flags to pkg_add
  should let

Re: FreeBSD files' heads

2003-10-21 Thread Q
These are RCS tags used to identify the revision of the file in
question, along with who commited the change and when.

RCS is used by the FreeBSD community (in the form of CVS) to manage
changes to the source code, and RCS in turn uses '$' to surround special
identifiers that get expanded when the file is checked out or exported
from the repository.

The 'Exp' on the end is an RCS state value which denotes 'Experimental',
however this can be ignored as it is not used.

You can also use the 'ident' command to extract these strings from a
binary file to determine which version of the source code it was
compiled from.

Seeya...Q

On Wed, 2003-10-22 at 06:55, CBuH. wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 
 Hello, all.
 
 I've got a question (easier -- ``interesting in'') -- why all FreeBSD files' 
 heads starts with this:
 
 # $FreeBSD: src/etc/shells,v 1.3.2.1 2000/07/10 08:47:17 obrien Exp $
 
 - - Why there are buks (am I pronounce right ? :-) ``$'' -- on the start  end 
 of this string?
 - - And what do mean ``Exp'' at the end?
 
 10x alot,... 
 
 - -- 
 
 CBuH. CG[CX] XVyGYjau [EMAIL PROTECTED], ICQ#70929413
   GnuPG(PGP) public key is: http://ccclike.chat.ru/my_public_key.asc
 
   
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (FreeBSD)
 
 iD8DBQE/lZ1A5Cj3gqxcdCoRAsZAAJ40k67CQapGju+ePSgNbje8nVogcgCfdPlT
 lk3D5fOh9qZU6k1SfMsQVds=
 =bJuj
 -END PGP SIGNATURE-
 
 ___
 [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: Disable console notifications

2003-10-19 Thread Q
This will stop all the syslog generated messages, but it will not stop
kernel generated messages like device timeouts, hardware errors, lock
warnings etc, as they are actually printed by the kernel not syslog. 

If all you want is to use the console without the messages clobbering
your output, just swap to a different vty (eg. ALT+F2) as only vty 1
gets this output.

Seeya...Q

On Fri, 2003-10-17 at 13:11, Sunil Sunder Raj wrote:

 Hi,
 
 Remove the line
 #*.err;kern.debug;auth.notice;mail.crit /dev/console
 from /etc/syslog.conf
 
 OR
 
 redirect it to a file
 *.err;kern.debug;auth.notice;mail.crit  /var/log/console.log
 
 Regards
 SSR
 
 
 From: Rus Foster [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Disable console notifications
 Date: Thu, 16 Oct 2003 12:22:50 +0100 (BST)
 
 Hi,
   What is the quick way to disable console notifications? i.e. to stop the
 kernel putting up messages?
 
 Rgds
 
 Rus
 
 --
 w: http://www.jvps.com  | Virtual Dedicated Servers from $15/mo
 e: [EMAIL PROTECTED]| Dontations made to Debian, FreeBSD
 t: +44 7919 373537   | and Slackware
 t: 1-888-327-6330| email: [EMAIL PROTECTED]
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 _
 Get Married!  http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?74 Search 
 from 7 lakh Brides  Grooms.
 
 ___
 [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: perl serial port access

2003-10-17 Thread Q
On Fri, 2003-10-17 at 22:01, Perica Veljanovski wrote:

 What is the name of the /dev for the serial port in FreeBSD. dmesg says
 there are sio0 and sio1 but there are no such file names in /dev.



The device name you are looking for is /dev/cuaa*


 What module should I use in Perl to access (read/write strings) to the
 serial port?


Try this in the ports collection:  comms/p5-Device-SerialPort

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


Re: Uninstalling Port installed applications

2003-10-16 Thread Q
You are looking for the 'sysutils/portupgrade' port. It installs a tool
called pkg_deinstall.

So to achieve what you described, you would run 'pkg_deinstall -R A' 
and it would deinstall 'A' and any of its orphaned dependencies, ie.
B, C, D but not E.

Seeya...Q 

On Thu, 2003-10-16 at 21:41, Michael Lee wrote:

 Hi,
 
 I have a question about uninstalling port.
 
 Say, there are 5 applications -- A, B, C, D, E
 
 Installing A depends on B,C,D, and E.
 There is no problem that I type 'make install' under /usr/port/xxx/A
 that the port system will help me install B,C,D,E since they are required by
 application A.
 Supposed that E was also required by another application F which was already
 installed in the system,
 I wonder if I type 'make deinstall' under /usr/port/xxx/A and try to
 uninstall A,
 will the port system help me uninstall B,C,D but not uninstall E ?
 
 Thank you!
 
 Michael Lee
 
 ___
 [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: Netflow compatible accounting generator.

2003-10-14 Thread Q
You might want to check out some of the following:
(I haven't tried any of these on FreeBSD... yet)

http://www.mindrot.org/softflowd.html
http://fprobe.sourceforge.net/
http://psi.home.ro/flow/
http://www.ntop.org/nProbe.html

Seeya...Q

On Wed, 2003-10-15 at 00:32, Kirill Berezin wrote:

 Hie all!
 
 Does anybody have a suggestion how to generate a cisco Netflow 
 compatible ip-accounting in the FreeBSD-powered router.
 
 Any links, suggestions are welcome.
 
 Kirill.
 
 ___
 [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]


Using nvidia.ko for X11 with nForce GPU on 5.1-RELEASE?

2003-10-14 Thread Q
Is anyone successfully using the x11/nvidia-driver port with 5.1-RELEASE
on an nForce (1) motherboard's onboard GPU. If so, I would be interested
to know if you had any issues getting it going, and what your AGP
configuration is set to.

I attempted to get this working on my MSI K7N420 Pro yesterday and in
various configurations it resulted in the machine freezing and rebooting
when X first puts the display into a graphics mode. There are a couple
of things I haven't checked yet that may be causing the problem, but
confirmation that this configuration is known to work would be helpful.

-- 

Seeya...Q

   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  _  /   Quinton Dolan [EMAIL PROTECTED]
  __  __/  /   /   __/   /  /  
 /__  /   _//  / Gold Coast, QLD, Australia
  __/  __/ __/ /   /   -  / Ph: +61 419 729 806
___  /  
_\



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


Re: Oct 11 10:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use

2003-10-12 Thread Q
The error is caused by proftpd running as a daemon and preventing inetd
from binding to the port. You should either run proftpd as a daemon, or
run it out of inetd with the '-n' flag, but not both.

Seeya...Q

On Sun, 2003-10-12 at 04:38, jason dictos wrote:

 Oct 11 10:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:19:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:29:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:39:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:49:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:59:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 11:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 
 Anyone know what these mean? I assume there's some deamon that inetd is 
 continually trying to re-start?
 
 Here's my ftp line:
 ftp stream  tcp nowait  root/usr/local/libexec/proftpd proftpd
 
 
 Ideas?
 
 -Jason
 ___
 [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: writing pdfs

2003-10-10 Thread Q
You have quite a few options:

1. HTMLDOC - will convert most HTML documents to PDF very quickly (I use
this in production to generate several thousand files a month)
2. Openoffice 1.1 - has an Export to PDF option. (the most recent port
works)
3. Anything that prints using Gnome's Gnome-print or KDE's Kprint, eg.
Abiword or Kword, even gedit.
4. Ghostscript's ps2pdf tool used with any application that can save or
print to postscript, like a2ps, html2ps, etc.

Whichever method you choose, make sure you verify the output in Acrobat
a few times until you are confident with the result. Sometimes it takes
a bit of tweaking to get everything in the right places.

Seeya...Q

On Fri, 2003-10-10 at 22:31, William O'Higgins wrote:

 I have grown tired of using MS Word as my standard document output
 format.  I haven't gotten OpenOffice to work under FreeBSD (and it isn't
 my favourite tool by a long shot) and I am most happy generating text in
 vi.  PDF is eminently portable, and I think that it would suit my
 purposes nicely.
 
 I had some thoughts about generating PDFs, but I was hoping for advice
 about which tools to use.  Should I just learn how to mark up a text
 page manually (I write HTML almost as quickly as plain text)?  Should I
 learn TeX or some variant and translate it?  I hear that PHP has some
 excellent PDF-generation tools; should I write up a command-line
 interpreter myself?  Any suggestions would be appreciated.
 
 I did a bit of searching, but I didn't find any real *advice* on what
 process to use, and most of the tools that I found are for viewing PDFs,
 not writing them.
 
 Thanks.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems with my Mouse Wheel of Genisu NetScroll+

2003-07-08 Thread =?unknown-8bit?q?Lu=EDs_Vit=F3rio?= Cargnini
Hi i have a Genius NetScroll+. In version 4.X my mouse wheel worked fine, but now on 
version 5.0 and 5.1 it isn't working more. This is a know problem or could be only 
with me ? I'm asking this because i have done everything that is mandatory to mouse 
wheel works but it ins't working.
-- 
Thanks  Regards
Luís Vitório Cargnini


pgp0.pgp
Description: PGP signature


Re: Problems with my Mouse Wheel of Genisu NetScroll+

2003-07-08 Thread =?unknown-8bit?q?Lu=EDs_Vit=F3rio?= Cargnini

Thanks,
i been using the moused and put the flags -z 4 5, and at my X configuration file i 
have the buttons 5. I'll try to do how you are saying and puting too the ZAxisMapping, 
maybe it work, later i'll post the results.
Thanks again!

-- 
Thanks  Regards
Luís Vitório Cargnini


pgp0.pgp
Description: PGP signature


Re: Question regarding new Nvidia FreeBSD drivers

2003-07-08 Thread =?unknown-8bit?q?Lu=EDs_Vit=F3rio?= Cargnini
I have installed the version before this on my FBSD 5.1 it crashed too, somebody knows 
when, how thios could be fixed ?? and why it's happening ??


On Tue, Jul 08, 2003 at 06:58:30PM +0200, Nakal wrote:
 On Tuesday 08 July 2003 10:51, Nelis Lamprecht wrote:
 
  Yesterday I tried loading the
  latest non-beta release 1.0-4365 and all it does is freeze my PC and
  then after a few seconds reboots without so much as a single error in
  XFree86.log or messages.
 
 I have had exactly the same behavior here. But only with FreeBSD 
 current. On FreeBSD stable it is running well as long as I don't use 
 Unreal Tournament. UT is a lot slower than with the beta drivers and it 
 also crashes after few minutes.
 
 On current I recompiled world and the kernel. Then the problem has been 
 reduced to a black screen after starting XFree. And I can now at least 
 press Ctrl+Alt+Del to reboot.
 
  I am using the following card, taken from dmesg: nvidia0: RIVA TNT2
  Model 64
 
 I have a 4200 Ti.
 
 Martin
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Thanks  Regards
Luís Vitório Cargnini


pgp0.pgp
Description: PGP signature


Re: sylpheed txt/html mime

2003-07-08 Thread =?unknown-8bit?q?Lu=EDs_Vit=F3rio?= Cargnini
Ok so could you explian more detailed how to do this ? Because during the day i'm out 
of home and i read my mauils using mutt at night i use sylpheed-claws, but i never 
could saw an html message.

On Wed, Jul 09, 2003 at 01:39:02PM -0500, kitsune wrote:
 On Tue, 8 Jul 2003 18:36:57 +0200
 dick hoogendijk [EMAIL PROTECTED] wrote:
 
  Reading about sylpheed on this mailinglist I got curious.
  My CLI favo client is mutt, but in X I use kmail. It starts rather slow,
  'cause I'm not running kde but fvwm. It *does* show however my received
  html E-mails (newspapers and so on).
  
  After some googling I get the impression that sylpheed won't show html
  emails. All I found was sylpheed-claws (also without html email show).
  
  Question: is it possible to show my html emails using sylpheed? If so,
  how? Do I need to set some mimetype file. I know I can read html with
  mutt, using lynx, making some statement in .muttrc
  How about it with sylpheed? It's good looking and fast. I do hope to get
  rid of the kmail needs ;-))
 
 it is easy it will show html emails...  it just shows the text portions,
 thankfully... then if for some reason I want to see what it would look like
 normally, all I have to do is tell it feed it to some browser... which can be
 set up under the configuration...
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Thanks  Regards
Luís Vitório Cargnini


pgp0.pgp
Description: PGP signature


Re: blender, libGL.so.14 and libGLU.so.14

2002-12-07 Thread Ulrich 'Q' Spoerlein
On 2002-12-06-20-14-30 Geury Peralta wrote:

I installed blender. all the dependency are installed aswell, yet I am
still missing libGL.so.14 and libGLU.so.14.  Can any one help?  Running
Freeb4.7.

.so.14 were used with XFree86-3 and Mesa3 i think. 

_if_ you are using XFree86-4, please add XFREE86_VERSION= 4 to
/etc/make.conf, then deinstall Mesa3, reinstall XFree86-4-libraries and
reinstall blender (i don't know, if blender needs Mesa...)
this will give you libGL.so.1 and libGLU.so.1 (remove the .14 if they are
still there)

if you are using XFree86-3, then i can't help you, sorry.



msg11377/pgp0.pgp
Description: PGP signature


Re: dmesg for modem

2002-11-28 Thread Ulrich 'Q' Spoerlein
On Wed, 27 Nov 2002 13:20:31 -0600, you wrote:

pci0: bridge, PCI-unknown at device 7.3 (no driver attached)
pci0: multimedia, audio at device 8.0 (no driver attached)
pci0: simple comms at device 16.0 (no driver attached)

for me, 'simple comms' sound like a modem device.

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



Re: opera6.1 w/ java

2002-11-27 Thread Ulrich 'Q' Spoerlein
On Wed, 27 Nov 2002 16:39:34 +0100, you wrote:

Today I checked the X output, running opera and found:

=-=-=-quote-=-=-=
Disabling java due to potentional dangers.
If you know what you're doing, you can set the environment variable
OPERA_FORCE_JAVA_ENABLED to '1' to override this.
Start opera with '-debugjava' argument for more information.
=-=-=-/quote-=-=-=

well, i'm using opera 6.1 build 271 i _don't_ get that output and the
env.var _doesn't_ work.
which version are you using?

i then looked at /usr/local/bin/opera and found this at line 76:
# Uncomment the next lines to workaround the preloaded libXt problem.
   LD_PRELOAD=${OPERA_JAVA_DIR}/libawt.so
   OPERA_FORCE_JAVA_ENABLED=1
   export LD_PRELOAD OPERA_FORCE_JAVA_ENABLED

i uncommented these lines, and when starting opera i got:
/usr/libexec/ld-elf.so.1: /usr/local/jdk1.3.1/jre/lib/i386//libawt.so:
Undefined symbol JVM_RaiseSignal

and i found the JVM_RaiseSignal in
/usr/local/jdk1.3.1/jre/lib/i386/classic/libjvm.so

but even fixing the missing symbols, opera still refuses to run Java
applets :(

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



Re: Power off problem

2002-11-17 Thread Ulrich 'Q' Spoerlein
On Sun, 17 Nov 2002 16:07:04 +0100, you wrote:

The first problem is that I can not manage to configure the system
shutdown with power off option. I've compiled the kernel with the apm 
option and I changed the rc.conf file as well, with  ' apm_enable=YES ', 
but no luck. After the shutdown I have to power off the system with the 
Power Off button! :-(

halt -p   or
shutdown -p now

it's in the manpage :)

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



Re: NVidia - Games

2002-11-13 Thread Ulrich 'Q' Spoerlein
On Wed, 13 Nov 2002 05:05:42 -0500 (EST), you wrote:

On Tue, 12 Nov 2002, Ulrich 'Q' Spoerlein wrote:
 try to run /usr/compat/linux/sbin/ldconfig -m

That ususally gets run at boot if the linux_enable=YES is set in
/etc/rc.conf.  Since the installer adds this option it would make sense to
have the installer run ldconfig as well.  I'll send a patch off to NVIDIA.

you should probably try this one:
/usr/compat/linux/sbin/ldconfig -m /usr/compat/linux/usr/lib

or something like that

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



Re: NVidia - Games

2002-11-12 Thread Ulrich 'Q' Spoerlein
On Tue, 12 Nov 2002 12:18:55 -0500, you wrote:

One more thing: I always have to copy the openGL libraries into Quake's
directory
for some reason.  For NVidia, these will be in /usr/compat/linux/usr/lib
and are called:
libGL.so.1.0.3203 and
libGLcore.so.1.0.3203
Create symlinks for libGL.so, libGL.so.1, libGLcore.so, and
libGLcore.so.1

try to run /usr/compat/linux/sbin/ldconfig -m

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



Re: Any luck building open office from ports ?

2002-10-09 Thread Ulrich 'Q' Spoerlein

On 9 Oct 2002 08:47:36 -, you wrote:

I'm trying to build openoffice from the ports and after many iterations tis
is the final result (any suggestions?):

uname -a
FreeBSD pc1.local.net 4.5-STABLE FreeBSD 4.5-STABLE #0
[...]
xargs: illegal option -- p
usage: xargs [-0t] [-J replstr] [-n number [-x]] [-s size]
   [utility [argument ...]]
*** Error code 1

i'm running 4.7 here, and my version of xargs has a -p option. perhaps
your version is too old (check the man page). you should update to 4.7.

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