RE: portmanager loop?

2005-01-26 Thread Walker, Michael
 On Wednesday 26 January 2005 05:38 am, Bart Silverstrim wrote:
 On Jan 26, 2005, at 4:38 AM, cali wrote:
 I had (have?) several packages in the ports collection that needed
 updating, and recently someone in the list was talking about using
 portmanager -u to save on problems with updating; it doesn't touch
 the ports database, it won't mess up the collection, it walks
 dependencies automagically, etc...should be as easy as
 portmanager -u and letting  it do it's magic, correct?
 
 I read the same thing, and thought I'd give it a shot.
 
 On the Dell 2650 this is running on (FBSD 4.9) *seems* to keep
 recompiling xfree86-4-server.  Is there a way to tell if it is
 stuck in  a loop?  I had to stop it yesterday after it had been
 upgrading for  several hours.
 
 The same thing happened to me. Not sure where it was stuck but I
 was getting a distinct sense of deja-vu watching the output (I
 don't really mean deja-vu but I can't think of a better way to say
 it). I left it for 30 hours, and then cancelled it. I'm going to
 try and run it again today, I'd like to know also if it will
 eventually get out of the loop, i.e if it is really a loop or
 something different. 
 
 sorry that this post doesn't really help the situation
 
 Actually the developer for portmanager contacted me about it.  He
 asked for some logfiles, and I didn't think the list wanted a 300k
 zip file mass mailed so I was privately emailing him about the
 situation.  He's looking into it and hoped to have a fix soon.  He's
 been wonderful with response time to this error and I was glad to
 help with any logs or testing I could.
 
 He had hoped to have a fix in there soon, but I don't know if he
 found answers yet as to what caused the loop.
 
 -Bart
 
 Thanks Bart for your patience, this one required me to set up
 XFree86-4 on a FreeBSD 4.11 machine and back date all of the ports. So
 now I know that on December 1st, 2004 /usr/ports/graphics/xfree86-dri
 and /usr/ports/graphics/dri both existed and both report their name
 as dri-5.0.2,2 on that date.  This caused portmanager to loop
 so I have duplicated the problem which means it can be fixed.
 
 I still need to move the ports forward to the current date before
 I have a certain fix but right now I think the quick work around will
 be 
 to go into each of these directories (graphics/dri and
 graphics/xfree86-dri)  and manually de-install them.  Then let
 portmanager pull back in the correct one. That worked
 for the ports as they existed on December 1st, 2004  but I still
 need to verify it works for the current date.
 
 When I have a certain fix I'll post it here and cc everyone in this
 thread, and when I have a fix in portmanager so this won't happen
 again 
 I'll cc everyone again.
 
 -Mike
 
Did you receive the email I sent you from home last night regarding the
issues I encountered?
Apologies if you have replied to my home email address. I was in work early
this morning, and haven't been able to check it.

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.
***

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


RE: mail-reader M$ exchange

2005-01-25 Thread Walker, Michael
 Context
 Server postgresql on Pentium 3 with FreeBSD 5.3; the server is
 connected 
 to a big win 2k LAN on which there's also an exchange 2003 server.
 
 I administer the pgsql server from my office winXP box (compulsory
 use, 
 I must saddenly admit) via a PUTTY window. Outlook is the official
 mail reader.
 
 1) I want to read the mail on the server in /var/mail to root and to
 the users. What console email reader should I compile (to be used
 under a PUTTY window, I mean)?
 

I find mutt a good console email client.

 2) Is there any chance to have the same mail sent to my official
 email address in the exchange server so that I can read it from
 outlook? How 
 

In you home directory (or roots as the case maybe) do the following.
touch .forward
echo [EMAIL PROTECTED]  ~/.forward

Mail will now be forwarded to the address you specify (obviously replace the
above address with your own).
I have seen some people express concern to using this method to forward
roots email, I however am not 100% sure of the implications, I am sure
others can advise better.

 Please straightforward, step by step explanation for I'm an absolute
 FreeBSD beginner.
 
 Ciao
 Vittorio

