Re: qt-3-3-3 errors

2004-08-28 Thread Tilman Linneweh
* Chris [Fr, 27 Aug 2004 at 23:39 GMT]:
 Here is the error I'm getting, but first, some history.
 This was a 5.2.1-REl-p9 system, upgraded to 5.3Beta1.
 Things blew up, so I suped the source back to 5.2.1

Did you read in UPDATING that you need to recompile all C++ ports, 
when up or downgrading?

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


Re: qt-3-3-3 errors

2004-08-28 Thread kstewart
On Friday 27 August 2004 02:39 pm, Chris wrote:
 Here is the error I'm getting, but first, some history.
 This was a 5.2.1-REl-p9 system, upgraded to 5.3Beta1.
 Things blew up, so I suped the source back to 5.2.1

 Re fetched the complete ports tree, and started to work.

 2 -I/usr/local/include -I../shared -I../uilib -I/usr/local/include
 -I../../../in
 clude -I/usr/X11R6/include -I.moc/release-shared-mt/ -o
 ./tableeditorimpl.o tabl
 eeditorimpl.cpp
 /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/bin/uic -L
 /usr/ports/x11-to
 olkits/qt33/work/qt-x11-free-3.3.3/plugins listboxeditor.ui -i
 listboxeditor.h -
 o listboxeditor.cpp
 /libexec/ld-elf.so.1: /usr/X11R6/lib/plugins/designer/libcppeditor.so:
 Undefined
   symbol __cxa_atexit
 *** Error code 1


What I think you are seeing is the new c++ fighting with the old c++ for 
naming convention. When you updated to 5.3, you needed to rebuild anything 
that used c++. Now you have to build those again to get them back to the old 
naming convention.

Kent

 Stop in
 /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/tools/designer/desig
 ner.
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/tools/designer.
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/tools.
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3.
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/qt33.
 racerx#



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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
Support the Bison at http://www.buffalofieldcampaign.org/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vi editor related question

2004-08-28 Thread Lucas Holt
Consider using a different editor in windows like UltraEdit.  It can 
save in unix format and supports syntax hi-lighting.  Better yet, 
remove windows from the equation. :)

There are a lot of nice text editors for UNIX like OSes including  
xemacs, gedit (gnome), kate (kde), etc.

I do understand the temptation to use a specific editor though.  For 
large class assignments (C++), I often work on my laptop using xcode 
(apple).  Fortunately, Apple switched to the winning team (UNIX) for 
line termination with OSX.


On Aug 27, 2004, at 7:52 PM, Soo-Hyun Choi wrote:
Hi,
I edit C++ codes with a certain text editor under Windows XP, and then
I open the C++ codes using vi editor under FreeBSD. Then, there are
bunch of ^M sign at the end of each line. Does anyone know why this
is happening? And, does anyone can tell me how to avoid this kind of
things?
Cheers,
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: compiling openoffice

2004-08-28 Thread horio shoichi
On Fri, 27 Aug 2004 16:56:21 -0400
Osmany Guirola Cruz [EMAIL PROTECTED] wrote:
 is it posible compile openoffice without install java 
 i do this 
 %make WITHOUT_JAVA=yes but the port still try to download tha java files 
 apache-ant etc etc etc  i can not download the java files due to 
 restrictions of Sun with my domain .cu what can i do binaries of 
 openoffice does not work because i have 5.3 beta xorg
 what should i do
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

1. Don't hijack unrelated thread.

2. You should have told us exactly what you did. What you typed, what you see on 
screen, the
   content of related files, etc.


Now, if my guess hits, it could be your choice of openoffice.

% grep JAVA /usr/ports/editors/openoffice*/Makefile
/usr/ports/editors/openoffice-1.0/Makefile:BUILD_DEPENDS+= 
${JAVAVM}:${PORTSDIR}/java/linux-sun-jdk13
/usr/ports/editors/openoffice-1.0/Makefile:BUILD_DEPENDS+= 
${JAVAVM}:${PORTSDIR}/java/jdk13
/usr/ports/editors/openoffice-1.0/Makefile:JAVAVM= ${JDK13DIR}/bin/java
/usr/ports/editors/openoffice-1.1-devel/Makefile:.if !defined(WITHOUT_JAVA)
/usr/ports/editors/openoffice-1.1-devel/Makefile:USE_JAVA=  1.4+
/usr/ports/editors/openoffice-1.1-devel/Makefile:NO_RUN_DEPENDS_JAVA=   yes
/usr/ports/editors/openoffice-1.1-devel/Makefile:.if defined(WITHOUT_JAVA)
/usr/ports/editors/openoffice-1.1-devel/Makefile:.if defined(WITHOUT_JAVA)
/usr/ports/editors/openoffice-1.1-devel/Makefile:CONFIGURE_ARGS+=   
--with-jdk-home=${JAVA_HOME}
/usr/ports/editors/openoffice-1.1/Makefile:.if !defined(WITHOUT_JAVA)
/usr/ports/editors/openoffice-1.1/Makefile:USE_JAVA=1.4+
/usr/ports/editors/openoffice-1.1/Makefile:NO_RUN_DEPENDS_JAVA= yes
/usr/ports/editors/openoffice-1.1/Makefile:.if defined(WITHOUT_JAVA)
/usr/ports/editors/openoffice-1.1/Makefile:.if defined(WITHOUT_JAVA)
/usr/ports/editors/openoffice-1.1/Makefile:CONFIGURE_ARGS+= 
--with-jdk-home=${JAVA_HOME}
%

As you see, there is no WITHOUT_JAVA knob for openoffice-1.0. Neither for 
openoffice-2.0-devel,
which could be the cause of mysterious make behavior.
You should have chosen openoffice-1.1-devel or openoffice-1.1 in this case.


horio shoichi

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


Re: compiling openoffice

2004-08-28 Thread Matthew Seaman
On Sat, Aug 28, 2004 at 08:57:12AM +0530, Subhro wrote:
 Well first of all if you are someone who had recently stepped into the
 FreeBSD world then you should NOT be using Beta software. Coming back
 to your point the command you should be using is
 make -DWITHOUT_JAVA=yes

I'm sorry, but that is completely bogus.  The syntax of setting
variables on the make(1) command line is either:

make -DFOO

or

make FOO=bar

where the first option sets the value of FOO to 1.  The OP's problem
is that he's trying to set a variable for which there is no support in
the port's Makefile.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpNdFdQ9G56k.pgp
Description: PGP signature


Re: vi editor related question

2004-08-28 Thread Geert Hendrickx
On Sat, Aug 28, 2004 at 09:20:54AM +0530, Subhro wrote:
 I have come across a script (Perl) called dos2unix. You can check that
 out too. Google for the link.
 
 Regards
 S.

It's in the Ports tree: textproc/unix2dos.  

Simply do: dos2unix filename if you want to edit the file under
FreeBSD (UNIX), and unix2dos filename if you want to edit it under
Windows (DOS).  

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


Problem trying to install FBSD 5.2.1 on Samsung hard disk

2004-08-28 Thread Livhu Tshisikule
Hi,

I bought a 40G Samsung hard disk and try to install FBSD 5.2.1. I am getting 
the following errors 
Unable to find device node for /dev/ad1s1b in /dev

ad1: WARNING - WRITE_DMA UDMA ICRC error 

Regards
Livhu Tshisikule
Tel/Fax 012 323 43 66
Cell 083 55 66 838
Dembe Open Source Unix Solutions(DOSUS)

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


Re: ports - MySQL/php/apache

2004-08-28 Thread Matthew Seaman
On Fri, Aug 27, 2004 at 05:50:29PM -0700, Benjamin P. Keating wrote:
 Compiling the mod_php doesn't seem to have the same makefile as it
 once did. The dialog box that comes up does not give you MySQL, XML,
 etc. options as it once did. I had to modify it's makefile by hand.
 Any idea when this port will be fixed?

Um... the port isn't broken, just your expectations of it.  The PHP
stuff was radically reorganised so that all of the extensions are now
created as dynamically loadable modules, which can be supplied as
completely separate ports.

Most ports that rely on PHP now use the 'USE_PHP' variable to specify
exactly which sets of extensions they need.  That means there's no
more need for a huge plethora of slave ports differing from the main
PHP ports only in the set of extensions they use.

The bit you're missing is to use the lang/php4-extensions port (or
lang/php5-extensions if that's the version you're using).  That's a
meta-port, inthat it doesn't install anything itself: all it exists
for is to depend on your choice of extension ports (chosen by the
standard Options mechanism).

Give the new style a fair go: most people who have agree that it is
actually much better than the previous arrangements.

Cheers,

Matthew 

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpijJUdlS0Dc.pgp
Description: PGP signature


Re: Can I NAT incoming connections?

2004-08-28 Thread Nagilum
Hi Stan,
if you use ipnat to do the NAT you need something like that in your 
ipnat.conf:

  rdr tun0 0/0 port 2000-2010 - 192.168.1.20 port 2000
This would redirect the ports 2000-2010 on your gateway to the same 
ports on the machine 192.168.1.20 in your LAN.
If you use pf it's pretty much the same:

 rdr on $ext_if port 2000-2010 - 192.168.1.20 port 2000
