Re: libgcrypt SHA256 mismatch?

2011-09-29 Thread Beech Rintoul
On Thursday 29 September 2011 09:21:14 Kurt Buff wrote:
 On Wed, Sep 28, 2011 at 18:45, Lars Eighner portsu...@larseighner.com 
wrote:
  On Wed, 28 Sep 2011, Kurt Buff wrote:
  All,
  
  I've just spun up a new 8.2-RELEASE VM, and gotten a fresh ports tree.
  I tried to install XFCE4, but it has ended with an error:
  
  ===Verifying install for gcrypt.18 in /usr/ports/security/libgcrypt
  ===  License GPLv2 LGPL21 accepted by the user
  ===  Extracting for libgcrypt-1.5.0
  = SHA256 Checksum mismatch for libgcrypt-1.5.0.tar.bz2.
  ===  Refetch for 1 more times files: libgcrypt-1.5.0.tar.bz2
  ===  License GPLv2 LGPL21 accepted by the user
  = libgcrypt-1.5.0.tar.bz2 doesn't seem to exist in
  /usr/ports/distfiles/. = Attempting to fetch
  http://gnupg.org.favoritelinks.net/libgcrypt/libgcrypt-1.5.0.tar.bz2
  fetch:
  http://gnupg.org.favoritelinks.net/libgcrypt/libgcrypt-1.5.0.tar.bz2:
  size unknown
  fetch:
  http://gnupg.org.favoritelinks.net/libgcrypt/libgcrypt-1.5.0.tar.bz2:
  size of remote file is not known
  libgcrypt-1.5.0.tar.bz2   4634  B 5734 kBps
  ===  License GPLv2 LGPL21 accepted by the user
  = SHA256 Checksum mismatch for libgcrypt-1.5.0.tar.bz2.
  ===  Giving up on fetching files: libgcrypt-1.5.0.tar.bz2
  Make sure the Makefile and distinfo file
  (/usr/ports/security/libgcrypt/distinfo)
  are up to date.  If you are absolutely sure you want to override this
  check, type make NO_CHECKSUM=yes [other args].
  
  
  Anyone else run into this?
  
  The source file is being truncated because fetch loses its connection for
  one reason or another.  Many servers now cut you off if you are at
  dial-up speeds because net fairness means broadband users always go to
  the front of the line.
  
  You can make a shell script to fetch the file and keep running it until
  you finally get the whole file a piece at a time or you can try ftp.
   When you have the whole source file (check it against distinfo) place
  it in /usr/ports/distfiles. Things should go fine.
  
  Checksum mismatch nearly always means a truncated file.  I cannot ever
  remember seeing it otherwise.  Do not override it with NO_CHECKSUM.  That
  will be useless with a truncated file and worse than useless if a
  security port really has been tampered with.
 
 Interesting. I found out what the problem is, but haven't figured out
 how to work around it.
 
 As a test, I put the URL
 (http://gnupg.org.favoritelinks.net/libgcrypt/libgcrypt-1.5.0.tar.bz2)
 into a web browser, and found that it's being blocked by our web
 filter, because the site is marked as also serving adult content. The
 supposed tarball in /usr/ports/distfiles is the response from the web
 filter, so it's junk.
 
 After repeated fetches, that is the only site my machine is using to
 grab the tarball. How to I tell the machine to vary its download sites
 (if indeed there are alternatives?)
 
 In the Makefile I see the line
 
  MASTER_SITES=   ${MASTER_SITE_GNUPG}
 
 which I'd bet controls how it finds what sites to visit, but don't
 know anything beyond that.


It's also mirrored on the freebsd servers. Grab it from:

ftp.freebsd.org/pub/FreeBSD/distfiles/libgcrypt-1.5.0.tar.bz2

Put the file in /usr/ports/distfiles

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



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


Re: Please secure your FTP access

2011-09-16 Thread Beech Rintoul
On Thursday 15 September 2011 13:46:35 Allen wrote:
 Sorry for top posting but can anyone send this to Computer Stupidities
 ? It seems to good to waste like this.  Anyone who thinks they're a
 Hacker yet doesn't know how FTP works is not only funny, it's
 entertainment. And also, the web site I'm speaking of, has a similar
 story sent in from another reader, where they talked about back when
 they were in a Web Development class once, the teacher partnered
 everyone up with someone else, and so, since he had already made his own
 web site, he figured he'd show it to his new partner, and said This is
 my web site here and the guy, like a moron, highlighted ALL of the text
 with a Mouse, and threatened to hit the Delete button on the Keyboard...
 
 This reminds me of that quite a bit lol.
 
 On 9/14/2011 5:57 AM, Eduardo Morras wrote:
  At 21:43 13/09/2011, Sarang. wrote:
  H! there,
  
  I have seen your site and also got ftp access..
  
  Please secure your ftp acces otherwise anyone can delete your data
  
  Why anyone? even I am also interested in it.. please move your ass
  otherwise it will cost you.
  
  If you are not going to fix this problem then I will delete all the
  files tommorrow...
  
  Take care..
  
  You log in as anonymous user but the user whom owns the ftp is another
  one (perhaps ftp). The permises you get are r-x (thh last ones) not rwx.
  
  HTH
  
  Ethical but Bad Hacker...

All your files are now belong to us :-P

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



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


Re: wheel group mkdir

2011-09-07 Thread Beech Rintoul
On Tuesday 06 September 2011 16:19:51 Fbsd8 wrote:
 Beech Rintoul wrote:
  On Tuesday 06 September 2011 15:13:48 Fbsd8 wrote:
  Matthew Seaman wrote:
  On 06/09/2011 16:49, Fbsd8 wrote:
  I have a user that belongs to the wheel group but when the user tries
  to issue mkdir command it gets a permission denied error.
  
  How do I fix this?
  
  Make the directory that contains where your user is trying to create a
  new subdirectory writable by group wheel.  Either that, or teach your
  user to use su(1) or sudo(1) so they can mkdir as root.  (Adding users
  to group wheel so they are permitted to run su(1) is a BSD-ism, and is
  the usual reason for adding anyone to wheel.)
  
Cheers,

Matthew
  
  Matthew
  
 Thanks for your reply. I have a user id that is in the wheel group. I
  
  su and get prompted for the user id's password after which I get
  returned to the command line. Running the script with the mkdir command
  embedded still returns Permission Denied message. I have read the su man
  page to no joy. Could you please explain the sequence of events to get
  su to work.
  
  user# su
  Pass: root password
  root#
  
  Beech
 
 Thank you Beech.
 I was entering the password of the user.
 When I entered root's password the script containing mkdir worked.
 
 One remaining question. Is there any time limit on having root access?
 I mean will root access remain until the user exits?

Yes, the shell will remain root until you either logout (it will go back to 
user) or close the shell.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



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


Re: wheel group mkdir

2011-09-06 Thread Beech Rintoul
On Tuesday 06 September 2011 15:13:48 Fbsd8 wrote:
 Matthew Seaman wrote:
  On 06/09/2011 16:49, Fbsd8 wrote:
  I have a user that belongs to the wheel group but when the user tries to
  issue mkdir command it gets a permission denied error.
  
  How do I fix this?
  
  Make the directory that contains where your user is trying to create a
  new subdirectory writable by group wheel.  Either that, or teach your
  user to use su(1) or sudo(1) so they can mkdir as root.  (Adding users
  to group wheel so they are permitted to run su(1) is a BSD-ism, and is
  the usual reason for adding anyone to wheel.)
  
  Cheers,
  
  Matthew
 
 Matthew
   Thanks for your reply. I have a user id that is in the wheel group. I
 su and get prompted for the user id's password after which I get
 returned to the command line. Running the script with the mkdir command
 embedded still returns Permission Denied message. I have read the su man
 page to no joy. Could you please explain the sequence of events to get
 su to work.

user# su
Pass: root password
root#

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



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


Re: Horde-4

2011-07-20 Thread Beech Rintoul
On Wednesday 20 July 2011 09:47:33 Jack L. Stone wrote:
 Am running FBSD-7.x and IMAP WU + sendmail-8.4.x + MySQL-5.0.x
 
 Sorry to bother the list with this but have searched and read everything
 google  horde.org has to offer but I find no solution
 to an important issue I'm having with the installation of horde4.
 
 Although the port maintainer won't have the broken port for horde4, I have
 successfully installed Horde4 plus several common apps including, IMP app
 for an IMAP mail service.

All of the horde4 ports including webmail and groupware have been rewritten 
and comitted. AFAIK everything is working properly. You may be missing some 
libs or modules, so I would suggest a reinstall.

 
 The problem is while I have a good install with the Horde4 base frame and
 the apps, I can login to HORDE just fine, but when going to the IMAP app,
 my login fails. From what I understand, the same Horde login should work
 for the IMP. Reading the login scripts indicates that as well. I'm using
 MySQL (SQL) as the backend for everything that needs a backend so I may be
 able to handle a large number of users. I've installed Washington Uni (WU)
 Imap server and it's listening on the expected port 143.
 
 I've worked on this issue over days and weeks, including reinstalls but
 cannot login to IMP for the mail services. In Horde, I can add users just
 fine and they appear in the MySQL horde database properly. I have a couple
 designated as admins.
 
 If anyone on this list uses horde and maybe knows what I have missed I
 would appreciate any possible tips to check on. Does IMP not use the same
 login as I assUme?

Not necessarily. It all depends on your auth backend configs for both horde 
and the apps. If you're using IMAP auth, you should be able to login to imp as 
any regular user on the mail account. It's common to use IMAP auth as your 
general auth backend, that way your users will end up in the right account. 
You also need either SASL auth or Dovecot auth setup along with your auth 
backend. IMAP SSL is required, imp will NOT work with IMAP plain login unless 
you hack the configs by hand (bad idea).

Finally, uncheck the disable horde test script box on the main horde configs 
under the general tab, save your configs and navigate to horde/test.php, there 
is a section near the bottom for testing your IMAP login. If that isn't 
successful, you're not going to get much further. If the option doesn't exist 
at all, you don't have all the modules you need. It will also give you an idea 
about the state of everything else.

Hope this gets you pointed in the right direction :-)

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



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


Re: Horde-4

2011-07-20 Thread Beech Rintoul
On Wednesday 20 July 2011 11:22:44 Beech Rintoul wrote:
 On Wednesday 20 July 2011 09:47:33 Jack L. Stone wrote:
  Am running FBSD-7.x and IMAP WU + sendmail-8.4.x + MySQL-5.0.x
  
  Sorry to bother the list with this but have searched and read everything
  google  horde.org has to offer but I find no solution
  to an important issue I'm having with the installation of horde4.
  
  Although the port maintainer won't have the broken port for horde4, I
  have successfully installed Horde4 plus several common apps including,
  IMP app for an IMAP mail service.
 
 All of the horde4 ports including webmail and groupware have been rewritten
 and comitted. AFAIK everything is working properly. You may be missing some
 libs or modules, so I would suggest a reinstall.
 
  The problem is while I have a good install with the Horde4 base frame and
  the apps, I can login to HORDE just fine, but when going to the IMAP app,
  my login fails. From what I understand, the same Horde login should work
  for the IMP. Reading the login scripts indicates that as well. I'm using
  MySQL (SQL) as the backend for everything that needs a backend so I may
  be able to handle a large number of users. I've installed Washington Uni
  (WU) Imap server and it's listening on the expected port 143.
  
  I've worked on this issue over days and weeks, including reinstalls but
  cannot login to IMP for the mail services. In Horde, I can add users just
  fine and they appear in the MySQL horde database properly. I have a
  couple designated as admins.
  
  If anyone on this list uses horde and maybe knows what I have missed I
  would appreciate any possible tips to check on. Does IMP not use the same
  login as I assUme?
 
 Not necessarily. It all depends on your auth backend configs for both horde
 and the apps. If you're using IMAP auth, you should be able to login to imp
 as any regular user on the mail account. It's common to use IMAP auth as
 your general auth backend, that way your users will end up in the right
 account. You also need either SASL auth or Dovecot auth setup along with
 your auth backend. IMAP SSL is required, imp will NOT work with IMAP plain
 login unless you hack the configs by hand (bad idea).
 
 Finally, uncheck the disable horde test script box on the main horde
 configs under the general tab, save your configs and navigate to
 horde/test.php, there is a section near the bottom for testing your IMAP
 login. If that isn't successful, you're not going to get much further. If
 the option doesn't exist at all, you don't have all the modules you need.
 It will also give you an idea about the state of everything else.
 
 Hope this gets you pointed in the right direction :-)
 
 Beech

I forgot to say use SASL or Dovecot auth if you also want to access and 
remotely use your sendmail system outside of your horde portal. Horde imp 
shouldn't have any problems out of the box if your IMAP is otherwise working 
properly.

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



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


Re: Horde webmail

2011-06-30 Thread Beech Rintoul
On Thursday 30 June 2011 09:19:33 Jack L. Stone wrote:
 Has anyone had any luck lately with installation and use of Horde -- either
 v-3.3 or ver-4 ??
 
 I've tried for days to get the 3.3 version (with apps IMP, INGO  Tuba) to
 work and noted that the ports say that horde4 is broken. I've googled many
 times and tried some examples from there, but most appear pretty old and
 not running with php5.3x.
 
 Is it just that Horde doesn't work with fbsd-7.x and php5.3x or is it me?
 

I am in the process of rewriting all the horde4 ports, as this is a very large 
project involving over 50 modules and libs it will take some time.

Horde4 does work very well with FreeBSD and you can do a pear install if you 
really need it now. Do keep in mind that horde4 is not backwards compatible 
with 3.x and the update procedures are not trivial.

That being said, this should get you started:

http://www.horde.org/apps/webmail/docs/INSTALL

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.2R/announce.html
---



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


Re: new user questions. (Before I back myself into a corner!)

2010-11-23 Thread Beech Rintoul
On Tuesday 23 November 2010 13:55:51 Dave wrote:

SNIP
 
 Have a small web server, again I've read that Apache can do a good job,
 but I don't want (nor need) all it's facilities, in particular I need to
 lock it down so no Put's can happen for a start!  The web pages are
 simple flat form, text and static graphics, with a little client side
 scripting, purely to find the client's local date and time, to select the
 graphic to serve.

Two good choices for a lightweight webserver would be:

www/cherokee  Easy to configure

www/lighttpd  Also lightweight and easy to configure

 Have a FTP server, so I can automate some of the web page graphics
 updates, from other systems that generate the data, and can FTP files
 across the LAN, also of course for general web page maintenance needs.

ftp/proftpd 

Cheers

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.0R/announce.html
---





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


Re: Ports Options

2009-02-20 Thread Beech Rintoul
On Friday 20 February 2009 12:24:45 Pieter Donche wrote:
 At the first install of a package via the ports collection (cd
 /usr/ports/../..; make install clean), if the package provides
 configuration options, you can check these on a menu screen,
 or accept all the defaults.

 If later on, you want to know what the set of the options were when you
 installed a port, how to find that out? I tried
 # cd /usr/ports/categoryname/portname
 # make
 hoping to see the menu again, but it doesn't show any menu, but says:
 ===  Found saved configuration for portname-version

 Where is that saved configuration kept ??
 How to get a menu displayed again so you can see and check the options
 you want?

