SSH from private to public IP: Impossible??

2004-10-06 Thread Michael Alipio
Good Day,
  I used ssh to log-in remotely from work to my home
pc which already obtained a temporary ip address from
my isp, however, I failed to connect. Is it because I
am ssh'ing using a pc with a private ip? I tried
pinging my remote pc but no single packet returned..
I'm thinking that any other service such as ftpd or
httpd will not work also, though I've not tried it
yet. I've tried ftp'ing my home pc but using a public
ip and it worked.. I'm not sure if it will still work
from a private ip computer.
Any idea?



__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SSH from private to public IP: Impossible??

2004-10-06 Thread Konrad Heuer

On Tue, 5 Oct 2004, Michael Alipio wrote:

 Good Day,
   I used ssh to log-in remotely from work to my home
 pc which already obtained a temporary ip address from
 my isp, however, I failed to connect. Is it because I
 am ssh'ing using a pc with a private ip? I tried
 pinging my remote pc but no single packet returned..
 I'm thinking that any other service such as ftpd or
 httpd will not work also, though I've not tried it
 yet. I've tried ftp'ing my home pc but using a public
 ip and it worked.. I'm not sure if it will still work
 from a private ip computer.
 Any idea?

What do you mean by private ip? Something like 192.168.x.y? If so, you
can't connect, that's true, if there's not a nat gateway substituting the
private address by its public address in every ip packet.

If you can access web pages from your private ip system, that's probably
because of a proxy server in your network which fetches pages from the
outside if required from within the local network.

Regards

Konrad Heuer
GWDG, Am Fassberg, 37077 Goettingen, Germany, [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[no subject]

2004-10-06 Thread mustafa mutlu

_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

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


Re: FreeBSD on Dell Inspiron

2004-10-06 Thread Charles Swiger
On Oct 6, 2004, at 12:20 AM, Igor Partola wrote:
[ ... ]
1) My touchpad is an ALPS touchpad. When I had Linux running on this 
machine I had to patch the kernel so it would work with a synaptics 
ALPS driver (within synaptics there is a file called alps.patch). 
FreeBSD recognizes the touchpad as an ALPS glidepoint, but the 
sensetivity is terrible! I use moused and X11 uses /dev/sysmouse, so I 
tried to tweak with moused options. I managed to speed up the pointer 
but it gets really hard to point precisely. (In Windows where I can 
use the native driver from Apoint it is a lot smoother). Any 
solutions?
There have been some recent discussions about that kind of touchpad.  
You might have to update from 5.2.1 to a more recent 5.3-beta in order 
to obtain improvements, but man psm under 5.3 mentions:

 bit 11 FORCETAP
Some pad devices report as if the fourth button is pressed 
when
the user `taps' the surface of the device (see CAVEATS).  
This
flag will make the psm driver assume that the device 
behaves this
way.  Without the flag, the driver will assume this 
behavior for
ALPS GlidePoint models only.
[ ... ]

CAVEATS
 Many pad devices behave as if the first (left) button were pressed 
if the
 user `taps' the surface of the pad.  In contrast, some pad 
products, e.g.
 some versions of ALPS GlidePoint and Interlink VersaPad, treat the 
tap-
 ping action as fourth button events.

 It is reported that Interlink VersaPad requires both HOOKRESUME and
 INITAFTERSUSPEND flags in order to recover from suspended state.  
These
 flags are automatically set when VersaPad is detected by the psm 
driver.

Perhaps try setting:
hint.psm.0.flags=0x800
...in /boot/device.hints...and see whether that helps.
2) The ACPI partially works: S1 is supported but it'd be nice to turn 
off the screen with it. By the way if I disable ACPI (acpiconf -d), 
closing the lid turns off the screen. Is there a config file or 
something I could edit?

3) S3 sleep state reboots the computer. Has anybody gotten it working? 
Is there an expected fix of it?
Likewise, there has been a fair number of improvements to ACPI power 
management support between 5.2.1 and 5.3; updating to a more recent 
version is likely to help.

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


Using ZyXEL ADSL USB modem on FreeBSD

2004-10-06 Thread Peter E. Antonov
, freebsd-questions.

Whether probably to adjust ZyXEL ADSL USB modem on FreeBSD? Any
information on adjustment of ADSL USB modems interests.
Do not offer reading handbook!

-- 
 ,
 Peter  mailto:[EMAIL PROTECTED]

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


Re: Booting to CD and the handing off to HD

2004-10-06 Thread Geert Hendrickx
On Sun, Oct 03, 2004 at 08:58:05PM -0700, Cristobal Miguelo wrote:
 Hello,
 
 I'm going to be working on a firewall box where I want to boot to CD
 and run an integrity check on the Hard Drive.  If the Hard Drive checks
 out OK, I want the CD to then hand off to the hard drive and boot the
 hard drive.
 
 Is that possible?   What man pages and/or web pages should I read to
 make it happen?
 
 Thanks!
 Cristobal

Maybe you could just put the entire thing on a livecd?  Your
config-files could be on a write-protected floppy-disk.  

I suggest you use ports/sysutils/freesbie to create your own custom
livecd, and make it do something like: 
mount -o ro /dev/fd0 /floppy
mount -t union /floppy /etc

GH

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


Cp -Rp Nightmare unable to access /usr

2004-10-06 Thread Brian
Hi,

I'm running a FreeBSD 5.2.1 test box at home for Apache,PHP,MySQL.

I wanted to move the default mysql dabatse location from /var/db/mysql to
/usr/mysql

What I did was cp -Rp /var/db/mysql  /usr

I know now it was wrong for the most part I know how stupid this idea was.

I now can't ssh to the box I get the error below

Could not chdir to home directory /home/reports: Permission denied
/usr/local/bin/bash: Permission denied

What I'm looking to know is, what exactly have I done to /usr and if I'm at
the console can I easiliy reverse what I did ?

Thanks in advance.

Brian


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.766 / Virus Database: 513 - Release Date: 17/09/2004
 

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


Re: reverse ssh