I hope this helps.
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.
***

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


RE: Internet sharing authentication

2005-01-24 Thread Walker, Michael

 Greetings,
 
 I have set up a FreeBSD gateway/firewall with ipf and ipnat in the
 past, but I am now confronted with a new challenge. I need to setup
 the firewall to only allow internet (www) access to users who
 successfully authenticate themselves with a username/password
 combination.
 
 Ideally, a user will open their web browser and be confronted with a
 authentication popup before gaining access to browse the web. Users
 should be able to access mail without authentication.
 
 Please advise on what I might use to do this.
 
 Thanks,
 Gareth

You could setup some kind of proxy server on the gateway machine, and
configure all the clients to use that as their primary proxy.

HTH
Mick


**
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.
***

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


RE: PLEASE SIR

2005-01-19 Thread Walker, Michael
SIR KINDLY TELL ME HOW CAN  I MOUNT CDROM AND FLOPPY IN FREEBSD 5.1
..OR TELL ME THE SPECIFIC SITE AT WHICH I SEARCH.PLZ SIR.KINDLY
REPLY ME AS SOON AS POSSIBLE.
man mount

For the cdrom, put it and try (as root, unless you have changed mount
permissions via sysctl)

mount /cdrom
(If the above doesn't work, than you do not have a valid entry for your
cdrom in /etc/fstab)

As for the floppy, assuming it is a msdos formatted floppy add the following
to your /etc/fstab file

/dev/fd0 /mnt/floppy msdos rw,noauto 0 0

then 
mount /mnt/floppy

Remember to create /mnt/floppy first however.

HTH
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.
***

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


RE: Tab to Auto-Complete + ....

2005-01-18 Thread Walker, Michael
 What is need for me to add/do in order for the pressing of Tab to
 autcomplete a name to work?  It works fine in root .. also when i
 press the up or down arrow keys it dosent bring up the previous
 command issued ... 
 
 im using FreeBSD5.3-STABLE

Works fine with me, I am using bash2. What shell are you using?


**
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.
***

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


Configuring X

2005-01-17 Thread Walker, Michael
Hi All,

I am having a real problem setting up X under FreeBSD 5.3 on a Acer
Travelmate 280 laptop.
The laptop uses the Intel onboard i810 video controller, I know Xorg has
issues with this controller from past experience, so I added the necessary
line to my /etc/make.conf and proceeded to build XFree86-4. (My ports tree
is updated as of yesterday afternoon)

However I can't seem to find a useable mode, when I try to configure X using
xf86cfg -textmode I select the appropriate values, and run the test it
specifies, the test works great, I get a plain screen with nothing on it,
and the mouse (touchpad in this case) is working perfectly, but the
resolution is low, it looks less than 800x600 to be honest.
If I try to startx at any depth setting the screen just goes black and
locks up, I cant return to the console, and ctrl+alt+del does not restart X.
I have to turn the machine off and back on manually, which results in the
boot up sequence complaining about things not being correctly unmounted.

I have used XFree86 on this laptop before, however that was using FreeBSD
5.2.1 and it worked fine. And it also works fine on my desktop machine (that
to has a Intel i810 controller)
Does anyone have any ideas where in my setup I am going wrong, or have a
working XF86Config file for their Intel video controller.

Regards

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.
***

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


RE: Configuring X

2005-01-17 Thread Walker, Michael

 
 I have used XFree86 on this laptop before, however that was using
 FreeBSD 
 5.2.1 and it worked fine.
 
 hmm, how did you configure it back then ? :)

Exactly the same way.

 
 And it also works fine on my desktop machine (that
 to has a Intel i810 controller)
 Does anyone have any ideas where in my setup I am going wrong, or
 have a working XF86Config file for their Intel video controller.
 
 did you try XFree -configure ?

Yes, it gave the same results I listed above

 
 an alternative is to use e.g. a knoppix-cdrom (till 3.6 it uses
 XFree86, 

The system doesn't have a CDROM, I had to do a ftp install of FreeBSD.

 not sure about 3.7) and if that's giving you a good resolution, then
 scp the /etc/X11/XF86* to another machine, and edit the mouse-section
 to 
 make it work for your FreeBSD-machine, that is : replace the
 /dev/mouse 
 or /dev/psaux etc. into /dev/sysmouse and change the mouse-protocol
 