# cd /usr/ports/categoryname/portname
# make config

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.1R/announce.html
---




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


lpt0 device busy

2009-02-02 Thread Beech Rintoul
Just recently I've started having a problem with my HP 5N it was printing 
fine. Now, whatever I do lpt0 shows device busy. I've googled reinstalled 
apsfilter and put the printer through all the self tests (passed) and verified 
there's nothing in the printer's memory. I've rebuilt userland and kernel. 
Even tried cups and anything sent to /dev/lpt0 returns that error.

dmesg:
ppc1: NetMos NM9805 1284 Printer port port 
0xe800-0xe807,0xe400-0xe407,0xe000-0xe007,0xd800-0xd807,0xd400-0xd407,0xd000-0xd00f
 
irq 21 at device 3.0 on pci3
 
ppc1: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode   
 
ppc1: [ITHREAD] 
 
ppbus0: Parallel port bus on ppc1 
 
ppbus0: IEEE1284 device found /NIBBLE/ECP/ECP_RLE   
 
ppbus0: Probing for PnP devices:
 
ppbus0: Hewlett-Packard HP LaserJet 5 PJL,MLC,PCL,PCLXL   
 
lpt0: Printer on ppbus0   
 
lpt0: [ITHREAD] 
 
lpt0: Interrupt-driven port 
 
ppi0: Parallel I/O on ppbus0 


uname:
FreeBSD pinnacle.akherb.com 8.0-CURRENT FreeBSD 8.0-CURRENT #70: Mon Feb  2 
03:17:26 AKST 2009 r...@pinnacle.akherb.com:/usr/obj/usr/src/sys/PINNACLE  
i386

fstat /dev/lpt0 and fstat /pt0.ctl show nothing.

Ant attempt at changing settings with lptcontrol also result in a device 
busy error. 

pinnacle# lptcontrol -p -d /dev/lpt0.ctl
lptcontrol: open: Device busy

I'm totally at a loss to figure out what's changed does anyone have any 
suggestions? I really need to get this working.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.1R/announce.html
---




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


Re: FreeBSD 7.1, skype not work

2009-01-20 Thread Beech Rintoul
On Tuesday 20 January 2009 01:21:43 Горбатовский Дмитрий wrote:
 Hi people.
 Im'm use skype-2.0.0.72,1 on my FreeBSD

 FreeBSD user 7.0 FreeBSD 7.0
 r...@user:/usr/src/sys/i386/compile/user  i386

 with linux linux_base-fc6
 /compat/linux/bin/uname -a
 Linux user 2.6.16 FreeBSD 7.0 i686 i686 i386 GNU/Linux
 sysctl compat.linux.osrelease=2.6.16
 just because skype2 not work with linux_base-fc4 because it have 2.4.x
 kernel and skype need 2.6.x.

 I'm update FreeBSD to 7.1-RELEASE-p1
 freebsd-update fetch, install

 FreeBSD user 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1
 r...@user:/usr/src/sys/i386/compile/user  i386

 After update I run skype and nothing happen.

 user# skype
 user#


 Thanks!

Try rebuilding your linux_base by following the instructions in UPDATING 
20080318 and make sure you have linprocfs mounted.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.1R/announce.html
---




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


Re: skype permissions

2009-01-16 Thread Beech Rintoul
On Friday 16 January 2009 12:14:54 Rem P Roberti wrote:
 I have just installed Skype and the only way that I can launch the
 program is
 as root.  I know that that is a permissions thing, but I can't figure
 out how to
 bring up the program as user, or if that is even possible.

 Rem

This problem only happens on certain setups and we have been unable to find 
out why it's happening. Skype should (and does) work as a normal user and 
shouldn't require any permission changes.

Please post the output of any errors you're seeing and the output of uname -a. 
Also, how are you starting skype? What linux_base are you running?

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.1R/announce.html
---




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


Re: skype permissions

2009-01-16 Thread Beech Rintoul
On Friday 16 January 2009 13:02:30 Rem P Roberti wrote:
  On Friday 16 January 2009 12:14:54 Rem P Roberti wrote:
  I have just installed Skype and the only way that I can launch the
  program is
  as root.  I know that that is a permissions thing, but I can't figure
  out how to
  bring up the program as user, or if that is even possible.
 
  Rem
 
  This problem only happens on certain setups and we have been unable to
  find out why it's happening. Skype should (and does) work as a normal
  user and shouldn't require any permission changes.
 
  Please post the output of any errors you're seeing and the output of
  uname -a. Also, how are you starting skype? What linux_base are you
  running?
 
  Beech

 The output of uname -a: FreeBSD bsd.remdog.net 7.1-RELEASE FreeBSD
 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC 2009
 r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

 The only way that I can start Skype is via the command line as root.  If
 I try to launch
 the program as user this results: /usr/local/bin/skype:
 /usr/local/share/skype/skype: Permission denied

 I am currently running linux_base-fc6-6_5 which I installed as per
 UPDATING 20080318.

 Rem

What are the premissions of /usr/local/share/skype? Try doing chmod 755 
/usr/local/share/skype and start with:

skype --resources=/usr/local/share/skype

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.1R/announce.html
---




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


Re: skype permissions

2009-01-16 Thread Beech Rintoul
On Friday 16 January 2009 13:02:30 Rem P Roberti wrote:
  On Friday 16 January 2009 12:14:54 Rem P Roberti wrote:
  I have just installed Skype and the only way that I can launch the
  program is
  as root.  I know that that is a permissions thing, but I can't figure
  out how to
  bring up the program as user, or if that is even possible.
 
  Rem
 
  This problem only happens on certain setups and we have been unable to
  find out why it's happening. Skype should (and does) work as a normal
  user and shouldn't require any permission changes.
 
  Please post the output of any errors you're seeing and the output of
  uname -a. Also, how are you starting skype? What linux_base are you
  running?
 
  Beech

 The output of uname -a: FreeBSD bsd.remdog.net 7.1-RELEASE FreeBSD
 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC 2009
 r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

 The only way that I can start Skype is via the command line as root.  If
 I try to launch
 the program as user this results: /usr/local/bin/skype:
 /usr/local/share/skype/skype: Permission denied

 I am currently running linux_base-fc6-6_5 which I installed as per
 UPDATING 20080318.

Also try chmod a+rx /usr/local/share/skype/skype

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.1R/announce.html
---




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


Re: skype permissions

2009-01-16 Thread Beech Rintoul
On Friday 16 January 2009 15:15:13 Joakim Fogelberg wrote:
 On Sat, Jan 17, 2009 at 12:43 AM, Rem P Roberti remeg...@comcast.net 
wrote:
  Joakim Fogelberg wrote:
  On Fri, Jan 16, 2009 at 11:09 PM, Beech Rintoul be...@freebsd.org 
wrote:
  What are the premissions of /usr/local/share/skype? Try doing chmod 755
  /usr/local/share/skype and start with:
 
  This did the trick for me. I just installed skype and:
 
  will-try# ls -l /usr/local/share/ | grep skype
  drwx--6 root  wheel   512 Jan 17 00:13 skype
 
  After changing the permissions I am able to start skype from the Gnome
  menu.
 
  Thanks for the shot, Joakim, but that didn't work either.  When calling
  Skype
  from user's command prompt still get the same result.  BTW, I'm using
  Xfce as my desktop.
 
  Rem

 Just for the record... I'm also able to start Skype from the command
 prompt.

What happens if you do: /usr/local/share/skype/skype as a normal user?


 I'm not sure if I really understand makefiles, but it seems to me that
 /usr/local/share/skype are created with the following directive in
 /usr/ports/net/skype/Makefile:
 @cd ${WRKSRC}/${COPYTREE_SHARE} avatars icons sounds lang
 ${PREFIX}/${SKYPEDIR}/

 Maybe the directory should be created first? I.e. change it to the
 following: @${INSTALL} -d ${PREFIX}/${SKYPEDIR}
 @cd ${WRKSRC}/${COPYTREE_SHARE} avatars icons sounds lang
 ${PREFIX}/${SKYPEDIR}/

copytree_share does create the dir first if it doesn't exist. FWIW, I loaded 
xfwm and tried to reproduce this, but it works fine as a normal user on my 
-current box. I doubt if it would be any different on a 7.x box. I've seen 
this problem once or twice before, but both me and Skype are at a loss to 
explain why it's happening. I'll chat with the Skype devs later this evening 
and see if one of them has any suggestions.

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.1R/announce.html
---




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


Re: skype permissions

2009-01-16 Thread Beech Rintoul
On Friday 16 January 2009 15:32:47 Rem P Roberti wrote:
 Beech Rintoul wrote:
  On Friday 16 January 2009 15:15:13 Joakim Fogelberg wrote:
  On Sat, Jan 17, 2009 at 12:43 AM, Rem P Roberti remeg...@comcast.net
 
  wrote:
  Joakim Fogelberg wrote:
  On Fri, Jan 16, 2009 at 11:09 PM, Beech Rintoul be...@freebsd.org
 
  wrote:
  What are the premissions of /usr/local/share/skype? Try doing chmod
  755 /usr/local/share/skype and start with:
 
  This did the trick for me. I just installed skype and:
 
  will-try# ls -l /usr/local/share/ | grep skype
  drwx--6 root  wheel   512 Jan 17 00:13 skype
 
  After changing the permissions I am able to start skype from the Gnome
  menu.
 
  Thanks for the shot, Joakim, but that didn't work either.  When calling
  Skype
  from user's command prompt still get the same result.  BTW, I'm using
  Xfce as my desktop.
 
  Rem
 
  Just for the record... I'm also able to start Skype from the command
  prompt.
 
  What happens if you do: /usr/local/share/skype/skype as a normal user?

 Same thing: Permission denied.

Wierd, and you're sure that binary is executable by all?


  I'm not sure if I really understand makefiles, but it seems to me that
  /usr/local/share/skype are created with the following directive in
  /usr/ports/net/skype/Makefile:
  @cd ${WRKSRC}/${COPYTREE_SHARE} avatars icons sounds lang
  ${PREFIX}/${SKYPEDIR}/
 
  Maybe the directory should be created first? I.e. change it to the
  following: @${INSTALL} -d ${PREFIX}/${SKYPEDIR}
  @cd ${WRKSRC}/${COPYTREE_SHARE} avatars icons sounds lang
  ${PREFIX}/${SKYPEDIR}/
 
  copytree_share does create the dir first if it doesn't exist. FWIW, I
  loaded xfwm and tried to reproduce this, but it works fine as a normal
  user on my -current box. I doubt if it would be any different on a 7.x
  box. I've seen this problem once or twice before, but both me and Skype
  are at a loss to explain why it's happening. I'll chat with the Skype
  devs later this evening and see if one of them has any suggestions.
 
  Beech

 Thank you!

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.1R/announce.html
---




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


Re: i686 CPU Compatibility

2008-12-16 Thread Beech Rintoul
On Tuesday 16 December 2008 00:50:30 Anthony M. Rasat wrote:
 Abd Hamid Shamsi wrote:
 I just want to ask, is this freeBSD compatible with my
 i686 CPU. if there any, please advice me what version
 should i use.

 FreeBSD came with two x86 flavour (can I said that? LOL sorry just had an
 ice cream earlier) which is x86 (32-bit) and x86_64 (64-bit).

 The x86 flavour is intended for old 386, 486 and 585 (starting from Pentium
 Pro and upward version) to latest Pentium 4 Dual Core. The x86 can handle
 multi processor architechture with SMP kernel which is available by
 default.

 The x86_64 flavour intended for AMD64 architechture that current Intel Core
 2 Duo and since AMD Sempron and upward employed. However, this is not for
 IA64 which is totally different version of FreeBSD (I think) have created
 for it.

 If you aim for tested stable version of FreeBSD, you can use
 FreeBSD-6.x-RELEASE lines. However if your hardware is up to current (say
 no less than 2 years tops) and you want the bleeding-edge version of
 applications, you can try FreeBSD-7.0-RELEASE line (7.1 version is still in
 Release Candidate stage and not recommended except for testers).

 Hopes that what you're looking for.

7.0 is perfectly stable and is recommended for production use. It's not 
bleeding edge code. That's 8.0-CURRENT which is NOT for production use. 
Unless you have a particular reason for using 6.x I would go with 7.0 It's 
fully tested.

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---




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


Re: Why FreeBSD not popular on hardware vendors

2008-12-15 Thread Beech Rintoul
On Monday 15 December 2008 11:14:08 Chad Perrin wrote:
 On Mon, Dec 15, 2008 at 12:53:39PM +0100, Wojciech Puchar wrote:
  and exactly is needed on that group. it would be enough that
   moderator's job will be just removing posts that classify to NTG.
   NOTHING else.
  
  As long as neither you, nor anyone that thinks like you, is in charge of
  moderation, it might not be a *complete* disaster.
 
  of course it should be you to remove all my posts:)

 I wouldn't remove all your posts.  You've said five or six things that
 were on-topic.

Guys, enough! This thread is starting to spam the list. Please take this to 
freebsd-chat or off list.

Thanks,

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


Re: sshit runs out of semaphores

2008-12-02 Thread Beech Rintoul
On Tuesday 02 December 2008 04:54:27 Bill Moran wrote:
 In response to DA Forsyth [EMAIL PROTECTED]:
  Hiya
 
  I recently started (trying) to use sshit to filter the many brute
  force sshd attacks.
 
  However, it has never worked on my box.  FreeBSD 7.0 p1.
 
  This morning it would only give a message (without exiting)
 Could not create semaphore set: No space left on device
  at /usr/local/sbin/sshit line 322
  Every time it gets stopped by CTRL-C it leaves the shared memory
  behind, allocated.

 Have a look at ipcs and ipcrm, which will save you the reboots.

  A side issue is that sshit will only filter rapid fire attacks, but I
  am also seeing 'slow fire' attacks, where an IP is repeated every 2
  or 3 hours, but there seem to be a network of attackers because the
  name sequence is kept up across many incoming IP's.  Is there any
  script for countering these attacks?
  If not I'll write one I think.

 My approach:
 http://www.potentialtech.com/cms/node/16

I use denyhosts which adds the IP to a file called hosts_deny.ssh. It will 
keep the IP for however many days you set it for so a repeat even hours later 
will just get bounced.
-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---




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


Re: Which FreeBSD is best for my PC?

2008-12-01 Thread Beech Rintoul
On Monday 01 December 2008 02:11:13 Polytropon wrote:
 On Mon, 1 Dec 2008 11:53:11 +0100, Mel [EMAIL PROTECTED] 
wrote:
  We have a few oldies, just installed KDE 3.5 on a:
  CPU: VIA Nehemiah (997.17-MHz 686-class CPU)