2004-10-06 Thread Geert Hendrickx
On Tue, Oct 05, 2004 at 10:45:57PM +0300, Ion-Mihai Tetcu wrote:
 
 [ please don't loose context ]
 
 On Tue, 05 Oct 2004 19:45:38 +0200
 Benjamin Walkenhorst [EMAIL PROTECTED] wrote:
 
  Micah Bushouse wrote:
 
   I have a BSD box (home) sitting on an apartment complex network
   (dhcp/nat/firewall) that I don't control. I also have a BSD box (work)
   with a static IP sitting on my university's network.
   
   Is there a way to open a ssh/other connection before I leave for work in
   the morning (from the home box to the work box), then travel to the
   university, sit at my desk and use this connection to get a terminal on
   my home machine? Is there any software out there that addresses this?
   Ideally it would involve ssh.
  
  You could write a script that sends an email to you every morning
  which contains your IP-address. *Encrypted*, of course!!!
 
 Since he's home machine is behind a NAT at what would knowing its
 (private) ip serve?

You could put up some cgi-script on any http-server outside the LAN,
which just returns the client's IP address: 

#!/bin/sh
echo Content-type: text/html; charset=iso-8859-1
echo
echo $REMOTE_ADDR

In PHP you can do the same with $_SERVER['REMOTE_ADDR'].  

GH

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


Re: DooM3 not working on FreeBSD 5.2.1-RELEASE :/

2004-10-06 Thread Karel J. Bosschaart
On Wed, Oct 06, 2004 at 12:28:15AM -, Hugo Silva wrote:
 Hi,
 
 I'm running into trouble trying to run the DooM3 beta on FreeBSD.

Yesterday I installed the Doom3 client on 5.3(-BETA5) and the game runs 
well AFAICT (played one or two levels). I quickly tested the install on 
4.10 and 6.0 and also there it worked fine. The first run on 6.0 resulted 
in a reboot but there were no further crashes. Unfortunately, I have no 
5.2.1 system to try.
 
 The screen will stay gray for awhile and then my resolution will be messed
 up and the system mouseless (cursor won't move) - I can fix this by
 running Return to Castle Wolfenstein which will give back mouse control
 and reset resolution.

You might try 'xvidtune -unlock' to escape from that situation, at least
the resolution part. I don't know about the mouse.

 I've digged a bit into the problem, but it's 4.30 AM and I can't think on
 anything else. Here's how the game stops:
 
 game initialized.
 --
  Initializing Session 
 session initialized
 --
 Sys_MapCharForKey: doom key 43 - keycode failed
 Sys_MapCharForKey: doom key 126 - keycode failed
 --- Common Initialization Complete ---
 terminal support disabled
 pid: 36927
 496 MB System Memory
 64 MB Video Memory
 Async thread started
 signal caught: Aborted
 si_code 0
 Trying to exit gracefully..
 - Game Map Shutdown --
 --
 Shutting down sound hardware
 --- OSS Sound Shutdown ---
 unmap dma sound buffer
 close sound device
 --
 idRenderSystem::Shutdown()
 double fault Aborted, bailing out
 
 
 So it's obvious it's something to do with threading. This makes me think
 the game will only run on the 5.3 version.. which would be a major
 drawback for me as I don't plan to install 5.3 on my workstation
 (everything is working flawlessly, and the idea of upgrading the OS+nvidia
 drivers+all ports is not so nice..)

The upgrade 5.2.1 - 5.3 is indeed a bit bumpy, requiring a lot of port
rebuilds or fun with libmap.conf. However, I found that the 'new' 
nvidia-driver (version 6113) in combination with 5.3 was a significant
improvement, especially concerning stability, on my system. I also heard
about regression with the new driver though, so YMMV. 

Karel.
 
 A ktrace shows this:
 
 
 36983 doom.x86 RET   write 148/0x94
 36983 doom.x86 CALL  #175(0x2,0,0xbfbfdde8,0x8)
 36983 doom.x86 RET   #175 0
 36983 doom.x86 CALL  #179(0xbfbfdde8,0x8)
 36983 doom.x86 RET   #179 -1 errno -4 Unknown error: -4
 36983 doom.x86 PSIG  SIG(null) caught handler=0x28345e94 mask=0x8000
 code=0 36983 doom.x86 CALL  #119(0xbfbfdaf8)
 36983 doom.x86 RET   #119 JUSTRETURN
 36983 doom.x86 CALL  old.sendmsg(0x9078,0,0x8000,0)
 36983 doom.x86 RET   old.sendmsg 36984/0x9078
 36983 doom.x86 CALL  #91(0x2833a000,0x1000)
 36983 doom.x86 RET   #91 0
 36983 doom.x86 CALL  exit(0x6)
 
 
 So I'm pretty much out of ideas to make the game work.. Seems to be
 thread-related, dies with an unknown error.
 
 Any ideias ?
 
 Regards,
 
 Hugo
 
 ___
 [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: Cp -Rp Nightmare unable to access /usr

2004-10-06 Thread Remko Lodder
Brian wrote:
Hi,
I'm running a FreeBSD 5.2.1 test box at home for Apache,PHP,MySQL.
I wanted to move the default mysql dabatse location from /var/db/mysql to
/usr/mysql
What I did was cp -Rp /var/db/mysql  /usr
I know now it was wrong for the most part I know how stupid this idea was.
I now can't ssh to the box I get the error below
Could not chdir to home directory /home/reports: Permission denied
/usr/local/bin/bash: Permission denied
/home lives in /usr/home so it is able that you overwrote permissions 
for that, strangely enough you aren't even allowed to access bash, so it 
seems to me that more happened then just a recursive copy of 
/var/db/mysql to /usr...

you should chown them back to the original user (if you can still login 
as root preferable at the console, ls -lart and check the permissions on 
the directories...) and next time consider something like: cp -pr 
/var/db/mysql /usr (so that the entire directory gets copied instead of 
recursive access all dirs and copy them with file information 
preservation (permissions,timestamp etc) into /usr

If you are not able to do that, then it seems that it really got
messed up, what you can do then is use a freesbie cd (live cd) to boot 
the system, access the data on it and backup the data. Then a reinstall 
would cause everything to return to normal.

This is how i would do it, any better suggestions are of course welcome! :-)
Cheers!
What I'm looking to know is, what exactly have I done to /usr and if I'm at
the console can I easiliy reverse what I did ?
Thanks in advance.
Brian
--
Kind regards,
Remko Lodder   |[EMAIL PROTECTED]
Reporter DSINet|[EMAIL PROTECTED]
Projectleader Mostly-Harmless  |[EMAIL PROTECTED]
Founder Tienervaders   |[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


What is system requrimets for DooM3 with FreeBSD 5.2.1-RELEASE???

2004-10-06 Thread Alexandr
I am not a gamer. 

In the morning I chated with frends and the ask me about DOOM3 for linux.

System requirements for lynux ara 1GH and 256RAM

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


Re: What is system requrimets for DooM3 with FreeBSD 5.2.1-RELEASE???

2004-10-06 Thread Wojciech Puchar
In the morning I chated with frends and the ask me about DOOM3 for linux.
System requirements for lynux ara 1GH and 256RAM
What is system requirements for FreeBDS.
should be the same.
BTW doom2 requires 486  8MB RAM. except high system requirements nothing 
really was invented in doom3. as with most other games...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cp -Rp Nightmare unable to access /usr

2004-10-06 Thread Ion-Mihai Tetcu
On Wed, 06 Oct 2004 11:23:27 +0200
Remko Lodder [EMAIL PROTECTED] wrote:

 Brian wrote:
  Hi,
  
  I'm running a FreeBSD 5.2.1 test box at home for Apache,PHP,MySQL.
  
  I wanted to move the default mysql dabatse location from /var/db/mysql to
  /usr/mysql
  
  What I did was cp -Rp /var/db/mysql  /usr
  
  I know now it was wrong for the most part I know how stupid this idea was.
  
  I now can't ssh to the box I get the error below
  
  Could not chdir to home directory /home/reports: Permission denied
  /usr/local/bin/bash: Permission denied
 
 /home lives in /usr/home so it is able that you overwrote permissions 
 for that, strangely enough you aren't even allowed to access bash, so it 
 seems to me that more happened then just a recursive copy of 
 /var/db/mysql to /usr...

Ok, here's a reproduction on what you did:

 # ll /var/db | grep my
drwx--   10 mysql mysql 512 Oct  5 20:15 mysql

[EMAIL PROTECTED] /home/itetcu/tmp/test [12:33:33] 0 % touch test1/1
[EMAIL PROTECTED] /home/itetcu/tmp/test [12:33:42] 0 % touch test1/2
[EMAIL PROTECTED] /home/itetcu/tmp/test [12:35:01] 1 % ll
total 74836
drwxr-xr-x  2 itetcu  wheel   512 Oct  6 12:33 test1
drwxr-xr-x  2 itetcu  wheel   512 Oct  6 12:33 usr
[EMAIL PROTECTED] /home/itetcu/tmp/test [12:35:03] 0 % su
Password:
root(itetcu)@it /home/itetcu/tmp/test [12:35:47] 1 # chown -R mysql:mysql test1
root(itetcu)@it /home/itetcu/tmp/test [12:35:50] 0 # ll
total 74836
drwxr-xr-x  2 mysql   mysql   512 Oct  6 12:33 test1
drwxr-xr-x  2 itetcu  wheel   512 Oct  6 12:33 usr
root(itetcu)@it /home/itetcu/tmp/test [12:35:56] 0 # chmod -R 0700 test1
root(itetcu)@it /home/itetcu/tmp/test [12:36:16] 0 # ll
total 74836
drwx--  2 mysql   mysql   512 Oct  6 12:33 test1
drwxr-xr-x  2 itetcu  wheel   512 Oct  6 12:33 usr
root(itetcu)@it /home/itetcu/tmp/test [12:36:17] 0 # ll test1
total 0
-rwx--  1 mysql  mysql  0 Oct  6 12:33 1
-rwx--  1 mysql  mysql  0 Oct  6 12:33 2
root(itetcu)@it /home/itetcu/tmp/test [12:36:22] 0 # cp -Rp test1/ usr/
root(itetcu)@it /home/itetcu/tmp/test [12:36:35] 0 # ll
total 74836
drwx--  2 mysql   mysql   512 Oct  6 12:33 test1
drwx--  2 mysql   mysql   512 Oct  6 12:33 usr

As you notice, because of -p flag now the owner / permission on usr are
those of test1, so in your case /usr now belongs to mysql and mode
0700.

At console do:
# chown root:wheel /usr
# chmow 0755 /usr

This probably will fix also the first (/home/reports) problem, as I
believe /home an your system is a symbolic link to /usr/home.



-- 
IOnut
Unregistered ;) FreeBSD user


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


Having trouble sharing public/private keys for ssh ... keeps asking for password

2004-10-06 Thread Joe Schmoe
Ok, this should be easy:

I want to log in from CLIENT to SERVER without being
asked for a password.

On CLIENT, I run:

ssh-keygen -t dsa -b 2048

as user test

and I do not enter a password.  Then I copy the .pub
portion of that key over to SERVER and save it as
/usr/home/jerkoff/.ssh/authorized_keys2 ... note that
I save it as authorized_keys2, because it is a dsa key
...

then I chmod 0600 authorized_keys2 ...

So now I should be able to go to CLIENT and:

ssh [EMAIL PROTECTED]

and log in with no password, right ?  Wrong.  I get:

% ssh [EMAIL PROTECTED]
Password:
Response:  (I hit enter)
[EMAIL PROTECTED]'s password:  (I hit enter)
Permission denied, please try again.

So ... what am I doing wrong ?

thanks.



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Having trouble sharing public/private keys for ssh ... keeps asking for password

2004-10-06 Thread Rus Foster
and I do not enter a password.  Then I copy the .pub
portion of that key over to SERVER and save it as
/usr/home/jerkoff/.ssh/authorized_keys2 ... note that
I save it as authorized_keys2, because it is a dsa key
Try chmod 700 /usr/home/jerkoff/.ssh/ as I've had that get me before
Rus
--
e: [EMAIL PROTECTED] : t: 1-888-327-6330 
http://www.atwebhosting.com - Free Shared Hosting
http://www.vpscolo.com - Your next hosting company
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RAID performance

2004-10-06 Thread Yui Sakazume
Hello,

I have installed FreeBSD-4.10 to NEC Express5800 120R.
I attached LSI Logic MegaRAID SATA 150-6 with six SATA disks.
And configure RAID 5 LUN.
But, I/O prformance is poor(about 5MB/s).

Is amr suitable for MegaRAID SATA 150-6 ?
Please tell me newfs parameters if there is recommendation.

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


Re: RAID performance

2004-10-06 Thread Mike Woods
Yui Sakazume wrote:
Hello,
I have installed FreeBSD-4.10 to NEC Express5800 120R.
I attached LSI Logic MegaRAID SATA 150-6 with six SATA disks.
And configure RAID 5 LUN.
But, I/O prformance is poor(about 5MB/s).
Is amr suitable for MegaRAID SATA 150-6 ?
Please tell me newfs parameters if there is recommendation.
 

Write operations on raid 5 take a massive performance hit, most 
controllers will try to compensate with caching
tricks but i suspect this could well be the cause of your problems.

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


Planning a Upgrade (5.2.1 -- 5.3)

2004-10-06 Thread Walker, Michael
Hi,
 
When 5.3 is released, I am planning to upgrade from 5.2.1.
I have searched google groups and found conflicting answers so I figured I
would ask here.
I have backed up my /etc/passwd /etc/master.passwd and /etc/group.
My /usr/home is mounted on a separate drive the the rest of the system so I
should have no need to back up files. (If users wish to they can)
What I want to know, is do I simply copy over the relevant files listed
above, on the fresh install,  with my backups, or is there some special
process I have to use to restore the user database on the newly installed
system?
If there is a set process, could someone please give me a link to it
(handbook? (I couldn't find it)).
 
Thanks in advance

Mick Walker 
NAAFI Finance International 




**
This email and any files transmitted with it are confidential, and may be subject to 
legal privilege, and are intended solely for the use of the individual or entity to 
whom they are addressed.  
If you have received this email in error or think you may have done so, you may not 
peruse, use, disseminate, distribute or copy this message. Please notify the sender 
immediately and delete the original e-mail from your system.

Computer viruses can be transmitted by e-mail. Recipients should check this e-mail for 
the presence of viruses. The Capita Group and its subsidiaries accept no liability for 
any damage caused by any virus transmitted by this e-mail.
***

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


Re: Planning a Upgrade (5.2.1 -- 5.3)

2004-10-06 Thread DanGer
Hello Michael,

Wednesday, October 6, 2004, 12:30:23 PM, you wrote:

 Hi,
 
 When 5.3 is released, I am planning to upgrade from 5.2.1.
 I have searched google groups and found conflicting answers so I figured I
 would ask here.
 I have backed up my /etc/passwd /etc/master.passwd and /etc/group.
 My /usr/home is mounted on a separate drive the the rest of the system so I
 should have no need to back up files. (If users wish to they can)
 What I want to know, is do I simply copy over the relevant files listed
 above, on the fresh install,  with my backups, or is there some special
 process I have to use to restore the user database on the newly installed
 system?
 If there is a set process, could someone please give me a link to it
 (handbook? (I couldn't find it)).

why don't you want to upgrade it via cvsup-ing the source tree and then
build/install world/kernel? this is better way from my point of view.

 Thanks in advance

 Mick Walker 
 NAAFI Finance International

-- 
Best regards

+--==/\/\==--+
| DanGer [EMAIL PROTECTED] |
| [EMAIL PROTECTED] ICQ261701668 |
| http://danger.homeunix.org |
+--==\/\/==--+

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


Re: What version of FBSD does Yahoo run?

2004-10-06 Thread Jonathon McKitrick
On Tue, Oct 05, 2004 at 09:07:44AM -0700, Kris Kennaway wrote:
: On Tue, Oct 05, 2004 at 05:01:32PM +0100, Jonathon McKitrick wrote:
:  
:  I would expect they are running 4.x, but does anyone know if they have
:  migrated any production boxes to 5.x?  Are they contributing any code to
:  either branch?
: 
: Yes, a number of committers work for Yahoo.

Any idea if they are running 5.x in production yet?


jm
--
My other computer is your Windows box.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Planning a Upgrade (5.2.1 -- 5.3)

2004-10-06 Thread Walker, Michael
DanGer [EMAIL PROTECTED] wrote:
 why don't you want to upgrade it via cvsup-ing the source tree and then
build/install world/kernel? 
 this is better way from my point of view.

Sorry I forgot to specify that I will be adding new drives to the system, so
cvsup'ing isn't really a viable option in my case. 
Also, maybe you can clear something up for me.
Every time I have cvsup'ed my source tree, and reinstalled world. I end up
with every single binary file the base system has to offer.
Is there any automated way I can limit the source that is compiled to the
source I have on my existing system? (For future reference.)

Mick Walker 
NAAFI Finance International 


**
This email and any files transmitted with it are confidential, and may be subject to 
legal privilege, and are intended solely for the use of the individual or entity to 
whom they are addressed.  
If you have received this email in error or think you may have done so, you may not 
peruse, use, disseminate, distribute or copy this message. Please notify the sender 
immediately and delete the original e-mail from your system.

Computer viruses can be transmitted by e-mail. Recipients should check this e-mail for 
the presence of viruses. The Capita Group and its subsidiaries accept no liability for 
any damage caused by any virus transmitted by this e-mail.
***

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


Emulex LP1050DC Fiber Card Support

2004-10-06 Thread Bryan
Does anyone know if there is any support for the Emulex LP1050DC Fiber 
Card in any version of FreeBSD? Currently we are running 5.2 and I do 
not see any mention of support there? We want to use this as our primary 
Database server, as RedHat Enterprise is not working well and Emulex 
seems to only offer drivers for RedHat Enterprise and SuSE Enterprise.

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


Re: your unsubscribe request

2004-10-06 Thread Lyris ListManager
As you requested, you have been unsubscribed from 'linux-mag-news'.

---

Return-Path: [EMAIL PROTECTED]
Received: from mx2.freebsd.org ([216.136.204.119]) by sand.lyris.net with SMTP (Lyris 
ListManager WIN32 version 5.1); Wed, 06 Oct 2004 05:54:25 -0700
Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18])
by mx2.freebsd.org (Postfix) with ESMTP id 5E6E056A4E
for [EMAIL PROTECTED]; Wed,  6 Oct 2004 12:53:09 + (GMT)
(envelope-from [EMAIL PROTECTED])
Received: by hub.freebsd.org (Postfix, from userid 674)
id 5850516A4CF; Wed,  6 Oct 2004 12:53:09 + (GMT)
Date: Wed, 6 Oct 2004 05:53:09 -0700
From: Postmaster [EMAIL PROTECTED]
To: linux-mag-news-request
Subject: 
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.1i

# Mail sent to leave-linux-mag-news was converted to these commands: 
unsubscribe
end

# This is the text of the message that triggered the action:

Return-Path: [EMAIL PROTECTED]
Received: from mx2.freebsd.org ([216.136.204.119]) by sand.lyris.net with SMTP (Lyris 
ListManager WIN32 version 5.1); Wed, 06 Oct 2004 05:54:25 -0700
Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18])
by mx2.freebsd.org (Postfix) with ESMTP id 5E6E056A4E
for [EMAIL PROTECTED]; Wed,  6 Oct 2004 12:53:09 + (GMT)
(envelope-from [EMAIL PROTECTED])
Received: by hub.freebsd.org (Postfix, from userid 674)
id 5850516A4CF; Wed,  6 Oct 2004 12:53:09 + (GMT)
Date: Wed, 6 Oct 2004 05:53:09 -0700
From: Postmaster [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [EMAIL PROTECTED] is a mailing list
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.1i

Stop the spam!

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


Why does ssh require a password on new machine?

2004-10-06 Thread stan
I jst installed a new FreeBSD STABLE box, and it seems to insist on a
password when I ssh from an existing machine. I've added the (I think)
appropriate entry to the ~/s.ssh/known_hosts fiel on the new machine.

Here is ssh -v on a mcahine that works:


Script started on Wed Oct  6 08:44:45 2004
[EMAIL PROTECTED]:~$ ssh cogenal
Last login: Wed Oct  6 08:44:13 2004 from pmail.meadwestv
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
The Regents of the University of California.  All rights reserved.

FreeBSD 4.10-STABLE (ALARMS) #2: Fri Jul 30 13:51:03 EDT 2004

Welcome to FreeBSD!

Before seeking technical support, please use the following resources:

o  Security advisories and updated errata information for all releases are
   at http://www.FreeBSD.org/releases/ - always consult the ERRATA section
   for your release first as it's updated frequently.

o  The Handbook and FAQ documents are at http://www.FreeBSD.org/ and,
   along with the mailing lists, can be searched by going to
   http://www.FreeBSD.org/search/.  If the doc distribution has
   been installed, they're also available formatted in /usr/share/doc.

If you still have a question or problem, please take the output of
`uname -a', along with any relevant error messages, and email it
as a question to the [EMAIL PROTECTED] mailing list.  If you are
unfamiliar with FreeBSD's directory layout, please refer to the hier(7)
man page.  If you are not familiar with man pages, type `man man'.

You may also use /stand/sysinstall to re-enter the installation and
configuration utility.  Edit /etc/motd to change this login announcement.

ports/net/netcat port is useful not only for redirecting input/output
to TCP or UDP connections, but also for proxying them. See inetd(8) for
details.
$ ^DConnection to cogenal closed.
[EMAIL PROTECTED]:~$ 
Script done on Wed Oct  6 08:44:55 2004

And here it is on the new machine:


Script started on Wed Oct  6 08:45:29 2004
[EMAIL PROTECTED]:~$ ssh kilnal
Password:

[EMAIL PROTECTED]:~$ 
Script done on Wed Oct  6 08:45:39 2004

What am I doing worn here?

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What version of FBSD does Yahoo run?

2004-10-06 Thread Gerard Samuel
Jonathon McKitrick wrote:
On Tue, Oct 05, 2004 at 09:07:44AM -0700, Kris Kennaway wrote:
: On Tue, Oct 05, 2004 at 05:01:32PM +0100, Jonathon McKitrick wrote:
:  
:  I would expect they are running 4.x, but does anyone know if they have
:  migrated any production boxes to 5.x?  Are they contributing any code to
:  either branch?
: 
: Yes, a number of committers work for Yahoo.

Any idea if they are running 5.x in production yet?
Here is a thought.
Why would they be running a pre-production release as a production 
server
I have no idea what yahoo does, but I think it would be irrespondsible
for them to attempt using 5.x on a production machine...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What version of FBSD does Yahoo run?

2004-10-06 Thread Remko Lodder
Gerard Samuel wrote:
Jonathon McKitrick wrote:
On Tue, Oct 05, 2004 at 09:07:44AM -0700, Kris Kennaway wrote:
: On Tue, Oct 05, 2004 at 05:01:32PM +0100, Jonathon McKitrick wrote:
:  :  I would expect they are running 4.x, but does anyone know if 
they have
:  migrated any production boxes to 5.x?  Are they contributing any 
code to
:  either branch?
: : Yes, a number of committers work for Yahoo.

Any idea if they are running 5.x in production yet?
Here is a thought.
Why would they be running a pre-production release as a production 
server
I have no idea what yahoo does, but I think it would be irrespondsible
for them to attempt using 5.x on a production machine...
Apart from that: Why do you actually want to know? It's better not to 
know the exact version since others might abuse that information and
hack into the company. That does not feel right, well not with me :-).

Cheers.
--
Kind regards,
Remko Lodder   |[EMAIL PROTECTED]
Reporter DSINet|[EMAIL PROTECTED]
Projectleader Mostly-Harmless  |[EMAIL PROTECTED]
Founder Tienervaders   |[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re[2]: Planning a Upgrade (5.2.1 -- 5.3)

2004-10-06 Thread DanGer
Hello Michael,

Wednesday, October 6, 2004, 2:17:09 PM, you wrote:

 DanGer [EMAIL PROTECTED] wrote:
 why don't you want to upgrade it via cvsup-ing the source tree and then
 build/install world/kernel? 
 this is better way from my point of view.

 Sorry I forgot to specify that I will be adding new drives to the system, so
 cvsup'ing isn't really a viable option in my case.

so, you have to backup all your important data, such as mysql
databases and all the stuff like this..
when you want to backup your user accounts, backup your /etc/passwd
and /etc/master.passwd and then just overwrite it on the new
installation, then you will also need to run `pwd_mkdb
/etc/master.passwd' to make these accounts work.

 Also, maybe you can clear something up for me.
 Every time I have cvsup'ed my source tree, and reinstalled world. I end up
 with every single binary file the base system has to offer.
 Is there any automated way I can limit the source that is compiled to the
 source I have on my existing system? (For future reference.)

i think, that all you can do about this, is to use /etc/make.conf and
reduce compiled binaries with NO_XXX options...

 Mick Walker 
 NAAFI Finance International

-- 
Best regards

+--==/\/\==--+
| DanGer [EMAIL PROTECTED] |
| [EMAIL PROTECTED] ICQ261701668 |
| http://danger.homeunix.org |
+--==\/\/==--+

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


Re: Mail auth and FreeBSD/Sendmail

2004-10-06 Thread Andreas Widerøe Andersen
At 14:22 05.10.2004, Ed Budd wrote:
Andreas Widerøe Andersen wrote:
Hi all,
I'm running FreeBSD 4.7 Stable on one of my servers and Sendmail 8.12.10. 
I'm trying to get mail auth to work so that my users can send mail (smtp 
port 25) through this server no matter which net they are connected to. I 
have installed cyrus-sasl-1.5.28_3 and followed the description given on 
this page 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html. 
Everything seems to work and all tests give the expected results.
I have also looked at this page 
http://www.sendmail.org/~ca/email/auth.html and done the initial test:
#telnet localhost 25
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 my.server.com ESMTP Sendmail 8.12.10/8.12.10; Tue, 5 Oct 2004 
13:31:13 +0200 (CEST)
ehlo localhost
250-my.server.com Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5 LOGIN
250-DELIVERBY
250 HELP
When I'm testing sending mail through this server (as smtp server) I use 
Eudora 6.1 from my WinXP PC. I always get relaying denied and it doesn't 
seem to check username/password.
Here's what my logfile and Eudora log says:
Oct  5 13:35:18 myserver sendmail[59394]: i95BZIow059394: 
ruleset=check_rcpt, arg1=[EMAIL PROTECTED], 
relay=my.ip.address.domain.com [x.x.x.x], reject=550 5.7.1 
[EMAIL PROTECTED]... Relaying denied. Proper authentication required.
I would be very grateful for any help here. I'm stuck and I don't know 
what to check next.
Try adding 'PLAIN' to the list of allowed authentications in your sendmail 
*.mc file, rebuild, and restart sendmail. Then test to see that it's 
advertised like you did above...

Hope that helps,
EB

I have now followed the instructions on this page 
(http://www.puresimplicity.net/~hemi/freebsd/sendmail.html) exactly and the 
ssl connection to my pop/imap server works fine, but still I get the same 
error below when sending mail:

Oct  6 15:06:07 server sendmail[97165]: i96D66fM097165: 
from=[EMAIL PROTECTED], size=0, class=0, nrcpts=0, proto=ESMTP, 
daemon=MTA, relay=my.ip.hostname.com [80.202.145.187]
Oct  6 15:06:16 server sendmail[97173]: STARTTLS=server, 
relay=my.ip.host.com [my.ip], version=TLSv1/SSLv3, verify=NO, 
cipher=EDH-DSS-DES-CBC3-SHA, bits=168/168
Oct  6 15:06:17 server sendmail[97173]: i96D6GfM097173: ruleset=check_rcpt, 
arg1=[EMAIL PROTECTED], relay=my.ip.hostname.com [my.ip], reject=550 5.7.1 
[EMAIL PROTECTED]... Relaying denied. Proper authentication

When I issue an ehlo localhost on port 25 of the smtp server I get this:
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH PLAIN LOGIN
250-STARTTLS
250-DELIVERBY
250 HELP
Now I'm really lost...
Any help?
Thanks!
Andreas
---
Andreas Wideroe Andersen [EMAIL PROTECTED]
Mobile: (+47) 90 92 61 21
http://www.filmshooting.com 

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


Re: How-to capture error messages from ... recent instant-workst

2004-10-06 Thread Toomas Aas
Hello!

 Can someone tell me where to look for how to capture the console 
 screens that fly by in the port install process? 

Before starting the installation, issue this command:

script /var/tmp/portinstall.log

After finishing the installation (successfully or unsuccessfully), 
issue this command:

exit

Then you can read everything that was printed on the console during 
installation from the file /var/tmp/portinstall.log (which may be 
pretty large!).

Unfortunately I am not familiar with instant-workstation port so I 
can't comment on that specific situation. My only idle thought is that 
if you are not sure what various port configure options do it may be 
safer to leave them as defaults.
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Cannibal's recipe book: How to Serve Your Fellow Man.

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


Re: Mail auth and FreeBSD/Sendmail

2004-10-06 Thread Remko Lodder
When I issue an ehlo localhost on port 25 of the smtp server I get this:
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH PLAIN LOGIN
250-STARTTLS
250-DELIVERBY
250 HELP
Now I'm really lost...
Hi Andreas,
Not sure whether this helps but here we go:
Within Postfix i had to specify that
i needed broken_sasl support for clients
like outlook.
This gave me the following ehlo output:
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
(stripped the rest). Perhaps you are able to get
something like that as well and then retry testing.
Hth,
Cheers!
Any help?
Thanks!
Andreas

--
Kind regards,
Remko Lodder   |[EMAIL PROTECTED]
Reporter DSINet|[EMAIL PROTECTED]
Projectleader Mostly-Harmless  |[EMAIL PROTECTED]
Founder Tienervaders   |[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mail auth and FreeBSD/Sendmail

2004-10-06 Thread Andreas Widerøe Andersen
At 16:23 06.10.2004, Remko Lodder wrote:
When I issue an ehlo localhost on port 25 of the smtp server I get this:
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH PLAIN LOGIN
250-STARTTLS
250-DELIVERBY
250 HELP
Now I'm really lost...
Hi Andreas,
Not sure whether this helps but here we go:
Within Postfix i had to specify that
i needed broken_sasl support for clients
like outlook.
This gave me the following ehlo output:
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
(stripped the rest). Perhaps you are able to get
something like that as well and then retry testing.
Hth,
Cheers!
Any help?
Thanks!
Andreas

Hmm.. I increased the LogLevel of sendmail to 25 and this is were it seems 
to fail:

Oct  6 16:31:57 server sendmail[99094]: i96EVuIK099094: -- AUTH LOGIN
Oct  6 16:31:57 server sendmail[99094]: i96EVuIK099094: --- 334 VXNlcm5hbWU6
Oct  6 16:31:57 server sendmail[99094]: i96EVuIK099094: --- 334 UGFzc3dvcmQ6
Oct  6 16:31:57 server sendmail[99094]: i96EVuIK099094: --- 535 5.7.0 
authentication failed
Oct  6 16:31:57 server sendmail[99094]: i96EVuIK099094: AUTH failure 
(LOGIN): generic failure (-1) SASL(-1): generic failure: checkpass failed
Oct  6 16:31:57 server sendmail[99094]: i96EVuIK099094: -- RSET
Oct  6 16:31:57 server sendmail[99094]: i96EVuIK099094: --- 250 2.0.0 Reset 
state

Login through pop/imap works fine though..
/Andreas
---
Andreas Wideroe Andersen [EMAIL PROTECTED]
Mobile: (+47) 90 92 61 21
http://www.filmshooting.com  

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


Emergency, cannot boot 4.10

2004-10-06 Thread Lists
Greetings,
My 4.10 server is halting during the boot process because the 
kern.maxfiles entry in /etc/sysctl.conf is corrupted or wrong (though I 
have not changed it in some time).  What I want to do is simply remove 
that entry from the sysctl.conf file, but I cannot even get into the system.

I have a presentation later today based on some of the work I've done on 
that server -- if someone could clue me in on how to best get in to fix 
that file, I'd really appreciate it.  I've tried the Brazilian LiveCD 
ISO, without success -- the keyboard mappings are for Portugeuse, not 
English.

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


Should I rebuild all ports?

2004-10-06 Thread Choy Kho Yee
I have just upgraded FreeBSD 5.3BETA6 to BETA7.
According to /usr/src/UPDATING, some of the system
libraries have been upgraded, and we should rebuild
all ports if we want to use the new libraries. So,
 1. should I rebuild all ports? (I think it should take one
 whole day...)
 2. If I am to rebuild all ports, what is the command I
 should use?
 Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e.
those who understand binary numbers and those
who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Emergency, cannot boot 4.10

2004-10-06 Thread Bill Moran
Lists [EMAIL PROTECTED] wrote:

 Greetings,
 
 My 4.10 server is halting during the boot process because the 
 kern.maxfiles entry in /etc/sysctl.conf is corrupted or wrong (though I 
 have not changed it in some time).  What I want to do is simply remove 
 that entry from the sysctl.conf file, but I cannot even get into the system.
 
 I have a presentation later today based on some of the work I've done on 
 that server -- if someone could clue me in on how to best get in to fix 
 that file, I'd really appreciate it.  I've tried the Brazilian LiveCD 
 ISO, without success -- the keyboard mappings are for Portugeuse, not 
 English.

Can you boot in single user mode?  At the countdown during boot, press
a key to interrupt the boot, then enter 'boot -s'.  Hit enter when it
asks you for a shell and do:
fsck -p
mount -a

You should then be able to fix the offending entry.

As a side note ... the last version of FreeSBIE I used had a menu to
allow you to choose your language at bootup.  Perhaps your version is
a bit old?

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Should I rebuild all ports?

2004-10-06 Thread Alex de Kruijff
On Wed, Oct 06, 2004 at 11:57:19PM +0900, Choy Kho Yee wrote:
 I have just upgraded FreeBSD 5.3BETA6 to BETA7.
 According to /usr/src/UPDATING, some of the system
 libraries have been upgraded, and we should rebuild
 all ports if we want to use the new libraries. So,
 
  1. should I rebuild all ports? (I think it should take one
  whole day...)

I don't know. Does the apps work?

  2. If I am to rebuild all ports, what is the command I
  should use?

Best is if you install the port portupgrade and then do:
portupgrade -fa

If you just want to compile a app that doesn't work do:
portupgrade -fR portname

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SSH from private to public IP: Impossible??

2004-10-06 Thread Alex de Kruijff
On Tue, Oct 05, 2004 at 11:00:11PM -0700, Michael Alipio wrote:
 Good Day,
   I used ssh to log-in remotely from work to my home
 pc which already obtained a temporary ip address from
 my isp, however, I failed to connect. Is it because I
 am ssh'ing using a pc with a private ip? I tried
 pinging my remote pc but no single packet returned..
 I'm thinking that any other service such as ftpd or
 httpd will not work also, though I've not tried it
 yet. I've tried ftp'ing my home pc but using a public
 ip and it worked.. I'm not sure if it will still work
 from a private ip computer.
 Any idea?

So you're home PC has a public IP and you work PC has a private IP and
is behind a NAT router? This doesn't cause problems for ssh. It more
likly a firewall problem somewhere. Either you're firewall of that of
the companie.

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Should I rebuild all ports?

2004-10-06 Thread Renato Botelho
On Wed, 6 Oct 2004 23:57:19 +0900, Choy Kho Yee [EMAIL PROTECTED] wrote:
 I have just upgraded FreeBSD 5.3BETA6 to BETA7.
 According to /usr/src/UPDATING, some of the system
 libraries have been upgraded, and we should rebuild
 all ports if we want to use the new libraries. So,
 
   1. should I rebuild all ports? (I think it should take one
   whole day...)
   2. If I am to rebuild all ports, what is the command I
   should use?

Take a look at this message
http://lists.freebsd.org/mailman/htdig/freebsd-current/2004-October/039354.html

There is a script made by Benjamin Lutz that checks all ports need to
be rebuilded, so, you need to rebuild all these packages using
portupgrade -f packagename, or use the /etc/libmap.conf.

Best Regards
-- 
Renato Botelho
ICQ: 54596223
AIM: RBGargaBR
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Should I rebuild all ports?

2004-10-06 Thread Choy Kho Yee
On 2004/10/07, at 0:11, Alex de Kruijff wrote:
On Wed, Oct 06, 2004 at 11:57:19PM +0900, Choy Kho Yee wrote:
I have just upgraded FreeBSD 5.3BETA6 to BETA7.
According to /usr/src/UPDATING, some of the system
libraries have been upgraded, and we should rebuild
all ports if we want to use the new libraries. So,
 1. should I rebuild all ports? (I think it should take one
 whole day...)
I don't know. Does the apps work?
Yes, I think they do work. According to my understanding,
the apps compiled before the updates are using the old
libraries, and the apps compiled after the update should utilize
the new libraries. As long as I don't remove the old libraries,
all apps should work fine. I was just curious to know whether
I should recompile all apps so that they may work better by
using the new libraries. Or will they? :)
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not.

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


Re: Should I rebuild all ports?

2004-10-06 Thread Choy Kho Yee
On 2004/10/07, at 0:22, Renato Botelho wrote:
On Wed, 6 Oct 2004 23:57:19 +0900, Choy Kho Yee  
[EMAIL PROTECTED] wrote:
I have just upgraded FreeBSD 5.3BETA6 to BETA7.
According to /usr/src/UPDATING, some of the system
libraries have been upgraded, and we should rebuild
all ports if we want to use the new libraries. So,
  1. should I rebuild all ports? (I think it should take one
  whole day...)
  2. If I am to rebuild all ports, what is the command I
  should use?
Take a look at this message
http://lists.freebsd.org/mailman/htdig/freebsd-current/2004-October/ 
039354.html

There is a script made by Benjamin Lutz that checks all ports need to
be rebuilded, so, you need to rebuild all these packages using
portupgrade -f packagename, or use the /etc/libmap.conf.
Thanks for pointing me to the script!! I have saved the script to my  
computer,
run it and it said that there are 60 packages that I should upgrade. I  
will upgrade
them slowly when I have the spare time.

However, I still don't get how /etc/libmap.conf can be used to work  
around
this problem without rebuilding the ports.

Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who  
understand binary numbers and those who do not.

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


Re: Planning a Upgrade (5.2.1 -- 5.3)

2004-10-06 Thread Donald J. O'Neill
On Wednesday 06 October 2004 07:17 am, Walker, Michael wrote:


 Sorry I forgot to specify that I will be adding new drives to the
 system, so cvsup'ing isn't really a viable option in my case.
 Also, maybe you can clear something up for me.
 Every time I have cvsup'ed my source tree, and reinstalled world.
 I end up with every single binary file the base system has to
 offer. Is there any automated way I can limit the source that is
 compiled to the source I have on my existing system? (For future
 reference.)

 Mick Walker
 NAAFI Finance International

Hello Mick,

Are you just adding in extra drives, or are you replacing drives? If 
you're adding in drives, cvsuping is still a viable option. Are you 
going to change the partition sizes and/or locations? Well then, I 
guess it boils down to: do it the way you feel most comfortable 
with.

Forget backing up passwd, master.passwd and group.  5.3 has added 
new users and groups, and removed some. Replacing the 5.3 files 
with the saved ones from 5.2.1 is asking for a disaster to happen. 

 Every time I have cvsup'ed my source tree, and reinstalled world.
 I end up with every single binary file the base system has to
 offer. Is there any automated way I can limit the source that is
 compiled to the source I have on my existing system? (For future
 reference.)

As for the above, I don't want to jump to any conclusions, but it 
seems to me that if you're going to install FreeBSD5.3, then you 
want FreeBSD 5.3. If you cvsup the FreeBSD5.3 sources and go 
through the world/kernel process, you're compiling only the sources 
that you have on your existing system as it is, after the cvsup. If 
you want to keep it at the sources that are on your system prior to 
the cvsup, there's no point in going through the world/kernel 
sequence. If you're asking about something different, then you need 
to reword your question to exactly what you want to accomplish.

Don

-- 
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: Unable to install evolution with LDAP support

2004-10-06 Thread Dan Finn
running make configure gives me this:

Evolution has been configured as follows: 

Mail Directory:   /var/mail, world writable
LDAP support: no
Pilot conduits:   no
Kerberos 4/5: no/yes (Heimdal)
SSL support:  yes (OpenSSL)
IPv6 support: no
Dot Locking:  yes
File Locking: fcntl
Gtk-doc:  no

Programming documentation files will not be built.
You may want to install the gtk-doc package
so that you will get the Evolution Developer's Guide.

I get the same when running make WITH_LDAP=yes configure


Here's the relevant info from config.log
configure:11888: checking for OpenLDAP
configure:11895: result: no

So the configure script isn't finding ldap.  

I have openldap-client-2.2.15 installed.  Is that the wrong package,
do I need the full server.  I wouldn't think so.

Thanks
Dan



On Tue, 05 Oct 2004 20:33:19 -0400, Joe Marcus Clarke
[EMAIL PROTECTED] wrote:
 
 
 On Tue, 2004-10-05 at 19:45, Dan Finn wrote:
  I'm trying to get evolution built with ldap support so that I can
  connect to the exchange server here at work and see the global address
  list.  I have ximian-connector installed and working, this is the
  final piece of this puzzle that I need.
 
  with recent cvsup of ports tree
 
  I did:
 
  cd /usr/ports/mail/evolution/
  make deinstall
  make clean
  make WITH_LDAP=yes install
 
  I see no errors, it seems to build it just fine.  OpenLDAP is already
  installed by this point by the way, do I need to deinstall OpenLDAP
  and let the build of evolution also build OpenLDAP?
 
  I start evolution, click on Tools - Settings - Directory Servers
  and I get:
  LDAP was not enabled in this build of Evolution.
 
  So what am I doing wrong here.  Any help would be greatly appreciated.
   I need to get this working to make my boss happy.
 
 LDAP support is compiled into Evolution by default.  Therefore, there
 must be something wrong with your OpenLDAP installation.  Look at the
 output of make configure under mail/evolution to see if LDAP support is
 actually being enabled.  If not, the clues as to why will be in the
 config.log inside the evolution ${WRKSRC} directory.
 
 Joe
 
 
  Thanks
  Dan
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 --
 PGP Key : http://www.marcuscom.com/pgp.asc
 
 

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


Re: Should I rebuild all ports?

2004-10-06 Thread Donald J. O'Neill
On Wednesday 06 October 2004 10:52 am, Choy Kho Yee wrote:


 However, I still don't get how /etc/libmap.conf can be used to
 work around
 this problem without rebuilding the ports.

 Thanks.

 ---
 Choy Kho Yee
 url: http://dotkoyi.infoseek.ne.jp/
 blog: http://dotkoyi.blogspot.com/

 There are only 10 types of people in the world, i.e. those who
 understand binary numbers and those who do not.

 ___
Hello Choy,

With libmap.conf, you're basically telling the system: instead of 
using this lib.x.old use this lib.x.new.

Take a look a man libmap.conf for an explanation.

an example of what could go in libmap.conf for this would be:
 # for FreeBSD5.3 beta7
 libm.so.2  libm.so.3
 libreadline.so.4 libreadline.so.5
 libhistory.so.4  libhistory.so.5
 libopie.so.2  libopie.so.3
 libpcap.so.2  libpcap.so.3

Don

-- 
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: Unable to install evolution with LDAP support

2004-10-06 Thread Joe Marcus Clarke
On Wed, 2004-10-06 at 12:17, Dan Finn wrote:
 running make configure gives me this:
 
 Evolution has been configured as follows: 
 
 Mail Directory:   /var/mail, world writable
 LDAP support: no
 Pilot conduits:   no
 Kerberos 4/5: no/yes (Heimdal)
 SSL support:  yes (OpenSSL)
 IPv6 support: no
 Dot Locking:  yes
 File Locking: fcntl
 Gtk-doc:  no
 
 Programming documentation files will not be built.
 You may want to install the gtk-doc package
 so that you will get the Evolution Developer's Guide.
 
 I get the same when running make WITH_LDAP=yes configure
 
 
 Here's the relevant info from config.log
 configure:11888: checking for OpenLDAP
 configure:11895: result: no
 
 So the configure script isn't finding ldap.  
 
 I have openldap-client-2.2.15 installed.  Is that the wrong package,
 do I need the full server.  I wouldn't think so.

Check your /etc/make.conf to make sure you do not have WITHOUT_LDAP
defined.  Also, run make rmconfig in the mail/evolution directory, then
redo the make configure.

Joe

 
 Thanks
 Dan
 
 
 
 On Tue, 05 Oct 2004 20:33:19 -0400, Joe Marcus Clarke
 [EMAIL PROTECTED] wrote:
  
  
  On Tue, 2004-10-05 at 19:45, Dan Finn wrote:
   I'm trying to get evolution built with ldap support so that I can
   connect to the exchange server here at work and see the global address
   list.  I have ximian-connector installed and working, this is the
   final piece of this puzzle that I need.
  
   with recent cvsup of ports tree
  
   I did:
  
   cd /usr/ports/mail/evolution/
   make deinstall
   make clean
   make WITH_LDAP=yes install
  
   I see no errors, it seems to build it just fine.  OpenLDAP is already
   installed by this point by the way, do I need to deinstall OpenLDAP
   and let the build of evolution also build OpenLDAP?
  
   I start evolution, click on Tools - Settings - Directory Servers
   and I get:
   LDAP was not enabled in this build of Evolution.
  
   So what am I doing wrong here.  Any help would be greatly appreciated.
I need to get this working to make my boss happy.
  
  LDAP support is compiled into Evolution by default.  Therefore, there
  must be something wrong with your OpenLDAP installation.  Look at the
  output of make configure under mail/evolution to see if LDAP support is
  actually being enabled.  If not, the clues as to why will be in the
  config.log inside the evolution ${WRKSRC} directory.
  
  Joe
  
  
   Thanks
   Dan
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
  --
  PGP Key : http://www.marcuscom.com/pgp.asc
  
  
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: Should I rebuild all ports?

2004-10-06 Thread Michael Johnson
On Oct 6, 2004, at 12:19 PM, Donald J. O'Neill wrote:
 libm.so.2  libm.so.3
 libreadline.so.4 libreadline.so.5
 libhistory.so.4  libhistory.so.5
 libopie.so.2  libopie.so.3
 libpcap.so.2  libpcap.so.3
If I add that to libmap.conf can I safely remove the old libs?
Michael
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What version of FBSD does Yahoo run?

2004-10-06 Thread Jonathon McKitrick
On Wed, Oct 06, 2004 at 09:32:27AM -0400, Gerard Samuel wrote:
: Jonathon McKitrick wrote:
: On Tue, Oct 05, 2004 at 09:07:44AM -0700, Kris Kennaway wrote:
: : On Tue, Oct 05, 2004 at 05:01:32PM +0100, Jonathon McKitrick wrote:
: :  
: :  I would expect they are running 4.x, but does anyone know if they have
: :  migrated any production boxes to 5.x?  Are they contributing any code 
: to
: :  either branch?
: : 
: : Yes, a number of committers work for Yahoo.
: 
: Any idea if they are running 5.x in production yet?
: 
: 
: Here is a thought.
: Why would they be running a pre-production release as a production 
: server
: I have no idea what yahoo does, but I think it would be irrespondsible
: for them to attempt using 5.x on a production machine...

Possibly they would just use it on a few machines for non-critical
purposes.

jm
--
My other computer is your Windows box.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SSH from private to public IP: Impossible??

2004-10-06 Thread Bart Silverstrim
On Oct 6, 2004, at 11:15 AM, Alex de Kruijff wrote:
On Tue, Oct 05, 2004 at 11:00:11PM -0700, Michael Alipio wrote:
Good Day,
  I used ssh to log-in remotely from work to my home
pc which already obtained a temporary ip address from
my isp, however, I failed to connect. Is it because I
am ssh'ing using a pc with a private ip? I tried
pinging my remote pc but no single packet returned..
I'm thinking that any other service such as ftpd or
httpd will not work also, though I've not tried it
yet. I've tried ftp'ing my home pc but using a public
ip and it worked.. I'm not sure if it will still work
from a private ip computer.
Any idea?
So you're home PC has a public IP and you work PC has a private IP and
is behind a NAT router? This doesn't cause problems for ssh. It more
likly a firewall problem somewhere. Either you're firewall of that of
the companie.
Maybe I missed something in the thread, but did the OP ever say he set 
up port forwarding for port 22 to his internal computer?

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


Good tool for light photo editing?

2004-10-06 Thread stan

I just got my first set of pictures on CD's (vacation pics), and I wan't to
put them up on my web server.

What's a good tool to do some really lightweight editeing on them with?
Mostly I just need to rotate the vertical ones, but I _might_ do just a
little cropping on some few.

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin

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


phpwiki

2004-10-06 Thread Alan Curtis
I am trying to install the phpwiki port using mysql, following the 
instructions in /usr/local/share/doc/phpwiki. I get to testing the 
installation by loading http://localhost/phpwiki/index.php and I get 
the error

Fatal error: Call to undefined function: mysql_pconnect()
Any suggestions?
Alan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Anyone booting from RAID

2004-10-06 Thread Brent Wiese
I have an Intel motherboard with onboard SATA raid. It uses the Adaptec ICH5
chip, which appears to be supported in the very latest 5.3-beta6.

However, on install, it sees the individual disks (ad4  ad6) instead of the
mirror.

How do I install to the mirror instead of an individual disk?

Thanks,
Brent


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


Re: Good tool for light photo editing?

2004-10-06 Thread Aaron Siegel

Gimp.  


On Wednesday 06 October 2004 12:21, stan wrote:
 I just got my first set of pictures on CD's (vacation pics), and I wan't to
 put them up on my web server.

 What's a good tool to do some really lightweight editeing on them with?
 Mostly I just need to rotate the vertical ones, but I _might_ do just a
 little cropping on some few.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: phpwiki

2004-10-06 Thread Sheets, Jason (OZ CEEDR)
mysql_pconnect is MySQL functionality, make sure your PHP installation
has MySQL support.

You can find out by making a page named putting ?php phpinfo(); ? and
then visiting it in your web browser.

Jason



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Alan Curtis
 Sent: Wednesday, October 06, 2004 12:27 PM
 To: [EMAIL PROTECTED]
 Subject: phpwiki
 
 I am trying to install the phpwiki port using mysql, following the
 instructions in /usr/local/share/doc/phpwiki. I get to testing the
 installation by loading http://localhost/phpwiki/index.php and I get
 the error
 
 Fatal error: Call to undefined function: mysql_pconnect()
 
 Any suggestions?
 
 Alan
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Good tool for light photo editing?

2004-10-06 Thread Bigelow, Andrea L.
Stan, have you ever used GIMP? It's higher-power than what you're likely to
need -- on the order of Photoshop -- but it's a clean and good editor. 

-Original Message-
From: stan [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 2:21 PM
To: Free BSD Questions list
Subject: Good tool for light photo editing?


I just got my first set of pictures on CD's (vacation pics), and I wan't to
put them up on my web server.

What's a good tool to do some really lightweight editeing on them with?
Mostly I just need to rotate the vertical ones, but I _might_ do just a
little cropping on some few.

--
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin

___
[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: Good tool for light photo editing?

2004-10-06 Thread Björn Lindström
Aaron Siegel [EMAIL PROTECTED] writes:

 Gimp.  

I agree.

If any of the edits you want to do can be done non-interactively,
there's also ImageMagick.

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


Firewall concept question

2004-10-06 Thread Brent Wiese
Looking to use a FreeBSD server as a firewall for a modem pool. The theory
is we only want to give them access to HTTP and DNS (which we could do as
proxy on the FreeBSD box).

For accountability reasons, each modem will be assigned a specific IP
address. That way, I'll be able to use Radius accounting to keep track of
who was logged in on what ip at what time. The idea being that if someone
uses the modems to launch an attack or whatever, we have something to work
with for tracking the user down if the authorities come knocking.

I haven't set up a FreeBSD firewall before, so I have a best way question:

Should I use transparent mode where each modem has a public ip address or
use something like static NAT entries?

I'd planned on using a transparent mode, since I was familiar with it from
using a Netscreen. It would seem to have the easiest accounting. But, wasn't
sure if I could do that using FreeBSD, so static NAT entries would be the
next best thing... Right?

I would also entertain the idea of using something like Squid so all access
is through a local proxy, then simply lock the firewall down completely.
But, I'm still concerned about the accountability in case someone manages to
launch an attack thru the proxy. I'd have to have some way of easily mapping
back to the ip of the modem based on the external information given to me by
authorities (ie: public ip address).

Any other suggestions for methods to accomplish this task are welcome.

Thanks!
Brent



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


Re: Good tool for light photo editing?

2004-10-06 Thread Jerry McAllister
 
 
 I just got my first set of pictures on CD's (vacation pics), and I wan't to
 put them up on my web server.
 
 What's a good tool to do some really lightweight editeing on them with?
 Mostly I just need to rotate the vertical ones, but I _might_ do just a
 little cropping on some few.

I have successfully used 'xv' for picture editing and converting
from format to format.   It is in the ports.

jerry

 
 -- 
 They that would give up essential liberty for temporary safety deserve
 neither liberty nor safety.
   -- Benjamin Franklin
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: phpwiki

2004-10-06 Thread Alan Curtis
I installed php4-mysql. Is there more I have to do? ?php phpinfo(); ? 
does not indicate any mysql stuff and phpwiki still does not work. 
There is probably some option I have to set when compiling php?

Alan
On Oct 6, 2004, at 2:37 PM, Sheets, Jason (OZ CEEDR) wrote:
mysql_pconnect is MySQL functionality, make sure your PHP installation
has MySQL support.
You can find out by making a page named putting ?php phpinfo(); ? and
then visiting it in your web browser.
Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-freebsd-
[EMAIL PROTECTED] On Behalf Of Alan Curtis
Sent: Wednesday, October 06, 2004 12:27 PM
To: [EMAIL PROTECTED]
Subject: phpwiki
I am trying to install the phpwiki port using mysql, following the
instructions in /usr/local/share/doc/phpwiki. I get to testing the
installation by loading http://localhost/phpwiki/index.php and I get
the error
Fatal error: Call to undefined function: mysql_pconnect()
Any suggestions?
Alan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-
[EMAIL PROTECTED]

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


Re: phpwiki

2004-10-06 Thread Glenn Sieb
Alan Curtis said the following on 10/6/2004 3:14 PM:
I installed php4-mysql. Is there more I have to do? ?php phpinfo(); 
? does not indicate any mysql stuff and phpwiki still does not work. 
There is probably some option I have to set when compiling php?
Did you restart Apache?
Best,
G.
--
They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety. 
 ~Benjamin Franklin, Historical Review of Pennsylvania, 1759

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


RE: phpwiki

2004-10-06 Thread Sheets, Jason (OZ CEEDR)
Restart apache and make sure that the mysql extension is being loaded in
the php.ini file (phpinfo() gives you the path to php.ini, use the
extension directive to tell php to load a module).

Jason

 -Original Message-
 From: Alan Curtis [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 06, 2004 1:14 PM
 To: Sheets, Jason (OZ CEEDR)
 Cc: [EMAIL PROTECTED]
 Subject: Re: phpwiki
 
 I installed php4-mysql. Is there more I have to do? ?php phpinfo();
?
 does not indicate any mysql stuff and phpwiki still does not work.
 There is probably some option I have to set when compiling php?
 
 Alan
 
 On Oct 6, 2004, at 2:37 PM, Sheets, Jason (OZ CEEDR) wrote:
 
  mysql_pconnect is MySQL functionality, make sure your PHP
installation
  has MySQL support.
 
  You can find out by making a page named putting ?php phpinfo(); ?
and
  then visiting it in your web browser.
 
  Jason
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:owner-freebsd-
  [EMAIL PROTECTED] On Behalf Of Alan Curtis
  Sent: Wednesday, October 06, 2004 12:27 PM
  To: [EMAIL PROTECTED]
  Subject: phpwiki
 
  I am trying to install the phpwiki port using mysql, following the
  instructions in /usr/local/share/doc/phpwiki. I get to testing the
  installation by loading http://localhost/phpwiki/index.php and I
get
  the error
 
  Fatal error: Call to undefined function: mysql_pconnect()
 
  Any suggestions?
 
  Alan
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to freebsd-questions-
  [EMAIL PROTECTED]
 

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


Re: phpwiki

2004-10-06 Thread Glenn Sieb
Sheets, Jason (OZ CEEDR) said the following on 10/6/2004 3:50 PM:
Restart apache and make sure that the mysql extension is being loaded in
the php.ini file (phpinfo() gives you the path to php.ini, use the
extension directive to tell php to load a module).
 

Actually--if you're using a new php port,  you have to comment out the 
extension directive in /usr/local/etc/php.ini and make sure it's enabled 
in /usr/local/etc/php/extensions.ini :-/ (I just went through this last 
night)

Best,
G.
--
They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety. 
 ~Benjamin Franklin, Historical Review of Pennsylvania, 1759

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


Re: What version of FBSD does Yahoo run?

2004-10-06 Thread TM4525
Considering that its been well documented and admitted that 5.x is 1/3 the 
speed of 4.x at this point,  do you really think they've migrated production 
boxes?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: What version of FBSD does Yahoo run?

2004-10-06 Thread Bigelow, Andrea L.
Where's the documentation? I'd like to see this for myself.  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 4:34 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: What version of FBSD does Yahoo run?

Considering that its been well documented and admitted that 5.x is 1/3 the
speed of 4.x at this point,  do you really think they've migrated production
boxes?
___
[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: What version of FBSD does Yahoo run?

2004-10-06 Thread Jonathan T. Sage
Bigelow, Andrea L. wrote:
Where's the documentation? I'd like to see this for myself.  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 4:34 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: What version of FBSD does Yahoo run?

Considering that its been well documented and admitted that 5.x is 1/3 the
speed of 4.x at this point,  do you really think they've migrated production
boxes?

Most likely this is in reference to a few lines in /usr/src/UPDATING, 
stating that all of the debug features are turned on by default in 5.x  
5.3, making it much slower.  This is less than true if those options are 
turned off.

~j

--
Jonathan T. Sage
Theatrical Lighting / Set Designer
Professional Web Design
He said he likes me, but he's not in-like with me.- Connie, King of 
the Hill

[HTTP://www.JTSage.com]
[HTTP://design.JTSage.com]
[EMAIL PROTECTED]
[See Headers for Contact Info]


signature.asc
Description: OpenPGP digital signature


Re: What version of FBSD does Yahoo run?

2004-10-06 Thread Dan Finn
What are those options and how do you turn them on/off?


On Wed, 06 Oct 2004 16:45:29 -0400, Jonathan T. Sage
[EMAIL PROTECTED] wrote:
 Bigelow, Andrea L. wrote:
  Where's the documentation? I'd like to see this for myself.
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, October 06, 2004 4:34 PM
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject: Re: What version of FBSD does Yahoo run?
 
  Considering that its been well documented and admitted that 5.x is 1/3 the
  speed of 4.x at this point,  do you really think they've migrated production
  boxes?
 
 
 Most likely this is in reference to a few lines in /usr/src/UPDATING,
 stating that all of the debug features are turned on by default in 5.x 
 5.3, making it much slower.  This is less than true if those options are
 turned off.
 
 ~j
 
 --
 Jonathan T. Sage
 Theatrical Lighting / Set Designer
 Professional Web Design
 
 He said he likes me, but he's not in-like with me.- Connie, King of
 the Hill
 
 [HTTP://www.JTSage.com]
 [HTTP://design.JTSage.com]
 [EMAIL PROTECTED]
 [See Headers for Contact Info]
 
 

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


Re: Xserver mouse won't work

2004-10-06 Thread freebsd
Hi again to all and thanks to Bill and Michael who helped me out.

Setting the Auto protocol in /etc/X11/XF86Config did it! Simple as that! 
Still cannot understand why it went wrong, though, but now it works and I 
am happy.
Can't thank you enough, Bill :^) 
Dimitris


Óôßò Tue, 5 Oct 2004 09:04:37 -0400 Bill Moran Ýãñáøå:

 [EMAIL PROTECTED] wrote:
  Hi everyone,
  
  I'm having troubles configuring my mouse for the X server.
  So, here's my story. I have a PIII 950MHz box with 128MB RAM. I have
  Windows98 on it and right now I'm turning it to dual boot with FreeBSD
  4.7-Release being the second o.s.
  
  The installation itself went easy but setting up the X server has been
  terrible. Am I the only person who thinks this is a very tiresome and
  user-unfriendly procedure?
 
 No.  X config is a pain.
 
  I have a very ordinary PS/2, 3-buttons mouse but I have tried
 others, too 
  (one with 2 buttons, one with a scroll button). Nothing seems to work.
  The pointer sticks to the right upper corner and just goes nuts with
  continuous clicks.
  
  For the X server configuration I use xf86config (even though, I gave the
  graphical tool a chance, too). I choose /dev/sysmouse as my mouse device
  and I've tried different protocols like PS/2, Microsoft compatible, 
 Mouse 
  Systems (3-button protocol) etc. Nothing works :~(
  
  So, what am I doing so wrong?
 
 Well, you didn't provide your config file, and I'm not psychic, so I can't
 be sure, but here are a few guesses based on common mistakes.
 
 1) If you use /dev/sysmouse, you need to be running the mouse daemon.
If you can use the mouse in a text console, then moused is running.
If not, rerun sysinstall (or edit rc.conf) to enable it.
 2) Have you tried the Auto protocol?  You can manually edit
/etc/X11/XF86Config and make the protocol line:
Option Protocol Auto
 
 HTH
 
 -- 
 Bill Moran
 Potential Technologies
 http://www.potentialtech.com

-
http://www.mail.gr/ - Get Your Private Free Email Address!
http://www.ringtone.gr/ - Ringtones  Logos for your mobile!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What version of FBSD does Yahoo run?

2004-10-06 Thread Jonathan T. Sage
Considering that its been well documented and admitted that 5.x is 1/3 the
speed of 4.x at this point,  do you really think they've migrated production
boxes?

Most likely this is in reference to a few lines in /usr/src/UPDATING,
stating that all of the debug features are turned on by default in 5.x 
5.3, making it much slower.  This is less than true if those options are
turned off.

What are those options and how do you turn them on/off?
Some of these options are :
makeoptionsDEBUG=-g
optionsWITNESS
optionsKDB
optionsDDB
optionsGDB
optionsINVARIANTS
optionsINVARIANT_SUPPORT
They can be turned off by commenting them or removing them from a custom 
kernel config, rebuilding and installing that kernel.  Details on how to 
do this are in the handbook.  Note that as of 5.3, these have been 
turned off by default.

~j
--
Jonathan T. Sage
Theatrical Lighting / Set Designer
Professional Web Design
He said he likes me, but he's not in-like with me.- Connie, King of 
the Hill

[HTTP://www.JTSage.com]
[HTTP://design.JTSage.com]
[EMAIL PROTECTED]
[See Headers for Contact Info]


signature.asc
Description: OpenPGP digital signature


Re: Good tool for light photo editing?

2004-10-06 Thread John Mills
Stan -

On Wed, 6 Oct 2004, stan wrote:

 I just got my first set of pictures on CD's (vacation pics), and I wan't to
 put them up on my web server.

 What's a good tool to do some really lightweight editeing on them with?
 Mostly I just need to rotate the vertical ones, but I _might_ do just a
 little cropping on some few.

ImageMagick (and sibs - it's a collection of utilities, like gcc) does a
good job of resizing, thumbnails, format conversion, etc. Check the man
pages for rotation commands - I haven't tried that. It has a GUI (as
'display'), is very handy for scripting, and pretty lightweight, too.

For heavier hitting, GIMP.

In between: Xv, which you've met.

 - John Mills
   [EMAIL PROTECTED]

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


Re: Good tool for light photo editing?

2004-10-06 Thread R. W.
On Wednesday 06 October 2004 19:21, stan wrote:
 I just got my first set of pictures on CD's (vacation pics), and I
 wan't to put them up on my web server.

 What's a good tool to do some really lightweight editeing on them
 with? Mostly I just need to rotate the vertical ones, but I _might_
 do just a little cropping on some few.

In addition to what has already been suggested you might want to try 
gqview. It is a bit like Window's ACDSee - it's a general purpose image 
viewer and slideshow. It can do rotation itself, and it has a 
configurable context menu which can pass an image on to an external 
editor when you need something more complex. It has predefined entries 
for gimp, electric eyes, XV, and XPaint. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems making firefox port

2004-10-06 Thread Gene Bomgardner
I'm hoping someone can help with this.
When attempting to build the firefox port (as well as the netscape and 
mozilla ports) I get the following:
==
checking for freetype-config... /usr/local/bin/freetype-config
checking For sufficiently new FreeType (at least 2.0.1)... yes
gnome-config: not found
configure: error: Pango 1.2.0 and Xft backend is required for x11 target
===  Script configure failed unexpectedly.

/var/db/pkg`).
*** Error code 1
Stop in /usr/ports/x11-toolkits/gtk20.
*** Error code 1
Stop in /usr/ports/www/firefox.
===
I've done a portupgrade -a.
pango 1.4.1 is installed as well as libXft and gdkxft. Could the script be 
insisting on pango 1.2.0 to the exclusion of all other versions?

Any ideas?
Thanks
Gene
_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


FTP Proxies and Ports

2004-10-06 Thread Bigelow, Andrea L.
Hello, 

I've thus far been unsuccessful with $FTP_PROXY and $HTTP_PROXY in getting
fetch to honor my company's FTP proxy. The easiest way to use the proxy is a
URL format: ftp://username:password@server. Is there a way that I can
specify that this format be used anytime I want to download and install or
update a port? I'm using fetch instead of CVSup. 

Thanks for any help you can provide!

Andi L. Bigelow
Dyncorp EOS - Network Engineering Group
bigelowa{at}sec{dot}gov
(202) 942-4368

Every man dies, but not every man really lives. -- Braveheart
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FTP Proxies and Ports

2004-10-06 Thread Remko Lodder
Bigelow, Andrea L. wrote:
Hi Andi,
Hello, 

I've thus far been unsuccessful with $FTP_PROXY and $HTTP_PROXY in getting
fetch to honor my company's FTP proxy. The easiest way to use the proxy is a
URL format: ftp://username:password@server. Is there a way that I can
specify that this format be used anytime I want to download and install or
update a port? I'm using fetch instead of CVSup. 
I'd needed to set
ftp_proxy=http://username:password@proxy:prt
and
http_proxy=http://username:password@proxy:prt
while using squid.
Yes there are 2 http's.
Test it ;)
Cheers!
Thanks for any help you can provide!

--
Kind regards,
Remko Lodder   |[EMAIL PROTECTED]
Reporter DSINet|[EMAIL PROTECTED]
Projectleader Mostly-Harmless  |[EMAIL PROTECTED]
Founder Tienervaders   |[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Having a problem running quake3 on my system running 5.2.1 FreeBSD

2004-10-06 Thread Devesh Shah
Hi,

I am tring to run  /usr/ports/games/q3server (quake3) and runs into the problem.
The installation seems to be OK but game would not start because of the the following 
error.

Sys_Error: Couldn't load default.cfg.

This problem seems to have been described in the following site but no solution
is evident.


http://lists.asu.edu/cgi-bin/wa?A2=ind0305L=asulugF=S=P=12606

Do I need to have pak0.pk3 zip file from CD as I don't find any documentation
regarding default.cfg for quake 3 game?

I have installed the LINUX compatible drivers and libraries and have loaded
nvidia.ko on my system.

Any help is appreciated.


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


Re: What version of FBSD does Yahoo run?

2004-10-06 Thread Kris Kennaway
On Wed, Oct 06, 2004 at 04:42:24PM -0400, Bigelow, Andrea L. wrote:
 Where's the documentation? I'd like to see this for myself.  

There is none, because Mr./Ms. TM4525 is making up his/her facts to
suit their assertion.  The last time this claim was made it was
refuted and TM4525 promised to go away and check 5.3 performance.

Kris


pgpXiwPXynSCh.pgp
Description: PGP signature


PCI wireless card - ew-7128g

2004-10-06 Thread tiago
Hello to all

I'm trying to configure a 802.11g wireless LAN PCI card. The model is
EW-7128g v1.0 (EDIMAX). 
I am using the FreeBSD-5.2.1 RELEASE and i've tryed several drivers with
absolute no success. 
If any of you has tried with success, please send me some information,
mainly the used driver.

Thanks in advance...

Tiago Sousa

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


Re: Should I rebuild all ports?

2004-10-06 Thread Choy Kho Yee
On 2004/10/07, at 1:19, Donald J. O'Neill wrote:
On Wednesday 06 October 2004 10:52 am, Choy Kho Yee wrote:
However, I still don't get how /etc/libmap.conf can be used to
work around this problem without rebuilding the ports.
Thanks.
---
Choy Kho Yee
Hello Choy,
With libmap.conf, you're basically telling the system: instead of
using this lib.x.old use this lib.x.new.
Take a look a man libmap.conf for an explanation.
an example of what could go in libmap.conf for this would be:
 # for FreeBSD5.3 beta7
 libm.so.2  libm.so.3
 libreadline.so.4 libreadline.so.5
 libhistory.so.4  libhistory.so.5
 libopie.so.2  libopie.so.3
 libpcap.so.2  libpcap.so.3
Don
I got it now. Thanks Don! :D
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
There are only 10 types of people in the world, i.e. those who
understand binary numbers and those who do not.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


KDE 3.3 upgrade and Sound

2004-10-06 Thread Ned Harrison
I'm running FreeBSD 5.2.1 and upgraded from KDE 3.1 to 3.3.  After 
completing the upgrade, I found that I did not have any system sounds.  
Following the instuctions in the UPDATING file in /usr/ports, I removed 
the knotifyrc file.  After logging out and back into KDE, I now have 
system sounds but applications like XMMS and KsCD will not produce 
sounds, yet they access the the CD drive and will list files correctly.

I have also upgraded from XFree86 to xorg. 

What additional information that I could provide could help on this 
matter?  Or am I just overlooking something in the Kcontrols?

Any suggestions would be appreciated.

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


networking problem? maybe

2004-10-06 Thread neko hime
Hi there,

i have just installed freebsd 4.9 one of my machies.
This box is configured to be a gateway/router. The
install was a base install, and i recompiled with the
IPFILTER options. Ive added the
net.inet.ip.forwarding=1 to my /etc/sysctl.conf.

When accessing the internet (via ADSL/PPPoE) on the
gateway machine, my downloads are very fast, and im
very happy.

my problem is that when i connect any computer to this
LAN, the speed drops dramatically. For example: From
the gateway machine speed  90K/s. From Machine
attached to gateway machine speed  10K/s.

Im not very good with networking, so im not exactly
sure how to troubleshoot this. May someone suggest
something for me to check. I would like to keep my
gateway with freebsd. I hope this wasn't too
confusing.

thank-you
aya

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Question about ports

2004-10-06 Thread Nikolas Britton
Pierre LeBlanc wrote:
Hello,
I'm new to the port collection and updating ports with CVSup but I managed to 
update the ports of my FreeBSD 4.10 system using CVSup.

Now, I want to upgrade Perl to version 5.6 and I notice there is a perl5 port 
in the list I`ve seen on:

ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.10-release/
But this port is not on my system and to understand how to get perl5 in my 
port collection, I searched on the Internet for several hours without success.

Can you refer me a specific page or a chapter in the FreeBSD manual that 
describe how to do it?

Well see... the thing is is that perl is part of the base system in 4.x 
(and quasi-base in 5.x), FreeBSD is dependent on it. I like to know this 
question too, what are the pros/cons and procedure for updating perl to 
ether 5.6.x or 5.8.x

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


Re: Should I rebuild all ports?

2004-10-06 Thread Alex de Kruijff
On Thu, Oct 07, 2004 at 12:46:33AM +0900, Choy Kho Yee wrote:
 On 2004/10/07, at 0:11, Alex de Kruijff wrote:
 
 On Wed, Oct 06, 2004 at 11:57:19PM +0900, Choy Kho Yee wrote:
 I have just upgraded FreeBSD 5.3BETA6 to BETA7.
 According to /usr/src/UPDATING, some of the system
 libraries have been upgraded, and we should rebuild
 all ports if we want to use the new libraries. So,
 
  1. should I rebuild all ports? (I think it should take one
  whole day...)
 
 I don't know. Does the apps work?
 
 Yes, I think they do work. According to my understanding,
 the apps compiled before the updates are using the old
 libraries, and the apps compiled after the update should utilize
 the new libraries. As long as I don't remove the old libraries,
 all apps should work fine. I was just curious to know whether
 I should recompile all apps so that they may work better by
 using the new libraries. Or will they? :)

That is posible, but it doesn't have to. You can remove the old lib
afther with the worry that some apps suddenly don't work anymore.

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any idea why Sharity-Light is at least 3X faster than smbfs here?

2004-10-06 Thread jason
Doug Lee wrote:
I'm running FreeBSD 4.10-STABLE on a P166 and trying to copy very
large (but under 4 gig) files from FreeBSD to a Windows 98 (Second
Edition) P866 machine.  Neither machine has much other load.  (The
FreeBSD version probably doesn't matter; I've seen this on many 4.x
revisions in the same hardware configuration.  My network is 100BaseTX
Ethernet and uses a hub, though during this test there are no machines
on the LAN other than these two.  I only see a few packet collisions
per minute on the dc0 interface of the FreeBSD machine, which is the
interface on this LAN and which produces the following info at boot
time:
dc0: ADMtek AN985 10/100BaseTX port 0xfc00-0xfcff mem 0xffbefc00-0xffbe irq 10 
at device 20.0 on pci0
miibus0: MII bus on dc0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Anomaly:  Contrary to Sharity-Light docs, which say smbfs is faster,
A Win98 share as just described accepts data about three times faster
if mounted via shlight than if mounted via smbfs.  I'm wondering if
anyone knows why.  (For comparison, I believe ftp moves about two
times even faster than shlight.)
Please Cc me directly.
Thanks very much for any input.
 

I have done smbfs mounts on win xp and its slow for me too.  Transfers 
to xp are horrifically slow!  I had just 2 machines(the ones doing the 
transfer) on the switched 100base T network at the time.  Last time I 
attempted a smbfs was a earlier this year on a box running current or 5.2.1.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any idea why Sharity-Light is at least 3X faster than smbfs

2004-10-06 Thread knowtree
 Doug Lee wrote:
 
 I'm running FreeBSD 4.10-STABLE on a P166 and trying to copy very
..
 
 dc0: ADMtek AN985 10/100BaseTX port 0xfc00-0xfcff mem
0xffbefc00-0xffbe irq 10 at
device 20.0 on pci0
 miibus0: MII bus on dc0
 ukphy0: Generic IEEE 802.3u media interface on miibus0
 ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto

On my LAN the FreeBSD boxes do not always negotiate 100baseTX nicely with
the Foundry switch, resulting in mismatch between simplex and duplex. This
results in vey slow traffic, but high packet fragmentation numbers. You
might check that. I have set the Foundry to force those ports to 100 full.

Have you tried smbclient? For this application, why is smbfs better?

Gary Dunn
Honolulu


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


Re: Good tool for light photo editing?

2004-10-06 Thread Chris Hill
On Wed, 6 Oct 2004, stan wrote:
What's a good tool to do some really lightweight editeing on them with?
Mostly I just need to rotate the vertical ones, but I _might_ do just a
little cropping on some few.
Jerry already said this, but I need to add a 'me too' - I would (and do) 
use xv for this sort of thing. It's pretty lightweight and can do what 
you need to do. It can also convert images to lower resolution, which 
you might want for posting on the web, as well as some amount of color 
correction type stuff. See /usr/ports/graphics.

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


disk geometry confussion

2004-10-06 Thread piotr . smyrak
Hi,

I had a disk failure recently, and bought a new drive afterwards. it 
is 80GB WD800BB model. I went on with a fast install to restore my 
ability to work. I created a small slice in the leading gigas. Now I 
wanted to go on with slicing the disk, but I got stuck.

When I get to sysinstall's fdisk I get a warning that my geometry is 
incorrect and an explanation as follows:

quote
you need to enter whatever your BIOS thinks the geometry is!
For IDE, it's what you were told in BIOS setup. (...) 
_Do NOT use phisical geometry._
/quote

The BIOS recognizes my disk as: 38309/16/255. The fdisk when started 
claims 155061/16/63 is wrong, when I follow and press G to setup the 
correct values, it presents me with 9729/255/63. I tried all of 
them, but I always get the incorrect geometry message and whenever I 
try to write changes to disk, I get: 

quote
ERROR: Unable to write data to disk ad0
Disk partition write returned an error status
/quote

OK, so here it states smth contrary to the sysinstall warning:
http://groups.google.com/groups?hl=pllr=selm=3ee36290%241%40news.
broadpark.no

...that I should follow with disk CHS values. I got them from WD 
site (16383/16/63), and these are the only ones fdisk do not 
complain when entered, but! it is the contrary to what the fdisk 
warning states when run:

quote
(...)
_Do NOT use phisical geometry._
/quote

Please enlighten me. What way I should follow? 

TIA,
-- 
 Piotr Smyrak
 [EMAIL PROTECTED]

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


Link exchange with www.bananaskies.com

2004-10-06 Thread updates-alex

Hello,

Alex here with Banana Skies Ecards and Greetings ( www.bananaskies.com )

I wondered if you would be interested in doing a link exchange with me? 

I can either add you to our homepage here: http://www.bananaskies.com 

Or on our links page here: http://www.bananaskies.com/links.php 

What do you think? - Nice site by the way ;- )

--
If you do not wish to receive further email from me, please unsubscribe: 
http://www.bananaskies.com/auto_unsub.php?mid=1336350 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE 3.3 upgrade and Sound

2004-10-06 Thread Alex de Kruijff
On Wed, Oct 06, 2004 at 06:06:37PM -0500, Ned Harrison wrote:
 I'm running FreeBSD 5.2.1 and upgraded from KDE 3.1 to 3.3.  After 
 completing the upgrade, I found that I did not have any system sounds.  
 Following the instuctions in the UPDATING file in /usr/ports, I removed 
 the knotifyrc file.  After logging out and back into KDE, I now have 
 system sounds but applications like XMMS and KsCD will not produce 
 sounds, yet they access the the CD drive and will list files correctly.
 
 I have also upgraded from XFree86 to xorg. 
 
 What additional information that I could provide could help on this 
 matter?  Or am I just overlooking something in the Kcontrols?
 
 Any suggestions would be appreciated.

Start KMix and change the volume levels. 

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE 3.3 upgrade and Sound

2004-10-06 Thread Alex de Kruijff
On Thu, Oct 07, 2004 at 04:14:49AM +0200, Alex de Kruijff wrote:
 On Wed, Oct 06, 2004 at 06:06:37PM -0500, Ned Harrison wrote:
  I'm running FreeBSD 5.2.1 and upgraded from KDE 3.1 to 3.3.  After 
  completing the upgrade, I found that I did not have any system sounds.  
  Following the instuctions in the UPDATING file in /usr/ports, I removed 
  the knotifyrc file.  After logging out and back into KDE, I now have 
  system sounds but applications like XMMS and KsCD will not produce 
  sounds, yet they access the the CD drive and will list files correctly.
  
  I have also upgraded from XFree86 to xorg. 
  
  What additional information that I could provide could help on this 
  matter?  Or am I just overlooking something in the Kcontrols?
  
  Any suggestions would be appreciated.
 
 Start KMix and change the volume levels. 

For some unknow reason the volume has bin set to 0% by default in the
3.3.0.

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Tape xfers topping out at 10K per transaction?

2004-10-06 Thread Kevin A. Pieckiel
I've got an Exabyte M2 connected to my system.  I'm running version 5.2.1
and have seen this drive do 64K transfers with systat -vm before
(although that was under version 4.9).  I can't for the life of me find
out why I'm only getting 10K per transaction while I'm reading from my
tape now.  At the rate it's going, it will take over 10 hours to read
through the entire thing.  I know the tape drive is capable of reading
an entire tape in about three hours.

Any help would be appreciated.

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


Re: Tape xfers topping out at 10K per transaction?

2004-10-06 Thread Dan Nelson
In the last episode (Oct 06), Kevin A. Pieckiel said:
 I've got an Exabyte M2 connected to my system.  I'm running version
 5.2.1 and have seen this drive do 64K transfers with systat -vm
 before (although that was under version 4.9).  I can't for the life
 of me find out why I'm only getting 10K per transaction while I'm
 reading from my tape now.  At the rate it's going, it will take over
 10 hours to read through the entire thing.  I know the tape drive is
 capable of reading an entire tape in about three hours.

Tar defaults to a 10k blocksize.  When creating tapes, use the 'b'
flag to specify blocksize in 512-byte units.  For a 64k blocksize:
tar cvbf 128 /dev/sa0 /usr

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


printing with cups - gnome-office

2004-10-06 Thread hoe-waa

#   Aloha
#   On this past Sunday(10-3-4) I posted this question to freebsd-gnome.
#   I have not received any responses. Can anyone on this list help?
#   Thanks

I am having a problem with CUPS and Gnome. I am running
Gnome 2.6.2, Gnome-Office, and Xorg all installed via ports.

I have a P4 2.6 with 1G of ram 

%uname -a
FreeBSD p4.hawaii.rr.com 5.2.1-RELEASE-p9 FreeBSD 
5.2.1-RELEASE-p9 #9: Sun Oct  3 10:25:03 HST 2004 
root at p4.hawaii.rr.com:/usr/obj/usr/src/sys/P4BSD1  i386

I recently attached a HP 890C DeskJet printer. I installed
Cups and gnome-cups-manager from ports. I am able to use the
web interface and install the printer. The test page prints
fine. I can also print a text file from gedit without trouble.

#   I can also print a test page from gnome-cups-manager

The problem is with AbiWord2, gnumeric and the pdf files. The
Print Preview screens show blank and when I click on file; print;
and then the paper tab, the Paper size field is not bold and
reads no options are defined. I did define the paper in the
web setup of cups and these programs do show the 890C as the printer.

Of course, I am unable to print from these programs.

Here is a little info:

%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
gnome-cups-manager-0.18_1,1 Admistration tool for cups
libgnomecups-0.1.8,1 Support library for gnome cups admistration

%cat /etc/printcap
# This file was automatically generated by cupsd(8) from the
# /usr/local/etc/cups/printers.conf file.  All changes to this file
# will be lost.
HP890C|HP890C:rm=p4.hawaii.rr.com:rp=HP890C:


I have also done a portupgrade -f libgnomeprint-\* libgnomeprintui-\*
to no avail.

If anything else is needed I will be overjoyed to provide it.

Please CC me as I do not subscribe to this list. Thanks for your time.

Robert

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