**
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.
***

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


RE: Trouble starting MySQL

2005-01-12 Thread Walker, Michael

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Colin J. Raven
Sent: Wednesday, January 12, 2005 9:30 AM
To: FreeBSD Questions
Subject: Trouble starting MySQL


Greetings all,
I installed MySQL from ports (mysql-4.1.7)
then tried to start it. Nothing doing - wo way.

Starting it from /usr/loca/etc/rc.d/mysql-server.sh nothing happens. No 
error message is emitted, but no running instance of mysql either.

snip

Read /usr/loca/etc/rc.d/mysql-server.sh you now have to start mysqld from
your rc.conf file.

HTH
Mick Walker


**
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.
***

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


RE: Trouble starting MySQL

2005-01-12 Thread Walker, Michael
Colin J. Raven wrote:
 On Jan 12 at 09:35, Walker, Michael suggested:
 
 
 I installed MySQL from ports (mysql-4.1.7)
 then tried to start it. Nothing doing - wo way.
 
 Starting it from /usr/loca/etc/rc.d/mysql-server.sh nothing happens.
 No error message is emitted, but no running instance of mysql either.
 
 snip
 
 Read /usr/loca/etc/rc.d/mysql-server.sh you now have to start mysqld
 from your rc.conf file. 
 
 OK, I added the necessary stuff to /etc/rc.conf and attempted to start
 mysql via the mysql-server.sh script. Nothing doing.
 
 I rebooted the box, checked to see if mysql was running. It wasn't.
 
 I attempted once more to start it from the script - Nothing.
 
 OK, I'm back to where I started.
 
 Ideas?
 
 This email has been scanned for all viruses by the MessageLabs
 SkyScan service. 

Did you added mysql_enable=YES to /etc/rc.conf?


**
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.
***

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


RE: Trouble starting MySQL

2005-01-12 Thread Walker, Michael
[EMAIL PROTECTED] wrote:
 On Jan 12 at 12:46, I said:
 
 PHP 4.3.10 (cli) (built: Jan 11 2005 23:15:42) (DEBUG) mysql-4.1.7
 both installed from ports
 FreeBSD 5.3-RELEASE
 
 When I take a look at a phpinfo page, it shows no mention that MySQL
 exists. AFAIK this ought not to be so.
 
 I installed php last night (again, from ports) and remembered that
 there oughtta be support for mysql. So this is how I built php, though
 now I'm wondering if I installed it correctly since it seems braindead
 to the existence of MySQL
 
 make with-mysql=yes install clean
 
 I'm beginning not to enjoy today at all (:
 
 Pointers would be gratefully received.
 
 -Colin
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED] 
 
 This email has been scanned for all viruses by the MessageLabs
 SkyScan service. 

I don't have a FreeBSD box at work with me at the moment.
But check out the following (Im assuming one to be correct)
/usr/ports/lang/php-extentions
/usr/ports/lang/php4-extentions

If both are wrong, it is somewhere very similar.
HTH 
Mick Walker


**
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.
***

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


Linksys WPC11 Wireless Card.

2005-01-11 Thread Walker, Michael
Hi

I apologise for asking this, as I know for a fact this question has been
asked before, however when searching the archives, I am finding conflicting
answers.
I have a Linksys WPC11 Version 4 wireless notebook adapter, and am wondering
if anyone has successfully set this up using FreeBSD 5.3.
I have read that Version 4 of the card uses a different chipset to previous
versions and that this could cause some issues, how true is this?
Also what options do I need to enable in my custom kernel, I read somewhere
in the archives that I also need to disable some items in the kernel as
well, could someone please elaborate?

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.
***

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


RE: Hello List

2004-11-10 Thread Walker, Michael
 The ADSL modem from my ISP I can't get driveers for FreeBSD for.
 I obviously do have an have an ADSL line, which has a fixed IP.
 I can ping nothing outside my own network.
 
 