Origin = CentaurHauls  Id = 0x698  Stepping = 8

 Oldie @ 1 GHz? You must be joking. I'd bite my hand off for
 such hardware. :-)

  That's pretty much as low as I'd go for normal desktop usage.

 For KDE? Yes, I do understand that. I would not even think about
 trying KDE or Gnome on a 300 MHz box. But desktop usage != KDE.
 KDE = preconfigured desktop with many built-in functionalities.
 I think Gnome has gotten pretty much the same like KDE in terms
 of ressource consumption. (I can't tell for sure, I'm not using
 it on a daily basis.) What about XFCE 4? Maybe that would be a
 good point to start, unless of couse the toolkit is too heavy...

  The machine
  you're describing, still makes for a good router or LAN resolver with low
  traffic webserving.

 I have such an oldie, P2 300 MHz, 256 MB RAM, ATI graphics
 (it's a Compaq Deskpro), FreeBSD 5.4, XFCE 3, OpenOffice 1.1.5,
 custom kernel, mplayer (compiled), xmms, Opera 7, Sylpheed.
 I'm not lying: This machine performs better in some regards
 than my 2 GHz P4 with FreeBSD 7! Applications come up faster,
 screen output renders faster. And even things that don't work
 on my fast system (wine, screen resolution in X, duplex
 printing) work excellently there. I've got no explaination
 for this, but it's true.

 As a server most oldies are good if they run well. The point
 of energy consumption is worth mentioning. I have an experimental
 server here, it's a P1 150 MHz with 128 MB RAM. For learning
 purposes completely sufficient to me.

  Backup machine if disks are good.

 Or backup server if added some exchangable media (tape / DVD-RAM),
 inexpensive solution for automated data backup.

  Getting a decent performing desktop on there is as Polytropon said, a
  project you'd do for fun, not cause you need a desktop.

 That's correct. But hey, you learn a lot by building such a
 system, and in the end, you have your ultimate desktop right
 fitting your needs - not what the developers of let's say KDE
 are convinced you're wanting. That's a lot of work, I know,
 but once you're done, you can dump / restore this system to
 other machines of that kind (eventually needing to change
 some settings).



 The final quality of the machine is a direct result from the
 work you will decide to put in it. If you just want to do
 fast, fast, the machine will be sloow... :-)

I was running KDE3 on a 750MHz box and it was really slow. I can't even 
imagine trying it on a 350MHz box. Stick to one of the simpler smaller apps if 
you need a desktop.

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---




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


Re: 5 TB server

2008-11-28 Thread Beech Rintoul
On Friday 28 November 2008 04:48:45 Valentin Bud wrote:
 Hello community,

  I have to come up with a solution for a company that has as we speak
 4 TB of data spread among 3 computers with lots of HDDs. Of course
 i've recommend
 them to buy a server for that storage capacity and for data organization.

  I thought of going on the ZFS way (on FreeBSD of course) with some
 raidz. One of the problems
 is that the server will stay in their office so it has to be quite silent.

  I honestly don't know what hardware to look for so if you have any
 suggestions i'm more than open to hear them.

 a great day,

You're going to need proper cooling regardless. Which is never silent If you 
can't locate the servers somewhere where fan noise etc won't bother anyone, 
several companies make office quiet insulated cooled rack enclosures. But 
AFAIK they are very pricey. Check on CDW

Beech

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


Re: make release of current

2008-11-27 Thread Beech Rintoul
On Wednesday 26 November 2008 22:54:35 Valentin Bud wrote:
 Hello Beech,

 Could you be more specific on what documentation to read.

 thank you and a great day,
 v

 On Thu, Nov 27, 2008 at 8:20 AM, Beech Rintoul [EMAIL PROTECTED] wrote:
  On Wednesday 26 November 2008 20:40:21 michael wrote:
  will make release work for current? i've built a nice working system
  that i would like to be able to install on several identical machines.
 
  Yes, but read all the docs completely there are a number of options you
  need, like telling it to use your source tree instead of CVS and if you
  want to build packages etc.
 
  Beech

A good place to start is man (7) release.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---




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


Re: make release of current

2008-11-27 Thread Beech Rintoul
On Thursday 27 November 2008 04:44:19 michael wrote:
 Beech Rintoul wrote:
  On Wednesday 26 November 2008 20:40:21 michael wrote:
  will make release work for current? i've built a nice working system
  that i would like to be able to install on several identical machines.
 
  Yes, but read all the docs completely there are a number of options you
  need, like telling it to use your source tree instead of CVS and if you
  want to build packages etc.
 
  Beech

 Thanks, I've made a release before.. a long while ago in a galaxy far
 away... I was just wondering if current would work the same.
 Also, is it possible to make an iso containing a multi release? ie: i386
 and amd64?

Technically, but you'd have to burn it to a DVD and figure out how to choose 
which to boot from. There are people combining all three to a DVD, but I 
haven't built a release in awhile myself and have never tried making it into a 
DVD. Burning a -CURRENT release is no problem, just source it from your src 
tree. It's really no different than burning a regular release. There's no 
problem burning both iso's the problem will be the boot sector.

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---




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


Re: make release of current

2008-11-26 Thread Beech Rintoul
On Wednesday 26 November 2008 20:40:21 michael wrote:
 will make release work for current? i've built a nice working system
 that i would like to be able to install on several identical machines.

Yes, but read all the docs completely there are a number of options you need, 
like telling it to use your source tree instead of CVS and if you want to 
build packages etc.

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


Re: I've just found a new and interesting spam source - legitimatebounce messages

2008-10-20 Thread Beech Rintoul
On Monday 20 October 2008, Michael K. Smith - Adhost said:
  The term coined for this type of mail is backscatter.
 
  There is no easy solution for this.  The backscatter article on
  postfix.org, for example, caused our mail servers to start
  rejecting mail that was generated from PHP scripts and CGIs on
  our own systems, which makes no sense.  The article:
 
  http://www.postfix.org/BACKSCATTER_README.html
 
  If the backscatter is all directed to a single Email address
  (rather than a series of addresses, e.g.
  [EMAIL PROTECTED], and you have [EMAIL PROTECTED]
  accepted), then a solution is to reject mail with an RCPT TO of
  an account or virtual address that does not exist on your
  machine.
 
  This, of course, has a wonderful side effect: spammers now have a
  way to detect what Email addresses on your box legitimately
  accept mail, thus once they find one which never gets a
  bounceback, will start pounding that address to kingdom come.
 
  Let me know if you do find a reliable, decent solution that does
  not involve SPF or postfix header_checks or body_checks.

 The following doesn't fix the problem but it does help mitigate the
 deluge.  We use a PERL script to tail our maillogs looking for any
 source IP that tries to send mail to more than 4 invalid addresses.
  When flagged, that IP is then added to a PF table that blocks the
 address and issues RST's for 12 hours.  Of course, we also have a
 whitelist for valid SMTP servers.  Like I said, it doesn't catch
 it all, but it catches *a lot* and generates almost no complaints. 
 This does help obfuscate the valid/invalid addresses because all
 mail is accepted as far as the sender is concerned until the IP is
 blocked at the network layer.

 The usual complaint is from an remote office that has 12 real
 estate agents behind a single IP, all with Outlook set to check
 mail sooner than now.  :-)

 Mike

SpamAssassin also has a backscatter feature, you just have to enable 
it. It tags backscatter and hands it off to procmail. From there you 
can easily do whatever you want with the tagged mail including kick 
off a script to block the offending IP. In my case I just dump it 
along with any spam to /dev/null. It works so well I had to bounce a 
couple of emails just to make sure it wasn't also grabbing mine. 
Nope, anything I bounce gets delivered. My backscatter is now 
virtually zero. Of course like everything else SpamAssassin it's 
tuneable. It's a very good solution without a lot of heavy lifting.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: Being a shell provider - good business?

2008-09-14 Thread Beech Rintoul
On Saturday 13 September 2008, Art Vandelay said:
 Hello. My friend thinks that being a shell provider for IRC bots
 and bouncers is very good business. How do I convince him it's not?

 Sorry for going off-topic and cross-post, but I don't know who else
 to ask.

Ask him how he's going to deal with all the angry users when one of 
his script kiddie users gets the IP k-lined from all the irc servers. 
Or how he's going to deal with law enforcement after one of his 
accounts uses the shell for nefarious purposes. At the ISP I worked 
for we stopped offering shell accounts to all but our most trusted 
clients for those exact reasons. The only way I would even consider 
it would be to have a block of IPs and jail every user. Even then 
it's a legal and security minefield.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: Can't start MySQL 5.0.67

2008-09-08 Thread Beech Rintoul
On Monday 08 September 2008, Joe Tseng said:
 I've got a server running FreeBSD7 and got MySQL 5.0.67 installed
 on it today.  I ran mysql_install_db and then assigned the root
 password.  I tried to get it running on boot (mysql_enable=YES)
 and by hand (/usr/local/etc/rc.d/mysql-server start) but I can't
 get the daemon to start.  What else do I need to do to get this
 working?

  - Joe

Check the logfiles in /var/db/mysql, they will usually tell you what 
it's choking on. My first guess without more info would be you 
probably don't have something configured correctly.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: Can't start MySQL 5.0.67

2008-09-08 Thread Beech Rintoul
On Monday 08 September 2008, Joe Tseng said:
 So I checked in that directory you suggested and I found this:

 080908 13:35:05  mysqld started
 080908 13:35:05 [Warning] option 'max_join_size': unsigned value
 18446744073709551615 adjusted to 4294967295 080908 13:35:05
 [Warning] option 'max_join_size': unsigned value
 18446744073709551615 adjusted to 4294967295 080908 13:35:05 
 InnoDB: Operating system error number 13 in a file operation.
 InnoDB: The error means mysqld does not have the access rights to
 InnoDB: the directory.
 InnoDB: File name ./ibdata1
 InnoDB: File operation call: 'create'.
 InnoDB: Cannot continue operation.
 080908 13:35:05  mysqld ended

 So my questions are:
 1. What directory is it referring to?  Is it /var/db/mysql by
 default?  I just tried to give ownership using chown -R mysql
 /var/db/mysql but that made no difference. 2. I've read also for
 this kind of issue I have to reinstall the software...  When I
 initially installed this from ports I didn't use any kind of extra
 parameters.  Are they needed?

Yes, the /var/db/mysql dir needs to be readable and writeable by 
mysql. Try the following: chown -R mysql:mysql /var/db/mysql.

The error is telling you that innodb can't 
create /var/db/mysql/ibdata1. After fixing permissions, you may need 
to do another initdb.

Beech


  From: [EMAIL PROTECTED]
  To: freebsd-questions@freebsd.org
  Date: Mon, 8 Sep 2008 10:56:48 -0800
  CC: [EMAIL PROTECTED]
  Subject: Re: Can't start MySQL 5.0.67
 
  On Monday 08 September 2008, Joe Tseng said:
   I've got a server running FreeBSD7 and got MySQL 5.0.67
   installed on it today.  I ran mysql_install_db and then
   assigned the root password.  I tried to get it running on boot
   (mysql_enable=YES) and by hand
   (/usr/local/etc/rc.d/mysql-server start) but I can't get the
   daemon to start.  What else do I need to do to get this
   working?
  
- Joe
 
  Check the logfiles in /var/db/mysql, they will usually tell you
  what it's choking on. My first guess without more info would be
  you probably don't have something configured correctly.
 
  Beech



-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: Google Chrome

2008-09-02 Thread Beech Rintoul
On Tuesday 02 September 2008, Vlad GURDIGA said:
 Hello,

 In Google Chrome System requirements
 (http://www.google.com/support/chrome/bin/answer.py?answer=95411to
pic=14660) they say that a Linux version is going to appear. And in
 the Download and install help article
 (http://www.google.com/support/chrome/bin/answer.py?answer=95346qu
ery=open-sourcetopic=type=) they say that it is open-source.

 Does this mean that is hope we'll have a FreeBSD version?

If someone steps up and rolls and submits the port. You're welcome to 
volunteer :-)

Beech



-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: why is this script failing?

2008-07-16 Thread Beech Rintoul
On Tuesday 15 July 2008, Wayne Sierke said:
 On Wed, 2008-07-16 at 11:42 +1000, Norberto Meijome wrote:
  you can always do
 
  find /tmp/kde-*/ -iname *wav -print0 | xargs -0 rm -vf
 
  the advantage over doing using rm * or for * in ... is that if
  you have LOTS of files, the expanded list of files may be too
  much. find | xargs will deal with each file in turn. ( -print0
  and -0 is to use NULL char as a list delimiter instead of
  space... ).

 Note that - as highlighted in previous discussions on the fbsd
 lists re the use of xargs with find - find is eminently capable of
 handling large argument lists and filenames_with_spaces with its
 own -exec primary:

 find /tmp/kde-*/ -iname *wav -exec rm -vf {} \;

 to exec rm for each file individually, or:

 find /tmp/kde-*/ -iname *wav -exec rm -vf {} \+

 to exec rm for multiple files at once.

 Piping to xargs in this case is unnecessary.



And for things like those pesky .SVN dirs in a port:

find /usr/ports/foo/work -depth -type d -name .SVN -exec rm -rf {} \;

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: PR - Incorrect confirmation code