check the proper man pages (ipnat.conf(5), pf.conf(5)) for the details.
I hope this helps,
kind regards,
Alex.
stan wrote:
I've set up a ppp conection (tuneled over ssh and socks) from a machine on
the home network to a mcahine at work. At home, where I have control of the
rotueing tables, I've set up routes to allow all amchines to use this
link to access the machine at work.
However, I want more :-). I want to be able to access the rest of the
machiens at work. To do this the packest leaving the machine at work will
need to be NAT'ed to look like the originate _from_ that machine, and
unNAT'ed on the way out.
Is this possible?
If so, can anyone point me in the direction of some documentation as to how
to get it working? Both machines are (of course) FreeBSD machines.
 

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


KlamAV on FreeBSD...

2004-08-28 Thread Mike Hauber
Has anyone had any luck getting KlamAV to work on FreeBSD?  
Is there a project underway to get this into the ports 
tree?  If not, is there another frontend for clamAV that 
will run on FreeBSD?  (I haven't been able to find any, and 
my programing skills still have much to be desired.)

I've googled around and haven't been able to come up with 
anything.

Thx

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


cannot install KDE3 or KDE-LITE from ports

2004-08-28 Thread Peter Ryan
HI,

I have just done a fresh install of 4.10 R
from the ISO disk

The first package I installed was cvsup,
and then i did a complete ports upgrade from
cvsup3.

Then I tried to make KDE3. It failed trying to
find a file called jpegexiforient.c.

Having no idea what to do about that, I
decided to make KDE-LITE.

This also gives the same 'file not found' error.

I have done this procedure a few times
before when I reinstall freeBSD, and
have never had this error.  I have not
reinstalled for about 3 weeks, so 
something may have changed in the port.

I suspect it may have something to do
with this qt-3.3.3 problem reported 
recently.

Does anyone have any idea what I
should do about this ?

The message says to get the file
manually, but I am not sure where
to look if it is not on ftp.FreeBSD.org

Thanks
Peter


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


Re: compiling openoffice

2004-08-28 Thread Subhro
On Sat, 28 Aug 2004 08:53:23 +0100, Matthew Seaman
[EMAIL PROTECTED] wrote:
 On Sat, Aug 28, 2004 at 08:57:12AM +0530, Subhro wrote:
  Well first of all if you are someone who had recently stepped into the
  FreeBSD world then you should NOT be using Beta software. Coming back
  to your point the command you should be using is
  make -DWITHOUT_JAVA=yes
 
 I'm sorry, but that is completely bogus.  The syntax of setting
 variables on the make(1) command line is either:
 
make -DFOO
 
 or
 
make FOO=bar
 
 where the first option sets the value of FOO to 1.  The OP's problem
 is that he's trying to set a variable for which there is no support in
 the port's Makefile.
 
Cheers,
 
Matthew
 
 --
 Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
 PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
 Tel: +44 1628 476614  Bucks., SL7 1TH UK
 
 
 

Thanks for correcting me Matthew. But I guess u could have been a a
little more polite. Anyway thanks again. I will make a note of what
you said.

Regards
S.

-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KlamAV on FreeBSD...

2004-08-28 Thread R. W.
On Saturday 28 August 2004 10:58, Mike Hauber wrote:
 Has anyone had any luck getting KlamAV to work on FreeBSD?
 Is there a project underway to get this into the ports
 tree?  If not, is there another frontend for clamAV that
 will run on FreeBSD?  (I haven't been able to find any, and
 my programing skills still have much to be desired.)

I don't know, but do you really need something like KlamAV?

ClamAV is not really intended to protect the computer it runs on, AFAIK 
it has no memory-resident detection. It's mostly intended to run on 
*nix mail servers, where it protects Windows clients from Windows email 
viruses.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot install KDE3 or KDE-LITE from ports

2004-08-28 Thread mailist
I downloaded ports.tar.gz August 26, 2004 and am currently
building KDE3.  I did not run into an error with that particular
file, however the graphics/ImageMagick Makefile and distinfo
file defined 6.0.5.3 as the version it wanted to download.
There is no such version at ImageMagick.org and the KDE3
build would fail at that point.  I downloaded 6.0.6.2 and edited
the Makefile and distinfo files appropriately, and am now
continuing with the KDE3 build.