Buy a router, and please don't top post in future.

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]


FreeBSD and GCC

2004-10-20 Thread Walker, Michael
Hi All,

I'm not to familiar with what goes on behind the scenes during the FreeBSD
install process. So please forgive me if this is a dumb question.
Is there any way to install FreeBSD without gcc and later build from the
ports tree, to enable me to keep upto date with the gcc project releases.

Like I said, I don't know if this is possible, but any replies are
gratefully accepted.



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: (Was NULL) Win modem On FreeBSD

2004-10-20 Thread Walker, Michael
 I have win modem on my comp. can I use it with FreeBSD, maybe I have
 to download some driver?

Have you checked the list of supported hardware on http://www.freebsd.org ?
You would be far more likely to get a response if you posted the make and
model of your modem, and the chipset it uses.

Also can you please in future use a relevant subject field.

Mick




**
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]


Network Setup

2004-10-14 Thread Walker, Michael

Hi Everyone, 

Having some issues with my home network at the moment.
Basically I used to have a FreeBSD gateway system, it ran various network
services for my network and some remote users via the internet, smtp, httpd,
ftp, pop etc etc. It was equipped with a second network card (first was
going to the cable modem), which was connected to a 4 port netgear hub.

Now I have changed the network setup, as I purchased a wireless broadband
router. This works great, it is linked to the wired machines via a Ethernet
hub, and serves 2 wireless laptops (running windows) as well. 
However the problem I am now having is, that users via the internet, cannot
access any of my network services by using the hostname of my system. 

i.e. Users cant browse to codegurus.org, but they can browse to my IP
address. The same is to be said for SMTP connections, pop, ftp etc.

I have verified that the router is forwarding the ports to the internet by
running a nmap scan on my IP address from a remote machine that I have
access to. I have also verified that the hostname still points to my IP
address.

Here is some system information: 
uname -a 
FreeBSD codeguru.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #4: Wed Oct 13
21:55:19 BST 2004 :/usr/obj/usr/src/sys/CODEGURUS i386 

ifconfig 
sis0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500 inet
192.168.0.4 netmask 0xff00 broadcast 192.168.0.255 ether
00:09:5b:69:7e:ec media: Ethernet autoselect (10baseT/UTP) status: active 

I could understand this being a apache vhost problem, if it was simply a
apache issue. But for the life of me, I am lost as to why the ports would
appear open when scanned. But not accept connections via my hostname.

Thanks for any help, if you need me to post some configuration files, then
please just ask. 

Thanks again. 
Regards Mick 

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: Compiling 4-RELEASE on 5-STABLE

2004-10-14 Thread Walker, Michael
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Subhro
Sent: Thursday, October 14, 2004 2:24 PM
To: John Gillis; FreeBSD Questions
Subject: Re: Compiling 4-RELEASE on 5-STABLE


 Depends. It it is a 486sx it will not run 5.x  (support for FPU-less
 systems has been removed.) I believe 5.x also needs a bit more memory
 than 4.x, so if that box has too little RAM it might be unbearably slow
 under 5.x

Yeh, I forgot to mention about the FPU. Thanks for adding up.

Just on a side note here, could someone explain to me what a 'FPU-less'
system actually is?

Regards

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


FW: Shutdown And User Intervention

2004-10-13 Thread Walker, Michael
Subject: Shutdown And User Intervention

 Is there a way to issue a shutdown command that
 doesn't require me to press a key to reboot?
snip

shutdown -p NOW does it for me, I guess it all depends on your
motherboard/BIOS power settings.

Mick Walker


**
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: screenshot programm

2004-10-12 Thread Walker, Michael


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Sebastian
Kutsch
Sent: Tuesday, October 12, 2004 11:38 AM
To: [EMAIL PROTECTED]
Subject: screenshot programm


http://www.mirekw.com/winfreeware/mwsnap.html



--
Why would you post this to a FreeBSD mailing list?

Mick Walker