2008-07-11 Thread Beech Rintoul
On Thursday 10 July 2008, Martin Tournoij said:
 On Thu, Jul 10, 2008 at 08:35:38PM -0700, Unga wrote:
  Hi
 
  I tried to submit a problem report over the web
  (http://www.freebsd.org/send-pr.html) but on submit gives
  following error:
 
  Incorrect confirmation code
 
  You need to enter the correct code from the image displayed.
  Please return to the form and enter the code exactly as shown.
  Thank you.
 
  Its really Thank you from my part also, this Problem Report
  wasted lot of my time :(
 
  Regards
  Unga

 That sucks :-(

 In some browsers (Opera for example) you can press back and
 whatever you typed in forms will still be there ... Not sure how
 this works with other browsers ... Guess it's to late for that
 now...

 Other then this, I would recommend to _ALWAYS_, on any site/forum,
 copy content to a file and/or the clipboard before submitting it in
 a webform.

 You may also want to try using send-pr(1) included in FreeBSD base,
 IMO it works a lot better than the webform anyway.

If you prefer a GUI front end try gtk-send-pr (in the ports) It's a 
nice gui for send-pr and doesn't mangle patches.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: How to submit a patch to FreeBSD project?

2008-07-10 Thread Beech Rintoul
On Thursday 10 July 2008, Unga said:
 Hi all

 Recently I have submitted a patch to the FreeBSD current mailing
 list, it seems the patch is not applied yet.
 (http://lists.freebsd.org/pipermail/freebsd-current/2008-July/08681
4.html)

 I'm not sure whether the FreeBSD project does not accept patches
 from non-committers or may be I did not submit it right.

 How do I submit a patch to the FreeBSD project?

 Kind regards
 Unga

File a pr. You can use send-pr or the web interface on the website. 
Attach your patch to the pr. 

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: cant su to root

2008-07-01 Thread Beech Rintoul
On Tuesday 01 July 2008, Warren Liddell said:
 When i try to su to root from konsole within kde it tells me..

 $ su
 su: Sorry

 i got a feeling when i added my user client to operators group this
 may have done this an sadly now i cant run or do anything that
 requires root access.

 Any thoughts?

Can you log into root directly? If so make sure your user is part of 
the wheel group then you should be able to su to root. If not you'll 
have to boot into single user and change the root password you have 
access then do the above.


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: 7.0-release f77

2008-06-30 Thread Beech Rintoul
On Monday 30 June 2008, Konrad Heuer said:
 Hello,

 just finished installing and upgrading to 7.0-RELEASE-p2 on one of
 my server systems .. now f77 doesn't seem to exist within the base
 system anymore, and installing from /usr/ports/lang/f77 doesn't
 help:

 f77 sample.f
 Error on line 0: Invalid flag '-o'
 gcc: /var/tmp/f772ImD.c: No such file or directory
 gcc: No input files specified
 gcc: /var/tmp/f772ImD.o: No such file or directory

 Ideas?

 Thanks for any suggestion and best regards

 Konrad Heuer
 GWDG, Am Fassberg, 37077 Goettingen, Germany, [EMAIL PROTECTED]

That was dropped from the base some time ago when they switched to 
gcc42. The powers that be decided there weren't enough fortran users 
to justify keeping it in. What you need to do is to install 
lang/gcc42 from the ports. That will install the full version 
including fortran.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: Making own install iso

2008-06-28 Thread Beech Rintoul
On Saturday 28 June 2008, Sebastian Tymków said:
 Hi,

 Can anyone answer me if it's possible to make install iso from own
 chrooted environment ?
 When I do make release first it creates chroot environment then
 in chrooted environment recompiles sources and creates iso in
 /R directory using /R/stage.
 I wonder if it's possible to create install iso from chroot without
 all this stuff
 (I mean make release, even  LOCAL_SCRIPT parameter doesn't help  ).
  I try to do my own custom iso thats why I need  make it from my
 own chrooted
 environment.

 Best regards,

 Sebastian Tymkow

uncomment EXTSRCDIR=/usr/src in the Makefile and point that to 
wherever the tree you want to build from is.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: [SSHd] Increasing wait time?

2008-05-06 Thread Beech Rintoul
On Tuesday 06 May 2008, Gilles said:
 Hello

 I'm a bit tired of people trying to break into SSH:

 May  6 16:59:23 freebsd sshd[24649]: Invalid user agatha from
 195.43.9.246
 May  6 16:59:26 freebsd sshd[24651]: Invalid user cristie from
 195.43.9.246
 May  6 16:59:29 freebsd sshd[24653]: Invalid user number from
 195.43.9.246
 May  6 16:59:31 freebsd sshd[24655]: Invalid user chamber from
 195.43.9.246
 etc.

 Is there a way to configure SSHd, so that the wait time between
 login attempts increases after X failed tries?

 Thank you.

Not that I know of. You should look into denyhosts (in the ports) it 
works well and even has a RBL feature to block some of these script 
kiddies proactively. Unfortunately, these attempts have become a fact 
of life. I probably get 20 - 30 attempts a day between my various 
servers.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: [SSHd] Increasing wait time?

2008-05-06 Thread Beech Rintoul
On Tuesday 06 May 2008, David Kelly said:
 On Tue, May 06, 2008 at 09:31:15AM -0800, Beech Rintoul wrote:
   Is there a way to configure SSHd, so that the wait time between
   login attempts increases after X failed tries?
 
  Not that I know of. You should look into denyhosts (in the ports)
  it works well and even has a RBL feature to block some of these
  script kiddies proactively. Unfortunately, these attempts have
  become a fact of life. I probably get 20 - 30 attempts a day
  between my various servers.

 Depending on how you use ssh from external systems you could add
 firewall rules to disallow all but known sources.

I was doing that in the past, but I found it to be inflexable and 
sometimes a pain to deal with. I sometimes need to access a server 
from a new location and that kind of hard lockdown just isn't 
practical. The denyhosts solution works very well for me and the RBH 
feature blocks 9 out of 10 attempts outright. 

Beech



-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: Skype

2008-04-15 Thread Beech Rintoul
On Monday 14 April 2008, Sébastien Morand said:
  did you try version from ports?

 Of course it's the the one which is not working actually and which
 gives me the white window with the grey band.

 Version downloaded by myself for a test is 2.0.0.68 and has some
 library missing, so it can't even start.

 Sebastien

I have ported that version as net/skype-devel with all the necessary 
lib depends. Please update your ports tree then read UPDATING 
20080318 and follow the install directions there. I have seen the 
problem you're describing and it was caused by a hosed linux_base 
install and was causing skype to fail. You should probably deinstall 
everything linux, reinstall linux_base-fc4, then update as directed 
in UPDATING. Please note that linux_base-f8 is still in development, 
and your mileage may vary using that version.

Beech - skype maintainer

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: Skype

2008-04-14 Thread Beech Rintoul
On Monday 14 April 2008, Eduardo Cerejo said:
 On Tue, 15 Apr 2008 01:35:48 +

 Sébastien Morand [EMAIL PROTECTED] wrote:
  Hi guys,
 
  I'm trying to install skype on freebsd 7.0-stable, but I can't
  find out what I'm missing. I found several procedures on the web,
  but none of them was really efficient to get it working. I thnk I
  have know severa linux_base installation, maybe it could be the
  problem, so how to fix it?
 
  My /etc/make.conf contains the line:
  OVERRIDE_LINUX_BASE_PORT=f8
 
  Actually the install is finem but everytime I launch skype, I
  have only a white window with End User License Agreement. I can
  see grey band at the top and the bottom of the window instead of
  the menu and status bar (I suppose).
 
  I try to download Skype 2 but libasound2 is required, so I was
  not able to get it working.
 
  How can I get a decent skype installation?

What FreeBSD version are you running? 
Skype 2.0 hasn't been ported yet (I'm working on it). 


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: Where to rent the best dedicated servers?

2008-03-24 Thread Beech Rintoul
On Monday 24 March 2008, Kyrre Nygård said:
 Sorry, I really don't know where else to ask.

 I've been using Staminus for a while now and I've had it with the
 downtime.

 Basically I want a place to host my Ruby on Rails / Git projects,
 an IRC server as well as an internet radio channel.

 Simple website / control panel design is ofcourse a plus. None of
 that cpanel bullshit though, I prefer to meddle around with simple
 text files the way it's meant to be done.

 So, layeredtech.com? rackspace.com?

 And is there a place that reviews dedicated server providers?

 Thanks,
 Kyrre

Check out www.rootbsd.net, they support the FreeBSD project and use 
FreeBSD servers.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: /usr/local/www a tradition?

2008-03-13 Thread Beech Rintoul
On Thursday 13 March 2008, Modulok said:
 Is there a compelling reason for placing subversion and web-server
 data in /usr/local and not somewhere else? I was thinking of
 keeping all user accounts (human and daemon alike) in one place
 like, /home/www and /home/svn and so forth.

 Before I break convention, I just thought I'd see if placing said
 files in /usr/local was just a tradition or if there was another
 reason for it.

 Thanks.
 -Modulok-

Actually you can put webdata anywhere you want. It's common for 
virtual host sites to be in ~/htdocs so the user has write access to 
their site.

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


Re: Still looking for a calendar server...

2008-02-19 Thread Beech Rintoul
On Monday 18 February 2008, Ted Mittelstaedt said:
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Da Rock
  Sent: Monday, February 18, 2008 4:16 PM
  To: freebsd-questions@freebsd.org
  Subject: Re: Still looking for a calendar server...
 
 
 
  I'm currently looking into bedework now- it seems ideal, but
  getting tomcat to work with apache is becoming a challenge. I'm
  using mod_jk but it doesn't appear to be cooperating yet.
 
  What is your experience in building apache modules? The problem
  is mainly in the mod_dav_acl module which needs xattr.h. I'm
  wondering if we can borrow the headers from another source.

 You can borrow whatever headers you need to get the code to
 compile. You may find that it would work a lot better though if you
 change the xattr.h include to:

 include sys/extattr.h

 The problem will be in the link stage.  If the libraries that you
 have linked in do not contain the functions that are defined in
 xattr.h then you will get link failures.

 However I don't really understand why your having problems.  The
 SF page for this, here:

 http://sourceforge.net/projects/moddavacl

 claims:

 Operating System: All POSIX (Linux/BSD/UNIX-like OSes)

 This would indicate a configure script that understands
 FreeBSD is present.  It sounds to me like you are not
 following the instructions included with the mod_dav_acl module
 to build it properly.  What exactly are you doing?  Could you
 post the steps your going through to build this?

 I had thought Mirosoft deprecated all the webdav stuff in
 future IIS servers - maybe there is a lack of interest in the
 industry now?

 Ted

He also might want to look at Horde. You can install from 
www/horde-meta and choose the kronolith module. 

From their website:

The Kronolith calendar provides a robust web-based calendar for any 
number of users or groups, with the ability to show any number of 
calendars in a single overlaid view. Users can create any number of 
calendars and grant read, edit, or full permissions to any user, 
group, or any combination thereof.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.3R/announce.html
---



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


Re: Request for a package or port...

2008-01-12 Thread Beech Rintoul
On Friday 11 January 2008, rpj911 said:
 Hello,

 I've been using Linux for  a few years and just switched to
 DesktopBSD, very nice. If it's not too much trouble, could you guys
 port or create a package for the Mnemosyne Project. It's a
 flashcard program...

 Thanks.

 Bob
 Cincinnati, Ohio

Looks interesting, I'll take a stab at it.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Request for a package or port...

2008-01-12 Thread Beech Rintoul
On Friday 11 January 2008, rpj911 said:
 Hello,

 I've been using Linux for  a few years and just switched to
 DesktopBSD, very nice. If it's not too much trouble, could you guys
 port or create a package for the Mnemosyne Project. It's a
 flashcard program...

 Thanks.

 Bob
 Cincinnati, Ohio

Done, update your ports tree and it's 
at /usr/ports/games/py-mnemosyne.

Enjoy,

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Question about a patch

2008-01-02 Thread Beech Rintoul
On Wednesday 02 January 2008, Valerio Daelli said:
 Hi

 I am about to send a patch about a port. I would like to move a
 file of the port, located in the
 'files/' directory. Basically the file now is called netdisco.sh.in
 and I would like to call it
 netdisco.in.
 If I use a normal 'diff -ruN' command to generate the patch, after
 I apply the patch
 the new file is created but the old file (netdisco.sh.in) is still
 there, with zero size.
 I wonder if I should generate a shar archive for this port instead
 of a patch. Sorry if this question is so simple.
 Bye

 Valerio Daelli

That's normal. A unified diff is the preferred way. Whoever commits it 
will remove the file. You might make mention of the file in the 
comments just to be nice :-)

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: /usr/local/rc.d/apache22 start doesn't start Apache

2007-12-14 Thread Beech Rintoul
On Friday 14 December 2007, Yuri said:
 I installed Apache port.
 But when I run /usr/local/etc/rc.d/apache22 start nothing
 happens. 'ps ax | grep httpd' returns nothing.
 So server wasn't started.

 Why nothing is printed and server not started with the first
 command? What is the right way to start the server?

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

Take a look at /var/log/httpd-error.log that should tell you why it's 
not starting.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Webmail

2007-12-13 Thread Beech Rintoul
On Thursday 13 December 2007, Satria Bramana said:
 Can anyone who had experience running a web-based e-mail give
 suggestion what package to use? I will only use it for study
 purpose, so I need one that easy to configure and help me
 understand the big picture about mailserver.. Thank you very much..


I'd suggest horde, our version of webmail edition is the default 
settings in horde-meta. It works nicely with any mailserver IMAP, or 
POP and is very easy to configure. It can authenticate from about 10 
different sources including dealing with LDAP, so it will work with 
just about any server situation I can think of. You can look it all 
over at http://www.horde.org, and almost all of the modules are 
available in the ports for easy install.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: (postfix) SPAM filter?

2007-12-12 Thread Beech Rintoul
On Wednesday 12 December 2007, Sten Daniel Soersdal said:
 We have a need for a relatively painless anti-spam solution that
 would reduce the amount of incoming spam (via postfix mail router).
 The problem is that i have little knowledge on what this actually
 means. Googling reveals a whole universe of interesting ways but
 what should i pursue?
 The things that are important to me is:

 * Once it is setup then it would require no additional maintenance.
 * Potential spam messages are marked with a special header that can
 be filtered on user discretion on their local mail client software.

 Neither performance, scalability, license nor cost is of much
 importance to me at this point.

 Any hints?

SpamAssassin (in the ports tree). It's relatively easy to set up and 
can be used server wide or on an individual basis. Individuals can 
also override site-wide settings. Links to setting up with postfix 
can be found on the postfix site.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: (postfix) SPAM filter?

2007-12-12 Thread Beech Rintoul
On Wednesday 12 December 2007, Sten Daniel Soersdal said:
 We have a need for a relatively painless anti-spam solution that
 would reduce the amount of incoming spam (via postfix mail router).
 The problem is that i have little knowledge on what this actually
 means. Googling reveals a whole universe of interesting ways but
 what should i pursue?
 The things that are important to me is:

 * Once it is setup then it would require no additional maintenance.
 * Potential spam messages are marked with a special header that can
 be filtered on user discretion on their local mail client software.

I should also mention that SpamAssassin has exactly such an option and 
doesn't require any hands on except for an occasional update once set 
up.


 Neither performance, scalability, license nor cost is of much
 importance to me at this point.

 Any hints?

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: One Laptop Per Child

2007-11-12 Thread Beech Rintoul
On Sunday 11 November 2007, Olivier Nicole said:
  I am usually not the one to bring up these things but I feel very
  strongly about this. Starting Monday, November 12 this website is
  offering a give one get one deal. I believe the money will be
  well invested. YMMV
 
  http://xogiving.org/

 That is a difficult issue, while this is an opportunity, I doubt
 this is the most needed thing to provide education. We are talking
 giving laptop to people who do not even have electricity in some
 cases...

 Olivier

From what I've been reading they are addressing this issue. One way 
was providing solar power recharging stations. The other was hooking 
up carousel type playground equipment to a small generator to 
recharge the laptops. The third was good old WWII vintage hand crank 
power. I also read that these laptops are optimized for low power 
usage. I live in Alaska and they have been using the internet  for 
education in rural villiages for many years with much success. I 
personally think this is a great idea. Too bad they won't all be 
running FreeBSD :-)



-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: FreeBSD pam.d proftpd problem

2007-11-11 Thread Beech Rintoul
On Sunday 11 November 2007, Riccardo Giuntoli said:
 Hi there,

 i use proftpd as my ftp solution in other three production servers
 with no problem. Last week we buy out fourth server, and i started
 to install and configure FreeBSD as usual. After upgrade the
 sources and the ports i've got:

 [EMAIL PROTECTED]/home/taglio(106): uname -a
 FreeBSD tsunami.chroot.eu 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0:
 Fri Nov  9 12:15:54 EST 2007
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TSUNAMI  i386
 [EMAIL PROTECTED] ]/home/taglio(107):

 And i've installed proftpd:

 [EMAIL PROTECTED]/home/taglio(107): proftpd -v
  - ProFTPD Version 1.3.1
 [EMAIL PROTECTED]/home/taglio(108):

 For an initial simple configuration with no vhosts i've edited
 /usr/local/etc/proftpd.conf like this:

 [EMAIL PROTECTED]/usr/local/etc(110): cat proftpd.conf
 ServerName  Chroot tsunami hosting
 ServerType  standalone
 DefaultServer   on
 ScoreboardFile  /var/run/proftpd.scoreboard
 Port21
 Umask   022
 MaxInstances30
 Usernobody
 Group   nogroup
 DefaultRoot ~/www
 AllowOverwrite  on
 Limit SITE_CHMOD
   DenyAll
 /Limit
 TimeoutIdle 0
 TimeoutLinger 0
 TimeoutLogin 0
 TimeoutNoTransfer 0
 TimeoutSession 0
 TimeoutStalled 0
 [EMAIL PROTECTED] ]/usr/local/etc(111):

 and in /etc/pam.d/ftpd i've got this:

 [EMAIL PROTECTED]/usr/local/etc(111): cat /etc/pam.d/ftpd
 ftpd authrequiredpam_unix.so try_first_pass
 ftpd account requiredpam_unix.so try_first_pass
 ftpd session requiredpam_permit.so
 [EMAIL PROTECTED]/usr/local/etc(112):

 After checking syntax and have started the proftpd daemon i've got
 this problem :

 [EMAIL PROTECTED]/usr/local/etc(112): ftp localhost
 Trying 127.0.0.1...
 Connected to localhost.chroot.eu.
 421 Service not available, remote server has closed connection.
 ftp

 That i've got also on external interfaces.

 Can someone help me with some ideas?

 Thank you in advance, best regards, Riccardo Giuntoli