By the way, building KDE from source is an excrutiatingly
long process (more than 5 hours so far) with numerous menus
requiring human response to continue, and of course the
occasional error as described above.  Unless you really need
to compile from source (I didn't, I just wanted to try it) use the
binary.


On Saturday 28 August 2004 08:07 am, Peter Ryan wrote:
 HI,

 I have just done a fresh install of 4.10 R
 from the ISO disk

 The first package I installed was cvsup,
 and then i did a complete ports upgrade from
 cvsup3.

 Then I tried to make KDE3. It failed trying to
 find a file called jpegexiforient.c.

 Having no idea what to do about that, I
 decided to make KDE-LITE.

 This also gives the same 'file not found' error.

 I have done this procedure a few times
 before when I reinstall freeBSD, and
 have never had this error.  I have not
 reinstalled for about 3 weeks, so
 something may have changed in the port.

 I suspect it may have something to do
 with this qt-3.3.3 problem reported
 recently.

 Does anyone have any idea what I
 should do about this ?

 The message says to get the file
 manually, but I am not sure where
 to look if it is not on ftp.FreeBSD.org

 Thanks
 Peter


 ___
 [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]


compatible DVD players

2004-08-28 Thread Robert Huff

One of my (SCSI) CD-ROM drives is dieing; to replace it, I was
thinking of getting something that handles DVDs as well.
Is anybody doing this (that's a pro forma question) and what
advice do you have?



Robert Huff




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


Re: [UPDATED]sick and tired of freebsd resolving problems

2004-08-28 Thread Olaf Hoyer
On Thu, 26 Aug 2004, Jorge Mario G. wrote:
the laptop (Linux/FreeBSD) has the same hosts
  file
and linux can ping to the outside world ALWAYS.
so can do it the Windows boxes.

somthing like this
icmp echo request freebsd.org (my DNS servers)
  here
then it tries freebsd.foodamain.org
   
then after like 2 mins I get
   
coulnt lookup host
or something like that

 here are the actual files

 ### resolv.conf
 nameserver 200.13.224.8
 nameserver 200.75.78.78
 

 3 host ###
 127.0.0.1   localhost
 localhost.mosca.linopryne.com
 192.168.0.254   mosca mosca.linopryne.com
 192.168.0.1 a a.linopryne.com
 192.168.0.2 b b.linopryne.com
 192.168.0.10diana diana.linopryne.com
 ##333

 diana is using those DNS server and is working ok

 mosca is the conflicting machine

 a is the gateway
 b is teh WIFI AP

Hi!

Well, to clarify a bit:

You have diana and mosca, both workstations, which you are logged on.
on mosca (the FBSD box) you have above /etc/resolv.conf.

So when you are also having problems to connect to the outside world,
then I suggest you check the following things in order:

on Mosca:
netstat -rn #check if mosca really has a default route via the
gateway to outside world
ping 66.94.230.46   # thats one of the IPs from yahoo.com
ping www.yahoo.com  # check if DNS actually does something

-
When we have come until here without failures, then your inet connection
is functional and running, and we have to debug the local setup.

Please do these commands, and paste/post the _full_ output especially
the part about the icmp replies with ping.

BTW: host/nslookup use different routines for resolving Names, they
directly use DNS and will not look into files, applications like ping,
ssh etc. will do name lookup via the gethostbyname(3) or getaddrinfo(3)
syscalls, that include looking up the /etc/hosts file.

so a : nslookup dianawill not bring you a correct answer.

HTH
Olaf

-- 
Olaf Hoyer[EMAIL PROTECTED]
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


KlamAV on FreeBSD...

2004-08-28 Thread Mike Hauber
Thx for the responce, RW

Actually, it's for a server I've set up at my folks house 
with SMB shares.  I'd like for them to be able to scan for 
viruses every so often from the server without having to 
deal with a command prompt.

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


Re: compatible DVD players

2004-08-28 Thread mailist
I'm using the SONY DRU500 IDE drive (current model is DRU700) and
have had no problems with it.  It's the only one I have so I can't compare
it against anything else.


On Saturday 28 August 2004 09:25 am, Robert Huff wrote:
   One of my (SCSI) CD-ROM drives is dieing; to replace it, I was
 thinking of getting something that handles DVDs as well.
   Is anybody doing this (that's a pro forma question) and what
 advice do you have?



   Robert Huff




 ___
 [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: cannot install KDE3 or KDE-LITE from ports

2004-08-28 Thread R. W.
On Saturday 28 August 2004 13:07, Peter Ryan wrote:
 HI,

 I have just done a fresh install of 4.10 R
 from the ISO disk

 The first package I installed was cvsup,
 and then i did a complete ports upgrade from
 cvsup3.

 Then I tried to make KDE3. It failed trying to
 find a file called jpegexiforient.c.

 Having no idea what to do about that, I
 decided to make KDE-LITE.

 This also gives the same 'file not found' error.

 I have done this procedure a few times
 before when I reinstall freeBSD, and
 have never had this error.  I have not
 reinstalled for about 3 weeks, so
 something may have changed in the port.


Did you

- follow /usr/ports/UPDATING after your cvsup
- install portupgrade
- install KDE with portupgrade -NR kde
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Startup with no-ip

2004-08-28 Thread Lowell Gilbert
Please don't top-post.
http://catb.org/~esr/jargon/html/T/top-post.html

Olof Andersson [EMAIL PROTECTED] writes:

 Good suggestion. I have created the file /etc/dhclient-exit-hooks but
 do I need to do something else to get the noip to run when the
 ip-address changes? I'm a beginner so i could really need some help
 with the details.

It needs to be executable, but that's about the only other point.
Please see the manual:

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


RE: X issue

2004-08-28 Thread Dustin
Question on X.Org, if I use it will I still be able to use Firefox?  Firefox's 
dependencies include the XFree86 libraries.
 
Thanks,
Dustin

-Original Message- 
From: Dejan Lesjak [mailto:[EMAIL PROTECTED] 
Sent: Wed 8/25/2004 7:01 PM 
To: Dustin 
Cc: [EMAIL PROTECTED] 
Subject: RE: X issue



Dustin wrote:
 I did install SSH but did not configure it yet, so I cannot log in over
 the network using SSH.
 
 Graphics Card: SIS 6326

SiS driver has been quite improved since XFree86 4.3. As you have already
updated your ports tree, you might want to consider either upgrading to
XFree86 4.4 or to X.Org 6.7 (see /usr/ports/UPDATING, entry 20040723).


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


Re: KlamAV on FreeBSD...

2004-08-28 Thread Dan Nelson
In the last episode (Aug 28), Mike Hauber said:
 Actually, it's for a server I've set up at my folks house with SMB
 shares.  I'd like for them to be able to scan for viruses every so
 often from the server without having to deal with a command prompt.

How about something that opens an xterm and runs clamscan -i -r /home? 
-r will make it recurse into all subdirectories, and -i will make it
print something only if there's an infected file.

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


Re: KlamAV on FreeBSD...

2004-08-28 Thread Andrew L. Gould
On Saturday 28 August 2004 10:38 am, Dan Nelson wrote:
 In the last episode (Aug 28), Mike Hauber said:
  Actually, it's for a server I've set up at my folks house with SMB
  shares.  I'd like for them to be able to scan for viruses every so
  often from the server without having to deal with a command prompt.

 How about something that opens an xterm and runs clamscan -i -r
 /home? -r will make it recurse into all subdirectories, and -i will
 make it print something only if there's an infected file.

Along similar lines, you could run a script from cron that executes 
clamscan and emails the user and/or sysadmin if an infected file was 
detected.

Best of luck,

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


Re: compatible DVD players

2004-08-28 Thread Andrew L. Gould
On Saturday 28 August 2004 08:25 am, Robert Huff wrote:
   One of my (SCSI) CD-ROM drives is dieing; to replace it, I was
 thinking of getting something that handles DVDs as well.
   Is anybody doing this (that's a pro forma question) and what
 advice do you have?

   Robert Huff

I use the SONY DVD RW DRU-500A, which is an IDE DVD+/-RW DVD writer.  It 
works great!

FYI:  The FreeBSD kernel needs to be compiled with atapicam for DVD 
burning using dvd+rw-tools.

For more information, see:
http://www.freebsd.org/cgi/getmsg.cgi?fetch=1258438+1261486+/usr/local/www/db/text/2004/freebsd-questions/20040118.freebsd-questions

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


Re: X issue

2004-08-28 Thread Vulpes Velox
On Sat, 28 Aug 2004 10:18:09 -0500
Dustin [EMAIL PROTECTED] wrote:

 Question on X.Org, if I use it will I still be able to use Firefox? 
 Firefox's dependencies include the XFree86 libraries.

yes... add X_WINDOW_SYSTEM=xorg to /etc/make.conf
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


VIA VT8237 woes

2004-08-28 Thread Pete

Hi,

I'm having serious trouble getting my onboard VIA VT8237
IDE-controller working with FreeBSD 4.10R as well as with -STABLE
(as far as I can tell, it's supported according to
http://www.freebsd.org/releases/4.10R/hardware-i386.html#AEN34).

The mobo is a EPOX EP-859A7i
(http://www.epox.nl/english/products/motherboard/8k9a7i.htm) with VIA
KT400A and VT8237. The controller appears to be incorrectly (?)
identified as atapci0: VIA Apollo ATA controller port 0xac00-0xac0f
at device 15.0 on pci0 (full dmesg below).

The transfer mode is automatically set to WDMA2, which isn't exactly
optimal, but more importantly: it results in SILENT data corruption! A
chunk of data every gigabyte or so (sometimes more rarely, making it
difficult to test if it works or not) written to the disk is replaced
by seemingly random data. Setting the transfer mode to PIO4 makes the
problem go away.

In the archives there are some that report success with VT8237 and
4.10R, but it appears as if those don't refer to an onboard
controller. A possibly clarification is offered by Mikeal Hubsch,
regarding 5.2:
http://groups.google.com/groups?selm=20040102204932.B93774-10
%40snaps.homeoutput=gplain.
As a dirty quick-fix, I tried changing the chipid in the 4.10 sources:
The controller was then identified as atapci0: VIA 8237 ATA133
controller port 0xac00-0xac0f at device 15.0 on pci0, and the
default transfer mode was set to UDMA100, although the silent data
corruption persisted.

In july Ion-Mihai Tetcu said that VIA8237 + Seagates + 
FreeBSD -CURRENT is a deadly combination
(http://www.freebsd.org/cgi/getmsg.cgi?fetch=1918360+1921418+
/usr/local/www/db/text/2004/freebsd-current/20040711.freebsd-current).
Should I just accept this to be the case for 4.10 stable/release as
well?

I haven't been able to try it with another hard drive, but I verified
it with two identical computers (apart from amount of RAM). I have
also tried replacing the IDE-cable, same result.

For the record, I get roughly the same errors in OpenBSD 3.5 (running
on the second machine, with a Maxtor hard drive), the solution is to
not use DMA.

I'd appreciate any help to get this working with 4.x.

Thanks in advance!

Below is a dmesg with a STABLE-kernel, booted in verbose mode.


Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.10-STABLE #0: Sat Aug 28 14:26:32 CEST 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Calibrating clock(s) ... TSC clock: 1503541456 Hz, i8254 clock: 1193287 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter i8254  frequency 1193182 Hz
CLK_USE_TSC_CALIBRATION not specified - using old calibration method
CPU: AMD Athlon(tm) XP 1800+ (1503.42-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x6a0  Stepping = 0
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
  AMD Features=0xc040AMIE,DSP,3DNow!
Data TLB: 32 entries, fully associative
Instruction TLB: 16 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 internal cache: 256 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative
real memory  = 536805376 (524224K bytes)
Physical memory chunk(s):
0x01000 - 0x9efff, 647168 bytes (158 pages)
0x000586000 - 0x01ffe7fff, 530980864 bytes (129634 pages)
avail memory = 516796416 (504684K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00fb610
bios32: Entry = 0xfba90 (c00fba90)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xbac0
pnpbios: Found PnP BIOS data at 0xc00fc510
pnpbios: Entry = f:c540  Rev = 1.0
Other BIOS signatures found:
ACPI: 000f7140
Preloaded elf kernel kernel at 0xc055f000.
Preloaded elf module agp.ko at 0xc055f09c.
Pentium Pro MTRR support enabled
Creating DISK md0
md0: Malloc disk
Math emulator present
pci_open(1):mode 1 addr port (0x0cf8) is 0x80007904
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=00] is there (id=31891106)
Using $PIR table, 10 entries at 0xc00fdbd0
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
found- vendor=0x1106, dev=0x3189, revid=0x80
class=06-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
map[10]: type 1, range 32, base e000, size 26
found- vendor=0x1106, dev=0xb198, revid=0x00
class=06-04-00, hdrtype=0x01, mfdev=0
subordinatebus=1secondarybus=1
found- vendor=0x, dev=0x0016, revid=0x01
class=04-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0secondarybus=0
intpin=a, irq=11
map[10]: type 1, range 32, base e800, size 26
found- vendor=0x1106, dev=0x3106, revid=0x86
class=02-00-00, 

Re: qt-3-3-3 errors

2004-08-28 Thread Chris
kstewart wrote:
On Friday 27 August 2004 02:39 pm, Chris wrote:
Here is the error I'm getting, but first, some history.
This was a 5.2.1-REl-p9 system, upgraded to 5.3Beta1.
Things blew up, so I suped the source back to 5.2.1
Re fetched the complete ports tree, and started to work.
2 -I/usr/local/include -I../shared -I../uilib -I/usr/local/include
-I../../../in
clude -I/usr/X11R6/include -I.moc/release-shared-mt/ -o
./tableeditorimpl.o tabl
eeditorimpl.cpp
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/bin/uic -L
/usr/ports/x11-to
olkits/qt33/work/qt-x11-free-3.3.3/plugins listboxeditor.ui -i
listboxeditor.h -
o listboxeditor.cpp
/libexec/ld-elf.so.1: /usr/X11R6/lib/plugins/designer/libcppeditor.so:
Undefined
 symbol __cxa_atexit
*** Error code 1

What I think you are seeing is the new c++ fighting with the old c++ for 
naming convention. When you updated to 5.3, you needed to rebuild anything 
that used c++. Now you have to build those again to get them back to the old 
naming convention.

Kent
Ahh - I figured. Well, the question is this; with over 560 ports 
installed, what's the best course?

Install Beta1 from scratch, or - compile? If compile, is there a 
catch-all (one liner) to get this going.

Also, the previous issue was indeed corrupted ports.
Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: qt-3-3-3 errors

2004-08-28 Thread kstewart
On Saturday 28 August 2004 09:58 am, Chris wrote:
 kstewart wrote:
  On Friday 27 August 2004 02:39 pm, Chris wrote:
 Here is the error I'm getting, but first, some history.
 This was a 5.2.1-REl-p9 system, upgraded to 5.3Beta1.
 Things blew up, so I suped the source back to 5.2.1
 
 Re fetched the complete ports tree, and started to work.
 
 2 -I/usr/local/include -I../shared -I../uilib -I/usr/local/include
 -I../../../in
 clude -I/usr/X11R6/include -I.moc/release-shared-mt/ -o
 ./tableeditorimpl.o tabl
 eeditorimpl.cpp
 /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/bin/uic -L
 /usr/ports/x11-to
 olkits/qt33/work/qt-x11-free-3.3.3/plugins listboxeditor.ui -i
 listboxeditor.h -
 o listboxeditor.cpp
 /libexec/ld-elf.so.1: /usr/X11R6/lib/plugins/designer/libcppeditor.so:
 Undefined
   symbol __cxa_atexit
 *** Error code 1
 
  What I think you are seeing is the new c++ fighting with the old c++ for
  naming convention. When you updated to 5.3, you needed to rebuild
  anything that used c++. Now you have to build those again to get them
  back to the old naming convention.
 
  Kent

 Ahh - I figured. Well, the question is this; with over 560 ports
 installed, what's the best course?

 Install Beta1 from scratch, or - compile? If compile, is there a
 catch-all (one liner) to get this going.

Well, I think that portupgrading -PPa the packages from beta1 is going to be 
faster than recompiling all of them. My faster computers are all running 4.x 
and the AMD 1600+, which is the only computer I have running 5.x, builds 
ports at about half the speed of the 2400+'s.

If you want to go to 5.3, you are going to have to reinstall all/most/many of 
them. My rule of thumb is that when you change compilers, you rebuild 
everything. That may not always be necessary but I have found historically 
that consistency is better in the long run than chance.

Kent


 Also, the previous issue was indeed corrupted ports.

 Chris

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
Support the Bison at http://www.buffalofieldcampaign.org/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: compatible DVD players

2004-08-28 Thread Robert Huff

[Awards self 5 demerits for being too subtle.]
Let me amplify - I'm looking to replace a SCSI CD-ROM with a
SCSI (and faster than SCSI I, if possible) DVD reader.  If I can
find something that also writes DVDs for a reasonable price, even
better.


Robert Huff


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


Hello again everyone, i messed up with pkgdb ....

2004-08-28 Thread Jammet
Howdy all who read this, i messed up. A the last few times i was doing
portupgrade's i did pkgdb -F first .. But a lot of the packages that ran
by it i did not pay attition close enough to the version numbers behind
it, and well i hit auto on all of them one day for several xfree
packages. My problem is that i run xorg .. Just today i noticed it when
i hit auto again and i noticed it was imake 4.4 or whatever version is
out and then did portupgrade -aRr and it told me imake 4.4 is blocked
because it is apart of Xfree86 packages. 

So how do i change all those packages back to xorg's and how do i find
out which ones need it?

Thank you, Jordan.

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


Re: crontab question involving cvsup

2004-08-28 Thread Viktor Lazlo
On Thu, 26 Aug 2004, Joshua Tinnin wrote:

  man cron gives:
  
  crontab [-u user] file
  
  'file' being the important part, methinks.   ;)
  
  I'm not sure what you mean ... If you're wondering, I'm using the
   main crontab file (/etc/crontab), as right now there's no need for
   me to use multiple ones.
 
  Just an aside, but a rather important one:  /etc/crontab is the
  *system* crontab and shouldn't have your jobs in it.  It may in fact
  be this issue that is causing the problem, but I've not looked into
  it enough to say unequivocally...

 I don't think this is true. For one thing, as suggested, directing
 output of cvsup to /dev/null worked, and now my cron job is working.
 Another is that neither the handbook nor the /etc/crontab file itself
 warn about editing it. In fact, the handbook section 11.6 says,
 Important: You must not use the procedure described here to
 edit/install the system crontab. Simply use your favorite editor: the
 cron utility will notice that the file has changed and immediately
 begin using the updated version. This is what I did. I didn't use the
 crontab command to edit/install it, I just used an editor.

  Since your job needs root privileges, you should put this in root's
  crontab, either by su'ing to root and running crontab -e at the
  prompt, or if you have sudo installed, sudo crontab -e will get you
  there.
 
  Unlike the system crontab, user crontabs, including root's, are
  under /var/cron; the file format is slightly different, and misuse
  of the system crontab for regular jobs is the cause of several
  FAQ posts we see here every few months or so; one of these goes
  something like, why do I get an email from cron saying it can't
  complete my job, unknown user, etc. ??

 Again, I see nothing in the documentation warning against editing the
 system crontab file, only that it can't be installed/edited with the
 crontab command.

The main danger in using /etc/crontab is that it can easily be wiped out
during system updates, while user crontabs will not be affected.
/etc/crontab does also use a slightly different format from user crontabs,
which you need to be aware of if transferring entries between them.

Cheers,

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


newfs_msdos bootstrap file

2004-08-28 Thread Matthew Crowe
Hi All,
In the newfs_msdos(8) man page, there is a -B option to add a bootstrap 
from a file.  How do you generate this bootstrap?

I wanted to make a FAT32 filesystem that Windows or Dos could boot, from 
freebsd.  Newfs_msdos creates the filesystem just fine.. it just won't 
boot anything :)

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


Microsoft Cordless Optical Mouse and 5.2

2004-08-28 Thread Peter Leftwich
Doh!  My mouse (a Microsoft Cordless Optical Mouse) worked fine with
Knoppix/Linux OS and with XP of course but does NOT work with FreeBSD 5.2!

I tried plugging it in as PS/2 but the little light does not come on.  My
/etc/rc.conf has /dev/sysmouse and type auto but still no go.  I am
posting this in the hopes that it will partially dissuade those considering
buying this make and model mouse!  :\

Will someone note this conflict or malfunction at:
Title FreeBSD 5.2.1-RELEASE Hardware Notes
Current URL   http://www.freebsd.org/releases/5.2.1R/hardware.html
URL of current anchor http://www.freebsd.org/releases/5.2.1R/hardware-i386.html

?

--
Peter Leftwich
President  Founder, Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
http://Www.Video2Video.Com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KlamAV on FreeBSD...

2004-08-28 Thread Lucas Holt
You can get fprot for freebsd as well.  They have a free personal 
edition and a reasonable version for servers.  It works fine for on 
demand scanning and you can configure it for of the antispam/antivirus 
scripts although i like clamav better for mail servers.

On Aug 28, 2004, at 5:58 AM, Mike Hauber wrote:
Has anyone had any luck getting KlamAV to work on FreeBSD?
Is there a project underway to get this into the ports
tree?  If not, is there another frontend for clamAV that
will run on FreeBSD?  (I haven't been able to find any, and
my programing skills still have much to be desired.)
I've googled around and haven't been able to come up with
anything.
Thx
Mike
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


anyone gotten vnc 4.0 to compile yet?

2004-08-28 Thread Jason
im getting the following error.

making all in programs/Xserver/vnc...
rm -f vncExtInit.o
LD_LIBRARY_PATH=../../../exports/lib c++ -c -O2   -I../include 
-I../../../include/extensions -I.. 
/../../exports/include/X11 -I../../../include/fonts -I../mfb -I../mi 
-I../../../. 
. -I../../../../vncconfig -I../../.. -I../../../exports/include  -DCSRG_BASED   
-DCSRG_BASED -DSH 
APE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DTOGCUP  -DXF86BIGFONT 
-DDPMSExtension   -DPAN 
ORAMIX  -DRENDER  -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH -DXFreeXDGA 
-DXvExtension 
 -DXFree86LOADER  -DXFree86Server -DXF86VIDMODE -DXvMCExtension  -DSMART_SCHEDULE 
-DBUILDDEBUG -D 
X_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG  -DGC_HAS_COMPOSITE_CLIP -UXFree86LOADER   
vncExtInit.cc
In file included from vncExtInit.cc:51:
XserverDesktop.h:64: `fd_set' was not declared in this scope
XserverDesktop.h:64: `fds' was not declared in this scope
XserverDesktop.h:64: variable or field `blockHandler' declared void
XserverDesktop.h:65: `fd_set' was not declared in this scope
XserverDesktop.h:65: `fds' was not declared in this scope
XserverDesktop.h:65: syntax error before `)'
XserverDesktop.h:65: variable or field `wakeupHandler' declared void
XserverDesktop.h:65: ANSI C++ forbids initialization of member `wakeupHandler'
XserverDesktop.h:65: making `wakeupHandler' static
XserverDesktop.h:65: ANSI C++ forbids in-class initialization of non-const static 
member `wakeupH 
andler'
vncExtInit.cc: In function `void vncBlockHandler(void *, timeval **, void *)':
vncExtInit.cc:219: `fd_set' undeclared (first use this function)
vncExtInit.cc:219: (Each undeclared identifier is reported only once
vncExtInit.cc:219: for each function it appears in.)
vncExtInit.cc:219: `fds' undeclared (first use this function)
vncExtInit.cc:219: syntax error before `)'
vncExtInit.cc: In function `void vncWakeupHandler(void *, int, void *)':
vncExtInit.cc:251: syntax error before `)'
*** Error code 1

Stop in /usr/home/jason/temp/vnc-4.0-unixsrc/xc/programs/Xserver/vnc.
*** Error code 1

Stop in /usr/home/jason/temp/vnc-4.0-unixsrc/xc/programs/Xserver.
[EMAIL PROTECTED] Xserver $ 

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


CUPS and parallel port printing problem

2004-08-28 Thread Andrew Moran
hello all,
I somehow managed to foobar my CUPS printing system.  I had it working 
and I don't even know what I did to break things, but in an attempt to 
fix things, I uninstalled all the cups packages, updated my ports tree 
from CVS, and rebuilt everything.  Now I don't get any errors, but I 
also can't seem to print.

here is my setup:
I have CUPS running on a FreeBSD 4.10 system with an HP Laserjet 1100A 
connected to the parallel port (lpt0).I have the cups packages 
installed:
[EMAIL PROTECTED] ~# pkg_info | grep cups
cups-1.1.20.0   The Common UNIX Printing System: Metaport to 
install comple
cups-base-1.1.20.0  The Common UNIX Printing System: headers, libs,  
daemons
cups-lpr-1.1.20.0   The CUPS BSD and system V compatibility binaries 
(lp* comma
cups-pstoraster-7.07_1 GNU Postscript interpreter for CUPS printing to 
non-PS prin

The daemon starts and I added my printer like normal using the parallel 
(interrupt) option.  I selected the HP Laserjet PPD which comes with 
CUPS.  I believe it uses the espgs filter, also included with the cups 
ports.

When I print, the job says it's printing and it's 12% done.  And then 
it stays that way indefinitely.  I can see the job in the queue both 
from LPQ and from the webpage.   I also seem to have the following 
processes:

root148 1   148 c37c90400 Ss??0:01.92 
/usr/local/sbin/cupsd
root400   148   148 c37c90400 I ??0:00.01 golllum 2 
root Test Page 1 /var/spool/cups/d2-001 (pstops)
root401   148   148 c37c90400 I ??0:00.01 /bin/sh 
/usr/local/libexec/cups/filter/pstoraster 2 root Test Page 1
root402   148   148 c37c90400 I ??0:00.02 golllum 2 
root Test Page 1 (rastertohp)
root403   148   148 c37c90400 S ??0:00.10 
parallel:/dev/lpt0 2 root Test Page 1 (parallel)
root404   401   148 c37c90400 I ??0:00.63 
/usr/local/bin/espgs -dQUIET -dDEBUG -dPARANOIDSAFER -dNOPAUSE -dBATCH 
-dNOMEDIAATTRS -sDEVICE=cups -sstdout=%stderr -sOUTPUTFILE=%stdout -c -

These processes hang around indefinitely.  If I kill off the 
parallel:/dev/lpt0 process, the job gets cancelled.

I thought at first it was the printer, but I tried power-cycling the 
printer and the computer without success.   This was working before I 
started mucking with my CUPS configuration, so I figure there is 
something obvious I'm missing.

Does anyone have any ideas?
Thanks!
--Andy
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Microsoft Cordless Optical Mouse and 5.2

2004-08-28 Thread Subhro
Are you running the GENERIC kernel? If not then have you compiled in
support for ps2 mouse? And Last but not the least, try selecting ur
mouse (or its closest clone) byt running /stand/sysinstall. I wont
rely on auto for MS products (both hw and sw).

Regards
S.

On Sat, 28 Aug 2004 13:49:57 -0700 (PDT), Peter Leftwich
[EMAIL PROTECTED] wrote:
 Doh!  My mouse (a Microsoft Cordless Optical Mouse) worked fine with
 Knoppix/Linux OS and with XP of course but does NOT work with FreeBSD 5.2!
 
 I tried plugging it in as PS/2 but the little light does not come on.  My
 /etc/rc.conf has /dev/sysmouse and type auto but still no go.  I am
 posting this in the hopes that it will partially dissuade those considering
 buying this make and model mouse!  :\
 
 Will someone note this conflict or malfunction at:
 Title FreeBSD 5.2.1-RELEASE Hardware Notes
 Current URL   http://www.freebsd.org/releases/5.2.1R/hardware.html
 URL of current anchor http://www.freebsd.org/releases/5.2.1R/hardware-i386.html
 
 ?
 
 --
 Peter Leftwich
 President  Founder, Video2Video Services
 Box 13692, La Jolla, CA, 92039 USA
 http://Www.Video2Video.Com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


can't find manual pages

2004-08-28 Thread JB Fields
Hi,
 
Just finished installing BSD 5.0.  Had an old CD, made an ISO image,
attached it as a CDRom to a new VMWare machine, booted form it, and can log
on.
 
It's been a few years, since I've done the install or used UNIX.  I'm a bit
preturbed since manual pages are not available and I can't seem to
re-install them with sysinstall, which might not be seeing the connected ISO
image.
 
Any pointers to the step-by-step for installing manual pages?
 
Thanks.
 
J
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Alcatel SpeedTouch 330 USB + FreeBSD 5.2.1 + PPPoE -- a nightmare!

2004-08-28 Thread Hugo Silva
Hi,

Today I went to a friend's house to install FreeBSD on his workstation,
trying to make him change to open source software. I am a cable user and
he has ADSL. I had never configured ADSL on FreeBSD, nor USB connections
to the net. So I did some pre-reading on the handbook and some tutorials..

I took an old 3GB hdd I had with me. Since he only has one computer, I had
to constantly change the hard disks to boot windows  FreeBSD (just
installed on the 3G disk). I downloaded alcatel's firmware, the pppoa
port, compiled bridging support on the kernel, tap device..

I had never touched ppp even, my times on dialup were on windows 95.

After 6 hours lost (I though the connection was PPPoA.. wrong), I called
the ISP techy support and they told me the protocol used is PPPoE. Right.
So I did a quick reconfigure on the ppp.conf file. Without pap or chap
(which, from what I understood, is the authentication scheme) it will say
my friend's login is already in use. I was really happy to see that,
finally after almost 7.30 hours a response from the server! (up until then
I was being promptly disconnected). So I enabled papchap, and expecting
an established connection to the net.. this is what I get:


Too many LCP REQs sent - abandoning negotiation

Aug 28 19:54:51 kittenizer ppp[627]: tun0: Phase: deflink: Too many LCP
REQs sent - abandoning negotiation

Ok.. There I unplugged the freebsd disk, plugged his winxp disk, did a bit
googling for the 20th time or so.. Few results came up. I tried lowering
MTU MRU to 1492, disabling extra options, set cd 5 , among others.

I don't have the ppp.conf file here, but it only had the authkey,
authname, login, dial, PPPoE:tag0, all the essentials from a working
config I found on the net from a guy who could get the connection working
on this ISP, although I digged most of the options by the time I found
that thread.


All I know is LCP stands for line control protocol. The only idea I had
(after leaving his house) was trying to disable LQR, which, from what I
understood, is somehow related to LCP.

Another possibility is the service tag missing? I understand the format is
PPPoE:tag0:service_tag_here , but I have no idea of what the service tag
is. Would a missing stag cause the LCP error ?

Finally, there was someone saying the old user-land ppp version would work
whilst the new one caused this same problem to him.

I will be going to his home next week again, hopefully with some answers.
Shame I don't have a test connection, as I stated on the beginning of this
mail I run on cable (dhclient rl0 is WAY EASIER :D).

Please excuse me if I missed something obvious on the configuration, but
as I said I'm completely new to both PPP  ADSL.


Many thanks in advance!



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


simultaneous apache 1.3x 2.x

2004-08-28 Thread Robin Becker
I'm trying to install squirrelmail, but it seems that PHP + apache 2 + 
squirrelmail doesn't go. I tried and although the install proceeds I get 
 crashes in PHP.

PHP appears to deprecate apache 2 at present and looking at the 
squirrelmail requirements it seems that apache 1.3 is the natural version.

Unfortunately this freebsd 4.9 system is also required to serve SVN so I 
must keep apache 2.

So can I get both apaches working on the same system? Or perhaps someone 
has some advice about getting squirrelmail working with apache 2.
--
Robin Becker

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


Re: Microsoft Cordless Optical Mouse and 5.2

2004-08-28 Thread hoe-waa
From: Peter Leftwich [EMAIL PROTECTED]
Date: Saturday, August 28, 2004 10:49 am

 Doh!  My mouse (a Microsoft Cordless Optical Mouse) worked fine with
 Knoppix/Linux OS and with XP of course but does NOT work with 
 FreeBSD 5.2!
 
 I tried plugging it in as PS/2 but the little light does not come 
 on.  My
 /etc/rc.conf has /dev/sysmouse and type auto but still no go.  I am
 posting this in the hopes that it will partially dissuade those 
 consideringbuying this make and model mouse!  :\
 
 Will someone note this conflict or malfunction at:
 Title FreeBSD 5.2.1-RELEASE Hardware Notes
 Current URL   
 http://www.freebsd.org/releases/5.2.1R/hardware.htmlURL of current 
 anchor http://www.freebsd.org/releases/5.2.1R/hardware-i386.html
 
 ?
 
 --
 Peter Leftwich

I have the exact same mouse working on 5.2.1

Here is the section from XF86Config

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZaxisMapping  4 5
EndSection


In /etc/rc.conf I have the line

moused_enable=YES

I am using the adapter that came with the mouse
and it is plugged into the PS2 port.

I find that the mouse is responsive and I really
like the feel. Now if only MS could do something 
with software.

Good Luck

Robert

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


Re: simultaneous apache 1.3x 2.x

2004-08-28 Thread Chad Leigh -- Shire.Net LLC
On Aug 28, 2004, at 5:20 PM, Robin Becker wrote:
I'm trying to install squirrelmail, but it seems that PHP + apache 2 + 
squirrelmail doesn't go. I tried and although the install proceeds I 
get  crashes in PHP.

PHP appears to deprecate apache 2 at present and looking at the 
squirrelmail requirements it seems that apache 1.3 is the natural 
version.

Unfortunately this freebsd 4.9 system is also required to serve SVN so 
I must keep apache 2.

So can I get both apaches working on the same system?
You can do what I do -- install apache from source, not from ports.  I 
have apache 2 and several apache1 installations running on one machine.

It builds easily on freebsd and you can pass --prefix to the configure 
scripts to stick it whereever you want in your filesystem.

I use /usr/local/apache/apache_FOO
Chad
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: simultaneous apache 1.3x 2.x

2004-08-28 Thread Robin Becker
Chad Leigh -- Shire.Net LLC wrote:
On Aug 28, 2004, at 5:20 PM, Robin Becker wrote:
I'm trying to install squirrelmail, but it seems that PHP + apache 2 + 
squirrelmail doesn't go. I tried and although the install proceeds I 
get  crashes in PHP.

PHP appears to deprecate apache 2 at present and looking at the 
squirrelmail requirements it seems that apache 1.3 is the natural 
version.

Unfortunately this freebsd 4.9 system is also required to serve SVN so 
I must keep apache 2.

So can I get both apaches working on the same system?

You can do what I do -- install apache from source, not from ports.  I 
have apache 2 and several apache1 installations running on one machine.

It builds easily on freebsd and you can pass --prefix to the configure 
scripts to stick it whereever you want in your filesystem.

I use /usr/local/apache/apache_FOO
Chad

I guess I need to do the same prefix for the other bits required purely 
by squirrelmail then.
--
Robin Becker
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: simultaneous apache 1.3x 2.x

2004-08-28 Thread Eric F Crist
Robin Becker wrote:
I'm trying to install squirrelmail, but it seems that PHP + apache 2 + 
squirrelmail doesn't go. I tried and although the install proceeds I get 
 crashes in PHP.

PHP appears to deprecate apache 2 at present and looking at the 
squirrelmail requirements it seems that apache 1.3 is the natural version.

Unfortunately this freebsd 4.9 system is also required to serve SVN so I 
must keep apache 2.

So can I get both apaches working on the same system? Or perhaps someone 
has some advice about getting squirrelmail working with apache 2.
Doesn't squirrelmail require some IMAP version or another?
Just a question.
Eric Crist
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: simultaneous apache 1.3x 2.x

2004-08-28 Thread Donald J. O'Neill
Hi Robin 
I used Matt Simerson's Mail::Toaster. It can be found at:
http://www.thenetworkpeople.biz/internet/mail/toaster/index.shtml
Take a look and see if that interests you. 

Don

///
On Saturday 28 August 2004 06:20 pm, Robin Becker wrote:
 I'm trying to install squirrelmail, but it seems that PHP +
 apache 2 + squirrelmail doesn't go. I tried and although the
 install proceeds I get crashes in PHP.

 PHP appears to deprecate apache 2 at present and looking at the
 squirrelmail requirements it seems that apache 1.3 is the natural
 version.

 Unfortunately this freebsd 4.9 system is also required to serve
 SVN so I must keep apache 2.

 So can I get both apaches working on the same system? Or perhaps
 someone has some advice about getting squirrelmail working with
 apache 2.

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


Re: Alcatel SpeedTouch 330 USB + FreeBSD 5.2.1 + PPPoE -- a nightmare!

2004-08-28 Thread stheg olloydson
it was said:

So I enabled papchap, and expecting an established connection to the
net.. this is what I get:

Aug 28 19:54:51 kittenizer ppp[627]: tun0: Phase: deflink: Too many
LCP
REQs sent - abandoning negotiation

Hello,

Because you didn't include configs, logs, etc., I'm going to guess that
the error is caused by, ...I enabled papchap Generally, one uses
a single authentication protocol; but as I said, under the
circumstances I can only guess.

HTH,

Stheg



___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: simultaneous apache 1.3x 2.x

2004-08-28 Thread Robin Becker
Eric F Crist wrote:
Robin Becker wrote:
I'm trying to install squirrelmail, but it seems that PHP + apache 2 + 
squirrelmail doesn't go. I tried and although the install proceeds I 
get  crashes in PHP.

PHP appears to deprecate apache 2 at present and looking at the 
squirrelmail requirements it seems that apache 1.3 is the natural 
version.

Unfortunately this freebsd 4.9 system is also required to serve SVN so 
I must keep apache 2.

So can I get both apaches working on the same system? Or perhaps 
someone has some advice about getting squirrelmail working with apache 2.

Doesn't squirrelmail require some IMAP version or another?
Just a question.
Eric Crist
After reflection I think I understand what you're getting at; 
squirrelmail isn't going to be used with the system's mail server. It's 
to be used to allow offsite workers to query our hosted IMAP server 
using http. Our offsite people are often behind firewalls and our IMAP 
sits on a system at pair.com which is apparently controlled by the 
firewall teams.
--
Robin Becker
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [UPDATED]sick and tired of freebsd resolving problems

2004-08-28 Thread horio shoichi
On Thu, 26 Aug 2004 21:34:55 -0500 (CDT)
Jorge Mario G. [EMAIL PROTECTED] wrote:
-Original Message-
From: Jorge Mario G.
(snip)
the problem is this: I CAN NOT RESOLV

It's amazing this thread lives so long. So far, no new things are found,
except for corrections of typos, beyond initial vague problem statement.

What you are trying to do is damn simple thing, once it starts running.
So, you are having dumb simple error somewhere.

Now help us see the most elementary network characteristics of your machine.

1. Run the following script. Run it to the complesion, whatever happens.
   Just copy and paste your input and the machine responce.
   Don't try add anything, don't try remove anything, don't try change anything.

% cat checknet.sh
#!/bin/sh
echo 0=$0
set -x
ifconfig -a
netstat -rn
traceroute 216.136.204.21
traceroute freebsd.org
echo done
%

2. Run the following script for at least four seconds but not
   more than sixteen seconds.
   Just copy and paste your input and the machine responce.
   Don't try add anything, don't try remove anything, don't try change anything.

% cat checkping.sh
#!/bin/sh
echo 0=$0
set -x
ping 216.136.204.21
echo done
%


3. Run the following script. Run it to the complesion, whatever happens.
   Just copy and paste your input and the machine responce.
   Don't try add anything, don't try remove anything, don't try change anything.

% cat checkresolver.sh
#!/bin/sh
echo 0=$0
set -x
nslookup freebsd.org
nslookup freebsd.org 200.13.224.8
echo done
%

4. Finally, if any change in /etc/hosts or /etc/resolv.conf, cat them.
   Just copy and paste your input and the machine responce.
   Don't try add anything, don't try remove anything, don't try change anything.


If you still haven't found yourself what's wrong during those checkings,
post the input and output.


horio shoichi

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


Re: [UPDATED]sick and tired of freebsd resolving problems

2004-08-28 Thread Mikko Työläjärvi
On Sun, 29 Aug 2004, horio shoichi wrote:
On Thu, 26 Aug 2004 21:34:55 -0500 (CDT)
Jorge Mario G. [EMAIL PROTECTED] wrote:
-Original Message-
From: Jorge Mario G.
(snip)
the problem is this: I CAN NOT RESOLV
It's amazing this thread lives so long. So far, no new things are found,
except for corrections of typos, beyond initial vague problem statement.
What you are trying to do is damn simple thing, once it starts running.
So, you are having dumb simple error somewhere.
Now help us see the most elementary network characteristics of your machine.
1. Run the following script. Run it to the complesion, whatever happens.
  Just copy and paste your input and the machine responce.
  Don't try add anything, don't try remove anything, don't try change anything.
% cat checknet.sh
#!/bin/sh
echo 0=$0
set -x
ifconfig -a
netstat -rn
traceroute 216.136.204.21
traceroute freebsd.org
echo done
%
2. Run the following script for at least four seconds but not
  more than sixteen seconds.
  Just copy and paste your input and the machine responce.
  Don't try add anything, don't try remove anything, don't try change anything.
% cat checkping.sh
#!/bin/sh
echo 0=$0
set -x
ping 216.136.204.21
echo done
%
3. Run the following script. Run it to the complesion, whatever happens.
  Just copy and paste your input and the machine responce.
  Don't try add anything, don't try remove anything, don't try change anything.
% cat checkresolver.sh
#!/bin/sh
echo 0=$0
set -x
nslookup freebsd.org
nslookup freebsd.org 200.13.224.8
echo done
%
4. Finally, if any change in /etc/hosts or /etc/resolv.conf, cat them.
  Just copy and paste your input and the machine responce.
  Don't try add anything, don't try remove anything, don't try change anything.
If you still haven't found yourself what's wrong during those checkings,
post the input and output.
You forgot:
 5. Run ipfw list (must be root)
and
 6. Run tcpdump -n udp port 53 at the same time as ping www.freebsd.org,
for example in different windows (must be root to run tcpdump).
   $.02,
   /Mikko
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: simultaneous apache 1.3x 2.x

2004-08-28 Thread Lucas Holt
I used to have an apache 2 server setup with php 4.x and squirrelmail.  
I did not use ports though.  It will work fine built from source.

On Aug 28, 2004, at 7:20 PM, Robin Becker wrote:
I'm trying to install squirrelmail, but it seems that PHP + apache 2 + 
squirrelmail doesn't go. I tried and although the install proceeds I 
get  crashes in PHP.

PHP appears to deprecate apache 2 at present and looking at the 
squirrelmail requirements it seems that apache 1.3 is the natural 
version.

Unfortunately this freebsd 4.9 system is also required to serve SVN so 
I must keep apache 2.

So can I get both apaches working on the same system? Or perhaps 
someone has some advice about getting squirrelmail working with apache 
2.
--
Robin Becker

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


Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Microsoft Cordless Optical Mouse and 5.2

2004-08-28 Thread Peter Leftwich
On Sun, 29 Aug 2004, Subhro wrote:
Are you running the GENERIC kernel? If not then have you compiled in
support for ps2 mouse? And Last but not the least, try selecting ur
mouse (or its closest clone) byt running /stand/sysinstall. I wont
rely on auto for MS products (both hw and sw). Regards
S.
--
Subhro Sankha Kar
School of Information Technology, Block AQ-13/1 Sector V
ZIP 700091 - India
Almost a yeayyy out of me - Yes, I have the GENERIC kernel, and tried the 
very-comforting-to-rediscover /stand/sysinstall, tried various protocol 
types and ports to no avail.

:(
--
Peter Leftwich
President  Founder, Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
http://Www.Video2Video.Com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can't find manual pages

2004-08-28 Thread Subhro
You can install the manual pages separtely from the /stand/sysinstall
menu. you will find the option to install the man pages under the
Configure submenu. Alternatively you can rebuild the source tree and
the man pages gets built up in the process. I feel the second option
is a better choice because the stock tree has lots of compatibility
options built into it and then is much slower than a custom tree.
Refer to the make world section of the handbook to get further
information and procedure of the process.

Regards
S.

On Sat, 28 Aug 2004 18:27:19 -0400, JB Fields [EMAIL PROTECTED] wrote:
 Hi,
 
 Just finished installing BSD 5.0.  Had an old CD, made an ISO image,
 attached it as a CDRom to a new VMWare machine, booted form it, and can log
 on.
 
 It's been a few years, since I've done the install or used UNIX.  I'm a bit
 preturbed since manual pages are not available and I can't seem to
 re-install them with sysinstall, which might not be seeing the connected ISO
 image.
 
 Any pointers to the step-by-step for installing manual pages?
 
 Thanks.
 
 J
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Microsoft Cordless Optical Mouse and 5.2

2004-08-28 Thread Peter Leftwich
On Sat, 28 Aug 2004 [EMAIL PROTECTED] wrote:
I have the exact same mouse working on 5.2.1 - Here is the section from 
XF86Config
Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/sysmouse
   Option  ZaxisMapping  4 5
EndSection
I need this mouse to work in the console (mode); Tackling one thing at a 
time, XFree86 is next.

In /etc/rc.conf I have the line
moused_enable=YES
I am using the adapter that came with the mouse and it is plugged into 
the PS2 port.
Same here.
I find that the mouse is responsive and I really like the feel. Now if 
only MS could do something with software. Good Luck
Robert
Thanks, I'll need it.  When I used to run FreeBSD 4.6.2, my Canon CanoScan 
scanner was not supported.  Now I hear that it is under 5.2 but my M$ft 
cordless optical mouse is not (out of the box and into USB that is...)

Ppplllplplppplplp!
--
Peter Leftwich
President  Founder, Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
http://Www.Video2Video.Com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: cannot install KDE3 or KDE-LITE from ports

2004-08-28 Thread Peter Ryan
 

  I have just done a fresh install of 4.10 R from the ISO disk
 
  The first package I installed was cvsup, and then i did a complete 
  ports upgrade from cvsup3.
 
  Then I tried to make KDE3. It failed trying to find a file called 
  jpegexiforient.c.
 
  Having no idea what to do about that, I decided to make KDE-LITE.
 
  This also gives the same 'file not found' error.
 
  I have done this procedure a few times before when I reinstall 
  freeBSD, and have never had this error.  I have not reinstalled for 
  about 3 weeks, so something may have changed in the port.
 
 
 Did you
 
 - follow /usr/ports/UPDATING after your cvsup
 - install portupgrade
 - install KDE with portupgrade -NR kde

Thanks for the reply, but are you sure I need to do a port
upgrade after the cvsup if I am installing from the newly
updated port.  KDE is the first application i am installing
after the standard installation of 4.10, and the error is
a missing file.  Shouldnt the cvsup'd port have everything
I need ?

I am thinking something is wrong with the most recent
port. (btw there is nothing mentioned in UPDATING)

Peter


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


how to compile libpcap with bison/flex

2004-08-28 Thread ashadul hoque
Hi everybody,

I am using 5.2.1-RELEASE. When installing ngrep-lib from ports collection 
it tells me that i need to compile libpcap with bison/flex.

I installed libpcap source. I have complied sources before but always with 
default options. I read the Makefile and found no pointers. I googled and 
found nothing that helps me.

Ho do i proceed?

Thanks in advance.

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


newest PHP port upgrade broke php5-mbstring-5.0.1 ?

2004-08-28 Thread Miles Keaton
My portupgrade just took FreeBSD from 5.0 to 5.0.1

But unfortunately it seemed to break php5-mbstring-5.0.1

At startup and every time I try to run PHP I get this:

PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/local/lib/php/20040412/mbstring.so' -
/usr/local/lib/php/20040412/mbstring.so: Undefined symbol
quot;zif_mb_regex_encodingquot; in Unknown on line 0

Anyone heard of this problem or suggest a solution?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cannot install KDE3 or KDE-LITE from ports

2004-08-28 Thread Subhro
Yeh you do because KDE is NOT just kde, its a bunch of other libraries
included, which wont compile a a dependency as the libraries required
are already present in the system. Only the catch is the libraries are
old. SO yo need a portupgrade. As you say that its a freshly installed
system, I would say go for a cvsup and a rebuild of the main tree
because of two reasons. Firstly the stock tree and kernel has loads of
compatibility features which can be eleminated for good. You can also
put optimization flags ( man make.conf, the CFLAGS section) which
would largely affect the install.

Regards
S.

On Sun, 29 Aug 2004 11:29:44 +0800, Peter Ryan [EMAIL PROTECTED] wrote:
 
 
   I have just done a fresh install of 4.10 R from the ISO disk
  
   The first package I installed was cvsup, and then i did a complete
   ports upgrade from cvsup3.
  
   Then I tried to make KDE3. It failed trying to find a file called
   jpegexiforient.c.
  
   Having no idea what to do about that, I decided to make KDE-LITE.
  
   This also gives the same 'file not found' error.
  
   I have done this procedure a few times before when I reinstall
   freeBSD, and have never had this error.  I have not reinstalled for
   about 3 weeks, so something may have changed in the port.
  
 
  Did you
 
  - follow /usr/ports/UPDATING after your cvsup
  - install portupgrade
  - install KDE with portupgrade -NR kde
 
 Thanks for the reply, but are you sure I need to do a port
 upgrade after the cvsup if I am installing from the newly
 updated port.  KDE is the first application i am installing
 after the standard installation of 4.10, and the error is
 a missing file.  Shouldnt the cvsup'd port have everything
 I need ?
 
 I am thinking something is wrong with the most recent
 port. (btw there is nothing mentioned in UPDATING)
 
 Peter
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: newest PHP port upgrade broke php5-mbstring-5.0.1 ?

2004-08-28 Thread Subhro
cat /etc/make.conf
uname -a

Regards
S.

On Sat, 28 Aug 2004 21:08:44 -0700, Miles Keaton [EMAIL PROTECTED] wrote:
 My portupgrade just took FreeBSD from 5.0 to 5.0.1
 
 But unfortunately it seemed to break php5-mbstring-5.0.1
 
 At startup and every time I try to run PHP I get this:
 
 PHP Warning:  PHP Startup: Unable to load dynamic library
 '/usr/local/lib/php/20040412/mbstring.so' -
 /usr/local/lib/php/20040412/mbstring.so: Undefined symbol
 quot;zif_mb_regex_encodingquot; in Unknown on line 0
 
 Anyone heard of this problem or suggest a solution?
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


xf86config for Toshiba satellite pro laptop

2004-08-28 Thread Vaughan Moore
I'm a complete newbie and I'm trying to set up X server on a Toshiba
Satellite pro 4620dvd laptop.  Everytime I run through xf86cfg or
xf86cfg -textmode I get the error message The XFree86 configuration process
seems to have failed.  Would you like to try again?  Obviously, this is a
bit frustrating.

Here are what I think are the valid parts of the XF86Config file, but I may
be missing something - please let me know.

InputDevice
Driver = mouse
Option = Protocol Auto
Option = Device /dev/sysmous
InputDevice
Driver Keyboard
Option Skbmode1 pc101 (note: my laptop only has 85 keys
Option XkbLayout us
Monitor
HorizSync 31.5-31.5
VertRefresh 50.0-70.0
Card
Driver s3
VendorName S3 Inc.
BoardName 86C270-294 Savage/IX-MV
ChipSet SuperSavage/IX64
BusID PCI:1:0:0
Screen
Default Depth 8
Display Depth 1
Display Depth 4
Display Depth 8
Modes 640x480
Display Depth 15
Display Depth 16
Display Depth 24

My main questions are:

1) The Toshiba documentation and Web site do not tell me what my internal
monitor's horizontal sync or vertical refresh rate is. (although it does
give me refresh rates for an external monitor - 60/75/85 @16M colors).  Is
there a place I can go to find this information?

2) Are there other obvious reasons the configuration would fail other than
the monitor?

3) Are there any sites I can visit for more info?

Thanks so much!

Vaughan Moore

Also, did I post this to the right list?  If not, please let me know where
it should go.

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


Re: newest PHP port upgrade broke php5-mbstring-5.0.1 ?

2004-08-28 Thread Miles Keaton
bash-2.05b$ uname -a
FreeBSD me.my.com 4.10-STABLE FreeBSD 4.10-STABLE #7: Fri Jul 23
15:03:16 PDT 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
i386


bash-2.05b$ cat /etc/make.conf
# $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.81 2003/07/12 23:22:51
gshapiro Exp $
#
# NOTE:  Please would any committer updating this file also update the
# make.conf(5) manual page, if necessary, which is located in
# src/share/man/man5/make.conf.5.
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
# your source tree, or anything the source tree installs.
#
# This file must be in valid Makefile syntax.
#
# You have to find the things you can put here in the Makefiles and
# documentation of the source tree.
#
#
# The CPUTYPE variable controls which processor should be targeted for
# generated code.  This controls processor-specific optimizations in
# certain code (currently only OpenSSL) as well as modifying the value
# of CFLAGS to contain the appropriate optimization directive to gcc.
# The automatic setting of CFLAGS may be overridden using the
# NO_CPU_CFLAGS variable below.
# Currently the following CPU types are recognized:
#   Intel x86 architecture:
#   (AMD CPUs)  k7 k6-2 k6 k5
#   (Intel CPUs)p4 p3 p2 i686 i586/mmx i586 i486 i386
#   Alpha/AXP architecture: ev6 pca56 ev56 ev5 ev45 ev4
#
# If you experience any problems after setting this flag, please unset
# it again before submitting a bug report or attempting to modify code.
# It may be that certain types of software will become unstable after being
# compiled with processor-specific (or higher - see below) optimization flags.
# If in doubt, do not set CPUTYPE or CFLAGS to non-default values.
#
#CPUTYPE=i686
#NO_CPU_CFLAGS= true# Don't add -march=cpu to CFLAGS automatically
#NO_CPU_COPTFLAGS=true  # Don't add -march=cpu to COPTFLAGS automatically
#
# CFLAGS controls the compiler settings used when compiling C code.
# Note that optimization settings above -O (-O2, ...) are not recommended
# or supported for compiling the world or the kernel - please revert any
# nonstandard optimization settings to -O before submitting bug reports
# to the developers.
# Note also that at this time the -O2 setting is known to produce BROKEN
# CODE on the Alpha platform.
#
#CFLAGS= -O -pipe
#
# CXXFLAGS controls the compiler settings used when compiling C++ code.
# Note that CXXFLAGS is initially set to the value of CFLAGS.  If you wish
# to add to CXXFLAGS value, += must be used rather than =.  Using =
# alone will remove the often needed contents of CFLAGS from CXXFLAGS.
#
#CXXFLAGS+= -fmemoize-lookups -fsave-memoized
#
# BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested
# for use in developing FreeBSD and testing changes.  They can be used by
# putting CFLAGS+=${BDECFLAGS} in /etc/make.conf.  -Wconversion is not
# included here due to compiler bugs, e.g., mkdir()'s mode_t argument.
#
BDECFLAGS=  -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wcast-qual -Wchar-subscripts -Winline \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
#
# WARNS_WERROR causes -Werror to be added when WARNS is in effect.
#
#WARNS_WERROR=  yes
#
# To compile just the kernel with special optimizations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway).
# There is very little to gain by using higher optimization levels, and doing
# so can cause problems.
#
#COPTFLAGS= -O -pipe
#
# Compare before install
#INSTALL=install -C
#
# To enable installing suidperl with the setuid bit turned on
#ENABLE_SUIDPERL=   true
#
# To build ppp with normal permissions
#PPP_NOSUID=true
#
# To enable installing ssh(1) with the setuid bit turned on
#ENABLE_SUID_SSH=   true
#
# To avoid building various parts of the base system:
#NO_CVS=true# do not build CVS
#NO_BIND=   true# do not build BIND
#NO_FORTRAN=true# do not build g77 and related libraries
#NO_I4B=true# do not build isdn4bsd package
#NO_IPFILTER=   true# do not build IP Filter package
#NO_LPR=true# do not build lpr and related programs
#NO_MAILWRAPPER=true# do not build the mailwrapper(8) MTA selector
#NO_MODULES=true# do not build modules with the kernel
#NO_OBJC=   true# do not build Objective C support
#NO_OPENSSH=true# do not build OpenSSH
#NO_OPENSSL=true# do not build OpenSSL (implies NO_OPENSSH)
#NO_SENDMAIL=   true# do not build sendmail and related programs
#NO_SHAREDOCS=  true# do not build the 4.4BSD legacy docs
#NO_TCSH=   true# do not build and install /bin/csh (which is tcsh)
#NO_X=  true# do not compile in XWindows support (e.g. doscmd)
#NOCRYPT=   true# do not build any crypto code

Re: newest PHP port upgrade broke php5-mbstring-5.0.1 ?

2004-08-28 Thread Miles Keaton
p.s.   Sorry I meant to say My portupgrade just took PHP from 5.0 to
5.0.1 - (PHP not FreeBSD)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xf86config for Toshiba satellite pro laptop

2004-08-28 Thread Eric F Crist
Vaughan Moore wrote:
I'm a complete newbie and I'm trying to set up X server on a Toshiba
Satellite pro 4620dvd laptop.  Everytime I run through xf86cfg or
xf86cfg -textmode I get the error message The XFree86 configuration process
seems to have failed.  Would you like to try again?  Obviously, this is a
bit frustrating.
Here are what I think are the valid parts of the XF86Config file, but I may
be missing something - please let me know.
InputDevice
Driver = mouse
Option = Protocol Auto
Option = Device /dev/sysmous
InputDevice
Driver Keyboard
Option Skbmode1 pc101 (note: my laptop only has 85 keys
Option XkbLayout us
Monitor
HorizSync 31.5-31.5
VertRefresh 50.0-70.0
Card
Driver s3
VendorName S3 Inc.
BoardName 86C270-294 Savage/IX-MV
ChipSet SuperSavage/IX64
BusID PCI:1:0:0
Screen
Default Depth 8
Display Depth 1
Display Depth 4
Display Depth 8
Modes 640x480
Display Depth 15
Display Depth 16
Display Depth 24
My main questions are:
1) The Toshiba documentation and Web site do not tell me what my internal
monitor's horizontal sync or vertical refresh rate is. (although it does
give me refresh rates for an external monitor - 60/75/85 @16M colors).  Is
there a place I can go to find this information?
2) Are there other obvious reasons the configuration would fail other than
the monitor?
3) Are there any sites I can visit for more info?
Thanks so much!
Vaughan Moore
Also, did I post this to the right list?  If not, please let me know where
it should go.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