**
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-08 Thread Walker, Michael


-Original Message-
From: Donald J. O'Neill [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 07, 2004 3:48 PM
To: Walker, Michael
Subject: Re: Planning a Upgrade (5.2.1 -- 5.3)


On Thursday 07 October 2004 02:54 am, you wrote:
 Do you know of any utilities that I can use to read through my
 existing /etc/master.passwd file and dump usernames and plain
 text passwords to a file?
 Or is the encryption of passwords one way??

 Sorry I'm not up on these things.

 Mick



Hi Mick,

Well, I just looked at my email and I see an answer to your 
question. I was going to say that the passwords are one-way 
encrypted. Now, whether you could open /etc/master.passwd with 
vi/vim or some other editor, and use a cut and paste method for 
your users, I don't know if that would be successful or not. It 
might open a really big can of worms.

At this point in time, I would say, your best bet would be to save 
the master.passwd, group and any other files you feel would be 
necessary (useful), at least you have something to get information 
from. If I have to reinstall from scratch, the only thing I'm 
really concerned with is: /home doesn't get overwritten. With only 
two users, it's not a problem for me to just re-add the users, as 
long as I do it in the right order. With two users that's not 
difficult.

By the time 5.3 is released, there may be a method to upgrade 
everything

Don

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

This email has been scanned for all viruses by the MessageLabs SkyScan
service.

Hi Donald, 

Thank you for your reply.
/usr/home is mounted on a separate drive, so during the install process I
will just choose to leave this as it is, and reset the mount point for it.
I have asked users to back up their files off the system, and as this is a
non-essential system (It simply holds peoples outlook .pst files on the
network) I am not that bothered if I loose the data to be honest lol.

Just wondering though, does 5.3 have the same specifications for user
logins? i.e. If I copy the relevant user details over from my original
master.passwd and paste into the new one, edit /etc/login.conf to match my
existing one (user class and file size etc), and rebuild the database, will
they still be valid?

Thanks
Mick



**
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-07 Thread Walker, Michael
Do you know of any utilities that I can use to read through my existing
/etc/master.passwd file and dump usernames and plain text passwords to a
file?
Or is the encryption of passwords one way??
Sorry I'm not up on these things.
Mick

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Donald J.
O'Neill
Sent: 06 October 2004 17:07
To: [EMAIL PROTECTED]
Subject: Re: Planning a Upgrade (5.2.1 -- 5.3)

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]
This email has been scanned for all viruses by the MessageLabs SkyScan
service.


**
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: What version of FBSD does Yahoo run?

2004-10-07 Thread Walker, Michael


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kris Kennaway
Sent: 07 October 2004 15:10
To: Bigelow, Andrea L.
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; 'Kris Kennaway'
Subject: Re: What version of FBSD does Yahoo run?


On Thu, Oct 07, 2004 at 10:04:59AM -0400, Bigelow, Andrea L. wrote:
 Can anyone speak to performance improvement if the debug flags are
removed? 

Well, it's vast :)  5.3 (i.e. the RELENG_5 branch) has them turned off
already in preparation for the release.

Kris
-End Original Message-

What is performance like in 5.2.1 with them turned off?

I have never used a stable branch, being relatively new to FreeBSD, so I
have nothing to compare my 5.2.1 system to. (Although it seems no slower
than the gentoo box next to it which has the exact same hardware).

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]


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


RE: Mail auth and FreeBSD/Sendmail

2004-10-05 Thread Walker, Michael


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andreas Widerøe
Andersen
Sent: 05 October 2004 12:38
To: [EMAIL PROTECTED]
Subject: Mail auth and FreeBSD/Sendmail


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.

Thanks alot!
Andreas

---

Andreas Wideroe Andersen [EMAIL PROTECTED]
Mobile: (+47) 90 92 61 21
http://www.filmshooting.com  


I have a similar setup, apart from I use cyrus-sasl2.
Do you have the relevant options to start the sasl authd in your rc.conf?
If so, have you tried using a different email client to check and make sure
it is not Eudora that is at error?


Mick Walker


**
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]