Have you checked the following?

FreeBSD
---

To use PAM with ProFTPD, you must edit /etc/pam.conf and add the
following lines (if they are not already present):

  ftpd authrequiredpam_unix.so try_first_pass
  ftpd account requiredpam_unix.so try_first_pass
  ftpd session requiredpam_permit.so

In your proftpd.conf, you'll need to set AuthPAMConfig to 'ftpd'.  PAM
authentication should now work properly.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Botched X.org upgrade, need help

2007-11-08 Thread Beech Rintoul
On Thursday 08 November 2007, Andrew Falanga said:
 On Nov 8, 2007 12:37 PM, Warren Block [EMAIL PROTECTED] wrote:
  On Thu, 8 Nov 2007, Andrew Falanga wrote:
   Well, at last I think it's botched.  I really was following the
 
  directions
 
   (I have the script file as UPDATING suggests to prove it :-),
   but the upgrade didn't work as the X server failed to start
   after I rebooted.
 
   I'm
 
   hoping some kind person here will know the answer before I
   e-mail the
 
  list
 
   mentioned in that section of UPDATING.  Anyway, that's
   basically, what happened.  I have kdm set to start on bootup
   and it complained that X
 
  failed
 
   to start.
  
   When I got to the point of portupgrade -aP in the UPDATING
   section for X.org 6.9 - 7.2; I decided to go with that command
   instead of
 
  portupgrade
 
   -a thinking that by now, even for amd64, the packages would be
 
  available.
 
   Perhaps a bad assumption.  Anyway, once that completed, the
   stats
 
  reported
 
   by portupgrade were disconcerting but I thought that it was ok
   and continued.  portupgrade reported that only 2 packages were
   porcessed,
 
  most
 
   were ignored with 50 some skipped and 1 failed.
  
   I then proceeded to the mergebase.sh script, ran that and when
   I was satisfied that all was done as expected, I rebooted my
   machine.  Well, that's when X failed to start.  So, how would I
   go about correcting this problem?
 
  You'll at least have to do a portupgrade -a to get all the ports
  that still need to be built.
 
  -Warren Block * Rapid City, South Dakota USA

 I was wondering about that.  Can I do that although I've completed
 the instructions for the X.org update?  That is, I've already run
 that script they mention at the end and /usr/X11R6 is now a symlink
 to /usr/local. Also, I did a pkg_info | grep xorg and it looks like
 everything was upgraded to 7.3 ok.

 At any rate, here's what the log file said when X.org tried to
 load.

 X.Org X Server 1.4.0
 Release Date: 5 September 2007
 X Protocol Version 11, Revision 0
 Build Operating System: FreeBSD 6.2-RELEASE-p7 amd64
 Current Operating System: FreeBSD sniper 6.2-RELEASE-p7 FreeBSD
 6.2-RELEASE-p7 #1: Sat Sep  8 13:37:08 MDT 2007
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 amd64
 Build Date: 08 November 2007  01:09:22AM

 Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/Xorg.0.log, Time: Thu Nov  8 19:28:38
 2007 (==) Using config file: /etc/X11/xorg.conf
 (==) ServerLayout X.org Configured
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor Monitor0
 (**) |   |--Device Card0
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (==) Automatically adding devices
 (==) Automatically enabling devices
 (WW) The directory /usr/X11R6/lib/X11/fonts/CID/ does not exist.
 Entry deleted from font path.
 (==) Including the default font path
 /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/l
ocal/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/li
b/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath
 set to:
 /usr/X11R6/lib/X11/fonts/misc/,
 /usr/X11R6/lib/X11/fonts/TTF/,
 /usr/X11R6/lib/X11/fonts/Type1/,
 /usr/X11R6/lib/X11/fonts/75dpi/,
 /usr/X11R6/lib/X11/fonts/100dpi/,
 /usr/local/lib/X11/fonts/misc/,
 /usr/local/lib/X11/fonts/TTF/,
 /usr/local/lib/X11/fonts/OTF,
 /usr/local/lib/X11/fonts/Type1/,
 /usr/local/lib/X11/fonts/100dpi/,
 /usr/local/lib/X11/fonts/75dpi/
 (**) RgbPath set to /usr/X11R6/lib/X11/rgb
 (**) ModulePath set to /usr/X11R6/lib/modules
 (II) Loader magic: 0x67eda0
 (II) Module ABI versions:
 X.Org ANSI C Emulation: 0.3
 X.Org Video Driver: 2.0
 X.Org XInput driver : 2.0
 X.Org Server Extension : 0.3
 X.Org Font Renderer : 0.5
 (II) Loader running on freebsd
 (II) LoadModule: pcidata
 (WW) Warning, couldn't open module pcidata
 (II) UnloadModule: pcidata
 (EE) Failed to load module pcidata (module does not exist, 0)

 Fatal server error:
 Unable to load required base modules, Exiting...

From UPDATING:

If you plan on keeping your current /etc/X11/xorg.conf, make sure you
change ModulePath to /usr/local/lib/xorg/modules prior to running X.

Otherwise, just move /etc/X11/xorg.conf and restart X you can then add 
in your video configs from the original.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html

Re: 5.2.1 to 6.2 Migration.

2007-11-04 Thread Beech Rintoul
On Saturday 03 November 2007, Chris Haulmark said:
  Kevin Kinsey [EMAIL PROTECTED] writes:
   Lowell Gilbert wrote:
   Chris Haulmark [EMAIL PROTECTED] writes:
   Grant Peel wrote:
   I thought I would ask the question before I do it the hard
   way
 
  
 
   1. Can FreeBSD be upgraded from 5.2.1 to 6.2 ?
  
   Yes.
  
   2. Can it be done through an ssh connection, or MUST I make
   the
 
  trip
 
   to the farm and do it from the console?
  
   I've done 5.x to 6.x upgrades via ssh.  It is possible.
  
   In the handbook, you will see mentions of booting into single
   user
 
  mode
 
   and I can tell you that it is not required.
  
   It's a good safety precaution; if your updated kernel won't
   boot,
 
  you
 
   will need to reinstall most of the system.

 That is over the board.

 Only times that I have made the mistakes in the past are:

 1.  Misconfiguring the kernel options such as disabling the
 meeded network driver built in the kernel.
 2.  Anything related to having kernel panics to occur.
 3.  Enabling firewall and getting locked out via network.

   That sounds a tad alarmist; if the new kernel won't boot,
   you'll have to be at (or have someone at) the console who can
   boot kernel.old (I stand open for correction, but last time I
   did it, 'twas that way).  And, possibly, that person (you?)
   will also have to be able to do some other magic.

 Magic such as having other remote possibilities.  DRAC access for
 example.

   But the phrase reinstall most of the system doesn't, at
   the very least, *sound* like the BSD Way(tm).  Granted,
   sometimes it's quicker --- I know that's why it's used so
   often on that Other System  ;-)
 
  If you have reinstalled a userland that depends on a kernel that
  doesn't boot, you are quite likely to be in trouble.

 I always do buildworld/installworld as part of my kernel
 build/installs. That is to ensure staying in sync.

 I reboot after the installworld then again after the installkernel.

You should do it the other way around. That way if the new kernel 
doesn't boot you aren't stuck with an out of sync userland which may 
not play nicely with your old kernel. Also, depending on the changes 
booting an old kernel with a new userland may (and has) result in 
your system not booting at all.

The proper sequence is:

# make buildworld
# make buildkernel
# make installkernel
# reboot
# mergemaster -p
# make installworld
# mergemaster
# reboot



  The BSD way does not necessarily involve easy recovery from
  making up procedures that haven't been worked out or tested by
  the release engineers.  In fact, I don't think any operating
  system guarantees that you will have an easy time after making up
  your own upgrade procedures.

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



-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Fetching sources for 6.2-Release including changes from Security Advisories

2007-10-30 Thread Beech Rintoul
On Monday 29 October 2007, Tino Engel said:
 Dear all,

 Is there a proper entry in stable-supfile that gives me the
 opportunity to cvsup the sources from 6.2-RELEASE including
 security advisories?

 The tag
 *default release=cvs tag=RELENG_6
 is actually not what I want, since I am not looking for
 6.3-PRERELEASE

 Best regards, Tino

*default release=cvs tag=RELENG_6_2

cheers,

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: xorg 7.3 module vesa does not exist

2007-10-28 Thread Beech Rintoul
On Saturday 27 October 2007, Steve Franks said:
 I thought I followed the upgrading instructions explicitly.  vesa,
 i810, mouse and keyboard modules all don't exist.  Path problem, or
 am I missing some key component?  Or wipe my system and start over?

 Steve

From UPDATING:

If you plan on keeping your current /etc/X11/xorg.conf, make sure you
change ModulePath to /usr/local/lib/xorg/modules prior to running X.

If you run into problems running the new X server, try moving aside
your /etc/X11/xorg.conf and allow X to run with default values. After 
that you can see the default values in a log file 
(e.g. /var/log/Xorg.0.log) and fix your xorg.conf according to the 
defaults.

Cheers,

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: can't upgrade - catch-22

2007-10-28 Thread Beech Rintoul
On Sunday 28 October 2007, Keith Seyffarth said:
  try: setenv X11BASE /usr/X11R6
 
  then rebuild portupgrade.

 That still gives the 'cannot set X11BASE' error... If I run env
 after setting the X11BASE as instructed above, it is set, but I
 still get the error.

 Keith

Do you have anything custom set in etc/make.conf?

Try putting the following in etc/make.conf:

USE_NONDEFAULT_X11BASE= yes
X11BASE= /usr/X11R6

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: can't upgrade - catch-22

2007-10-28 Thread Beech Rintoul
On Sunday 28 October 2007, Keith Seyffarth said:
  Do you have anything custom set in etc/make.conf?

 Just a couple things for Perl.

  Try putting the following in etc/make.conf:
 
  USE_NONDEFAULT_X11BASE= yes
  X11BASE= /usr/X11R6

 Cool. That seems to have worked. Odd that it didn't when I tried it
 previously... Oh, well, it looks like portupgrade is rebuilding
 now, so I can probably get x upgraded after that.

 Thanks,
 Keith

You're welcome. When you update to xorg-7.3 start with both of those 
commented out. That very well could break your update as xorg will 
expect to install in /usr/local. Make sure you follow the directions 
in UPDATING including the mergebase.sh or it's foot shooting time :-)

If you start getting the same error, change the X11BASE to /usr/local

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: can't upgrade - catch-22

2007-10-27 Thread Beech Rintoul
On Friday 26 October 2007, Keith Seyffarth said:
   On FreeBSD before 6.2 ports system unfortunately can not set
   default X11BASE by itself so please help it a bit by setting
   X11BASE=${LOCALBASE} in make.conf.
   On the other hand, if you do wish to use non-default X11BASE,
   please set variable USE_NONDEFAULT_X11BASE.
  
   However, even if I edit /etc/make.conf and add either
   X11BASE=${LOCALBASE} or X11BASE=/usr/X11R6, I still get this
   error.
  
   Any suggestions or recommendations on how to get ruby
   installed? I think once I have that installed, I should be able
   to get port-upgrade fixed and then maybe be able to get some
   patches downloaded... I would really appreciate any tips or
   suggestions.
  
   output of uname -a:
   FreeBSD computer.weif.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0:
   Thu Nov 3 09:36:13 UTC 2005
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
 
  There was major change about Xorg; For more details, plase see
  here:
  http://lists.freebsd.org/pipermail/freebsd-announce/2007-May/0011
 31.html
 
  I think the upgrade was/is mandatory, not optional ;;

 Thanks for the tip, but unfortunately it isn't really very helpful.
 I guess I didn't clarify the catch-22 in my previous post.

 In order to get X upgraded, I need to get portupgrade working. This
 requires that X already be upgraded. This, in return requires
 portupgrade...

 I was starting with trying to get Ruby because that addressed the
 vulnerabilities I was trying it initially address. However, that's
 pretty irrelevant at the moment.

 Where I'm stuck is getting either portupgrade working or getting X
 upgraded, both of which seem to be dependent on the other having
 already happened...

 Thanks,
 Keith

Make sure your ports tree is 100% up to date.

Uninstall portupgrade  all it's dependencies.

cd /usr/ports/ports-mgmt/portupgrade  make install clean

Read and follow the instructions in UPDATING for updating xorg


Cheers,

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: can't upgrade - catch-22

2007-10-27 Thread Beech Rintoul
On Saturday 27 October 2007, Keith Seyffarth said:
  Why don't you just manually remove Xorg and then install it with
  portinstall?
  ie. pkg_delete -f xorg\*
 
  That'll remove all packages that start with the characters xorg.
  Install the newer version of Xorg then upgrade portupgrade, then
  upgrade the packages that depended on xorg.

 Well, now that x is uninstalled, you still can't install it without
 having already installed it... It still generates the 'can't set
 default xbase' error.

 Any recommendations now that X has been uninstalled?

try: setenv X11BASE /usr/X11R6

then rebuild portupgrade. 

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Strange perl script