This seems to be a bug in recent releases (4.x and 5.x).  Just skip it 
from there, and install KDE/Gnome from one of the other menus. 
Everything is fine.  I don't remember exactly, but sysinstall is looking 
for the config file in /etc/X11/xf86config or something, while it's 
actually being installed in /usr/local/X11 or some other thing. 
 the way to get around this is to either ignore it (which I do), or 
type in the above text (/etc/X11/xf86config) as I typed it (IIRC).  This 
is just a bug and things ARE getting installed correctly.  Just move 
down, later in the process and install a 'window manager.' KDE, Gnome, 
and a couple others will more than likely be listed.

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


desktop video client for usb

2004-08-28 Thread Tim Kellers
Could someone point me to a resource which details the resources available for 
(or limitations to) doing desktop video via a usb eggcam (Logitech quickcam 
in this instance)

The kernel (according to dmesg) sees the device as ugen0.3, but I'm yet to 
find a client program that will display the output of the camera in an 
xwindow.

I've already built camserv (from ports) kldloaded the bktr.ko module and 
displayed the test camserv page in a webserver (something like 
http://localhost:9122) and I get a continuous changing of color pallete, so 
I'm pretty sure the software is working.  I just need to know if there is any 
client support for USB eggcam devices.

Any pointers to some relevant documentation appreciated, though  sagefull 
rants also welcomed.

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


Re: desktop video client for usb

2004-08-28 Thread Tim Kellers
On Sunday 29 August 2004 01:29 am, Tim Kellers wrote:
 Could someone point me to a resource which details the resources available
 for (or limitations to) doing desktop video via a usb eggcam (Logitech
 quickcam in this instance)

 The kernel (according to dmesg) sees the device as ugen0.3, but I'm yet to
 find a client program that will display the output of the camera in an
 xwindow.

 I've already built camserv (from ports) kldloaded the bktr.ko module and
 displayed the test camserv page in a webserver (something like
 http://localhost:9122) and I get a continuous changing of color pallete, so
 I'm pretty sure the software is working.  I just need to know if there is
 any client support for USB eggcam devices.

 Any pointers to some relevant documentation appreciated, though  sagefull
 rants also welcomed.

My apologies for replying to my own post, but I forgot to include a uname -a.

Here it is:

FreeBSD www.smsdesign.org 5.3-BETA2 FreeBSD 5.3-BETA2 #0: Sat Aug 28 18:49:46 
EDT 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/AJAX  i386

TIA

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