2007-10-17 Thread Beech Rintoul
On Tuesday 16 October 2007, Jack Raats said:
 HI

 Can anyone explain this after ps -ax | grep perl

 21893  ??  I  1:02.37 sploger (perl5.8.8)
 29536  ??  R184:14.94 sploger (perl5.8.8)
 29538  ??  R184:36.44 sploger (perl5.8.8)
 30668  ??  R168:56.54 sploger (perl5.8.8)

 What is sploger?

 Jack

I believe that's part of qmail.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Upgrade of PHP4

2007-10-08 Thread Beech Rintoul
On Monday 08 October 2007, Olivier Nicole said:
 Hi,

 I noticed that PHP4 port has been having some vulnerabilities for
 some time now.

 Will there be a correction relased any soon?

 Best regards,

 Olivier

Doubtful, given the fact that php4 will reach EOL December 31. You 
should plan on upgrading to php5.

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Upgrade of PHP4

2007-10-08 Thread Beech Rintoul
On Monday 08 October 2007, Olivier Nicole said:
  Doubtful, given the fact that php4 will reach EOL December 31.
  You should plan on upgrading to php5.

 Thanks, now that lads to the second question, what will I break
 when updating? What should I be carefull about? I have several
 servers, managing quite many sites, with a lot of home made
 pages...

 TIA,

 Olivier

It should be ok with most current apps, but I would run them on a test 
server first if it's something mission critical. Php's site has 
migration info (http://www.php.net) which should be helpful for 
custom scripts. Also the vendor sites should let you know if they 
will work with php5. I haven't run into anything that won't in quite 
a while, but your mileage may vary :-)

You will need to completely remove php4 and ALL extensions then 
rebuild them with php5. FWIW, their site says that they will still 
have critical patches for a while, but all official support stops at 
the end of December.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: PHP4 v. php4-4.4.7_2 refuse to upgrade …

2007-10-04 Thread Beech Rintoul
On Wednesday 03 October 2007, bsd said:
 Hello,


 I am using

 FreeBSD xxx.fr 5.5-RELEASE-p9 FreeBSD 5.5-RELEASE-p9 #1: Thu Dec 14
 11:39:18 CET 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/
 GENERIC  i386


 When trying to upgrade from php php4-4.4.7_1 to php4-4.4.7_2 there
 is this strange error…


 Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 209
 packages found (-3 +1) (...). done]
 ---  Upgrading 'php4-4.4.7_1' to 'php4-4.4.7_2' (lang/php4)
 ---  Building '/usr/ports/lang/php4'
 ===  Cleaning for autoconf-2.61_2
 ===  Cleaning for php4-4.4.7_2
 ===  php4-4.4.7_2 has known vulnerabilities:
 = php -- multiple vulnerabilities.
 Reference: http://www.FreeBSD.org/ports/portaudit/
 71d903fc-602d-11dc-898c-001921ab2fa4.html
 = Please update your ports tree and try again.
 *** Error code 1

 Stop in /usr/ports/lang/php4.
 *** Error code 1

 Stop in /usr/ports/lang/php4.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade. 24846.54 env UPGRADE_TOOL=portupgrade
 UPGRADE_PORT=php4-4.4.7_1 UPGRADE_PORT_VER=4.4.7_1 make
 ** Fix the problem and try again.


 I don't understand because my port tree is up to date !!

 Any idea ?

Yes it means that the port you're trying to update to has security 
issues. If you're feeling lucky you can do:
portupgrade -m DISABLE_VULNERABILITIES=yes php

But it's not a good idea. If you build it anyway and get hacked, don't 
say you weren't warned ;-)

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: CapsLock light with X.org 7.3

2007-09-27 Thread Beech Rintoul
On Thursday 27 September 2007, Andrea Venturoli said:
 Hello.

 I've seen other mentions of this problems, but no answer.
 Since I upgraded X.org from 7.2 to 7.3 all my keyboard lights get
 stuck in the state they were when X fired up.
 Any solution?

 In case it matters I'm using Italian layout and KDE.

   bye  Thanks
   av.

This is a known issue with xorg, stay tuned for a fix.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: too late to change to security branch?

2007-09-27 Thread Beech Rintoul
On Wednesday 26 September 2007, Bill Stwalley said:
 I have servers running 6.1 and 6.2.  I use freebsd-update in cron
 jobs to install binary security update to the base system, and use
 cvsup/portupgrade in cron jobs to install port updates.  By
 default, cvsup uses CURRENT branch.

 I am tired of some updates breaking something unnecessarily, and am
 thinking of changing to SECURITY branch in cvsup.  Is that
 possible?  Some of my ports are already locally compiled with
 customized options.

 If that's impossible, can I wait until the release of 6.3,
 upgrading to it, and then switch to SECURITY branch in cvsup?

 If those are entirely impossible, can I switch to STABLE branch?

 I'm confused by this system, please let me know if anything I do
 doesn't make sense.

 Best, Bill

There are no other branches of ports except current. The release, 
security, stable and current branches only apply to the system 
itself. The exception being the ports that come with a release are 
just a snapshot of the ports tree at the time the release was rolled. 
While we try our best to avoid breakage, it sometimes happens. My 
suggestion is that if you plan on upgrading something mission 
critical, you might want to try the upgrade on another similar box 
first and test. As for compiling with options not already available 
in the port itself, you are basically on your own. If there is a 
particular option that comes with the sources, but is not a port 
option contact the maintainer of that port. As for doing port updates 
with a cron script it's not recommended. You should always read 
UPDATING before installing anything. Believe me it will save you foot 
shooting.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Can't connecto to www.freebsd.org

2007-09-27 Thread Beech Rintoul
On Thursday 27 September 2007, Jeff Mohler said:
 On 9/27/07, icantthinkofone [EMAIL PROTECTED] wrote:
  I just found I am having this problem, too.  I can access every
  other site I visit, both large and small.  'make fetchindex' no
  longer works, eg, it times out.  As does 'fetch
  www.freebsd.org/docs' as suggested. ---

 Well dang..

 I tried to visit www.freebsd.org as well, and I got porn instead.

 Who do I thank?

 No..I wont be trying to fix this.



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



-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Can't connecto to www.freebsd.org

2007-09-27 Thread Beech Rintoul
On Thursday 27 September 2007, Beech Rintoul said:
 On Thursday 27 September 2007, Jeff Mohler said:
  On 9/27/07, icantthinkofone [EMAIL PROTECTED] wrote:
   I just found I am having this problem, too.  I can access every
   other site I visit, both large and small.  'make fetchindex' no
   longer works, eg, it times out.  As does 'fetch
   www.freebsd.org/docs' as suggested. ---
 
  Well dang..
 
  I tried to visit www.freebsd.org as well, and I got porn instead.
 
  Who do I thank?
 
  No..I wont be trying to fix this.
 
 
 
  /humor

Try the mirror: http://ww2.sg.freebsd.org it's up.

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Skype problem

2007-09-24 Thread Beech Rintoul
On Monday 24 September 2007, Rem P Roberti said:
   Skype has noting to do with it as it would work out of box if
   the hardware is configured properly.  Check your recording
   device, mixer level and similar. You also have to give
   permission permissions by editing /etc/devfs.conf
  
   perm   /dev/dsp* 0666 (dsp stands for synthetic sound)
   and probably the next one would not hurt
   perm   /dev/pci* 0666
  
  
   It would help if you tell us your set up (which audio card you
   use, which driver and so on before somebody can say something
   more).

 Chipset is the VIA KM266, and I am using the integrated audio which
 uses the Realtek AC'97 software.

 No error messages on Skype test...just silence.

 Rem

What's the output of mixer?

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Skype problem

2007-09-24 Thread Beech Rintoul
On Monday 24 September 2007, Rem P Roberti said:
  What's the output of mixer?

 Mixer vol  is currently set to  73:73
 Mixer pcm  is currently set to  75:75
 Mixer speaker  is currently set to  75:75
 Mixer line is currently set to  59:59
 Mixer mic  is currently set to  61:61
 Mixer cd   is currently set to  75:75
 Mixer rec  is currently set to   0:0  Raise
 Mixer igainis currently set to   0:0 Raise
 Mixer ogainis currently set to  50:50
 Mixer line1is currently set to  61:61
 Mixer phin is currently set to  52:52
 Mixer phoutis currently set to  56:56
 Mixer videois currently set to  75:75

mixer igain 50:50  and adjust as necessary :-)

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: webmin

2007-09-13 Thread Beech Rintoul
On Wednesday 12 September 2007, Danielisz Laszlo said:
 I got some problems using webmin, this is the first time i use it
 and i just cand'tstart it.

 i done the following:
 # /usr/local/lib/webmin/setup.sh

 After this i tried to start it manual but it's not working:

 nyana# /usr/local/etc/rc.d/webmin start
 nyana# ps -aux|grep web
 nyana#


 Do you have any idea?

Make sure you have: webmin_enable=YES
in /etc/rc.conf

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: webmin

2007-09-13 Thread Beech Rintoul
On Wednesday 12 September 2007, Danielisz Laszlo said:
 Thank you Bleech!
 Now it starts but I can't acces the 127.0.0.1:1000 (I tied with
 Firefox and Opera) [Firefox can't establish a connection to the
 server at 127.0.0.1:1000.]

 nyana# /usr/local/etc/rc.d/webmin start
 Starting webmin.

 nyana# webmin status
 webmin is running as pid 9801.

 there is any other application I should install? Like apache?

No, it has it's own webserver. Did you install it as a secure server? 
If so reach it at  https://localhost:1

Also, are you sure about port 1000? Unless you changed that during 
install it should be 1. 



 - Original Message 
 From: Beech Rintoul [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org; Danielisz Laszlo
 [EMAIL PROTECTED] Sent: Thursday, September 13, 2007
 10:34:53 AM
 Subject: Re: webmin

 On Wednesday 12 September 2007, Danielisz Laszlo said:
  I got some problems using webmin, this is the first time i use it
  and i just cand'tstart it.
 
  i done the following:
  # /usr/local/lib/webmin/setup.sh
 
  After this i tried to start it manual but it's not working:
 
  nyana# /usr/local/etc/rc.d/webmin start
  nyana# ps -aux|grep web
  nyana#
 
 
  Do you have any idea?

 Make sure you have: webmin_enable=YES
 in /etc/rc.conf

 Beech



-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Strange port 80 access problem

2007-09-12 Thread Beech Rintoul
On Wednesday 12 September 2007, Don O'Neil said:
 I have a very strange access problem that just popped up this
 morning. For whatever reason, my machine at home over my cable
 modem can no longer access Apache on port 80... However other
 services are accessible elsewhere (Direct Admin control panel, FTP,
 SMTP,etc...) BUT Apache is accessible to other devices, not on my
 IP... It seems as though there is some sort of IP block on me, but
 I can't seem to find anything in the logs to confirm this. I don't
 have a 'deny from' in any .htaccess files... What could be going
 on?

 I'm running apache 1.3.39, and FreeBSD 6.1.

It's very possible that your ISP is blocking port 80. It seems more 
and more of them are doing that with home subscribers. I know someone 
who has service with one of the large telcos and they not only block 
port 80, but mail and ftp as well. They told him if he wanted to run 
servers he would have to subscribe to business service at 5X the cost 
of residential.

If you can ping other ports on your home machine, that's most likely 
what's happening. Your logs wouldn't necessarily show anything 
because the requests are not reaching your server. After you verify 
(from outside) that you can't reach port 80, about your only other 
option is to use one of the free nameservers that will redirect your 
traffic to another port. You will also need to reconfigure apache to 
listen on that port instead of port 80. Finally, if you have a 
firewall on your box, make sure it's not getting blocked there.

Verify that apache is actually listening on 80 by doing:

sockstat | grep httpd

You should see lines like the following:

www  httpd  59775 3  tcp46  *:80  *:*

If you don't than that's your problem, but if you see the *:80, you 
need to contact your ISP, fix your firewall, or look into redirect.


Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Strange port 80 access problem

2007-09-12 Thread Beech Rintoul
On Wednesday 12 September 2007, Reid Linnemann said:
 Written by Beech Rintoul on 09/12/07 11:14

  It's very possible that your ISP is blocking port 80. It seems
  more and more of them are doing that with home subscribers. I
  know someone who has service with one of the large telcos and
  they not only block port 80, but mail and ftp as well. They told
  him if he wanted to run servers he would have to subscribe to
  business service at 5X the cost of residential.

 I've had a similar experience with COX Communications in the US
 midwest. They block http, https, alternate http ports like 8000 and
 8080, smtp, and I think pop and imap/imaps. I'm sure part of the
 reason for this paranoid behavior is to protect their networks from
 saturation from bots and whatnot, but part of me thinks they just
 want to stick it to their customers whom they view as pesky
 annoyances rather than valuable consumers. I circumvent these
 hassles by boring ssh tunnels to the services I need access to on
 my home machines. This is a stopgap until I get time to fiddle with
 openvpn.

That's another option. I'm very lucky. Here in Anchorage, the cable 
provider (GCI), is totally OK with people running servers as long as 
you're not selling webspace or email services (Your home business is 
OK). They deal with abusers on an individual basis. They also do 
network scanning looking for bots and will put a user on security 
block until they fix it, but I've never known anyone who actually got 
blocked. I wish more ISP's had that attitude instead of trying to 
screw subscribers out of more money just to run their mail or 
website.



-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: ssh forwarding question

2007-09-03 Thread Beech Rintoul
On Monday 03 September 2007, Pollywog said:
 On Tuesday 04 September 2007 00:13:13 Pollywog wrote:
  On Monday 03 September 2007 23:08:45 Predrag Punosevac wrote:
   Pollywog wrote:
bind: Can't assign requested address
channel_setup_fwd_listener: cannot listen to port: 15901
Could not request local forwarding.
  
   It seems to me that you have a problem with a firewall. Look at
   your own message. It looks like port 15901 is closed for
   listening.
 
  Here is another clue.  Something seems to be wrong with the
  loopback:
 
  lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
  inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
  inet6 ::1 prefixlen 128
  ripple# ping localhost
  PING localhost (127.0.0.1): 56 data bytes
  ping: sendto: Can't assign requested address
  ping: sendto: Can't assign requested address
  ping: sendto: Can't assign requested address
  ping: sendto: Can't assign requested address
  ping: sendto: Can't assign requested address
  ping: sendto: Can't assign requested address
 
  I have not set up a firewall on this host, so the problem is
  something else, perhaps the output above from ifconfig helps.

 Yes that was the problem.  I did this:

 ifconfig lo0 127.0.0.1 netmask 255.0.0.0

 After that I could ping localhost and my VNC connection via SSH
 succeeded. Now how do I fix this problem permanently in FreeBSD, by
 running sysinstall again and setting the loopback address from
 there?

Make sure you have this line in /etc/rc.conf:

ifconfig_lo0=inet 127.0.0.1

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: mysql in a jail not starting

2007-08-30 Thread Beech Rintoul
On Thursday 30 August 2007, Jonathan Horne said:
 i have had many jails, and have never really had any problems with
 them until this one.  for some reason, mysql wont start.  nothing
 else is having any trouble starting, which is strange.

 is there a log file i can look in that might give me some clues as
 to whats going on?  mysql_enable=YES is in my rc.conf, and when i
 start it i get:

 antares# /usr/local/etc/rc.d/mysql-server start
 Starting mysql.
 antares# /usr/local/etc/rc.d/mysql-server status
 mysql is not running.

 any tips for troubleshooting this would be apprciated.  TIA,

Read the *.err files in /var/db/mysql. It should tell you why it's 
failing.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: cvsupfile-current was (freebsd-questions@freebsd.org)

2007-08-22 Thread Beech Rintoul
On Wednesday 22 August 2007, Truong Minh Hanh - FPT Software said:
 How can I upgrate source code to 7.0-CURRENT with cvsup?
 Currently I'm using 6.2p5.

 Btw could anyone post here your cvsup-file to update your source
 code to 7.0 CURRENT?
 Tnx you very much

*default  tag=.
*default  host=cvsup6.freebsd.org
*default  base=/usr
*default  prefix=/usr
*default  release=cvs
*default  delete use-rel-suffix
src-all
doc-all

Cheers, 

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Skype, Ekiga, and OSS

2007-08-15 Thread Beech Rintoul
On Tuesday 14 August 2007, Predrag Punosevac said:
 I was wondering if anybody is using successfully Skype or Ekiga
 (any other SIP phone)  via the Open Sound System compiled from
 ports? Would you mind sharing your devfs.conf file and rc.conf
 file?

 Thank you
 Predrag

net/skype in the ports works out of the box. No special configs 
needed. net/skype-devel is a work in progress and is currently 
broken.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Skype, Ekiga, and OSS

2007-08-15 Thread Beech Rintoul
On Wednesday 15 August 2007, Predrag Punosevac said:
 Beech Rintoul wrote:
  On Tuesday 14 August 2007, Predrag Punosevac said:
  I was wondering if anybody is using successfully Skype or Ekiga
  (any other SIP phone)  via the Open Sound System compiled from
  ports? Would you mind sharing your devfs.conf file and rc.conf
  file?
 
  Thank you
  Predrag
 
  net/skype in the ports works out of the box. No special configs
  needed. net/skype-devel is a work in progress and is currently
  broken.
 
  Beech

 Maybe with build in OSS but not with OSS compiled from ports. In
 particular, how do I set up microphone. I can hear the test call
 but my voice is not recorded.

Check the output from 'mixer' 

The mic and input vol should not be 0:0

See man(8) mixer

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: install app without ports

2007-08-13 Thread Beech Rintoul
On Monday 13 August 2007, Jean-Paul Natola said:
 Hi all,

 I was just old today that SpamAssassin 3.2.3 has the fix I need to
 run it on FreeBSD-

 The problem is that it has not yet been updated in the ports tree,
 so I downloaded it from the apache website-

 But I do not know how to install it, as I have always installed the
 applications from the ports ( make install)

 How do I go about installing it on FreeBSD 6.2 ?

The update is waiting approval, and will be in the tree shortly. In 
the mean time you can download the patch here and apply it from the 
SpamAssassin directory:

http://people.freebsd.org/~beech/diffs/SpamAssassin.diff

Cheers,

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: install app without ports

2007-08-13 Thread Beech Rintoul
On Monday 13 August 2007, Jean-Paul Natola said:
 Hi all,

 I was just old today that SpamAssassin 3.2.3 has the fix I need to
 run it on FreeBSD-

 The problem is that it has not yet been updated in the ports tree,
 so I downloaded it from the apache website-

 But I do not know how to install it, as I have always installed the
 applications from the ports ( make install)

 How do I go about installing it on FreeBSD 6.2 ?

The port has been updated, please update your ports tree.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: /stand/sysconfig does't work

2007-08-03 Thread Beech Rintoul
On Thursday 02 August 2007, [EMAIL PROTECTED] said:
 I just purchased Freebsd-6.1 RELEASE and  /stand/sysinstall doesn't
 work.

 I have been using freebsd since the version 2.1.  When installing,
 I always use /stand/sysinstall.  Now I have freebsd's 6.1 version.
 /stand/sysinstall no longer works.  Now I think
 /someword/sysinstall works.  I have at least 10 versions of
 freebsd, both books and the freebsd website.  After a long day of
 research, I couldn't the find the word  in the above example.

 What word do I use for someword?

 /someword/sysinstall

 Thanks in advance
 bruce

It's now just sysinstall and the binary is in /usr/sbin/sysinstall.

Cheers

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: upgrade help

2007-07-29 Thread Beech Rintoul
On Sunday 29 July 2007, Aton A said:
 Hi,
 I am unable to find this information anywhere in the manual or
 Google.  Can someone please point me in the direction of upgrading
 from freeBSD 6.2--release to freeBSD 7 current?

The general information for this is in the handbook. 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html

However, unless you are very experienced with FreeBSD or have a very 
specific need, you should think twice about upgrading to -current. 
Upgrading to -current just to get the latest whistles and bells isn't 
a good idea and you should be prepared to do a lot of your own 
troubleshooting if something doesn't work. At the very least you 
should figure on rebuilding all your ports. We are close to the 7.0 
release and the fact that you are even asking this question means 
that you should probably wait for the release. Finally, keep in mind 
that if you do upgrade to -current and get in trouble, you won't be 
able to downgrade back to 6.x without a clean install.

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: php5 won't compile

2007-07-22 Thread Beech Rintoul
 to 
the FreeBSD 6.X branch, which is a stable and mature platform, and is 
now the 'reference' FreeBSD branch for the Ports Collection. 
The last known good tree has been tagged with the RELEASE_4_EOL tag 
as a convenience to those remaining users who intend to self-support 
their own 4.X installations. This tag is not supported in any way and 
security fixes will not be applied. Usage is therefore highly 
discouraged and should only be used as a last resort.

Support for RELENG_4 was removed from the ports infrastructure after 
the RELENG_4_EOL tag and the ports collection can no longer be used 
on that branch. Therefore maintainers are also no longer required to 
provide any form of support for running their ports on FreeBSD 4.X, 
and may also remove any legacy support code at their convenience.


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: is this possible? (let user able to access two moint points, one beneath another)

2007-07-22 Thread Beech Rintoul
On Saturday 21 July 2007, Zhang Weiwu said:
 Dear all

 I wish to export two directories for other people to mount, so I
 write in my /etc/exports:

 /var/ftp/pub -ro
 /var/ftp/pub/music -ro

 Start NFS server then I found only /var/ftp/music is successfully
 exported, /var/log/message says:

 Jul 22 15:34:32 exupery mountd[404]: can't change
 attributes for /var/ftp/pub/music
 Jul 22 15:34:32 exupery mountd[404]: bad exports list
 line /var/ftp/pub/music -ro

 I cannot understand what is change attributes and why it cannot
 be done, so I go to read handbook. Here is the handbook section
 about this issue
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/networking.htm
l#EXPORTS-ERRORS

 12.13. Why does mountd keep telling me it “can't change
 attributes” and that I have a “bad exports list” on my
 FreeBSD NFS server?

 The most frequent problem is not understanding the correct
 format of /etc/exports. Please review exports(5) and the
 NFS entry in the Handbook, especially the section on configuring
 NFS.

 And yes, I reviewed both document, and I am sure the format is
 correct because it's only two similar lines and the first line is
 accepted by server:
 /var/ftp/pub -ro
 /var/ftp/pub/music -ro

 Give up on this, then I think probably I can use -alldirs. I write
 my /etc/exports:
 /var/ftp/pub -alldirs -ro

 Start NFS server, check /var/log/messages I found:

 Jul 22 15:30:37 exupery mountd[404]: -alldirs requested
 but /var/ftp/pub is not a filesystem mountpoint
 Jul 22 15:30:37 exupery mountd[404]: bad exports list
 line /var/ftp/pub -alldirs

 This seems to suggest that I cannot use -alldirs because
 /var/ftp/pub is a plain directory, only a mount point can use
 -alldirs (in my case, /var).

 So I am stuck here. Any suggestion getting me out? Is it possible
 at all to export a directory and also it's sub-directory?

 Best Regards

Try writing the export:

 /var/ftp/pub  /var/ftp/pub/music -ro


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: is this possible? (let user able to access two moint points, one beneath another)

2007-07-22 Thread Beech Rintoul
On Sunday 22 July 2007, Zhang Weiwu said:
 On Sun, 2007-07-22 at 00:43 -0800, Beech Rintoul wrote:
  Try writing the export:
 
   /var/ftp/pub  /var/ftp/pub/music -ro

 This worked! Thanks otherwise I wouldn't know the difference.

 I used to write such thing on Linux that worked:
 /var/ftp/pub parameter
 /var/ftp/pub another_set_of_parameters
 /var/ftp/pub/music parameters
 /var/ftp/pub/music another_set_of_parameters


 P.S. I can know why you didn't put FreeBSD Questions list on 'cc'?
 If you simply forgotten I'd like to forward this reply there.

Sorry, wrong reply button. Anyway you're welcome I've run into the 
same problem myself, FreeBSD won't let you export two directories 
from the same filesystem unless you do it that way.


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: moving /home to new drive

2007-07-18 Thread Beech Rintoul
On Tuesday 17 July 2007, Zbigniew Szalbot said:
 Hello again,

 On Wed, 18 Jul 2007 12:46:36 +0700 (ICT), Olivier Nicole
 [EMAIL PROTECTED]

 wrote:
  Or do I need to delete the
  symlink first and only then try to mount the new drive as /home?
 
  - delete the symlink

 OK

  - create a directory /home

 Do I create it on the existing drive and

  - mount the new drive

 then mount the new drive? I just want to make sure I unders

  - copy the files
 
  You cannot mount a disk on a symlink and you cannot mount a disk
  until you have created the mount point.

 And what about samba? I just realized I will need to alter sama
 configuration becasue current /usr/home is available as a network
 share. Thank you once again!

Copy the contents of home to your new drive. Delete everything 
inside /usr/home. Mount the new disk to /usr/home. Keeps your tree 
the same.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: proftpd vs PAM authentication

2007-07-16 Thread Beech Rintoul
On Monday 16 July 2007, Hartleigh Burton said:
 Hi everyone,

 I am relatively new to FreeBSD and have what I hope is a simple
 question regarding proftpd and PAM authentication.

 I have just installed proftpd via the available port, and after
 installation a message was returned saying:

 ###
 Make sure you have the following lines in your PAM configuration
 file so that ProFTPd's PAM module can authenticate users correctly.

 ftpd authrequiredpam_unix.so try_first_pass
 ftpd account requiredpam_unix.so try_first_pass
 ftpd session requiredpam_permit.so
 ###

 After reading into this I am confused as to where exactly I should
 be entering this information. According to the proftpd README file,
 in FreeBSD it likes to get this information from /etc/pam.conf,
 whereas LINUX looks in /etc/pam.d/ftp, and what topped it off for
 me is the / etc/pam.d/ftpd file.

 Where is the best place to have this configuration information; is
 it required considering there is already lines in /etc/pam.d/ftp;
 if required should I overwrite /etc/pam.d/ftp or append to the
 beginning/ end of the file?

 I hope there is enough information here for someone to help. Any
 help provided is greatly appreciated in advance ;)


Actually that isn't required anymore and is a holdover from earlier 
versions. The pam configuration for ftpd is in /etc/pam.d/ftpd and 
already contains the required entries. I should probably just remove 
it to avoid confusion.

Beech - Proftpd Maintainer

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: ports mbone/udpcast (PR# 114061) outdated

2007-07-01 Thread Beech Rintoul
On Sunday 01 July 2007, Tim Judd said:
 I noticed not too long ago that mbone/udpcast was outdated (as in
 more than 3 years old).  Not knowing what or how to proceed with
 such an outdated port, I decided to file a bug report.  It seemed
 the sensible thing to do.

 As you can see below, Edwin (edwin .at. FreeBSD.org) made the
 change to close the ticket without much details.

  State-Changed-From-To: open-closed
  State-Changed-By: edwin
  State-Changed-When: Wed Jun 27 07:20:48 UTC 2007
  State-Changed-Why:
  Please submit patches

 Well, I know what patches are, but I don't think patches themselves
 are able to fix the outdated port..  so I'm lost.  What do I do?

 I thought since the port was extremely outdated, that someone with
 a commit bit would have to setup the updated port in the CVS tree,
 I can't commit them myself.  I don't even know exactly what patches
 are needed or where to submit them.

 So, how do I proceed?  I need some tips and a hand-in-hand tutorial
 on what to update and where to send the update.

 Thanks for the tips.  BTW: I'm subscribed to the questions list on
 a digest, I ask a CC please on all the replies.

 --Tim J.

The porters handbook is your friend :-)

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html

You should also subscribe to [EMAIL PROTECTED] That would be 
the correct list for port questions.

Cheers,

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Stop in /usr/ports/... error code 1

2007-06-29 Thread Beech Rintoul
On Thursday 28 June 2007, zigniew szalbot said:
 Hi,

 I sometimes make a mistake of selecting wrong options while
 installing port software which ends in a port not being installed.
 I never know how to undo it in order to start again from the
 options selection. I try make clean but that does not fix the
 issue and I cannot get a given port installed.

 What is the procedure to delete initial choice of settings to start
 afresh?

 Thank you very much in advance!

 Zbigniew Szalbot

'make config' will get you the options screen.

Cheers,

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: ftp woes

2007-06-22 Thread Beech Rintoul
On Friday 22 June 2007, Beech Rintoul said:
 On Thursday 21 June 2007, RYAN M. vAN GINNEKEN said:
  Hello all i have been going crazy trying to sort out this ftp
  problem. I have a server machine that is connected directly to
  the net i have opened my ipf firewall to accept all connections.
  At first i thought i did not need ipnat rules becuase this host
  is not acting as a gateway just a standalone machine. I added
  these rules to ipnat just to be on the safe side even though i do
  not have a internal network.
 
  # This rule will handle all the traffic for the internal LAN:
  map xl0 192.168.0.0/16 - 0/32 proxy port 21 ftp/tcp
 
  # This rule handles the FTP traffic from the gateway:
  map xl0 0.0.0.0/0 - 0/32 proxy port 21 ftp/tcp
 
  # THE RULE THAT FORWARDS EVERTHING
  map xl0 192.168.0.0/16 - 0/32
  map xl0 192.168.1.0/16 - 0/32
 
  I tried the default ftpd and lukemftp now i have installed and
  configured proftpd
 
  I can login ok but when i try to do a cd or ls i always get this
  error
 
  ftp new.computerking.ca
  Connected to new.computerking.ca.
  220 ProFTPD 1.3.1rc2 Server (ProFTPD Default Installation)
  [68.144.1.51] Name (new.computerking.ca:rmvg): computerking
  331 Password required for computerking
  Password:
  230 User computerking logged in
  Remote system type is UNIX.
  Using binary mode to transfer files.
  ftp ls
  ftp: connect: No route to host
  ftp cd
  (remote-directory) /
  250 CWD command successful
  ftp ls
  ftp: connect: No route to host
  ftp dir
  ftp: connect: No route to host
  ftp

 You need both port 20 and port 21.

This might help explain it to you: http://slacksite.com/other/ftp.html


 Beech



-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: ftp woes

2007-06-22 Thread Beech Rintoul
On Thursday 21 June 2007, RYAN M. vAN GINNEKEN said:
 Hello all i have been going crazy trying to sort out this ftp
 problem. I have a server machine that is connected directly to the
 net i have opened my ipf firewall to accept all connections. At
 first i thought i did not need ipnat rules becuase this host is not
 acting as a gateway just a standalone machine. I added these rules
 to ipnat just to be on the safe side even though i do not have a
 internal network.

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

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

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

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

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

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

You need both port 20 and port 21.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: denyhosts and the threshold level

2007-06-18 Thread Beech Rintoul
On Sunday 17 June 2007, Zbigniew Szalbot said:
 Hello,

 I have denyhosts set with the following options:

 DENY_THRESHOLD_INVALID = 3
 DENY_THRESHOLD_VALID = 3

 In my understanding this should block all ssh login attempts from a
 host which fails to provide correct login credentials 3 times (no
 matter if the user actually exists or not at my system). This
 appears to work. But I have a question. When I look at the log I
 can see something like that:

 Failed password for root from 218.9.127.236 port 46472 ssh2 Jun 17
 19:55:38 lists sshd[8048]:
 Failed password for root from 218.9.127.236 port 46631 ssh2 Jun 17
 19:55:42 lists sshd[8052]:
 Failed password for root from 218.9.127.236 port 46786 ssh2 Jun 17
 19:55:45 lists sshd[8057]:
 Failed password for root from 218.9.127.236 port 46952 ssh2 Jun 17
 19:55:49 lists sshd[8069]:
 Failed password for root from 218.9.127.236 port 47106 ssh2 Jun 17
 19:55:53 lists sshd[8071]:
 Failed password for root from 218.9.127.236 port 47261 ssh2 Jun 17
 19:55:56 lists sshd[8075]:
 Failed password for root from 218.9.127.236 port 47414 ssh2 Jun 17
 19:56:00 lists sshd[8079]:
 Failed password for root from 218.9.127.236 port 47566 ssh2 Jun 17
 19:56:03 lists sshd[8081]:

 How can I determine whether the user has actually been cut off
 after 3 attempts? Or does the above mean that the user was not
 blocked?

 Many thanks for your advice!

 Warm regards from Poland.

 Zbigniew Szalbot

I use denyhosts on a couple of my servers. Those login scripts try 
many a second. It takes denyhosts a bit of time to catch it. As for 
them being blocked root should be receiving mail telling you what IP 
was blocked. 

What I see above looks about normal for the app.

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: rsync install md5 error

2007-06-08 Thread Beech Rintoul
On Friday 08 June 2007, Agus said:
 Hi all,
 I am trying to install /usr/ports/net/rsync and i am getting MD5
 checksum mismatch for rsync-2.6.6.tar.gz

 then it says if u are sure u want to override this check, type make
 NO_CHECKSUM=yes

 What does it mean that the MD5 and sha256 checksums are wrong?

 How can i solve it??

Try make distclean then make install clean.

Cheers,

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.freebsd.org/releases/6.2R/announce.html
---



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


Re: rsync install md5 error

2007-06-08 Thread Beech Rintoul

 2007/6/8, Beech Rintoul [EMAIL PROTECTED]:
  On Friday 08 June 2007, Agus said:
   Hi all,
   I am trying to install /usr/ports/net/rsync and i am getting
   MD5 checksum mismatch for rsync-2.6.6.tar.gz
  
   then it says if u are sure u want to override this check, type
   make NO_CHECKSUM=yes
  
   What does it mean that the MD5 and sha256 checksums are wrong?
  
   How can i solve it??
 
  Try make distclean then make install clean.
 
  Cheers,
 
  Beech

On Friday 08 June 2007, Agus said:
 I see that in samba.org the version is 2.6.9...so my bsd tries to
 download it from another place
 is there a way to make install version 2.6.9 instead of the default
 that is trying??

2.6.9 is the current version. You need to update your ports tree.
See the handbook for details.

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.freebsd.org/releases/6.2R/announce.html
---



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


Re: [freebsd-questions] Can't build php5?

2007-05-21 Thread Beech Rintoul
On Monday 21 May 2007, Patrick Baldwin said:
 Hi, I'm in the process of trying to build a Horde/IMP server.  I
 started by freshly installing  updating 6.2-RELEASE-p4 FreeBSD.  I
 then installed IMP package with pkg_add -r imp.  All seemed to go
 well.  I then started working my way through configuring the
 various newly installed things.

 From:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-a
pache.html

 I added:

 LoadModule php5_modulelibexec/apache/libphp5.so

 AddModule mod_php5.c
  IfModule mod_php5.c
  DirectoryIndex index.php index.html
  /IfModule
  IfModule mod_php5.c
  AddType application/x-httpd-php .php
  AddType application/x-httpd-php-source .phps
  /IfModule

 To my /usr/local/etc/apache/httpd.conf file.

 When I tried to restart Apache, I get:
   apachectl start
 Syntax error on line 238 of /usr/local/etc/apache/httpd.conf:
 Cannot load /usr/local/libexec/apache/libphp5.so into server:
 Cannot open /usr/local/libexec/apache/libphp5.so
 /usr/local/sbin/apachectl start: httpd could not be started


 And sure enough, it's not there.  I go to /usr/ports/lang/php5,
 Run make config install, telling it to build Apache module, and
 I get:

 ===  Vulnerability check disabled, database not found
 ===  Found saved configuration for php5-5.2.2
 = suhosin-patch-5.2.2-0.9.6.2.patch.gz doesn't seem to exist in
 /usr/ports/distfiles/.
 = Attempting to fetch from
 http://www.hardened-php.net/suhosin/_media/. fetch:
 http://www.hardened-php.net/suhosin/_media/suhosin-patch-5.2.2-0.9.
6.2.patch.gz: Connection refused
 = Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
 fetch:
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/suhosin-patch-5.2
.2-0.9.6.2.patch.gz: File unavailable (e.g., file not found, no
 access)
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/ and try again.
 *** Error code 1

 Stop in /usr/ports/lang/php5.
 *** Error code 1

 Stop in /usr/ports/lang/php5.


 My goal here is to get a working FreeBSD 6.2 Horde/IMP server.  I'm
 new to all these things, so if I'm going about this the hard or the
 stupid way, please don't hesitate to tell me.  It seemed like the
 easiest and fastest way to get a working install would be to
 install the package, but maybe I'm wrong.

 Regards,

The problem is there have been upgrades to php and their server is 
currently down. This has been reported by several people and all I 
can suggest is to try again later. FWIW, I just tried to fetch and 
it's still down.

Beech

-- 
---
Beech Rintoul - Port Maintainer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.freebsd.org/releases/6.2R/announce.html
---



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


Re: xorg 7.2 start problem

2007-05-21 Thread Beech Rintoul
 freetype: vendor=X.Org Foundation  the After X-TT
 Project compiled for 7.2.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
 (II) Loading font FreeType
 (II) LoadModule: mga
 (WW) Warning, couldn't open module mga
 (II) UnloadModule: mga
 (EE) Failed to load module mga (module does not exist, 0)
 (II) LoadModule: mouse
 (WW) Warning, couldn't open module mouse
 (II) UnloadModule: mouse
 (EE) Failed to load module mouse (module does not exist, 0)
 (II) LoadModule: kbd
 (WW) Warning, couldn't open module kbd
 (II) UnloadModule: kbd
 (EE) Failed to load module kbd (module does not exist, 0)
 (EE) No drivers available.

 Fatal server error:
 no screens found

You're missing several modules. Build the xorg-drivers port.

Beech
-- 
---
Beech Rintoul - Port Maintainer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.freebsd.org/releases/6.2R/announce.html
---



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


Re: cvsup ports

2007-05-17 Thread Beech Rintoul
On Thursday 17 May 2007, David Coder said:
 i'm finding that cvsup comes up empty in trying to update the port
 tree from cvsup2  cvsup3 (haven't tried others).  is there
 something wrong w/ them or have i missed a crucial turn of events?


The ports tree is in a freeze state right now pending the merge of 
xorg-7.2. You can monitor the freebsd-ports@ list for details.

Beech

-- 
---
Beech Rintoul - Port Maintainer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.freebsd.org/releases/6.2R/announce.html
---



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


Mailman - Problems, virtual-mailman not created

2007-05-05 Thread Beech Rintoul
I just installed Mailman for the first time and virtual-mailman is not 
being created. I'm using postfix and have the following in mm_cf.py:

MTA = 'Postfix'
POSTFIX_ALIAS_CMD = '/usr/local/sbin/postalias'
POSTFIX_MAP_CMD = '/usr/local/sbin/postmap'
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['domain1.org', 'domain2.com']

Running genaliases created the aliases db, but there is no 
virtual_mailman or db.

The virtual domains work and receive mail. What do I do next? Trying 
to create a new list in those domains resulted in not found errors.

I've scoured the docs and I seem to have everything setup properly. 
Anyone have experience with this?

Beech
-- 
---
Beech Rintoul - Port Maintainer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.freebsd.org/releases/6.2R/announce.html
---



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


Re: Make is broken! How to fix?

2007-05-01 Thread Beech Rintoul
On Tuesday 01 May 2007, W. D. said:
 At 21:06 5/1/2007, Garrett Cooper wrote:
 W. D. wrote:
  usw2# cd make++
  usw2# ls -lt
  total 5
  -rw-r--r--  1 root  wheel  1221 May  1 18:35 Makefile
  -rw-r--r--  1 root  wheel   190 May  1 18:35 distinfo
  -rw-r--r--  1 root  wheel   643 May  1 18:35 pkg-plist
  -rw-r--r--  1 root  wheel   602 Oct 17  2004 pkg-descr
  usw2# make install
  /usr/ports/Mk/bsd.port.mk, line 5460: Malformed conditional
 
 (defined(USE_RCORDER) || defined(USE_RC_SUBR)  ${USE_RC_SUBR:U}
  != YES)
 
  /usr/ports/Mk/bsd.port.mk, line 5470: Malformed conditional
 
 (defined(USE_RC_SUBR)  ${USE_RC_SUBR:U} != YES)
 
  /usr/ports/Mk/bsd.port.mk, line 5481: if-less endif
  /usr/ports/Mk/bsd.port.mk, line 5481: Need an operator
  /usr/ports/Mk/bsd.port.mk, line 5958: if-less endif
  /usr/ports/Mk/bsd.port.mk, line 5958: Need an operator
  make: fatal errors encountered -- cannot continue
 
  FreeBSD 4.4-RELEASE
 
  Just ran cvsup.  Any ideas?
 
  Thanks for your help!
 
 4.x hasn't been supported for some weeks. Please update to a newer
 version of FreeBSD (6.x preferred).

 Also, just remembered.  The server is running Plesk
 server management software.  (Also, an older version.)
 If I upgreade to 6.2, it will kill Plesk.

 Any other ideas?

Can't help you with Plesk, but the last good ports collection is now 
tagged RELEASE_4_EOL. You can cvsup using that tag. After that any 
upgrades are on you. Also bear in mind that security fixes are no 
longer supported on that branch. All of the 4.x build tools have been 
removed from the tree, so ports after that will not build.

As for a production server, you should do a clean build on another 
server and migrate your files over. There have been significant 
filesystem improvements since 4.x and just doing an update will not 
get you the benefits.

As for a version 6.2 is much preferred over 5.x.

Beech



-- 
---
Beech Rintoul - Port Maintainer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.freebsd.org/releases/6.2R/announce.html
---



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


Re: DHCP client configuration on FreeBSD

2007-04-28 Thread Beech Rintoul
On Saturday 28 April 2007, L Goodwin said:
 --- Beech Rintoul [EMAIL PROTECTED] wrote:
  On Friday 27 April 2007, L Goodwin said:
   When I ran the DHCP client configuration tool on
   FreeBSD 6.2, it added a new hostname variable to
   /etc/rc.conf below existing the hostname var (it
   did not remove or comment-out the old hostname
   variable).
   The NEW hostname includes the ISP's domain name:
 hostname=dhcppc0.ISP domain name here
  
   This hostname differs from the hostname listed in
   the router's DHCP table dhcpp0 (no domain name).
   It also shows unique IP addresses and MAC

 addresses

   for all hosts on the LAN.
  
   I can ping the IP address assigned to the FreeBSD
   system, but ping and net lookup fail when its
   hostname is specified (both with and without the
   domain name).
  
   Questions:
   1) Why did the hostname get changed (does not
   occur for Windows clients)?
   2) Why does the hostname in /etc/rc.conf contain
   the DNS domain name?
 
  FreeBSD uses the FQDN (fully qualified domain name)
  as the hostname.
  Example: hostname= yourmachine.yourdomain.com
 
   3) How do I resolve this problem?
 
  Unless you provide your own DNS that resolves your
  internal network and supersede dhclient with your
  domain name,  DHCP will use the domain and DNS from
  your provider. Your windows boxes point to your
  isp's nameservers which have no records of your
  server or it's address. Therefore it can't resolve
  your machine's hostname.
  If you do provide your own internal name service you
  will also need to edit /etc/dhclient.config (see man
  dhclient.conf), and point your windows boxes to your
  DNS instead of your isp's. You can use a fictitious
  domain name internally, just make sure that the
  domain doesn't actually exist on the net.
  You can also use the FreeBSD IP address as a domain
  name on your windows boxes to connect.

 Is there a way to a) make dhclient use hostname
 without a domain name appended, or b) make dhclient
 instruct the DHCP server to append the domain name to
 the hostname?

You're confusing windows networking with real networking. If all 
you're trying to do is share files with the windows boxes, just put 
the machine name as hostname and don't worry what gets appended to 
it. Samba will handle the windows part of it (machine name and 
workgroup). Windows uses a different system to identify machines on 
it's network. Don't confuse a windows domain with a real domain 
they are different things. On a windows network you use samba to make 
the windows boxes think that the FreeBSD box is one of theirs and 
share files and printers. You can find detailed how-to's on samba's 
site. There is no need to ping by hostname unless you're running a 
server on the FreeBSD box in which case you need to setup real DNS or 
just use the FreeBSD IP as the hostname from windows. 


  Running  bind requires a fairly steep learning
  curve, but there are simple nameservers in the ports
  tree that would probably better suit your needs.

 Are you referring to the built-in command in bsh that
 lists/alters key bindings for the line editor?
 I don't understand what bind has to do with any of this.

I'm not talking about binding keys, what I was talking about is bind. 
That's a dns server already in the base system. If you want to freely 
resolve your machines by hostname and domain you probably need to set 
up a caching nameserver to resolve your internal network. And point 
all your machines at it.

Beech


-- 
---
Beech Rintoul - Port Maintainer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.freebsd.org/releases/6.2R/announce.html
---



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


  1   2   3   >