From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 02:09:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EF1016A46C for ; Sun, 8 Jul 2007 02:09:02 +0000 (UTC) (envelope-from xrayv19@yahoo.com) Received: from web58112.mail.re3.yahoo.com (web58112.mail.re3.yahoo.com [68.142.236.135]) by mx1.freebsd.org (Postfix) with SMTP id 239C313C484 for ; Sun, 8 Jul 2007 02:09:01 +0000 (UTC) (envelope-from xrayv19@yahoo.com) Received: (qmail 23142 invoked by uid 60001); 8 Jul 2007 01:42:20 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=ttvYYNs5leM4rbjkr014ybyWjrSGnqD01RJ7U3deIHQKGK77OGe5G+u94lzcC8mGie1TdYKXIBDzMneTqvDvTGLCBFjIt8QXV9UrrGNyIOAjreF6VSSEeagwiosa2cRoLweZSOgFIiPY6WoEbdveDA9IZ8DQyuWw/pwbi0nrjJI=; X-YMail-OSG: nd.XyY8VM1lPUYMP47Ga.qLQJkTubqOigWrgOmDw3gFP33916Tp_j5nYtfikkQhEWYM11.dO8ojxHnIYWUCA.l5tDQOI.HSxOOdm Received: from [131.191.24.2] by web58112.mail.re3.yahoo.com via HTTP; Sat, 07 Jul 2007 18:42:20 PDT Date: Sat, 7 Jul 2007 18:42:20 -0700 (PDT) From: L Goodwin To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <543595.21864.qm@web58112.mail.re3.yahoo.com> Subject: Correct way to use dump to backup a Samba share X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 02:09:02 -0000 I have a Samba share on a software RAID 1 array (using gmirror) that I need to backup. I want to create a shell script that does a level 0 backup every time to (alternately) one of two USB drives. I plan to have only ONE USB drive connected at a time. I want the script to mount the drive, perform the backup, then unmount the drive so that it is ready for someone who knows zip about computers to safely remove and take offsite. Here are the steps I have for the script. Is this all I need to do? Do I need any error handling logic? THANKS! # Mount the backup drive: mount /dev/usb0 # Create the backup: /sbin/dump -0u -f /dev/usb0 /sambavol # Unmount the backup drive: umount /dev/usb0 ____________________________________________________________________________________ Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 03:16:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C3DE16A421 for ; Sun, 8 Jul 2007 03:16:03 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id D1FA113C455 for ; Sun, 8 Jul 2007 03:15:57 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l683Flq1012487 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 7 Jul 2007 22:15:47 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <469056DE.40902@tundraware.com> Date: Sat, 07 Jul 2007 22:15:42 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: Enabling A Serial Port On 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 03:16:03 -0000 System is FreeBSD 6.2-STABLE. I've added this to /etc/ttys: ttyd0 "/usr/libexec/getty dial.115200" unknown on insecure And this to gettytabs: dial.115200:\ :np:to#30:hw:sp#115200:pp=/etc/ppp/pppserv But when I 'kill -HUP 1' no getty process on ttyd0 shows up in the ps listing. dmesg | grep sio yields: ioapic0 irqs 0-23 on motherboard acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 usb0: USB revision 1.0 usb1: USB revision 1.0 usb2: USB revision 1.0 usb3: USB revision 1.0 usb4: EHCI version 1.0 usb4: USB revision 2.0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled Looking into /dev, I see: crw------- 1 root wheel - 0, 50 Jul 7 14:46 /dev/ttyd0 crw------- 1 root wheel - 0, 51 Jul 7 14:46 /dev/ttyd0.init crw------- 1 root wheel - 0, 52 Jul 7 14:46 /dev/ttyd0.lock This all used to work swell under 4.x, so what am I missing. I've got a modem connected to the port in question and I've tried resetting it and re-initing. No luck. Ideas? (And TIA) -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 04:09:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 587AC16A41F for ; Sun, 8 Jul 2007 04:09:11 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3953213C448 for ; Sun, 8 Jul 2007 04:09:11 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: by nyi.unixathome.org (Postfix, from userid 1001) id 2AE95508AB; Sun, 8 Jul 2007 00:10:03 -0400 (EDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20070708041004.2AE95508AB@nyi.unixathome.org> Date: Sun, 8 Jul 2007 00:10:03 -0400 (EDT) Subject: The FreeBSD Diary: 2007-06-17 - 2007-07-07 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 04:09:11 -0000 The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 06:21:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B5EC16A400 for ; Sun, 8 Jul 2007 06:21:33 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 5459313C447 for ; Sun, 8 Jul 2007 06:21:28 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l686LFAS016342 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 8 Jul 2007 01:21:16 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <46908257.8060209@tundraware.com> Date: Sun, 08 Jul 2007 01:21:11 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <469056DE.40902@tundraware.com> In-Reply-To: <469056DE.40902@tundraware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: Re: Enabling A Serial Port On 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 06:21:33 -0000 Tim Daneliuk wrote: > System is FreeBSD 6.2-STABLE. > > I've added this to /etc/ttys: > > ttyd0 "/usr/libexec/getty dial.115200" unknown on insecure > > And this to gettytabs: > > dial.115200:\ > :np:to#30:hw:sp#115200:pp=/etc/ppp/pppserv > > But when I 'kill -HUP 1' no getty process on ttyd0 shows up in the ps > listing. I found (and fixed) what was causing this, but it is very strange and I am documenting here so others may avoid the pain. At the *end* of /etc/ttys the file, I put: ttyd0 "/usr/libexec/getty dial.115200" unknown on insecure But ... the entry did not end with a newline and init apparently thus didn't recognize it. Ending the line made everything happy. I am submitting this as a (very minor) bug, since I do not believe this to be correct behavior (but what do I know ;) ... ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 06:41:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9089416A468 for ; Sun, 8 Jul 2007 06:41:37 +0000 (UTC) (envelope-from lubos.matousek@lubnet.net) Received: from webhosting.eurointernethosting.eu (webhosting.eurointernethosting.eu [87.236.196.15]) by mx1.freebsd.org (Postfix) with ESMTP id 3DB6913C458 for ; Sun, 8 Jul 2007 06:41:37 +0000 (UTC) (envelope-from lubos.matousek@lubnet.net) Received: from webhosting.eurointernethosting.eu (localhost [127.0.0.1]) by webhosting.eurointernethosting.eu (Postfix) with ESMTP id 2B86C2DE4B for ; Sun, 8 Jul 2007 08:22:18 +0200 (CEST) Received: from gateway (ip-85-160-169-174.eurotel.cz [85.160.169.174]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by webhosting.eurointernethosting.eu (Postfix) with ESMTP id 7E5B72DE4A for ; Sun, 8 Jul 2007 08:22:14 +0200 (CEST) From: "Lubomir Matousek" To: Date: Sun, 8 Jul 2007 08:21:54 +0200 Message-ID: <002301c7c128$4e771c70$eb655550$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcfBKEWmy3a8pnHWTCCXKWcGjILnnQ== Content-Language: cs X-Virus-Scanned: ClamAV using ClamSMTP Subject: disaster - restore data from corrupted archive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 06:41:37 -0000 Hello all, Today I destroyed /usr/home directory. I have a bzip2 dump backup of entire /usr directory (level0). But some of data in bzip2 file are corrupted. I verified it by bzip2 -vv. Finally, I used bzip2recover, I've decompressed about 800 files with no error message. Is there safe way to restore or extract /home directory?? Thank you for help... Lubos From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 06:57:50 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1D7616A421 for ; Sun, 8 Jul 2007 06:57:50 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 6C26013C44C for ; Sun, 8 Jul 2007 06:57:49 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id QAA14453; Sun, 8 Jul 2007 16:57:17 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 8 Jul 2007 16:57:16 +1000 (EST) From: Ian Smith To: Jeffrey Goldberg In-Reply-To: <20070708040924.9E9AA16A47D@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org, Lisa Casey , Peter Boosten Subject: Re: Adding a new command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 06:57:50 -0000 On Sat, 7 Jul 2007 16:20:53 -0500 Jeffrey Goldberg wrote: > On Jul 7, 2007, at 11:42 AM, Peter Boosten wrote: > > > It's more obvious to put local scripts in /usr/local/bin, IMHO. > > Let me add to this (as someone who recently moved from linux to > FreeBSD). Unlike Linux, FreeBSD isn't just a kernel, but a complete > operating system. So the things in /bin and /usr/bin are as fully > part of FreeBSD as the kernel itself, while on Linux distributions, > those things are bundled with Linux as part of a distribution. > > So this is one reason why it is best to put tools like you describe in > > /usr/local/sbin My preference for such local scripts that ought not be confused with any system (or local port) scripts is to put them in /root/bin .. no chance of any sort of upgrade clobbering them there, and your own scripts are all together. You need to specify full path for any of these where used in a crontab, but that's good practice anyway. If you're using [t]csh, as Lisa appears to be (needing to run 'rehash' to find newly added commands), $HOME/bin is already in the default path. Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 08:04:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0568516A41F for ; Sun, 8 Jul 2007 08:04:34 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id A89B013C455 for ; Sun, 8 Jul 2007 08:04:33 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6884Vqp023210; Sun, 8 Jul 2007 10:04:32 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id B59C1B854; Sun, 8 Jul 2007 10:04:31 +0200 (CEST) Date: Sun, 8 Jul 2007 10:04:31 +0200 From: Roland Smith To: L Goodwin Message-ID: <20070708080431.GA17250@slackbox.xs4all.nl> Mail-Followup-To: L Goodwin , freebsd-questions@freebsd.org References: <543595.21864.qm@web58112.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline In-Reply-To: <543595.21864.qm@web58112.mail.re3.yahoo.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Correct way to use dump to backup a Samba share X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 08:04:34 -0000 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 07, 2007 at 06:42:20PM -0700, L Goodwin wrote: > I have a Samba share on a software RAID 1 array (using > gmirror) that I need to backup. I want to create a > shell script that does a level 0 backup every time to > (alternately) one of two USB drives. I plan to have > only ONE USB drive connected at a time.=20 >=20 > I want the script to mount the drive, perform the > backup, then unmount the drive so that it is ready for > someone who knows zip about computers to safely remove > and take offsite.=20 >=20 > Here are the steps I have for the script. > Is this all I need to do? Do I need any error handling > logic? THANKS! > # Mount the backup drive: > mount /dev/usb0 >=20 > # Create the backup: > /sbin/dump -0u -f /dev/usb0 /sambavol >=20 > # Unmount the backup drive: > umount /dev/usb0 The following is a rough outline of what you should do; -------------- shell-script -------------- #!/bin/sh # The following assumes that the USB mass-storage device is formatted # with a UFS filesystem # Only root can perform dumps. if [ $(id -u) -ne 0 ]; then echo "Only root can perform dumps. Exiting." exit 1 fi DDIR=3D/mnt/root # First, check if the target directory exists if [ ! -d $DDIR ]; then echo "The $DDIR directory doesn't exist. Exiting." exit 1 fi # Then check if it is already mounted if mount|grep $DDDIR >/dev/null; then echo "The $DDIR directory is already in use. Exiting" exit 1 fi # Check if the device to dump to exists; DEV=3D/dev/da0 if [ ! -c $DEV ]; then echo "The $DEV device doesn't exist. Exiting." exit 1 fi # Check if the device is already mounted if mount|grep $DEV >/dev/null; then echo "The $DEV device is already mounted. Exiting" exit 1 fi SRC=3D/sambavol DFLAGS=3D"-0 -u -f" # Check if the filesystem that is to be dumped exists. if [ ! -d $SRC ]; then echo "The $SRC directory doesn't exist. Exiting." exit 1 fi # Now check if it is mounted if mount -t ufs|grep $SRC; then DFLAGS=3D"-L "$DFLAGS fi # Mount the USB device. if ! mount $DEV $DDIR; then "Mounting the USB disk failed. Exiting" exit 1 fi DATE=3D$(date "+%Y%m%d") # Perfrom the dump, assuming that the filesystem is live. dump $DFLAGS ${DDIR}/sambavol-0-${DATE}.dump $SRC umount $DDIR -------------- shell-script -------------- Of course, you have to remove old dumps once in a while, lest you run out of disk space. Depending on the contents of the samba share, it might be worthwhile to compress the dump with gzip; # Perfrom the dump,=20 dump $DFLAGS - $SRC|gzip >${DDIR}/sambavol-0-${DATE}.gz Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGkJqPEnfvsMMhpyURAoJSAJ9X3sn74F5iIfYNoXgVJnRXtXTUhwCeO8W7 ybzs4SogmaLGUsB9+MC2meY= =TUdK -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 10:37:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BBD416A46C for ; Sun, 8 Jul 2007 10:37:07 +0000 (UTC) (envelope-from osfq@aerre.it) Received: from host24-126.birch.net (host24-126.birch.net [216.212.24.126]) by mx1.freebsd.org (Postfix) with SMTP id 20D9613C468 for ; Sun, 8 Jul 2007 10:37:05 +0000 (UTC) (envelope-from osfq@aerre.it) Received: (qmail 29477 invoked from network); Sun, 8 Jul 2007 05:34:27 -0700 Received: from unknown (HELO bleiv) (204.90.197.191) by host24-126.birch.net with SMTP; Sun, 8 Jul 2007 05:34:27 -0700 Message-ID: <4690D9D3.7050105@caan.com.tr> Date: Sun, 8 Jul 2007 05:34:27 -0700 From: Tim Haynes User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: multipart/mixed; boundary="------------060005080101040106020705" Subject: Re: Complaint-nizetfttqpi.pdf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 10:37:07 -0000 --------------060005080101040106020705 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit --------------060005080101040106020705 Content-Type: application/pdf; name="Complaint-nizetfttqpi.pdf" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="Complaint-nizetfttqpi.pdf" JVBERi0xLjMgCjEgMCBvYmoKPDwKPj4KZW5kb2JqCjIgMCBvYmoKPDwKL1R5cGUgL0NhdGFsb2cK L1BhZ2VzIDMgMCBSCj4+CmVuZG9iagozIDAgb2JqCjw8Ci9UeXBlIC9QYWdlcwovS2lkcyBbIDQg MCBSIF0KL0NvdW50IDEKPj4KZW5kb2JqCjQgMCBvYmoKPDwKL1R5cGUgL1BhZ2UKL1BhcmVudCAz IDAgUgovUmVzb3VyY2VzIDw8Ci9Gb250IDw8IC9GMCA4IDAgUiA+PgovWE9iamVjdCA8PCAvSW0w IDkgMCBSID4+Ci9Qcm9jU2V0IDcgMCBSID4+Ci9NZWRpYUJveCBbMCAwIDI2NSAyNjhdCi9Dcm9w Qm94IFswIDAgMjY1IDI2OF0KL0NvbnRlbnRzIDUgMCBSCi9UaHVtYiAxMiAwIFIKPj4KZW5kb2Jq CjUgMCBvYmoKPDwKL0xlbmd0aCA2IDAgUgo+PgpzdHJlYW0KcQoyNjUgMCAwIDI2OCAwIDAgY20K L0ltMCBEbwpRCmVuZHN0cmVhbQplbmRvYmoKNiAwIG9iagozMQplbmRvYmoKNyAwIG9iagpbIC9Q REYgL1RleHQgL0ltYWdlSSBdCmVuZG9iago4IDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBl IC9UeXBlMQovTmFtZSAvRjAKL0Jhc2VGb250IC9IZWx2ZXRpY2EKL0VuY29kaW5nIC9NYWNSb21h bkVuY29kaW5nCj4+CmVuZG9iago5IDAgb2JqCjw8Ci9UeXBlIC9YT2JqZWN0Ci9TdWJ0eXBlIC9J bWFnZQovTmFtZSAvSW0wCi9GaWx0ZXIgWyAvTFpXRGVjb2RlIF0KL1dpZHRoIDI2NQovSGVpZ2h0 IDI2OAovQ29sb3JTcGFjZSAxMSAwIFIKL0JpdHNQZXJDb21wb25lbnQgOAovTGVuZ3RoIDEwIDAg Ugo+PgpzdHJlYW0KgAAgUDgkFg0HhEJhULhkNh0PiERiUTikVi0XjEZjUbjkdj0fkEhkUjkklk0n lEplUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oEvQgpghLJNBgyrKxWQgAUgJor1Ujwc65okIc5Un RJMrRgS+Gw2ACEeBWrpbpVMUlPacPocCrNGUhgLsyANHgdyujzgbRMoBsExsFiAFlAIAtECBoJUl 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 Et7alpePWwkn2BbL3cfZPR16rKxZCz1haIhgn1J2OmVUFPvro1f0yy8Llg3ScEvw6vidRAPbpmtj Bgq2fEUb0VkXvf1uscmdvF+rj8/2gLruHf/x+KVdXKtnEiisLfkGRLYEsmjNUCUs+7X88jW34FK2 0ktbL6cHl7kvROYpSyvgT91JHC5uSSkkRhtZ/fystM73EP6eF5VYR9k+cSRqUnRHm5AKZW5kc3Ry ZWFtCmVuZG9iagoxNSAwIG9iago3NjgKZW5kb2JqCnhyZWYKMCAxNgowMDAwMDAwMDAwIDY1NTM1 IGYgCjAwMDAwMDAwMTAgMDAwMDAgbiAKMDAwMDAwMDE4NSAwMDAwMCBuIAowMDAwMDAwMjM0IDAw MDAwIG4gCjAwMDAwMDAyOTMgMDAwMDAgbiAKMDAwMDAwMDQ5NyAwMDAwMCBuIAowMDAwMDAwNTgw IDAwMDAwIG4gCjAwMDAwMDA1OTggMDAwMDAgbiAKMDAwMDAwMDYzNiAwMDAwMCBuIAowMDAwMDAw NzQ0IDAwMDAwIG4gCjAwMDAwMTE5MzMgMDAwMDAgbiAKMDAwMDAxMTk1NSAwMDAwMCBuIAowMDAw MDEyMDA2IDAwMDAwIG4gCjAwMDAwMjk1ODcgMDAwMDAgbiAKMDAwMDAyOTYwOSAwMDAwMCBuIAow MDAwMDMwNDMyIDAwMDAwIG4gCnRyYWlsZXIKPDwKL1NpemUgMTYKL0luZm8gMSAwIFIKL1Jvb3Qg MiAwIFIKPj4Kc3RhcnR4cmVmCjMwNDUyCiUlRU9GCg== --------------060005080101040106020705-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 11:30:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6829216A535 for ; Sun, 8 Jul 2007 11:30:13 +0000 (UTC) (envelope-from aharrison@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 289EB13C468 for ; Sun, 8 Jul 2007 11:30:12 +0000 (UTC) (envelope-from aharrison@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1220658pye for ; Sun, 08 Jul 2007 04:30:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fBMWcyoIexlQmOhU7jzRB8Iu03/YTvzvgl5y08ytNFa5pYXqQeHMYPb5pfxo/WTO0MUPD21VtKXSVjOQhopwfYZg5mFK1ATDbwo3n1cWkYrAYzPus2Wywz3LCrCCZyKMs6skQCNUuNmbtJ55B5GS7ynCKQblwN5c7ElKlP0c/zY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W88oKGEOjIOZix6pSxWonA2SYw839fwPK41BV9TXEALvy/IqFeodo+nQmF48o9+oMem4bY3LcEf+6OPJpmhCPXjS1602syIblYYicHPwxVEuogs5Egy7H/gN074Fv98bps4vOIUbhb8xxKmyz/0CB/yQy2IHZgmu1pyhwoCKor0= Received: by 10.64.143.12 with SMTP id q12mr3302818qbd.1183894212328; Sun, 08 Jul 2007 04:30:12 -0700 (PDT) Received: by 10.65.211.8 with HTTP; Sun, 8 Jul 2007 04:30:12 -0700 (PDT) Message-ID: Date: Sun, 8 Jul 2007 07:30:12 -0400 From: "Andy Harrison" To: "Lisa Casey" In-Reply-To: <003701c7c0ac$f7a6f350$d5b9bfcf@lisac> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <003701c7c0ac$f7a6f350$d5b9bfcf@lisac> Cc: freebsd-questions@freebsd.org Subject: Re: passwd file and user accounts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 11:30:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 7/7/07, Lisa Casey wrote: > I suppose I cannot simply copy /etc/passwd, /etc/group and /home from the > Redhat computer to the FreeBSD computer due to the password hash in > /etc/passwd. Am I correct on this? Would it be possible to copy /etc/passwd > then (before the new system goes "live") reset all the passwords with the > passwd command? That might be easier than adding in close to 700 accounts > using adduser. Does anyone have a better idea of how I might go about > doing this? The other answers to your question are more informative, but I just thought I'd point out the chpass command. I no longer have access to the script I wrote before, but it wasn't difficult. I just wrote a little script that read the passwd and shadow files, ignored the system accounts, and then constructed a valid line for the master.passwd file, then just fed it to the system with chpass -a "$new_entry" - -- Andy Harrison public key: 0x67518262 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: http://firegpg.tuxfamily.org iD8DBQFGkMryNTm8fWdRgmIRAl7+AJ0SHBQGrtESAgj3uAyCvj0y57fReACgw5po Ueuco3rkR/VseXPMqOjzb+4= =d8g0 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 12:40:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D9D616A41F for ; Sun, 8 Jul 2007 12:40:07 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: from web34405.mail.mud.yahoo.com (web34405.mail.mud.yahoo.com [66.163.178.154]) by mx1.freebsd.org (Postfix) with SMTP id 4C36913C457 for ; Sun, 8 Jul 2007 12:40:07 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: (qmail 7901 invoked by uid 60001); 8 Jul 2007 12:13:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=uaenedRZ0iaklDNuHZNI/Jvqwf/SV2vqslfg1JoibjfPi+3m3DpOUocxi0M+wKvoGKKCUD7/Nazs4u7M7V/0osmcXpHHEYNA4s//z1ulSyOaG9WceGfPL3cDtyiDHZh6IRpl1d0GkAvLn9IkjTiFdz03xJvgIqHGQcD7m1G6r04=; X-YMail-OSG: KPndr2kVM1kANekWpbZFjVRlqwu2V0YPwz6S5MmMo4el33Rzwf2Tu7ZxN0uajjJsx8l6QCV.IpZTSkN9xgs45x8dlblnoq0euweLRJWInDxqM6e_oF51sQCaf4gdlg-- Received: from [67.189.184.224] by web34405.mail.mud.yahoo.com via HTTP; Sun, 08 Jul 2007 05:13:25 PDT Date: Sun, 8 Jul 2007 05:13:25 -0700 (PDT) From: White Hat To: FreeBSD Users Questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <500743.5089.qm@web34405.mail.mud.yahoo.com> Subject: Build Failure: "claws-mail-etpan_privacy-0.15.5_8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 12:40:07 -0000 I just installed the newest version of Claws-Mail. When attempting to install "claws-mail-etpan_privacy-0.15.5_8", the build fails. Other add-ons for claws-mail install just fine. I have run the gauntlet of "make clean", deleted the '/usr/ports/distfiles' files and fetched fresh copies, etc; however, nothing works. The following is a copy of the build log. Script started on Sun Jul 8 07:37:23 2007 ===> Extracting for claws-mail-etpan_privacy-0.15.5_8 => MD5 Checksum OK for etpan-privacy-0.15.5.tar.gz. => SHA256 Checksum OK for etpan-privacy-0.15.5.tar.gz. ===> Patching for claws-mail-etpan_privacy-0.15.5_8 ===> claws-mail-etpan_privacy-0.15.5_8 depends on package: claws-mail>=2.6 - found ===> claws-mail-etpan_privacy-0.15.5_8 depends on executable in : gmake - found ===> claws-mail-etpan_privacy-0.15.5_8 depends on file: /usr/local/bin/autoconf259 - found ===> claws-mail-etpan_privacy-0.15.5_8 depends on file: /usr/local/libdata/xorg/libraries - found ===> Configuring for claws-mail-etpan_privacy-0.15.5_8 configure: WARNING: you should use --build, --host, --target checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking for i386-portbld-freebsd6.2-gcc... /usr/local/bin/gcc41 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/local/bin/gcc41 accepts -g... yes checking for /usr/local/bin/gcc41 option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of /usr/local/bin/gcc41... gcc3 checking for library containing strerror... none required checking for i386-portbld-freebsd6.2-gcc... (cached) /usr/local/bin/gcc41 checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/local/bin/gcc41 accepts -g... (cached) yes checking for /usr/local/bin/gcc41 option to accept ANSI C... (cached) none needed checking dependency style of /usr/local/bin/gcc41... (cached) gcc3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking how to run the C preprocessor... /usr/local/bin/gcc41 -E checking build system type... i386-portbld-freebsd6.2 checking host system type... i386-portbld-freebsd6.2 checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by /usr/local/bin/gcc41... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for i386-portbld-freebsd6.2-g++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for i386-portbld-freebsd6.2-g77... no checking for i386-portbld-freebsd6.2-f77... no checking for i386-portbld-freebsd6.2-xlf... no checking for i386-portbld-freebsd6.2-frt... no checking for i386-portbld-freebsd6.2-pgf77... no checking for i386-portbld-freebsd6.2-fort77... no checking for i386-portbld-freebsd6.2-fl32... no checking for i386-portbld-freebsd6.2-af77... no checking for i386-portbld-freebsd6.2-f90... no checking for i386-portbld-freebsd6.2-xlf90... no checking for i386-portbld-freebsd6.2-pgf90... no checking for i386-portbld-freebsd6.2-epcf90... no checking for i386-portbld-freebsd6.2-f95... no checking for i386-portbld-freebsd6.2-fort... no checking for i386-portbld-freebsd6.2-xlf95... no checking for i386-portbld-freebsd6.2-ifc... no checking for i386-portbld-freebsd6.2-efc... no checking for i386-portbld-freebsd6.2-pgf95... no checking for i386-portbld-freebsd6.2-lf95... no checking for i386-portbld-freebsd6.2-gfortran... no checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from /usr/local/bin/gcc41 object... ok checking for objdir... .libs checking for i386-portbld-freebsd6.2-ar... no checking for ar... ar checking for i386-portbld-freebsd6.2-ranlib... no checking for ranlib... ranlib checking for i386-portbld-freebsd6.2-strip... no checking for strip... strip checking if /usr/local/bin/gcc41 supports -fno-rtti -fno-exceptions... no checking for /usr/local/bin/gcc41 option to produce PIC... -fPIC checking if /usr/local/bin/gcc41 PIC flag -fPIC works... yes checking if /usr/local/bin/gcc41 static flag -static works... yes checking if /usr/local/bin/gcc41 supports -c -o file.o... yes checking whether the /usr/local/bin/gcc41 linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd6.2 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.2 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.2 ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/local/bin/pkg-config checking for i386-portbld-freebsd6.2-pkg-config... (cached) /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CLAWS_MAIL... yes checking for pkg-config... (cached) /usr/local/bin/pkg-config checking for GLIB - version >= 2.6.0... yes (version 2.12.12) checking for pkg-config... (cached) /usr/local/bin/pkg-config checking for GTK+ - version >= 2.6.0... yes (version 2.10.13) checking for libetpan-config... /usr/local/bin/libetpan-config checking libetpan/libetpan.h usability... yes checking libetpan/libetpan.h presence... yes checking for libetpan/libetpan.h... yes checking whether libetpan-config hints compiles and links fine... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating pluginconfig.h config.status: executing depfiles commands ===> Building for claws-mail-etpan_privacy-0.15.5_8 gmake all-recursive gmake[1]: Entering directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5' Making all in config gmake[2]: Entering directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5/config' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5/config' Making all in src gmake[2]: Entering directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5/src' if /bin/sh ../libtool --tag=CC --mode=compile /usr/local/bin/gcc41 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/gpgme -I/usr/local/include/claws-mail -I/usr/local/include/claws-mail/common -I/usr/local/include/claws-mail/gtk -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=pentium2 -MT etpan_privacy_la-plugin.lo -MD -MP -MF ".deps/etpan_privacy_la-plugin.Tpo" -c -o etpan_privacy_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c; \ then mv -f ".deps/etpan_privacy_la-plugin.Tpo" ".deps/etpan_privacy_la-plugin.Plo"; else rm -f ".deps/etpan_privacy_la-plugin.Tpo"; exit 1; fi mkdir .libs /usr/local/bin/gcc41 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/gpgme -I/usr/local/include/claws-mail -I/usr/local/include/claws-mail/common -I/usr/local/include/claws-mail/gtk -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=pentium2 -MT etpan_privacy_la-plugin.lo -MD -MP -MF .deps/etpan_privacy_la-plugin.Tpo -c plugin.c -fPIC -DPIC -o .libs/etpan_privacy_la-plugin.o plugin.c:67: error: conflicting types for 'plugin_done' /usr/local/include/claws-mail/common/plugin.h:45: error: previous declaration of 'plugin_done' was here gmake[2]: *** [etpan_privacy_la-plugin.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/mail/claws-mail-etpan_privacy/work/etpan-privacy-0.15.5' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/mail/claws-mail-etpan_privacy. Script done on Sun Jul 8 07:38:23 2007 -- White Hat pigskin_referee@yahoo.com ____________________________________________________________________________________ Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. http://new.toolbar.yahoo.com/toolbar/features/mail/index.php From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 14:26:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7162116A400 for ; Sun, 8 Jul 2007 14:26:22 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id 4BF6913C480 for ; Sun, 8 Jul 2007 14:26:22 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 731 invoked from network); 8 Jul 2007 14:26:21 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 Jul 2007 14:26:21 -0000 Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 469AA2842D; Sun, 8 Jul 2007 10:26:18 -0400 (EDT) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 87EBA1CC28; Sun, 8 Jul 2007 10:26:17 -0400 (EDT) To: tundra@tundraware.com References: <469056DE.40902@tundraware.com> <46908257.8060209@tundraware.com> From: Lowell Gilbert Date: Sun, 08 Jul 2007 10:26:17 -0400 In-Reply-To: <46908257.8060209@tundraware.com> (Tim Daneliuk's message of "Sun\, 08 Jul 2007 01\:21\:11 -0500") Message-ID: <44hcof9dkm.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Enabling A Serial Port On 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 14:26:22 -0000 Tim Daneliuk writes: > But ... the entry did not end with a newline and init apparently thus didn't > recognize it. Ending the line made everything happy. I am submitting > this as a (very minor) bug, since I do not believe this to be correct > behavior (but what do I know ;) ... That's perfectly normal and age-old behaviour. Part of the definition of a "line" of text is that it ends in a newline... From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 14:42:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D60716A477 for ; Sun, 8 Jul 2007 14:42:59 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DD14F13C489 for ; Sun, 8 Jul 2007 14:42:58 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I7Xy7-0003Ri-Se for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 16:42:35 +0200 Received: from host-84-13-103-67.opaltelecom.net.103.13.84.in-addr.arpa ([host-84-13-103-67.opaltelecom.net.103.13.84.in-addr.arpa]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jul 2007 16:42:35 +0200 Received: from matt by host-84-13-103-67.opaltelecom.net.103.13.84.in-addr.arpa with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jul 2007 16:42:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matt Bostock Date: Sun, 8 Jul 2007 14:42:18 +0000 (UTC) Lines: 19 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 84.13.103.67 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty)) Sender: news Subject: Crypto missing after FreeBSD-Update to 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 14:42:59 -0000 Hello, I've been using freebsd-update for some time now and it's been fantastic. I recently used Colin's upgrade script[1] to upgrade to 6.2-RELEASE, but it seems that the crypto distribution is now missing from my system. With previous versions of freebsd-update I would have used --branch, but later versions this option is omitted. What's the safest way to get freebsd-update to recognise that I need the crypto libraries and install them? PS On a side note, what happened to the IDS option? I'd like to use it to exclude files in a backup script. If you have a suggestion for nice alternative, please let me know :-) Many thanks, Matt [1] http://www.daemonology.net/blog/2006-11-26-freebsd-6.1-to-6.2-binary-upgrade.html From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 16:21:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD6DD16A400 for ; Sun, 8 Jul 2007 16:21:02 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 750BA13C45A for ; Sun, 8 Jul 2007 16:20:57 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l68GKltv029580 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sun, 8 Jul 2007 11:20:48 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <46910EDC.10901@tundraware.com> Date: Sun, 08 Jul 2007 11:20:44 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Lowell Gilbert References: <469056DE.40902@tundraware.com> <46908257.8060209@tundraware.com> <44hcof9dkm.fsf@Lowell-Desk.lan> In-Reply-To: <44hcof9dkm.fsf@Lowell-Desk.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Enabling A Serial Port On 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 16:21:02 -0000 Lowell Gilbert wrote: > Tim Daneliuk writes: > >> But ... the entry did not end with a newline and init apparently thus didn't >> recognize it. Ending the line made everything happy. I am submitting >> this as a (very minor) bug, since I do not believe this to be correct >> behavior (but what do I know ;) ... > > That's perfectly normal and age-old behaviour. Part of the definition > of a "line" of text is that it ends in a newline... Hmm - while I acknowledge that I've seen this problem before (I've used some variant of Unix since the late 1970s and FreeBSD since 2.x), whether it is "perfectly normal" is arguable. I suspect that there are a great many places - shell scripts and C source code leap to mind - where the lack of a terminating newline at the end of a file does not cause the line to be ignored altogether. I rather think this is an "age-old" bug that never got fixed because of its minor importance. In any case, i've authored a PR to make note of it. If I ever get the time, I'll dig into the source myself and see if I can figure out where the wheels are coming off... -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 17:52:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91C9716A421 for ; Sun, 8 Jul 2007 17:52:27 +0000 (UTC) (envelope-from marc@villalog.com) Received: from www6.webmachine.eu (www6.eu.webmachine.net [213.208.132.56]) by mx1.freebsd.org (Postfix) with ESMTP id CA67113C468 for ; Sun, 8 Jul 2007 17:52:26 +0000 (UTC) (envelope-from marc@villalog.com) Received: (qmail 17736 invoked from network); 8 Jul 2007 19:25:46 +0200 Received: from 83-65-221-6.work.xdsl-line.inode.at (HELO ?127.0.0.1?) (83.65.221.6) by www6.eu.webmachine.net with SMTP; 8 Jul 2007 19:25:46 +0200 Message-ID: <46911F54.7010509@villalog.com> Date: Sun, 08 Jul 2007 19:31:00 +0200 From: Marc Muncke User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: problem installing patch for php 5.2.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 17:52:27 -0000 Hello, I can not install php5.2.3 : make install ===> Found saved configuration for php5-5.2.3 ===> Extracting for php5-5.2.3 => MD5 Checksum OK for php-5.2.3.tar.bz2. => SHA256 Checksum OK for php-5.2.3.tar.bz2. ===> Patching for php5-5.2.3 ===> Applying FreeBSD patches for php5-5.2.3 2 out of 2 hunks failed--saving rejects to ext/standard/dir.c.rej => Patch patch-ext_standard_dir.c failed to apply cleanly. => Patch(es) patch-TSRM_threads.m4 patch-Zend::zend.h patch-acinclude.m4 patch-configure.in patch-ext_date_lib_timelib_structs.h patch-ext_standard_array.c patch-ext_standard_basic_functions.c applied cleanly. I only configured the apache module. Thank you for any help Marc From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 18:28:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9AFF16A400 for ; Sun, 8 Jul 2007 18:28:56 +0000 (UTC) (envelope-from dineshpandian@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id 6BD7F13C4AD for ; Sun, 8 Jul 2007 18:28:56 +0000 (UTC) (envelope-from dineshpandian@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so446984nzf for ; Sun, 08 Jul 2007 11:28:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=G6Hyyna0xjsf5RAbLj2GsDcjkGAeOJ2W6xiczpMS0MhN7MT9IQvIBdhUnrHUu+5+zUVO0d7JYm10RmZAxEmGVkw2LxhvhSl2g+X/GkGSSFEX2Lnyl6WiCm5s7kU5JJPs05yOcDrlXJ38YrufRVXwG0UTagIzXeD7vG5XgDOqk20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GHe1/aaqgMDslMu5RtCc7h6tUxTnH2hPv2RbvlxO1mAt6mQpOFJ6jCPH9IQ6+EQxj87SXR1lU2pVLAVbyyfG5/1fg/ulkV1qnNOmIl6Hd0yWBKPeQUa2ng4+XXO8my/lxO8eQTJ1xL3+KTaPJzuxOVBgKecS9Mu6B05IoRpier0= Received: by 10.142.99.21 with SMTP id w21mr180306wfb.1183919335385; Sun, 08 Jul 2007 11:28:55 -0700 (PDT) Received: by 10.142.89.5 with HTTP; Sun, 8 Jul 2007 11:28:54 -0700 (PDT) Message-ID: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> Date: Mon, 9 Jul 2007 02:28:55 +0800 From: "Dinesh Pandian" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: non-interactive dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 18:28:56 -0000 Hello guys, quick question.. Is there a way to tell dump to do it's working without it asking "Is the new volume mounted and ready to go?: ("yes" or "no")" everytime it changes mount points? For example: solara# dump -0L -f /dev/da1 / DUMP: Date of this level 0 dump: Mon Jul 9 02:17:40 2007 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping snapshot of /dev/da0s1a (/) to /dev/da1 DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 288357 tape blocks on 7.42 tape(s). DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #2 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 2 begins with blocks from inode 33729 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #3 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 3 begins with blocks from inode 49969 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #4 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 4 begins with blocks from inode 50225 DUMP: 39.89% done, finished in 0:01 at Mon Jul 9 02:25:01 2007 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #5 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 5 begins with blocks from inode 50225 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #6 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 6 begins with blocks from inode 50225 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #7 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 7 begins with blocks from inode 50225 DUMP: Closing /dev/da1 DUMP: Change Volumes: Mount volume #8 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes DUMP: Volume 8 begins with blocks from inode 50225 DUMP: DUMP: 289411 tape blocks on 8 volumes DUMP: finished in 180 seconds, throughput 1607 KBytes/sec DUMP: Closing /dev/da1 DUMP: DUMP IS DONE Dump requires that I key in "yes" everytime it changes mount volumes.. is there a way to just get it to continue without user intervention? TIA. -- Regards, Dinesh Pandian, SOLARA Networks. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 18:54:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB68416A421 for ; Sun, 8 Jul 2007 18:54:37 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 4CC6613C484 for ; Sun, 8 Jul 2007 18:54:36 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1373661pye for ; Sun, 08 Jul 2007 11:54:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D3ocS/TaqNUthPbJcvFt64rcQG6Kt78ojuMPHhHsgj+5u6OuxjOR0nOmsGg4gSqFn0SUNQejtw4K2F1exly9pZwuCUPbTwjI2LwyaW9evrTzaNgDVbSFiLFn2wyiWnpWnWGXiuqESS45jaIlWM8bB+7Yiml+DAqjF0Gqz9XHOoI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gF9wjlNEgaNePl5gvNpDBq5xz4vasyis9mOr13D7iHEGTwMXJK95YvlSZ+DBNoADxllQ4vXpLmIQVRSpT3txlJvAErkAm+Xvn0NwwlUSjajNSvZk0cMyJCLpk4afIRSiu4TWq9dj6LiVDCWubS3RNcsDfRNrYYxBz/5XjRyLIGo= Received: by 10.65.150.18 with SMTP id c18mr3661619qbo.1183920875722; Sun, 08 Jul 2007 11:54:35 -0700 (PDT) Received: by 10.64.210.15 with HTTP; Sun, 8 Jul 2007 11:54:35 -0700 (PDT) Message-ID: <3b47caa90707081154x44959d79gcdf61575e0a9aaa3@mail.gmail.com> Date: Sun, 8 Jul 2007 13:54:35 -0500 From: Novembre To: freebsd-questions@freebsd.org In-Reply-To: <3b47caa90707071630k30681b33kedbb9b844b57f81d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3b47caa90707071630k30681b33kedbb9b844b57f81d@mail.gmail.com> Subject: Re: NTFS-3G: mount at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 18:54:37 -0000 Okay, here's an update: Creating a symlink from /usr/local/bin/ntfs-3g to /sbin/mount_ntfs-3g does not work (as posted before on the ntfs-3g forum message below). I, then, added the following ntfsmount startup script to /usr/local/etc/rc.d/: ---------- #!/bin/sh # # PROVIDE: ntfsmount # REQUIRE: fusefs . /etc/rc.subr name="ntfsmount" rcvar=`set_rcvar` command="ntfs-3g /dev/ad0s1 /mnt/windows && ntfs-3g /dev/ad0s1 /mnt/windows -o locale=en_US.UTF-8" load_rc_config $name run_rc_command "$1" ---------- Then, chmod +x /usr/local/etc/rc.d/ntfsmount (to make it executable), then added ntfsmount_enable="YES" to my /etc/rc.conf, then rebooted. I did not see any error messages during boot, but the partition was not mounted ('mount' returns nothing after logging in). However, if I run 'ntfs-3g' again from the command prompt to mount the windows partition, 'mount' now shows /mnt/windows THREE times, like /dev/fuse1 on /mnt/windows (fusefs, local, noatime, synchronous) /dev/fuse3 on /mnt/windows (fusefs, local, noatime, synchronous) /dev/fuse5 on /mnt/windows (fusefs, local, noatime, synchronous) and 'ls /dev/f*' returns /dev/fuse0 /dev/fuse1 /dev/fuse2 /dev/fuse3 /dev/fuse4 /dev/fuse5 It seems that since the 'ntfs-3g' command ran twice in the ntfsmount script, running 'ntfs-3g' again from the command prompt makes the third mount point. But if its two runs in the startup script were successful, why would 'mount' not show the mount points until I run it again from the command prompt? I even tried removing one of the 'ntfs-3g' commands in the ntfsmount script, i.e. ---------- command="ntfs-3g /dev/ad0s1 /mnt/windows -o locale=en_US.UTF-8" ---------- Rebooting with this, still 'mount' shows nothing after logging in. However, if I run 'ntfs-3g' from the command prompt now, I get TWO /mnt/windows mount points (instead of three). So it seems the all the runs in the script are successful and the partition is mounted, but the mount point is not available until I run 'ntfs-3g' again from the command prompt. I am using fusefs-kmod-0.3.0_5 fusefs-libs-2.6.4 fusefs-ntfs-1.417_2 Any ideas what's going on here? Thanks :) On 7/7/07, Novembre wrote: > > I have the same problem. A little search got me to http://forum.ntfs-3g.org/viewtopic.php?t=292 where a solution is posted. It seems that using /etc/fstab to mount the NTFS partition at boot time is not working since the mount command is being executed before the 'fuse' kernel module is loaded. However, on my 6.2-RELEASE machine, I see the following message when booting: > > ---------- > Starting file system checks: > /dev/ad0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS > /dev/ad0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS > Mounting local file systems:mount: exec mount_ntfs-3g not found in /sbin:/usr/sbin: No such file or directory > . > . > . > Starting fusefs. > fude4bsd: version 0.3.0, FUSE ABI 7.8 > . > . > . > Mounting late file systems:mount: exec mount_ntfs-3g not found in /sbin:/usr/sbin: No such file or directory > ---------- > > I'm assuming that this "late" mount (the last line above) is being done after loading the 'fuse' kernel module, so the OS should be able to mount the file system now, but it can't! It's looking for mount_ntfs-3g and that file does not exist. > My /etc/fstab looks like this: /dev/ad0s1 /mnt/windows ntfs-3g rw 0 0 > I also used the /etc/fstab entry suggested in NTFS-3G's own website ( http://www.ntfs-3g.org/ - scroll down to the end of the page), where "defaults" is being used instead of "rw", but that gave me this error: > > ---------- > swapon: adding /dev/ad0s2b as swap device > fstab: /etc/fstab:6: Inappropriate file type or format > Starting file system checks: > /dev/ad0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS > fstab: /etc/fstab:6: Inappropriate file type or format > fstab: /etc/fstab:6: Inappropriate file type or format > /dev/ad0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS > Mounting local file systems:fstab: /etc/fstab:6: Inappropriate file type or format > Mounting NFS file systems:fstab: /etc/fstab:6: Inappropriate file type or format > fstab: /etc/fstab:6: Inappropriate file type or format > fstab: /etc/fstab:6: Inappropriate file type or format > fstab: /etc/fstab:6: Inappropriate file type or format > fstab: /etc/fstab:6: Inappropriate file type or format > . > . > . > Starting fusefs. > fude4bsd: version 0.3.0, FUSE ABI 7.8 > . > . > . > Mounting late file systems:fstab: /etc/fstab:6: Inappropriate file type or format > ---------- > > Any ideas as to what's going on here? > > Thanks a lot > > From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 19:06:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABBCD16A400 for ; Sun, 8 Jul 2007 19:06:27 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: from web54303.mail.re2.yahoo.com (web54303.mail.re2.yahoo.com [206.190.49.113]) by mx1.freebsd.org (Postfix) with SMTP id 4AD3813C4C9 for ; Sun, 8 Jul 2007 19:06:27 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: (qmail 39050 invoked by uid 60001); 8 Jul 2007 19:06:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.hk; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=2Y/jfjNZLbXcCabHSqfKiq2xtTv54uWkJU9Rbe+vViFWRhZSawT98liF7y9fUKgCxNU5fdX1vRSOGHDySJ0KfXOv5aepdRgLtvP57C2DlLREu0moE5L4fd70ViiGaXzXJwh4xiqO+hkuJggvs6erVCAaK8Q/vefZ4U52ORNcdzc=; X-YMail-OSG: m9am0HwVM1luGz5dC9sB0B17hXYDqWxJc6xOTeB2e5tyvXzZTpygsO4rbJFiPv1Z1x1KOlqtfi.4R_rHANmL3K67vtsWrI._cGXdGD4jusB9bld9Jl.iKfAtAflSqiULSWdPDuUG8jTZ_NwBoDv8lA01ErH2NwXFdReVNvLdy1s- Received: from [61.15.61.52] by web54303.mail.re2.yahoo.com via HTTP; Sun, 08 Jul 2007 12:06:26 PDT Date: Sun, 8 Jul 2007 12:06:26 -0700 (PDT) From: Patrick Dung To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <410648.39042.qm@web54303.mail.re2.yahoo.com> Cc: freebsd-isp@freebsd.org Subject: FreeBSD 6.2 default bind9, question about customize logging [re-post] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 19:06:27 -0000 I am using FreeBSD 6.2 with the default bind (not ports). By default chroot is used. When named start or stop, it does have log in /var/log/messages. But for example, when some do domain transfer successfully, that is not logged (zone transfer denied is logged). So I tried to add this part in named.conf (enabled local0.* in syslog.conf) , but still no luck. Any suggestions? logging { channel named-log { //syslog daemon; syslog local0; severity info; print-category yes; }; category default { named-log; }; category xfer-in { named-log; }; category xfer-out { named-log; }; category unmatched { null; }; }; Thanks Patrick ____________________________________________________________________________________ Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433 From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 19:57:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8DA116A400 for ; Sun, 8 Jul 2007 19:57:15 +0000 (UTC) (envelope-from dcasey@debtresolve.com) Received: from willard.webdorx.com (willard.webdorx.com [209.94.123.226]) by mx1.freebsd.org (Postfix) with ESMTP id 8309A13C44B for ; Sun, 8 Jul 2007 19:57:15 +0000 (UTC) (envelope-from dcasey@debtresolve.com) Received: from [192.168.1.20] (ool-44c70dce.dyn.optonline.net [68.199.13.206]) by willard.webdorx.com (Postfix) with ESMTP id C11D940DD; Sun, 8 Jul 2007 16:31:43 -0400 (EDT) Message-ID: <46914192.9030405@debtresolve.com> Date: Sun, 08 Jul 2007 15:57:06 -0400 From: Dan Casey User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Lisa Casey References: <003b01c7c0b4$e01a3a50$d5b9bfcf@lisac> In-Reply-To: <003b01c7c0b4$e01a3a50$d5b9bfcf@lisac> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Adding a new command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 19:57:15 -0000 Lisa I just went through the same migration about a month ago. Here some things that may help. 1. As far as the location of custom scripts go. I would make your own location. Either /opt/companyname/bin sbin etc. or /usr/local/companyname/bin sbin and etc. This type of setup makes it very easier to tar a single directory and move it to another server. 2.Edit the /etc/bash_profile, /etc/profile, /etc/csh.cshc or other global shell config files, and make sure your custom binary directories are in everyones path by default. 3. Don't fight it. Symlink /bin/bash to /usr/local/bin/bash. There is nothing wrong with doing this, and will save you a headache when things start to break. 4. Fix your custom scripts. The /bin/bash should have already been taken care of via the symlink. Another useful thing you may want to do is go through all your shell scripts and fix paths. A lot of my scripts start with a bunch of lines that look like: awk=`which awk` perl=`which perl` rather then hard coding the path. This can be helpful, but be careful as it allows users to hijack your scripts.. Ie: in the above scenario I could create a script in my homedir called awk, and put my homedir in the beginning of my path. 5. Test you scripts extensively. GNU tools are not the same as BSD's. Many commands such as cp, rm, sed, and others can have very different results on both systems. Read the man pages to make sure the flags your are passing to these commands are doing what you want them to do. 6. Get used to using unlink in place of rm. I linux you can safely rm -rf a symlink. In BSD depending on if you end the command with a slash, you could wipe out the the actual contents. Lisa Casey wrote: > Hi, > > Once I get this new system going I promise I'll quit pestering you > folks :-) > > Got another question. This should be simple to answer. I've done this > before but can't seem to replicate it this morning. I have a few > scripts my employees use to do things such as add a new radius user, > restart the radius server and tail the radius log file. The most > simple one is radlog. The file radlog contains the line: > tail -f /var/log/radius.log > > I need to be able to type radlog from anywhere on the system and have > it work. > > I put the file radlog in /bin (/bin and /sbin are all in my shell's > path). Ownership is root/wheel permissions are 555 (I've tried 700 > and 777 - these don't need write access though). But when I type > radlog I get command not found. I can type ./bin/radlog and it works > but I don't want that. I thought if the file was in my path and if it > was executable just typing the name of the file from anywhere would > work but evidently I'm overlooking something. What? > > Thanks, > > Lisa Casey > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:01:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C4D016A46C for ; Sun, 8 Jul 2007 20:01:04 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [74.2.36.130]) by mx1.freebsd.org (Postfix) with ESMTP id A664113C4B0 for ; Sun, 8 Jul 2007 20:01:03 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 46432 invoked by uid 1008); 8 Jul 2007 20:04:58 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 8 Jul 2007 20:04:58 -0000 Received: from 74.64.6.149 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Sun, 8 Jul 2007 16:04:58 -0400 (EDT) Message-ID: <54228.74.64.6.149.1183925098.squirrel@mail.el.net> In-Reply-To: <20070705194640.67904160@localhost> References: <56684.74.64.6.149.1183620111.squirrel@mail.el.net> <666bdb140707050233pfeb79f5n6cb601b5a9db71e8@mail.gmail.com> <20070705194640.67904160@localhost> Date: Sun, 8 Jul 2007 16:04:58 -0400 (EDT) From: "kalin mintchev" To: "Norberto Meijome" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Vladimir Tsvetkov , freebsd-questions@freebsd.org Subject: Re: skype question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalin@el.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 20:01:04 -0000 > On Thu, 5 Jul 2007 12:33:09 +0300 > "Vladimir Tsvetkov" wrote: > >> Try stopping all sound reproducing programs and start your skype session >> when the sound device is not busy and gets free. > > or simply increase the number of apps that can access your sound card > simultaneously : > > as root (or sudo): > > sysctl hw.snd.maxautovchans = [NUMBER_OF_APPS]. thanks... that didn;t work. under options in skype the Ringing device is still dimmed and that was never a problem in 6 - just upgraded to 6.2. if i didn;t run anything else - like mplayer, xmms, etc - the skype worked fine. now when i run nothing but skype i still can hear the ring or what people are saying to me.... > > I have 8 on mine (Intel HDA) and it works fine. > > You can set this in /etc/sysctl.conf so it's reset on startup to your new > value. > > >> >> On 05/07/07, kalin mintchev wrote: >> > >> > hi all.. >> > >> > got skype installed. can't get sound of off it. when i talk people >> hear me >> > but i can;t hear rings. sound works fine otherwise - i can listen >> stuff >> > with xmms. >> > in the skype options for hand/headsets the Ringing points to /dev/dsp >> > same as Calls one but the one for ringing is dimmed and i can;t use >> the >> > pulldown... > > This is normal. > > _________________________ > {Beto|Norberto|Numard} Meijome > > "Too bad ignorance isn't painful." > Don Lindsay > > I speak for myself, not my employer. Contents may be hot. Slippery when > wet. Reading disclaimers makes you go blind. Writing them is worse. You > have been Warned. > From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:02:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 779CA16A400 for ; Sun, 8 Jul 2007 20:02:01 +0000 (UTC) (envelope-from dcasey@debtresolve.com) Received: from willard.webdorx.com (willard.webdorx.com [209.94.123.226]) by mx1.freebsd.org (Postfix) with ESMTP id 50E4413C447 for ; Sun, 8 Jul 2007 20:02:01 +0000 (UTC) (envelope-from dcasey@debtresolve.com) Received: from [192.168.1.20] (ool-44c70dce.dyn.optonline.net [68.199.13.206]) by willard.webdorx.com (Postfix) with ESMTP id 0978F40DC; Sun, 8 Jul 2007 16:17:31 -0400 (EDT) Message-ID: <46913E3E.1080109@debtresolve.com> Date: Sun, 08 Jul 2007 15:42:54 -0400 From: Dan Casey User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Lisa Casey References: <003701c7c0ac$f7a6f350$d5b9bfcf@lisac> In-Reply-To: <003701c7c0ac$f7a6f350$d5b9bfcf@lisac> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: passwd file and user accounts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 20:02:01 -0000 I didn't have as many accounts so I didn't even bother migrating them. I add all my new accounts using pw rather then adduser. It is much easier to script with this then adduser. My first approach would be the following: 1. add one account to freebsd. 2. Using chsh or vipw, copy the redhat password hash into the account, and see if the password works as is. If I remember correctly I think they do. 3. See if you have any accounts on your freebsd with a user or group higher then 500. 4. Write a quick script to create the new user accounts. Make sure you installed shells/bash. Should be simple enough using awk or cut. I would keep the existing values from the linux passwd/shadow files, just make them properly formatted for bsd. Keeping the old uid numbers where possible is much less labor intensive then giving the users a new uid. pw will let you script this easily too if you do not want to manually edit the password files. If you create new uid's you will have to do a find across the entire system and chown chgrp all your files for 700 users. If you do choose to manually edit the password files, make sure to backup and rebuild the hash properly with pwd_mkdb. Lisa Casey wrote: > Hi, > > This is probably a stupid question, but I'll ask it anyway... > > I have a Red Hat Linux system I need to get rid of. It is currently > doing e-mail for approximately 700 users and is also doing radius > authentication. I have setup a new FreeBSD computer to take it's > place. I have everything setup now on the FreeBSD computer except for > the user accounts and mailboxes. The mailboxes aren't a problem, I've > used tar to move mailboxes before. > > I suppose I cannot simply copy /etc/passwd, /etc/group and /home from > the Redhat computer to the FreeBSD computer due to the password hash > in /etc/passwd. Am I correct on this? Would it be possible to copy > /etc/passwd then (before the new system goes "live") reset all the > passwords with the passwd command? That might be easier than adding in > close to 700 accounts using adduser. Does anyone have a better idea > of how I might go about doing this? > > Thanks, > > Lisa Casey > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:14:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4743C16A41F for ; Sun, 8 Jul 2007 20:14:17 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id EDACD13C4B0 for ; Sun, 8 Jul 2007 20:14:06 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.13.8) id l68KE1fM024261; Sun, 8 Jul 2007 15:14:01 -0500 (CDT) (envelope-from dan) Date: Sun, 8 Jul 2007 15:14:01 -0500 From: Dan Nelson To: Dinesh Pandian Message-ID: <20070708201401.GA15336@dan.emsphone.com> References: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: non-interactive dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 20:14:17 -0000 In the last episode (Jul 09), Dinesh Pandian said: > Hello guys, > quick question.. > > Is there a way to tell dump to do it's working without > it asking "Is the new volume mounted and ready to go?: ("yes" or "no")" > everytime it changes mount points? How else can it tell when you've swapped in new media? If it automatically continued it would just overwrite the previous segment. I'm assuming you're dumping to some removable media, like multiple USB hard drives or something, that you plug in one at a time? -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:30:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C23916A46B for ; Sun, 8 Jul 2007 20:30:39 +0000 (UTC) (envelope-from gelsemap@superhero.nl) Received: from superman.superhero.nl (superhero.nl [82.95.198.17]) by mx1.freebsd.org (Postfix) with ESMTP id D5AA713C46A for ; Sun, 8 Jul 2007 20:30:38 +0000 (UTC) (envelope-from gelsemap@superhero.nl) Received: (qmail 3405 invoked by uid 80); 8 Jul 2007 20:30:41 -0000 Received: from robin.ad.superhero.nl ([10.202.77.103]) (SquirrelMail authenticated user gelsemap) by webmail.superhero.nl with HTTP; Sun, 8 Jul 2007 22:30:41 +0200 (CEST) Message-ID: <3921.10.202.77.103.1183926641.squirrel@webmail.superhero.nl> Date: Sun, 8 Jul 2007 22:30:41 +0200 (CEST) From: "Gelsema, P \(Patrick\)" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: current@freebsd.org Subject: updating from I386 architecture to AMD64 on -Current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 20:30:39 -0000 Hi lists, I had tp reinstall my AMD box and the only version available was the -Current snapshot of April architecture I386. Wouldnt be a problem I thought, just install I386 and rebuild world/kernel for AMD64. So I did the following for crossbuilds. #chflags -R noschg /usr/obj #rm -rf /usr/obj #cd /usr/src #make cleandir #make cleandir #make TARGET=amd64 TARGET_ARCH=amd64 -j8 buildworld #make TARGET=amd64 TARGET_ARCH=amd64 -j8 buildkernel Until that moment everything is looking great. When I try to install the world/kernel however the 'problem' starts. hulk# make TARGET=amd64 TARGET_ARCH=amd64 -j8 installkernel ERROR: Please set DESTDIR! *** Error code 1 1 error *** Error code 2 1 error Can someone point the obvious out for me, cause it seems that I am missing something really simple... Thanks Patrick From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:37:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F4C016A400 for ; Sun, 8 Jul 2007 20:37:16 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 2E91713C469 for ; Sun, 8 Jul 2007 20:37:16 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l68KbAGr015197 for ; Sun, 8 Jul 2007 15:37:13 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 8 Jul 2007 15:37:10 -0500 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707081537.11124.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.0 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: trouble with some startup items X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 20:37:16 -0000 ive been trying to figure out this problem for a while now. i have 2 things that are having trouble starting. apcupsd and samba. i recently noticed, that during start up, they are printed more than once to the console (and to my /var/log/console.log. here is the output of my most recent reboot: Jul 8 15:24:05 athena kernel: Starting syslogd. Jul 8 15:24:05 athena kernel: Initial i386 initialization: Jul 8 15:24:05 athena kernel: . Jul 8 15:24:05 athena kernel: Additional ABI support: Jul 8 15:24:05 athena kernel: linux Jul 8 15:24:07 athena kernel: . Jul 8 15:24:07 athena kernel: Setting date via ntp. Jul 8 15:24:09 athena kernel: 8 Jul 15:24:09 ntpdate[609]: step time server 24.162.39.167 offset 1.666967 sec Jul 8 15:24:09 athena kernel: Starting rpcbind. Jul 8 15:24:09 athena kernel: NFS access cache time=60 Jul 8 15:24:09 athena kernel: Starting mountd. Jul 8 15:24:09 athena kernel: Starting nfsd. Jul 8 15:24:09 athena kernel: Starting apcupsd. Jul 8 15:24:09 athena kernel: Starting apcupsd. Jul 8 15:24:09 athena kernel: Starting local daemons: Jul 8 15:24:09 athena kernel: . Jul 8 15:24:09 athena kernel: Updating motd Jul 8 15:24:09 athena kernel: . Jul 8 15:24:09 athena kernel: Mounting late file systems: Jul 8 15:24:09 athena kernel: . Jul 8 15:24:09 athena kernel: Starting ntpd. Jul 8 15:24:09 athena kernel: Starting usbd. Jul 8 15:24:10 athena kernel: Starting cupsd. Jul 8 15:24:10 athena kernel: Starting cupsd. Jul 8 15:24:10 athena kernel: Removing stale Samba tdb files: Jul 8 15:24:10 athena kernel: . Jul 8 15:24:10 athena last message repeated 7 times Jul 8 15:24:10 athena kernel: done Jul 8 15:24:10 athena kernel: Starting nmbd. Jul 8 15:24:10 athena kernel: Starting smbd. Jul 8 15:24:11 athena kernel: Removing stale Samba tdb files: Jul 8 15:24:11 athena kernel: . Jul 8 15:24:11 athena last message repeated 5 times Jul 8 15:24:11 athena kernel: done Jul 8 15:24:11 athena kernel: Starting nmbd. Jul 8 15:24:11 athena kernel: Starting smbd. Jul 8 15:24:11 athena kernel: Starting snmpd. Jul 8 15:24:11 athena kernel: Starting snmpd. Jul 8 15:24:11 athena kernel: Configuring syscons: Jul 8 15:24:11 athena kernel: blanktime Jul 8 15:24:11 athena kernel: . Jul 8 15:24:11 athena kernel: Starting sshd. Jul 8 15:24:12 athena kernel: Starting cron. Jul 8 15:24:12 athena kernel: Local package initialization: Jul 8 15:24:12 athena kernel: . Jul 8 15:24:12 athena kernel: Additional TCP options: Jul 8 15:24:12 athena kernel: . Jul 8 15:24:12 athena kernel: Starting inetd. Jul 8 15:24:12 athena kernel: Starting background file system checks in 60 seconds. Jul 8 15:24:12 athena kernel: Jul 8 15:24:12 athena kernel: Sun Jul 8 15:24:12 CDT 2007 Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: apcupsd FATAL ERROR in bsd-usb.c at line 711 Cannot find UPS device -- For a link to detailed USB trouble shooting information, please see . Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: Valid lock file for pid=685, but not ours pid=689 Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: apcupsd error shutdown completed also, here is my /etc/rc.conf file. ive double checked it, and these items arent listed twice (not even sure if that would matter if it were). # -- sysinstall generated deltas -- # Fri Jun 16 12:58:58 2006 # Created: Fri Jun 16 12:58:58 2006 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. hostname="athena.dfwlp.com" ifconfig_bge0="DHCP" devfs_system_ruleset="localrules" sshd_enable="YES" usbd_enable="YES" ntpdate_enable="YES" ntpdate_hosts="0.us.pool.ntp.org" snmpd_enable="YES" inetd_enable="YES" inetd_flags="-wW -a 192.168.125.83" ntpd_enable="YES" linux_enable="YES" rpcbind_enable="YES" nfs_server_enable="YES" mountd_flags="-r" nfs_client_enable="YES" # vsftpd_enable="YES" cupsd_enable="YES" samba_enable="YES" apcupsd_enable="YES" can anyone give me any guesses as to where i need to take a look as to what could be attempting the 2nd starts of these 2 items? also, simply restarting apcupsd will fail, but if i killall apcupsd then start it fresh, it works for the duration of my uptime (somehow the pid that stays running gets disassociated from the pid file). samba is similar behavior. my windows computer cannot access the samba, until it is restarted (samba restarts normally without any troubles). any clues at all, would be appreciated. cheers, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:49:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5385016A469; Sun, 8 Jul 2007 20:49:41 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.freebsd.org (Postfix) with ESMTP id 31A9A13C45E; Sun, 8 Jul 2007 20:49:41 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout1.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l68KneGV015534 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 8 Jul 2007 13:49:40 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l68KndlK005735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Jul 2007 13:49:40 -0700 Message-ID: <46914DE3.1070901@u.washington.edu> Date: Sun, 08 Jul 2007 13:49:39 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: "Gelsema, P \(Patrick\)" References: <3921.10.202.77.103.1183926641.squirrel@webmail.superhero.nl> In-Reply-To: <3921.10.202.77.103.1183926641.squirrel@webmail.superhero.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.8.133333 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-questions@freebsd.org, current@freebsd.org Subject: Re: updating from I386 architecture to AMD64 on -Current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 20:49:41 -0000 Gelsema, P (Patrick) wrote: > Hi lists, > > I had tp reinstall my AMD box and the only version available was the > -Current snapshot of April architecture I386. Wouldnt be a problem I > thought, just install I386 and rebuild world/kernel for AMD64. > > So I did the following for crossbuilds. > > #chflags -R noschg /usr/obj > #rm -rf /usr/obj > #cd /usr/src > #make cleandir > #make cleandir > #make TARGET=amd64 TARGET_ARCH=amd64 -j8 buildworld > #make TARGET=amd64 TARGET_ARCH=amd64 -j8 buildkernel > > Until that moment everything is looking great. When I try to install the > world/kernel however the 'problem' starts. > > hulk# make TARGET=amd64 TARGET_ARCH=amd64 -j8 installkernel > ERROR: Please set DESTDIR! > *** Error code 1 > 1 error > *** Error code 2 > 1 error > > Can someone point the obvious out for me, cause it seems that I am missing > something really simple... > > Thanks > > Patrick > This has been brought up a few times. It's by far much more difficult to do an in-place upgrade from i386 -> amd64, than it is to just install amd64 from scratch. Scrounge around the questions@ archives (in particular over the last week or so) for more discussion/details. -Garrett From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 20:50:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5810116A468 for ; Sun, 8 Jul 2007 20:50:21 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (darklight.org.ru [194.186.18.14]) by mx1.freebsd.org (Postfix) with ESMTP id BD70C13C4B8 for ; Sun, 8 Jul 2007 20:50:19 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l68KngdN007636 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Jul 2007 00:49:42 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l68Knc8D007635; Mon, 9 Jul 2007 00:49:38 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Mon, 9 Jul 2007 00:49:38 +0400 From: Yuri Pankov To: Jonathan Horne Message-ID: <20070708204938.GA98762@darklight.org.ru> References: <200707081537.11124.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: <200707081537.11124.freebsd@dfwlp.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (darklight.org.ru [127.0.0.1]); Mon, 09 Jul 2007 00:49:43 +0400 (MSD) Cc: freebsd-questions@freebsd.org Subject: Re: trouble with some startup items X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 20:50:21 -0000 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 08, 2007 at 03:37:10PM -0500, Jonathan Horne wrote: > ive been trying to figure out this problem for a while now. i have 2 thi= ngs=20 > that are having trouble starting. apcupsd and samba. i recently noticed= ,=20 > that during start up, they are printed more than once to the console (and= to=20 > my /var/log/console.log. here is the output of my most recent reboot: >=20 > Jul 8 15:24:05 athena kernel: Starting syslogd. > Jul 8 15:24:05 athena kernel: Initial i386 initialization: > Jul 8 15:24:05 athena kernel: . > Jul 8 15:24:05 athena kernel: Additional ABI support: > Jul 8 15:24:05 athena kernel: linux > Jul 8 15:24:07 athena kernel: . > Jul 8 15:24:07 athena kernel: Setting date via ntp. > Jul 8 15:24:09 athena kernel: 8 Jul 15:24:09 ntpdate[609]: step time ser= ver=20 > 24.162.39.167 offset 1.666967 sec > Jul 8 15:24:09 athena kernel: Starting rpcbind. > Jul 8 15:24:09 athena kernel: NFS access cache time=3D60 > Jul 8 15:24:09 athena kernel: Starting mountd. > Jul 8 15:24:09 athena kernel: Starting nfsd. > Jul 8 15:24:09 athena kernel: Starting apcupsd. > Jul 8 15:24:09 athena kernel: Starting apcupsd. > Jul 8 15:24:09 athena kernel: Starting local daemons: > Jul 8 15:24:09 athena kernel: . > Jul 8 15:24:09 athena kernel: Updating motd > Jul 8 15:24:09 athena kernel: . > Jul 8 15:24:09 athena kernel: Mounting late file systems: > Jul 8 15:24:09 athena kernel: . > Jul 8 15:24:09 athena kernel: Starting ntpd. > Jul 8 15:24:09 athena kernel: Starting usbd. > Jul 8 15:24:10 athena kernel: Starting cupsd. > Jul 8 15:24:10 athena kernel: Starting cupsd. > Jul 8 15:24:10 athena kernel: Removing stale Samba tdb files: > Jul 8 15:24:10 athena kernel: . > Jul 8 15:24:10 athena last message repeated 7 times > Jul 8 15:24:10 athena kernel: done > Jul 8 15:24:10 athena kernel: Starting nmbd. > Jul 8 15:24:10 athena kernel: Starting smbd. > Jul 8 15:24:11 athena kernel: Removing stale Samba tdb files: > Jul 8 15:24:11 athena kernel: . > Jul 8 15:24:11 athena last message repeated 5 times > Jul 8 15:24:11 athena kernel: done > Jul 8 15:24:11 athena kernel: Starting nmbd. > Jul 8 15:24:11 athena kernel: Starting smbd. > Jul 8 15:24:11 athena kernel: Starting snmpd. > Jul 8 15:24:11 athena kernel: Starting snmpd. > Jul 8 15:24:11 athena kernel: Configuring syscons: > Jul 8 15:24:11 athena kernel: blanktime > Jul 8 15:24:11 athena kernel: . > Jul 8 15:24:11 athena kernel: Starting sshd. > Jul 8 15:24:12 athena kernel: Starting cron. > Jul 8 15:24:12 athena kernel: Local package initialization: > Jul 8 15:24:12 athena kernel: . > Jul 8 15:24:12 athena kernel: Additional TCP options: > Jul 8 15:24:12 athena kernel: . > Jul 8 15:24:12 athena kernel: Starting inetd. > Jul 8 15:24:12 athena kernel: Starting background file system checks in = 60=20 > seconds. > Jul 8 15:24:12 athena kernel: > Jul 8 15:24:12 athena kernel: Sun Jul 8 15:24:12 CDT 2007 > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: apcup= sd=20 > FATAL ERROR in bsd-usb.c at line 711 Cannot find UPS device -- For a link= to=20 > detailed USB trouble shooting information, please see=20 > . > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: Valid= lock=20 > file for pid=3D685, but not ours pid=3D689 > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: apcup= sd=20 > error shutdown completed >=20 > also, here is my /etc/rc.conf file. ive double checked it, and these ite= ms=20 > arent listed twice (not even sure if that would matter if it were). >=20 > # -- sysinstall generated deltas -- # Fri Jun 16 12:58:58 2006 > # Created: Fri Jun 16 12:58:58 2006 > # Enable network daemons for user convenience. > # Please make all changes to this file, not to /etc/defaults/rc.conf. > # This file now contains just the overrides from /etc/defaults/rc.conf. > hostname=3D"athena.dfwlp.com" > ifconfig_bge0=3D"DHCP" > devfs_system_ruleset=3D"localrules" > sshd_enable=3D"YES" > usbd_enable=3D"YES" > ntpdate_enable=3D"YES" > ntpdate_hosts=3D"0.us.pool.ntp.org" > snmpd_enable=3D"YES" > inetd_enable=3D"YES" > inetd_flags=3D"-wW -a 192.168.125.83" > ntpd_enable=3D"YES" > linux_enable=3D"YES" > rpcbind_enable=3D"YES" > nfs_server_enable=3D"YES" > mountd_flags=3D"-r" > nfs_client_enable=3D"YES" > # vsftpd_enable=3D"YES" > cupsd_enable=3D"YES" > samba_enable=3D"YES" > apcupsd_enable=3D"YES" >=20 > can anyone give me any guesses as to where i need to take a look as to wh= at=20 > could be attempting the 2nd starts of these 2 items? also, simply restar= ting=20 > apcupsd will fail, but if i killall apcupsd then start it fresh, it works= for=20 > the duration of my uptime (somehow the pid that stays running gets=20 > disassociated from the pid file). samba is similar behavior. my windows= =20 > computer cannot access the samba, until it is restarted (samba restarts= =20 > normally without any troubles). >=20 > any clues at all, would be appreciated. cheers, > --=20 > Jonathan Horne > http://dfwlpiki.dfwlp.org > freebsd@dfwlp.com It happens because you now have /usr/X11R6 symlinked to /usr/local and local_startup rc variable still points to both. Insert local_startup=3D"/usr/local/etc/rc.d" to /etc/rc.conf. And, BTW, this is one of the tasks that /usr/ports/Tools/scripts/mergebase.sh performs (this is mentioned in /usr/ports/UPDATING). HTH, Yuri --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGkU3ceoAklVFrLdgRAneMAJkBt9Ugxv3hmlIC57fYwdCmSu6TdgCeLaF1 FIh6gr8dlrZKdzABax65JtI= =6dJF -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 21:12:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D258E16A41F for ; Sun, 8 Jul 2007 21:12:08 +0000 (UTC) (envelope-from j65nko@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 929F013C46A for ; Sun, 8 Jul 2007 21:12:08 +0000 (UTC) (envelope-from j65nko@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so460026nzf for ; Sun, 08 Jul 2007 14:12:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ur/hqWnHZCojAgWz8dT3UPSZQxFQBrlehqr+yZWbL6fl9Y73KRngSeqVLTcld2Rmpcr8eWqnsCZEJRefMPjauFUmWdkgknq0AID5VH0dIPmXy+ZIH53dVHECSOb8NNJBiKgLvFz+eX7aRF20XbpSRuxV3vfbBYo85d+swG6ae4o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dOb3XSalvq59g+IW/6q1iPch0IxsIgL/ZCHOrFL4PFlaVzXHJgtQfKixTdYKMUadgU2k7zI/S8ei+ngUjq5bMxnvtscee5TOd+z9TCp6rEDeyyc1/LW0H4LVsyqLscUme/5jrasWJWv3+NY+DFNtph2qlpj715O1h2dZ8AG4yR8= Received: by 10.142.231.7 with SMTP id d7mr184844wfh.1183927394680; Sun, 08 Jul 2007 13:43:14 -0700 (PDT) Received: by 10.143.45.7 with HTTP; Sun, 8 Jul 2007 13:43:14 -0700 (PDT) Message-ID: <19861fba0707081343k4b789d71ne6ff9d622e8da1ca@mail.gmail.com> Date: Sun, 8 Jul 2007 22:43:14 +0200 From: J65nko To: freebsd-questions@freebsd.org In-Reply-To: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> Subject: Re: non-interactive dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 21:12:08 -0000 On 7/8/07, Dinesh Pandian wrote: > Hello guys, > quick question.. > > Is there a way to tell dump to do it's working without > it asking "Is the new volume mounted and ready to go?: ("yes" or "no")" > everytime it changes mount points? > > For example: > > solara# dump -0L -f /dev/da1 / > DUMP: Date of this level 0 dump: Mon Jul 9 02:17:40 2007 > DUMP: Date of last level 0 dump: the epoch > DUMP: Dumping snapshot of /dev/da0s1a (/) to /dev/da1 > DUMP: mapping (Pass I) [regular files] > DUMP: mapping (Pass II) [directories] > DUMP: estimated 288357 tape blocks on 7.42 tape(s). > DUMP: dumping (Pass III) [directories] > DUMP: dumping (Pass IV) [regular files] > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #2 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 2 begins with blocks from inode 33729 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #3 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 3 begins with blocks from inode 49969 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #4 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 4 begins with blocks from inode 50225 > DUMP: 39.89% done, finished in 0:01 at Mon Jul 9 02:25:01 2007 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #5 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 5 begins with blocks from inode 50225 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #6 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 6 begins with blocks from inode 50225 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #7 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 7 begins with blocks from inode 50225 > DUMP: Closing /dev/da1 > DUMP: Change Volumes: Mount volume #8 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes > DUMP: Volume 8 begins with blocks from inode 50225 > DUMP: DUMP: 289411 tape blocks on 8 volumes > DUMP: finished in 180 seconds, throughput 1607 KBytes/sec > DUMP: Closing /dev/da1 > DUMP: DUMP IS DONE > > > Dump requires that I key in "yes" everytime it changes mount volumes.. > is there a way to just get it to continue without user intervention? > Use the "-a" flag ;) From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 21:54:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D84316A469 for ; Sun, 8 Jul 2007 21:54:34 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6884513C447 for ; Sun, 8 Jul 2007 21:54:34 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 16604 invoked from network); 8 Jul 2007 21:54:34 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 Jul 2007 21:54:33 -0000 Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id D27C02842D for ; Sun, 8 Jul 2007 17:54:30 -0400 (EDT) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 2F3561CC5F; Sun, 8 Jul 2007 17:54:28 -0400 (EDT) To: freebsd-questions@freebsd.org References: <469056DE.40902@tundraware.com> <46908257.8060209@tundraware.com> <44hcof9dkm.fsf@Lowell-Desk.lan> <46910EDC.10901@tundraware.com> From: Lowell Gilbert Date: Sun, 08 Jul 2007 17:54:28 -0400 In-Reply-To: <46910EDC.10901@tundraware.com> (Tim Daneliuk's message of "Sun\, 08 Jul 2007 11\:20\:44 -0500") Message-ID: <44644upnmz.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Enabling A Serial Port On 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 21:54:34 -0000 Tim Daneliuk writes: > I suspect that there are a great > many places - shell scripts and C source code leap to mind - where the > lack of a terminating newline at the end of a file does not cause the > line to be ignored altogether. In both of those cases, the relevant standards say that such input is invalid. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 8 21:58:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63C3716A421 for ; Sun, 8 Jul 2007 21:58:11 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 2303913C43E for ; Sun, 8 Jul 2007 21:58:11 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l68Lw8D6016550 for ; Sun, 8 Jul 2007 16:58:08 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 8 Jul 2007 16:58:07 -0500 User-Agent: KMail/1.9.6 References: <200707081537.11124.freebsd@dfwlp.com> <20070708204938.GA98762@darklight.org.ru> In-Reply-To: <20070708204938.GA98762@darklight.org.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707081658.08010.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.0 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: trouble with some startup items X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 21:58:11 -0000 On Sunday 08 July 2007 15:49:38 Yuri Pankov wrote: > On Sun, Jul 08, 2007 at 03:37:10PM -0500, Jonathan Horne wrote: > > ive been trying to figure out this problem for a while now. i have 2 > > things that are having trouble starting. apcupsd and samba. i recently > > noticed, that during start up, they are printed more than once to the > > console (and to my /var/log/console.log. here is the output of my most > > recent reboot: > > > > Jul 8 15:24:05 athena kernel: Starting syslogd. > > Jul 8 15:24:05 athena kernel: Initial i386 initialization: > > Jul 8 15:24:05 athena kernel: . > > Jul 8 15:24:05 athena kernel: Additional ABI support: > > Jul 8 15:24:05 athena kernel: linux > > Jul 8 15:24:07 athena kernel: . > > Jul 8 15:24:07 athena kernel: Setting date via ntp. > > Jul 8 15:24:09 athena kernel: 8 Jul 15:24:09 ntpdate[609]: step time > > server 24.162.39.167 offset 1.666967 sec > > Jul 8 15:24:09 athena kernel: Starting rpcbind. > > Jul 8 15:24:09 athena kernel: NFS access cache time=60 > > Jul 8 15:24:09 athena kernel: Starting mountd. > > Jul 8 15:24:09 athena kernel: Starting nfsd. > > Jul 8 15:24:09 athena kernel: Starting apcupsd. > > Jul 8 15:24:09 athena kernel: Starting apcupsd. > > Jul 8 15:24:09 athena kernel: Starting local daemons: > > Jul 8 15:24:09 athena kernel: . > > Jul 8 15:24:09 athena kernel: Updating motd > > Jul 8 15:24:09 athena kernel: . > > Jul 8 15:24:09 athena kernel: Mounting late file systems: > > Jul 8 15:24:09 athena kernel: . > > Jul 8 15:24:09 athena kernel: Starting ntpd. > > Jul 8 15:24:09 athena kernel: Starting usbd. > > Jul 8 15:24:10 athena kernel: Starting cupsd. > > Jul 8 15:24:10 athena kernel: Starting cupsd. > > Jul 8 15:24:10 athena kernel: Removing stale Samba tdb files: > > Jul 8 15:24:10 athena kernel: . > > Jul 8 15:24:10 athena last message repeated 7 times > > Jul 8 15:24:10 athena kernel: done > > Jul 8 15:24:10 athena kernel: Starting nmbd. > > Jul 8 15:24:10 athena kernel: Starting smbd. > > Jul 8 15:24:11 athena kernel: Removing stale Samba tdb files: > > Jul 8 15:24:11 athena kernel: . > > Jul 8 15:24:11 athena last message repeated 5 times > > Jul 8 15:24:11 athena kernel: done > > Jul 8 15:24:11 athena kernel: Starting nmbd. > > Jul 8 15:24:11 athena kernel: Starting smbd. > > Jul 8 15:24:11 athena kernel: Starting snmpd. > > Jul 8 15:24:11 athena kernel: Starting snmpd. > > Jul 8 15:24:11 athena kernel: Configuring syscons: > > Jul 8 15:24:11 athena kernel: blanktime > > Jul 8 15:24:11 athena kernel: . > > Jul 8 15:24:11 athena kernel: Starting sshd. > > Jul 8 15:24:12 athena kernel: Starting cron. > > Jul 8 15:24:12 athena kernel: Local package initialization: > > Jul 8 15:24:12 athena kernel: . > > Jul 8 15:24:12 athena kernel: Additional TCP options: > > Jul 8 15:24:12 athena kernel: . > > Jul 8 15:24:12 athena kernel: Starting inetd. > > Jul 8 15:24:12 athena kernel: Starting background file system checks in > > 60 seconds. > > Jul 8 15:24:12 athena kernel: > > Jul 8 15:24:12 athena kernel: Sun Jul 8 15:24:12 CDT 2007 > > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: > > apcupsd FATAL ERROR in bsd-usb.c at line 711 Cannot find UPS device -- > > For a link to detailed USB trouble shooting information, please see > > . > > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: Valid > > lock file for pid=685, but not ours pid=689 > > Jul 8 15:24:19 athena kernel: Jul 8 15:24:19 athena apcupsd[689]: > > apcupsd error shutdown completed > > > > also, here is my /etc/rc.conf file. ive double checked it, and these > > items arent listed twice (not even sure if that would matter if it were). > > > > # -- sysinstall generated deltas -- # Fri Jun 16 12:58:58 2006 > > # Created: Fri Jun 16 12:58:58 2006 > > # Enable network daemons for user convenience. > > # Please make all changes to this file, not to /etc/defaults/rc.conf. > > # This file now contains just the overrides from /etc/defaults/rc.conf. > > hostname="athena.dfwlp.com" > > ifconfig_bge0="DHCP" > > devfs_system_ruleset="localrules" > > sshd_enable="YES" > > usbd_enable="YES" > > ntpdate_enable="YES" > > ntpdate_hosts="0.us.pool.ntp.org" > > snmpd_enable="YES" > > inetd_enable="YES" > > inetd_flags="-wW -a 192.168.125.83" > > ntpd_enable="YES" > > linux_enable="YES" > > rpcbind_enable="YES" > > nfs_server_enable="YES" > > mountd_flags="-r" > > nfs_client_enable="YES" > > # vsftpd_enable="YES" > > cupsd_enable="YES" > > samba_enable="YES" > > apcupsd_enable="YES" > > > > can anyone give me any guesses as to where i need to take a look as to > > what could be attempting the 2nd starts of these 2 items? also, simply > > restarting apcupsd will fail, but if i killall apcupsd then start it > > fresh, it works for the duration of my uptime (somehow the pid that stays > > running gets disassociated from the pid file). samba is similar > > behavior. my windows computer cannot access the samba, until it is > > restarted (samba restarts normally without any troubles). > > > > any clues at all, would be appreciated. cheers, > > -- > > Jonathan Horne > > http://dfwlpiki.dfwlp.org > > freebsd@dfwlp.com > > It happens because you now have /usr/X11R6 symlinked to /usr/local and > local_startup rc variable still points to both. Insert > local_startup="/usr/local/etc/rc.d" to /etc/rc.conf. And, BTW, this is > one of the tasks that /usr/ports/Tools/scripts/mergebase.sh performs > (this is mentioned in /usr/ports/UPDATING). > > > HTH, > Yuri that was it!! thank you so much! interesting thing, is that this system was a complete rebuild from the ground up, after the 7.2 was introduced into the ports. i did still have to set the variable XORG_UPGRADE=yes, but i didnt bother with any other other upgrading hoop-tricks since this system was totally fresh. cheers, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 00:46:49 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 166E516A400 for ; Mon, 9 Jul 2007 00:46:49 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1AD0813C43E for ; Mon, 9 Jul 2007 00:46:47 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l690kfdp028150 for ; Sun, 8 Jul 2007 17:46:41 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l690kfx4028149 for freebsd-questions@FreeBSD.ORG; Sun, 8 Jul 2007 17:46:41 -0700 (PDT) (envelope-from kline) Date: Sun, 8 Jul 2007 17:46:41 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20070709004641.GA28114@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Subject: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 00:46:49 -0000 I was able to find, ldown load and instal the DOS/Windows ssh utility, but am having trouble scp'ing stuff between my BSD side and my W2K server. Anybody know what file I have to modify to get permission on the windows computer? -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 00:57:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0816416A469 for ; Mon, 9 Jul 2007 00:57:03 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id B615613C45A for ; Mon, 9 Jul 2007 00:57:02 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l690uuxH019580 for ; Sun, 8 Jul 2007 19:56:57 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 8 Jul 2007 19:56:56 -0500 User-Agent: KMail/1.9.6 References: <20070709004641.GA28114@thought.org> In-Reply-To: <20070709004641.GA28114@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707081956.56787.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.1 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 00:57:03 -0000 On Sunday 08 July 2007 19:46:41 Gary Kline wrote: > I was able to find, ldown load and instal the DOS/Windows ssh > utility, but am having trouble scp'ing stuff between my BSD side > and my W2K server. Anybody know what file I have to modify to > get permission on the windows computer? during the rare occasions that i have to scp files from a unix source, i always do it *from* the windows box, with pscp.exe. cheers, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 01:28:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52EB616A421 for ; Mon, 9 Jul 2007 01:28:25 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2FC3E13C455 for ; Mon, 9 Jul 2007 01:28:25 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 2FB237FB6 for ; Sun, 8 Jul 2007 21:04:07 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id A8CC9B65E8 for ; Mon, 9 Jul 2007 01:03:50 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 01:03:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707090103.49950.lists-fbsd@shadypond.com> Subject: X11 forwarding problems in FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 01:28:25 -0000 I am having some problems with X11 forwarding. I can do X11 forwarding via ssh between two machines running Linux, but if I try to do this from FreeBSD (KDE) to either of the Linux machines, it only works if I use startx to start KDE on the fbsd machine (a laptop). If I start KDE from kdm, I get errors that go like this when I start the KDE app on the remote host running Linux: pollywog@slider:~$ kate Xlib: connection to "localhost:11.0" refused by server Xlib: Invalid MIT-MAGIC-COOKIE-1 key kate: cannot connect to X server localhost:11.0 My configurations for ssh are similar on all hosts: sshd_conf has AllowTcpForwarding yes X11DisplayOffset 10 X11UseLocalHost yes XAuthLocation /usr/local/bin/xauth ssh_conf has Host slider HostName 192.168.0.1 ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes PubkeyAuthentication yes Protocol 2 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 02:13:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DED816A400 for ; Mon, 9 Jul 2007 02:13:55 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 20F8C13C458 for ; Mon, 9 Jul 2007 02:13:55 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id l692Dmpl078366 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Jul 2007 19:13:48 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id l692DmSF078356; Sun, 8 Jul 2007 19:13:48 -0700 (PDT) Received: from fbsd61 ([192.168.200.61]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA12557; Sun, 8 Jul 07 19:01:10 PDT Date: Sun, 08 Jul 2007 19:03:46 -0700 From: perryh@pluto.rain.com To: dnelson@allantgroup.com Message-Id: <46919782.TGE42+thmebftiAD%perryh@pluto.rain.com> References: <3ea3ac8f0707081128n4ec5f2f6o6ffb0c4745a3008b@mail.gmail.com> <20070708201401.GA15336@dan.emsphone.com> In-Reply-To: <20070708201401.GA15336@dan.emsphone.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dineshpandian@gmail.com, freebsd-questions@freebsd.org Subject: Re: non-interactive dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 02:13:55 -0000 > > Is there a way to tell dump to do it's working without it asking > > "Is the new volume mounted and ready to go?: ("yes" or "no")" > > everytime it changes mount points? > > How else can it tell when you've swapped in new media? If it > automatically continued it would just overwrite the previous > segment. In principle, when dumping to a sequence of volumes on a removable device, it could watch for the device to become not-ready and then ready again. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 04:44:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F89A16A421 for ; Mon, 9 Jul 2007 04:44:09 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83107.mail.mud.yahoo.com (web83107.mail.mud.yahoo.com [216.252.101.36]) by mx1.freebsd.org (Postfix) with SMTP id 62B7113C448 for ; Mon, 9 Jul 2007 04:44:09 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 35912 invoked by uid 60001); 9 Jul 2007 04:17:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=c/80DxoBYWGE8g5qLxTdxu6ZfijudDu+eTxCv6mml6e1IiHMn5qsAvyLxP3NQmS78Q2sUByP8S2LYkayCD4CEqo/ooXa9YtTeVKIeWDpewZqBlaOZ/U7H8pS0JrHK1YnZGG+8tAISLkBsBV/zg+Dg9oDv1xI+YkLMmPnfxQUHQM=; X-YMail-OSG: C7pTKJ4VM1kPrwgvobih_sfYc6YhbJ_a5A8MhyuAOr9bh3TWE86YSgI26qNPs3D98BzuDg6OeEAB3cdL9KE0b8AX4G6Xf1SKE4tdcieNu8StHjX41UTWnf2FnNcyT3VNHp24UkoBdkiI Received: from [75.19.98.178] by web83107.mail.mud.yahoo.com via HTTP; Sun, 08 Jul 2007 21:17:27 PDT Date: Sun, 8 Jul 2007 21:17:27 -0700 (PDT) From: backyard To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <465042.30173.qm@web83107.mail.mud.yahoo.com> Subject: Odd Multi-User Mode BUILD Error: lang/gnat; why is it attempting to use csh??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 04:44:09 -0000 Please CC me on a response as I am not a member of freebsd-questions Here it is: gmake[2]: Entering directory `/usr/ports/lang/gnat/work/gcc-34/gcc/fixinc' /bin/csh ./genfixes machname.h SHELL=/bin/sh: Command not found. export: Command not found. if: Expression Syntax. gmake[2]: *** [machname.h] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/gnat/work/gcc-34/gcc/fixinc' gmake[1]: *** [fixinc.sh] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gnat/work/gcc-34/gcc' gmake: *** [all-gcc] Error 2 *** Error code 2 ------------ this is obviously caused by the build attempting to run the sh script with (t)csh instead causing a basic syntax error to occur because of the incompatible script syntax and puking the make. I say obviously because dropping to single user mode and choosing /bin/sh as my shell allowed the build to occur without error. I think the problem lies in lang/gnat/work/gcc-34/gcc/fixinc/Makefile.in referencing the variable SHELL=@SHELL@ and using it genrally like cd $(srcdir) ; $(SHELL) ./genfixes $@ I don't know much about Makefile syntax but I know changing every reference of SHELL to DINGLESHELL made no difference. I attempted to force SHELL=/bin/sh to no avail it was ignored and still ran /bin/csh ./genfixes machname.h SHELL=/bin/sh:Command not found I even reset MAKE_SHELL=/bin/sh in make.conf and forced the above Makefile.in to use SHELL=${MAKE_SHELL} as a last resort but neither futile attempts worked. I believe the error is that the Makefile is ignoring the setting of SHELL and using the environment SHELL variable which is by default /bin/csh. Under Linux this wouldn't be an error because as I recall they use bash for everyone, even the big wheels... but for a BSD this is an error, because root runs csh My question is should SHELL=@SHELL@ pickup the proper /bin/sh and build things correctly, or is using SHELL in the makefile in this manner an error under a BSD that should be fixed by a patch worked out with the maintainer. I don't know if this is an configure error, or a one in a bluemoon thing. I am thoroughly confused by this. I guess I am wondering if anyone else has had similar issues with the port as a search on google didn't seem to find much. I need the GPL version so I can use tasking, as my reason for using Ada needs the intrinsic support for threading to be functional. This also allows me to try out the adacore compile prior to dropping whatever sum of money they want for GNAT-Pro... If I have to go single user to update the port I will. I don't want to run /bin/sh as my root shell i suppose i could try bash. which as an exercise i set as the root shell and all went perfectly fine through the build. I don't want to leave things this way because a simple issue of deleting my ports will make logging in as root require remembering to boot single user... my build env: 2x 2800+ athlon-mp 1284M Ram (1gig + 256M registered ECC scrubbing on) FreeBSD 6.2-p5 CFLAGS=-O2 -pipe COPTFLAGS=-pipe -O CPUTYPE?=athlon-mp NO_RCMDS=YES NO_PROFILE=YES MAKE_IDEA=yes WITH_OPENSSL_BASE=YES X_WINDOW_SYSTEM=xorg SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 thanks for any help, and thanks to the FreeBSD team, I can't wait for 7.0 to be released, I think my LH6000 is going to love the optimized SMP routines... as will the above machine, of course. brian again, Please CC me on a response as I am not a member of freebsd-questions From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:18:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F53416A400 for ; Mon, 9 Jul 2007 05:18:15 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 0211113C447 for ; Mon, 9 Jul 2007 05:18:14 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 31679 invoked from network); 9 Jul 2007 00:18:14 -0500 Received: from 203-217-53-24.dyn.iinet.net.au (HELO localhost) (203.217.53.24) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Jul 2007 00:18:13 -0500 Date: Mon, 9 Jul 2007 15:18:11 +1000 From: Norberto Meijome To: Gary Kline Message-ID: <20070709151811.75677f9d@localhost> In-Reply-To: <20070709004641.GA28114@thought.org> References: <20070709004641.GA28114@thought.org> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 05:18:15 -0000 On Sun, 8 Jul 2007 17:46:41 -0700 Gary Kline wrote: > I was able to find, ldown load and instal the DOS/Windows ssh > utility, but am having trouble scp'ing stuff between my BSD side > and my W2K server. Anybody know what file I have to modify to > get permission on the windows computer? Gary, what exactly are you trying to do ? what error do you get? is your windows user local? does it have admin rights ? B _________________________ {Beto|Norberto|Numard} Meijome "If you want to realize what a ridiculous word 'lifestyle' is, consider the fact that technically speaking, Attila the Hun had an active, outdoor lifestyle." George Carlin I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:27:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCC9116A468 for ; Mon, 9 Jul 2007 05:27:14 +0000 (UTC) (envelope-from fbsd-ml@scrapper.ca) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id B55ED13C458 for ; Mon, 9 Jul 2007 05:27:14 +0000 (UTC) (envelope-from fbsd-ml@scrapper.ca) Received: from pd3mr2so.prod.shaw.ca (pd3mr2so-qfe3.prod.shaw.ca [10.0.141.178]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JKW00GWUCHE2950@l-daemon> for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 23:27:14 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd3mr2so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JKW00EKKCHEAO40@pd3mr2so.prod.shaw.ca> for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 23:27:14 -0600 (MDT) Received: from proven.lan ([24.85.241.34]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JKW006FGCHCX074@l-daemon> for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 23:27:13 -0600 (MDT) Received: from proven.lan (localhost [127.0.0.1]) by proven.lan (8.14.1/8.14.1) with ESMTP id l695RBVN019265 for ; Sun, 08 Jul 2007 22:27:11 -0700 (PDT envelope-from fbsd-ml@scrapper.ca) Received: from localhost (localhost [[UNIX: localhost]]) by proven.lan (8.14.1/8.14.1/Submit) id l695RBZr019264 for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 22:27:11 -0700 (PDT envelope-from fbsd-ml@scrapper.ca) Date: Sun, 08 Jul 2007 22:27:11 -0700 From: Norbert Papke In-reply-to: <200707090103.49950.lists-fbsd@shadypond.com> To: freebsd-questions@freebsd.org Message-id: <200707082227.11422.fbsd-ml@scrapper.ca> Organization: Archaeological Filing MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200707090103.49950.lists-fbsd@shadypond.com> X-Authentication-warning: proven.lan: npapke set sender to fbsd-ml@scrapper.ca using -f User-Agent: KMail/1.9.6 Subject: Re: X11 forwarding problems in FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 05:27:14 -0000 On July 8, 2007, Pollywog wrote: > I am having some problems with X11 forwarding. I can do X11 forwarding via > ssh between two machines running Linux, but if I try to do this from > FreeBSD (KDE) to either of the Linux machines, it only works if I use > startx to start KDE on the fbsd machine (a laptop). If I start KDE from > kdm, I get errors that go like this when I start the KDE app on the remote > host running Linux: pollywog@slider:~$ kate > Xlib: connection to "localhost:11.0" refused by server > Xlib: Invalid MIT-MAGIC-COOKIE-1 key > kate: cannot connect to X server localhost:11.0 On your FreeBSD machine, try issuing % xhost +local: before you ssh to the Linux machines. Cheers. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:29:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7999716A421 for ; Mon, 9 Jul 2007 05:29:07 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (cp268254-a.landg1.lb.home.nl [213.51.103.48]) by mx1.freebsd.org (Postfix) with ESMTP id 36B2313C4B7 for ; Mon, 9 Jul 2007 05:29:06 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id 98A3439898 for ; Mon, 9 Jul 2007 07:29:05 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 4BCB239884; Mon, 9 Jul 2007 07:29:05 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.2.1 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id F364C3987B for ; Mon, 9 Jul 2007 07:29:01 +0200 (CEST) Message-ID: <4691C79C.80806@boosten.org> Date: Mon, 09 Jul 2007 07:29:00 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: FreeBSD Mailing List References: <20070709004641.GA28114@thought.org> In-Reply-To: <20070709004641.GA28114@thought.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000754-5, 07/08/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 05:29:07 -0000 Gary Kline wrote: > I was able to find, ldown load and instal the DOS/Windows ssh > utility, but am having trouble scp'ing stuff between my BSD side > and my W2K server. Anybody know what file I have to modify to > get permission on the windows computer? Gary, Search for winscp, a (free) graphical drag&drop scp tool. I've seen some limitations with scp of putty (like file sizes over 2 Gigs). Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:44:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 912A216A400 for ; Mon, 9 Jul 2007 05:44:59 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 37C3413C457 for ; Mon, 9 Jul 2007 05:44:59 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l695ioQq044733 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 9 Jul 2007 00:44:52 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4691CB4E.5010606@tundraware.com> Date: Mon, 09 Jul 2007 00:44:46 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> In-Reply-To: <20070709151811.75677f9d@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Cc: Gary Kline , FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 05:44:59 -0000 On Sun, 8 Jul 2007 17:46:41 -0700 Gary Kline wrote: > >> I was able to find, ldown load and instal the DOS/Windows ssh >> utility, but am having trouble scp'ing stuff between my BSD side >> and my W2K server. Anybody know what file I have to modify to >> get permission on the windows computer? OK - there are two scenarios: 1) Running the command from a Windows command shell to/from BSD (really pscp, right? - that's what comes with putty): pscp user@host:sourcefile localfile - Copies file from BSD to Windows pscp localfile user@host:destfile - Copies local file to BSD This should work out of the box assuming there are no authentication or firewall problems in the way. If you're running WinXP/Vista you may have to open the Windows firewall to permit this. You can see what's going on by having pscp be "verbose" by sticking a -v flag into the command: pscp -v ..... 2) Running the command from BSD to/from Windows This is harder. You have to be running a ssh daemon (sshd) on your Windows machine. This is very doable, but you'll need something like cygwin to get sshd for Windows and then you'll have to configure it appropriately. The good thing about this (although it is kind of a pain) is that it gets around an interesting limitation in WinDoze. Microsoft does allow you to telnet into your Windows client machine but it only allows ONE such login at a time (because, if you wanted more than one login, surely you need WinDoze Server ... which is WAY more money). If you install sshd on your machine, you now have more-or-less unlimited logins via ssh from other machines. Similarly, on Windows Server, you probably need a CAL for each telnet connection. I do not quite understand Microsoft's licensing terms (does anyone?), but it _may_ be the case that running sshd on a Windows Server and using ssh to get to it _may_ get you around paying for extra CALs. YLFMV (Your Legal Fees May Vary). You didn't provide any particulars (in the future, an exact description of what is- and is not working is VERY useful for those of us trying to help ;), but, if I had to guess, I'd say you're having one of two problems: 1) You're trying to do the file copy from BSD to/from Windows and you don't have an sshd daemon running on Win32. 2) You're trying initiate the copy from Windows (which should work), but the Windows firewall is blocking the connection. HTH, P.S. If anyone tells anyone else that I know this stuff about Windows I will deny it loudly and come looking for you. I do not need any more conversations that start with, "Oh, you're a computer engineer - I have this problem with my/childrens'/wife's/dog's Windows machine..." :) -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:45:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4786D16A4A9 for ; Mon, 9 Jul 2007 05:45:07 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id D5C6313C448 for ; Mon, 9 Jul 2007 05:45:06 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l695ixUc021430 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 8 Jul 2007 22:44:59 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l695iwrW013955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Jul 2007 22:44:59 -0700 Message-ID: <4691CB5A.2050208@u.washington.edu> Date: Sun, 08 Jul 2007 22:44:58 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Peter Boosten References: <20070709004641.GA28114@thought.org> <4691C79C.80806@boosten.org> In-Reply-To: <4691C79C.80806@boosten.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.8.222636 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 05:45:07 -0000 Peter Boosten wrote: > Gary Kline wrote: > >> I was able to find, ldown load and instal the DOS/Windows ssh >> utility, but am having trouble scp'ing stuff between my BSD side >> and my W2K server. Anybody know what file I have to modify to >> get permission on the windows computer? >> > > Gary, > > Search for winscp, a (free) graphical drag&drop scp tool. > I've seen some limitations with scp of putty (like file sizes over 2 Gigs). > > Peter > Gary, If you're just trying to do file transferring/sharing in a local 'secure' network, I suggest Samba in place of scp. You might also want to consider Samba + VPN as well; scp is great for porting files over long distances, or a last resort for dealing with Unix <=> Windows transferring, but just seems incredibly kludgey when dealing with files/directories otherwise (having to maintain an ssh connection, having to install a scp/ssh client per machine for instance are what I consider kludgey). Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:50:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88F6716A46C for ; Mon, 9 Jul 2007 05:50:01 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from host222.ipowerweb.com (host222.ipowerweb.com [66.235.210.10]) by mx1.freebsd.org (Postfix) with SMTP id 63C2413C44C for ; Mon, 9 Jul 2007 05:50:01 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 61022 invoked from network); 9 Jul 2007 05:44:57 -0000 Received: from unknown (HELO demeter.hydra) (24.9.123.251) by host222.ipowerweb.com with SMTP; 9 Jul 2007 05:44:57 -0000 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l695nwrq069912 for ; Sun, 8 Jul 2007 23:49:59 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l695nw38069911 for freebsd-questions@freebsd.org; Sun, 8 Jul 2007 23:49:58 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Sun, 8 Jul 2007 23:49:58 -0600 From: Chad Perrin To: FreeBSD Mailing List Message-ID: <20070709054958.GF69746@demeter.hydra> Mail-Followup-To: FreeBSD Mailing List References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4691CB4E.5010606@tundraware.com> User-Agent: Mutt/1.4.2.2i Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 05:50:01 -0000 On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: > > P.S. If anyone tells anyone else that I know this stuff about Windows > I will deny it loudly and come looking for you. I do not need > any more conversations that start with, "Oh, you're a computer > engineer - I have this problem with my/childrens'/wife's/dog's > Windows machine..." :) "Oh, well that's your problem right there. Here, try FreeBSD, or maybe this MacOS X thing, instead. That should solve the problem." Isn't that the right answer to all such questions? -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] MacUser, Nov. 1990: "There comes a time in the history of any project when it becomes necessary to shoot the engineers and begin production." From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:57:28 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AC8916A421 for ; Mon, 9 Jul 2007 05:57:28 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id D0D8513C45E for ; Mon, 9 Jul 2007 05:57:27 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l695vQgG029887; Sun, 8 Jul 2007 22:57:26 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l695vQe3029886; Sun, 8 Jul 2007 22:57:26 -0700 (PDT) (envelope-from kline) Date: Sun, 8 Jul 2007 22:57:26 -0700 From: Gary Kline To: Norberto Meijome Message-ID: <20070709055726.GA29775@thought.org> References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070709151811.75677f9d@localhost> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 05:57:28 -0000 On Mon, Jul 09, 2007 at 03:18:11PM +1000, Norberto Meijome wrote: > On Sun, 8 Jul 2007 17:46:41 -0700 > Gary Kline wrote: > > > I was able to find, down load and instal the DOS/Windows ssh > > utility, but am having trouble scp'ing stuff between my BSD side > > and my W2K server. Anybody know what file I have to modify to > > get permission on the windows computer? > > Gary, > > what exactly are you trying to do ? what error do you get? > > is your windows user local? does it have admin rights ? > wHat I was tying to do what scp a kf141.exe here on "tao" over to my daughter's peecee to get her W2K key/number. I didn't buy the W2K and when I junk the computer I want to use the OS. The error was a permissions type yelp from the PC. I logged out as her, then discovered that she already was "administrator." gary PS/: if anybody knows where I can find this "key-finder" binary, it'd save lots of steps! > B > > _________________________ > {Beto|Norberto|Numard} Meijome > > "If you want to realize what a ridiculous word 'lifestyle' is, consider the fact that technically speaking, Attila the Hun had an active, outdoor lifestyle." > George Carlin > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 05:59:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D256D16A468 for ; Mon, 9 Jul 2007 05:59:57 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id B397C13C4B8 for ; Mon, 9 Jul 2007 05:59:57 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1I7mHs-00040C-VF for freebsd-questions@freebsd.org; Sun, 08 Jul 2007 22:59:56 -0700 Message-ID: <11496394.post@talk.nabble.com> Date: Sun, 8 Jul 2007 22:59:56 -0700 (PDT) From: gmoniey To: freebsd-questions@freebsd.org In-Reply-To: <11003239.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: gmoniey@gmail.com References: <10902043.post@talk.nabble.com> <20070601131230.380039e8@localhost> <10906324.post@talk.nabble.com> <20070601154223.GC43330@gizmo.acns.msu.edu> <10953687.post@talk.nabble.com> <20070605031224.188cacc8@gumby.homeunix.com.> <20070605022154.GB71220@gizmo.acns.msu.edu> <10963533.post@talk.nabble.com> <46651165.1040909@webanoide.org> <10982826.post@talk.nabble.com> <20070606224103.GA80072@gizmo.acns.msu.edu> <11003239.post@talk.nabble.com> Subject: Re: startup / shutdown script (rc.d) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 05:59:57 -0000 to those interested, I finally solved this problem, it turns out that the path wasnt correctly set for /usr/local/bin, and adding this line fixed it PATH=/usr/local/bin:$PATH -- View this message in context: http://www.nabble.com/startup---shutdown-script-%28rc.d%29-tf3848895.html#a11496394 Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:12:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9244316A400 for ; Mon, 9 Jul 2007 06:12:13 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 3561D13C447 for ; Mon, 9 Jul 2007 06:12:13 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l696CBEA029978; Sun, 8 Jul 2007 23:12:11 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l696C5QB029969; Sun, 8 Jul 2007 23:12:05 -0700 (PDT) (envelope-from kline) Date: Sun, 8 Jul 2007 23:12:05 -0700 From: Gary Kline To: Tim Daneliuk Message-ID: <20070709061205.GB29775@thought.org> References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4691CB4E.5010606@tundraware.com> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 06:12:13 -0000 On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: > On Sun, 8 Jul 2007 17:46:41 -0700 > Gary Kline wrote: > > > >> I was able to find, ldown load and instal the DOS/Windows ssh > >> utility, but am having trouble scp'ing stuff between my BSD side > >> and my W2K server. Anybody know what file I have to modify to > >> get permission on the windows computer? > > OK - there are two scenarios: > > 1) Running the command from a Windows command shell to/from BSD > (really pscp, right? - that's what comes with putty): > > pscp user@host:sourcefile localfile - Copies file from BSD to Windows > pscp localfile user@host:destfile - Copies local file to BSD > > This should work out of the box assuming there are no authentication > or firewall problems in the way. If you're running WinXP/Vista > you may have to open the Windows firewall to permit this. You > can see what's going on by having pscp be "verbose" by sticking > a -v flag into the command: > [[ Dunno why, but I'm saving your entire file:) ---Maybe they've got DOS/Win in HELL for us Unix types.]] Since I've ready got putty on the PC, can I type:: pscp kline@10.0.0.250:/tmp/kf141.exe C:\kf141.exe ?? (Do I have to put the 10.250 IP in brackets, IOW?) tia, -- ~/.sig, etc, etc. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:12:46 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89F4316A421 for ; Mon, 9 Jul 2007 06:12:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 66BD413C43E for ; Mon, 9 Jul 2007 06:12:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l696Cjm9023724 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 8 Jul 2007 23:12:45 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l696CjhD028918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 8 Jul 2007 23:12:45 -0700 Message-ID: <4691D1DC.8090301@u.washington.edu> Date: Sun, 08 Jul 2007 23:12:44 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: FreeBSD Mailing List References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> <20070709054958.GF69746@demeter.hydra> In-Reply-To: <20070709054958.GF69746@demeter.hydra> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.8.230033 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_NAME_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 06:12:46 -0000 Chad Perrin wrote: > On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: > >> P.S. If anyone tells anyone else that I know this stuff about Windows >> I will deny it loudly and come looking for you. I do not need >> any more conversations that start with, "Oh, you're a computer >> engineer - I have this problem with my/childrens'/wife's/dog's >> Windows machine..." :) >> > > "Oh, well that's your problem right there. Here, try FreeBSD, or maybe > this MacOS X thing, instead. That should solve the problem." > > Isn't that the right answer to all such questions? Although ideal to use FreeBSD/OS X, many circumstances force people to use Windows (for now..). Another possible solution (since Tim brought up Windows -> BSD): automount with mount_smbfs should do the trick. Just having the Unix server run Samba would do the trick though. -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:15:29 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22C5716A400 for ; Mon, 9 Jul 2007 06:15:29 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id F3B9313C4BD for ; Mon, 9 Jul 2007 06:15:28 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l696FSdO019686 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 8 Jul 2007 23:15:28 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l696FRS8029023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Jul 2007 23:15:28 -0700 Message-ID: <4691D27F.8010901@u.washington.edu> Date: Sun, 08 Jul 2007 23:15:27 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Gary Kline References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> <20070709061205.GB29775@thought.org> In-Reply-To: <20070709061205.GB29775@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.8.230033 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Tim Daneliuk , FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 06:15:29 -0000 Gary Kline wrote: > On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: > >> On Sun, 8 Jul 2007 17:46:41 -0700 >> Gary Kline wrote: >> >>>> I was able to find, ldown load and instal the DOS/Windows ssh >>>> utility, but am having trouble scp'ing stuff between my BSD side >>>> and my W2K server. Anybody know what file I have to modify to >>>> get permission on the windows computer? >>>> >> OK - there are two scenarios: >> >> 1) Running the command from a Windows command shell to/from BSD >> (really pscp, right? - that's what comes with putty): >> >> pscp user@host:sourcefile localfile - Copies file from BSD to Windows >> pscp localfile user@host:destfile - Copies local file to BSD >> >> This should work out of the box assuming there are no authentication >> or firewall problems in the way. If you're running WinXP/Vista >> you may have to open the Windows firewall to permit this. You >> can see what's going on by having pscp be "verbose" by sticking >> a -v flag into the command: >> >> > > > [[ Dunno why, but I'm saving your entire file:) ---Maybe they've > got DOS/Win in HELL for us Unix types.]] > > Since I've ready got putty on the PC, can I type:: > > pscp kline@10.0.0.250:/tmp/kf141.exe C:\kf141.exe > > ?? > > (Do I have to put the 10.250 IP in brackets, IOW?) > > tia, > -- > ~/.sig, etc, etc. > > No, that should be correct. If that doesn't work, there's always Cygwin.. at least that's a semi-natural version of Unix :). -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:20:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B339316A400 for ; Mon, 9 Jul 2007 06:20:00 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3C213C455 for ; Mon, 9 Jul 2007 06:20:00 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l696Js9d045649 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 9 Jul 2007 01:19:55 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4691D387.7090709@tundraware.com> Date: Mon, 09 Jul 2007 01:19:51 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Gary Kline References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <4691CB4E.5010606@tundraware.com> <20070709061205.GB29775@thought.org> In-Reply-To: <20070709061205.GB29775@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Cc: FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 06:20:00 -0000 Gary Kline wrote: > On Mon, Jul 09, 2007 at 12:44:46AM -0500, Tim Daneliuk wrote: >> On Sun, 8 Jul 2007 17:46:41 -0700 >> Gary Kline wrote: >>>> I was able to find, ldown load and instal the DOS/Windows ssh >>>> utility, but am having trouble scp'ing stuff between my BSD side >>>> and my W2K server. Anybody know what file I have to modify to >>>> get permission on the windows computer? >> OK - there are two scenarios: >> >> 1) Running the command from a Windows command shell to/from BSD >> (really pscp, right? - that's what comes with putty): >> >> pscp user@host:sourcefile localfile - Copies file from BSD to Windows >> pscp localfile user@host:destfile - Copies local file to BSD >> >> This should work out of the box assuming there are no authentication >> or firewall problems in the way. If you're running WinXP/Vista >> you may have to open the Windows firewall to permit this. You >> can see what's going on by having pscp be "verbose" by sticking >> a -v flag into the command: >> > > > [[ Dunno why, but I'm saving your entire file:) ---Maybe they've > got DOS/Win in HELL for us Unix types.]] > > Since I've ready got putty on the PC, can I type:: > > pscp kline@10.0.0.250:/tmp/kf141.exe C:\kf141.exe That should work. You may have to specify the destination, as c:/kf141.exe, I dunno. Another way: cd c:\ pscp kline@10.0.0.250:/tmp/kf141.exe . > > (Do I have to put the 10.250 IP in brackets, IOW?) I don't see why you would. ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:25:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E958816A41F for ; Mon, 9 Jul 2007 06:25:53 +0000 (UTC) (envelope-from info@plot.uz) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8FD13C45A for ; Mon, 9 Jul 2007 06:25:53 +0000 (UTC) (envelope-from info@plot.uz) Received: by mu-out-0910.google.com with SMTP id w9so564259mue for ; Sun, 08 Jul 2007 23:25:52 -0700 (PDT) Received: by 10.82.156.12 with SMTP id d12mr7426317bue.1183962351839; Sun, 08 Jul 2007 23:25:51 -0700 (PDT) Received: from plot.uz ( [83.221.182.61]) by mx.google.com with ESMTP id h7sm6945114nfh.2007.07.08.23.24.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 08 Jul 2007 23:25:51 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable version=3.1.7 X-Spam-Report: Received: from localhost by plot.uz (MDaemon PRO v9.5.5) with DomainPOP id md50000003593.msg for ; Mon, 09 Jul 2007 11:25:22 +0500 Delivered-To: aleksey@plot.uz Received: by 10.100.154.8 with SMTP id b8cs1069131ane; Sun, 8 Jul 2007 12:34:04 -0700 (PDT) Received: by 10.115.55.1 with SMTP id h1mr2452522wak.1183923244488; Sun, 08 Jul 2007 12:34:04 -0700 (PDT) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by mx.google.com with ESMTP id k24si25462932waf.2007.07.08.12.34.03; Sun, 08 Jul 2007 12:34:04 -0700 (PDT) Received-SPF: pass (google.com: domain of owner-freebsd-isp@freebsd.org designates 69.147.83.53 as permitted sender) DomainKey-Status: bad (test mode) Received: from hub.freebsd.org (hub.freebsd.org [69.147.83.54]) by mx2.freebsd.org (Postfix) with ESMTP id 0FC231BCE3; Sun, 8 Jul 2007 19:33:11 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 08A1716A4EB; Sun, 8 Jul 2007 19:33:11 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A21516A400 for ; Sun, 8 Jul 2007 19:33:07 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: from web54303.mail.re2.yahoo.com (web54303.mail.re2.yahoo.com [206.190.49.113]) by mx1.freebsd.org (Postfix) with SMTP id ED8A413C458 for ; Sun, 8 Jul 2007 19:33:06 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: (qmail 39050 invoked by uid 60001); 8 Jul 2007 19:06:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.hk; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=2Y/jfjNZLbXcCabHSqfKiq2xtTv54uWkJU9Rbe+vViFWRhZSawT98liF7y9fUKgCxNU5fdX1vRSOGHDySJ0KfXOv5aepdRgLtvP57C2DlLREu0moE5L4fd70ViiGaXzXJwh4xiqO+hkuJggvs6erVCAaK8Q/vefZ4U52ORNcdzc=; X-YMail-OSG: m9am0HwVM1luGz5dC9sB0B17hXYDqWxJc6xOTeB2e5tyvXzZTpygsO4rbJFiPv1Z1x1KOlqtfi.4R_rHANmL3K67vtsWrI._cGXdGD4jusB9bld9Jl.iKfAtAflSqiULSWdPDuUG8jTZ_NwBoDv8lA01ErH2NwXFdReVNvLdy1s- Received: from [61.15.61.52] by web54303.mail.re2.yahoo.com via HTTP; Sun, 08 Jul 2007 12:06:26 PDT Date: Sun, 8 Jul 2007 12:06:26 -0700 (PDT) To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <410648.39042.qm@web54303.mail.re2.yahoo.com> X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Errors-To: owner-freebsd-isp@freebsd.org X-Return-Path: owner-freebsd-isp@freebsd.org X-Envelope-From: owner-freebsd-isp@freebsd.org X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Processed: plot.uz, Mon, 09 Jul 2007 11:25:24 +0500 From: Patrick Dung Cc: freebsd-isp@freebsd.org Subject: FreeBSD 6.2 default bind9, question about customize logging [re-post] X-BeenThere: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 06:25:54 -0000 I am using FreeBSD 6.2 with the default bind (not ports). By default chroot is used. When named start or stop, it does have log in /var/log/messages. But for example, when some do domain transfer successfully, that is not logged (zone transfer denied is logged). So I tried to add this part in named.conf (enabled local0.* in syslog.conf) , but still no luck. Any suggestions? logging { channel named-log { //syslog daemon; syslog local0; severity info; print-category yes; }; category default { named-log; }; category xfer-in { named-log; }; category xfer-out { named-log; }; category unmatched { null; }; }; Thanks Patrick ____________________________________________________________________________________ Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433 _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 09:33:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2692016A469 for ; Mon, 9 Jul 2007 09:33:30 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id CDD9313C459 for ; Mon, 9 Jul 2007 09:33:29 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 335 invoked from network); 9 Jul 2007 04:33:29 -0500 Received: from 203-214-157-36.perm.iinet.net.au (HELO localhost) (203.214.157.36) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Jul 2007 04:33:28 -0500 Date: Mon, 9 Jul 2007 19:33:25 +1000 From: Norberto Meijome To: Gary Kline Message-ID: <20070709193325.33e07fd1@localhost> In-Reply-To: <20070709055726.GA29775@thought.org> References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <20070709055726.GA29775@thought.org> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 09:33:30 -0000 On Sun, 8 Jul 2007 22:57:26 -0700 Gary Kline wrote: > wHat I was tying to do what scp a kf141.exe here on "tao" > over to my daughter's peecee to get her W2K key/number. > I didn't buy the W2K and when I junk the computer I want to > use the OS. The error was a permissions type yelp from > the PC not very specific... >. I logged out as her, then discovered that she already > was "administrator." where do you end if you symply SSH to the machine? what path? If you SSH into it, can you create a file there? can you CD to another path, such as c:\windows\temp\ what is the actual cmd when you scp to the machine? the actual paths,etc. why dont you scp from the w2k ? eg, c:\windows\temp\> scp unix_user@unixbox:/path/to/magic.exe . why dont you upload the file to a webserver and download from there? why not email it to yourself ...etc...etc > > gary > > PS/: if anybody knows where I can find this "key-finder" > binary, it'd save lots of steps! left that world behind some time ago...trying quite hard to stay away from it... good luck _________________________ {Beto|Norberto|Numard} Meijome "Everything is interesting if you go into it deeply enough" Richard Feynman I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 09:54:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A32416A400 for ; Mon, 9 Jul 2007 09:54:00 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 6757D13C45B for ; Mon, 9 Jul 2007 09:54:00 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mr2so.prod.shaw.ca (pd3mr2so-qfe3.prod.shaw.ca [10.0.141.178]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JKW001ZVOU07AC0@l-daemon> for freebsd-questions@freebsd.org; Mon, 09 Jul 2007 03:54:00 -0600 (MDT) Received: from pn2ml4so.prod.shaw.ca ([10.0.121.148]) by pd3mr2so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JKW00LNEOU0AQ20@pd3mr2so.prod.shaw.ca> for freebsd-questions@freebsd.org; Mon, 09 Jul 2007 03:54:00 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0JKW00JHVOTYJVR0@l-daemon> for freebsd-questions@freebsd.org; Mon, 09 Jul 2007 03:53:59 -0600 (MDT) Received: (qmail 10989 invoked from network); Mon, 09 Jul 2007 09:53:53 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Mon, 09 Jul 2007 09:53:53 +0000 Date: Mon, 09 Jul 2007 02:53:53 -0700 From: Colin Percival In-reply-to: To: Matt Bostock Message-id: <469205B1.20309@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.0 References: User-Agent: Thunderbird 2.0.0.4 (X11/20070628) Cc: freebsd-questions@freebsd.org Subject: Re: Crypto missing after FreeBSD-Update to 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 09:54:00 -0000 Matt Bostock wrote: > I've been using freebsd-update for some time now and it's been fantastic. I > recently used Colin's upgrade script[1] to upgrade to 6.2-RELEASE, but it seems > that the crypto distribution is now missing from my system. What makes you think that the crypto code is missing? > With previous versions of freebsd-update I would have used --branch, but later > versions this option is omitted. What's the safest way to get freebsd-update to > recognise that I need the crypto libraries and install them? Starting in FreeBSD 5.3, the cryptographic libraries were required instead of being optional; and starting at some point in 5.x -- I can't remember exactly when -- the kerberos code stopped being distributed as separate distributions. Since the --branch option had become obsolete, I removed it. :-) > PS On a side note, what happened to the IDS option? I'd like to use it to > exclude files in a backup script. If you have a suggestion for nice alternative, > please let me know :-) I removed the IDS option because I didn't think anyone used it. Since then I have heard from lots of people who used it, so I'm going to add the IDS option back soon. :-) Colin Percival From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 06:28:02 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9702C16A4B3 for ; Mon, 9 Jul 2007 06:28:02 +0000 (UTC) (envelope-from nanku_@hotmail.com) Received: from bay0-omc2-s29.bay0.hotmail.com (bay0-omc2-s29.bay0.hotmail.com [65.54.246.165]) by mx1.freebsd.org (Postfix) with ESMTP id 82C4713C448 for ; Mon, 9 Jul 2007 06:28:02 +0000 (UTC) (envelope-from nanku_@hotmail.com) Received: from hotmail.com ([64.4.61.22]) by bay0-omc2-s29.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Sun, 8 Jul 2007 23:16:02 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 8 Jul 2007 23:16:02 -0700 Message-ID: Received: from 64.4.61.244 by by102fd.bay102.hotmail.msn.com with HTTP; Mon, 09 Jul 2007 06:15:59 GMT X-Originating-IP: [161.246.1.33] X-Originating-Email: [nanku_@hotmail.com] X-Sender: nanku_@hotmail.com From: "chamnan chaladpat" To: freebsd-questions@FreeBSD.org Date: Mon, 09 Jul 2007 13:15:59 +0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 09 Jul 2007 06:16:02.0972 (UTC) FILETIME=[A0570DC0:01C7C1F0] X-Mailman-Approved-At: Mon, 09 Jul 2007 11:24:00 +0000 Cc: Subject: I need to create PF (NAT) log file. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 06:28:02 -0000 About Network Address Translation. I need to create PF log file that has external and local IP address mapping. I need log file that has result like pfctl -ss command. How to create it? _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 13:18:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D5D816A46C for ; Mon, 9 Jul 2007 13:18:47 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from ms-smtp-01.rdc-kc.rr.com (ms-smtp-01.rdc-kc.rr.com [24.94.166.115]) by mx1.freebsd.org (Postfix) with ESMTP id BE64013C44B for ; Mon, 9 Jul 2007 13:18:46 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from shadow.sixcompanies.com (CPE-72-128-119-206.wi.res.rr.com [72.128.119.206]) by ms-smtp-01.rdc-kc.rr.com (8.13.6/8.13.6) with ESMTP id l69CgGx0000821 for ; Mon, 9 Jul 2007 07:42:17 -0500 (CDT) Received: from dakota.sixcompanies.com (shadow.sixcompanies.com [10.43.82.173]) by shadow.sixcompanies.com (8.14.1/8.14.1) with ESMTP id l69ChkBS002645 for ; Mon, 9 Jul 2007 07:43:46 -0500 (CDT) Message-Id: <200707091243.l69ChkBS002645@shadow.sixcompanies.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Mon, 09 Jul 2007 07:43:45 -0500 To: freebsd-questions@freebsd.org From: "J.D. Bronson" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: 6.2-stable power management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 13:18:47 -0000 Is there any way to verify ALL power management is disabled? I have totally disabled it in my BIOS and I have totally disabled it in the hard drives... Yet I keep hearing a drive spin down and then immediately back up over and over (at times). If I install a different OS on this same machine, this does not happen..so I am thinking something within 6.2-stable is doing this? any thoughts or ideas? -JD From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 13:46:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31BA316A400 for ; Mon, 9 Jul 2007 13:46:28 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 101A413C480 for ; Mon, 9 Jul 2007 13:46:27 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 0AED57FCF for ; Mon, 9 Jul 2007 09:46:24 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 1C20EB65E8 for ; Mon, 9 Jul 2007 13:46:07 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 13:46:05 +0000 References: <200707091243.l69ChkBS002645@shadow.sixcompanies.com> In-Reply-To: <200707091243.l69ChkBS002645@shadow.sixcompanies.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707091346.05923.lists-fbsd@shadypond.com> Subject: Re: 6.2-stable power management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 13:46:28 -0000 On Monday 09 July 2007 12:43:45 J.D. Bronson wrote: > Is there any way to verify ALL power management is disabled? > I have totally disabled it in my BIOS and I have > totally disabled it in the hard drives... > > Yet I keep hearing a drive spin down and then immediately back up > over and over (at times). > > If I install a different OS on this same machine, this does not > happen..so I am thinking something within 6.2-stable is doing this? > > any thoughts or ideas? I am not having this problem with FreeBSD 6.2, which I recently installed on a laptop in place of kubuntu and I DID have this problem with the same laptop when it was running kubuntu. I did not change any BIOS settings. The laptop would wake me up with all the noise. With FreeBSD 6.2 the laptop stays quiet if I leave it on overnight. FreeBSD 6.2-RELEASE-p4 (GENERIC) #0: Thu Apr 26 17:40:53 UTC 2007 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 13:48:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94AF916A400 for ; Mon, 9 Jul 2007 13:48:57 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 710D313C48C for ; Mon, 9 Jul 2007 13:48:57 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 4AE437FB4 for ; Mon, 9 Jul 2007 09:48:56 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id B3FBEB65E8 for ; Mon, 9 Jul 2007 13:48:39 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 13:48:38 +0000 References: <200707091243.l69ChkBS002645@shadow.sixcompanies.com> In-Reply-To: <200707091243.l69ChkBS002645@shadow.sixcompanies.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707091348.39038.lists-fbsd@shadypond.com> Subject: Re: 6.2-stable power management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 13:48:57 -0000 On Monday 09 July 2007 12:43:45 J.D. Bronson wrote: > Is there any way to verify ALL power management is disabled? > I have totally disabled it in my BIOS and I have > totally disabled it in the hard drives... > > Yet I keep hearing a drive spin down and then immediately back up > over and over (at times). > > If I install a different OS on this same machine, this does not > happen..so I am thinking something within 6.2-stable is doing this? > > any thoughts or ideas? BTW are you running chat clients or mail clients on this computer? Perhaps something like that is causing this activity, such as when a mail client or notifier checks a remote server for mail. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 13:49:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DFF116A41F for ; Mon, 9 Jul 2007 13:49:40 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 1406413C4B7 for ; Mon, 9 Jul 2007 13:49:39 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 09:49:39 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CF4@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: reboot in single user Thread-Index: AcfCL/5gXDWVQIpYQ4Ktna8giFeORg== From: "Jean-Paul Natola" To: "User Questions" Subject: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 13:49:40 -0000 Hi all, I'm curious to know if there is a command to reboot into single user = mode- * more importantly* if I do reboot in single user mode can I still SSH = in? My box is not physically near me and I'm upgrading 5.5 to 6.2 - so it = this possible- or do I need to go get the box and attach a keyboard monitor = and mouse to it? Thanks Jean-Paul=20 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 14:00:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1319D16A400 for ; Mon, 9 Jul 2007 14:00:32 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id A851513C455 for ; Mon, 9 Jul 2007 14:00:31 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [213.84.11.61]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id l69E0NAp070849; Mon, 9 Jul 2007 16:00:23 +0200 (CEST) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 9 Jul 2007 16:00:19 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB19BB7B@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: reboot in single user Thread-Index: AcfCL/5gXDWVQIpYQ4Ktna8giFeORgAAJFQA References: <3A85D7EF44E1C744BF6434691F5659E9702CF4@www.fcimail.org> From: "Johan Hendriks" To: "Jean-Paul Natola" X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: RE: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 14:00:32 -0000 >Hi all, >I'm curious to know if there is a command to reboot into single user = mode- * >more importantly* if I do reboot in single user mode can I still SSH = in? >My box is not physically near me and I'm upgrading 5.5 to 6.2 - so it = this >possible- or do I need to go get the box and attach a keyboard monitor = and >mouse to it? >Thanks Shutdown now goes into single user mode, but it will close SSH = !!!!!!!!!!!!! Better is to manually shutdown al daemons through /usr/local/etc/rc.d = and /etc/rc.d to only have sshd running. If you using natd do not stop it either, because it will disconnect you. Then you can finnish the make world cycles. That is the way I do it from a remote shell, it it only failed me once. Else try on a spare machine install 5.5 and update it to 6.2 through a = ssh version, then you know what to expect. Also install the main ports you have running on your remote 5.5 box and = try if they still work. Regards, Johan Hendriks Jean-Paul=20 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" No virus found in this incoming message. Checked by AVG Free Edition.=20 Version: 7.5.476 / Virus Database: 269.10.2/891 - Release Date: 8-7-2007 = 18:32 =20 No virus found in this outgoing message. Checked by AVG Free Edition.=20 Version: 7.5.476 / Virus Database: 269.10.2/891 - Release Date: 8-7-2007 = 18:32 =20 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 14:25:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B002616A468 for ; Mon, 9 Jul 2007 14:25:02 +0000 (UTC) (envelope-from sgmayo@mail.bloomfield.k12.mo.us) Received: from mail.bloomfield.k12.mo.us (mail.bloomfield.k12.mo.us [204.184.27.92]) by mx1.freebsd.org (Postfix) with ESMTP id 7E6F213C46E for ; Mon, 9 Jul 2007 14:25:02 +0000 (UTC) (envelope-from sgmayo@mail.bloomfield.k12.mo.us) Received: from [10.0.0.200] (unknown [204.184.27.217]) by mail.bloomfield.k12.mo.us (Postfix) with ESMTP id 8CC17268807 for ; Mon, 9 Jul 2007 09:24:59 -0500 (CDT) Message-ID: <4692453B.3000400@mail.bloomfield.k12.mo.us> Date: Mon, 09 Jul 2007 09:24:59 -0500 From: Scott Mayo Organization: Bloomfield Schools User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Out of memory error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sgmayo@mail.bloomfield.k12.mo.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 14:25:02 -0000 I am running imapsync and keep getting the error: "Out of memory during "large" request for 67112960 bytes, total sbrk() is 495640576 bytes at /usr/local/bin/imapsync line 1050." When trying to copy a mailbox that has some large attachements. I found on the internet that I needed to set kern.maxdsiz="1024M" in my /boot/loader.conf to fix this problem, but when I do that then my system hangs when trying to mount the drive. Does anyone have any ideas of how to fix this memory problem? Thanks. -- Scott Mayo System Administrator Bloomfield Schools Duct tape is like the force, it has a light side and a dark side and it holds the universe together. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 14:54:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5721516A46D for ; Mon, 9 Jul 2007 14:54:09 +0000 (UTC) (envelope-from sgmayo@mail.bloomfield.k12.mo.us) Received: from mail.bloomfield.k12.mo.us (mail.bloomfield.k12.mo.us [204.184.27.92]) by mx1.freebsd.org (Postfix) with ESMTP id 3385613C48A for ; Mon, 9 Jul 2007 14:54:08 +0000 (UTC) (envelope-from sgmayo@mail.bloomfield.k12.mo.us) Received: from [10.0.0.200] (unknown [204.184.27.217]) by mail.bloomfield.k12.mo.us (Postfix) with ESMTP id B4361268807 for ; Mon, 9 Jul 2007 09:54:08 -0500 (CDT) Message-ID: <46924C10.8030909@mail.bloomfield.k12.mo.us> Date: Mon, 09 Jul 2007 09:54:08 -0500 From: Scott Mayo Organization: Bloomfield Schools User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4692453B.3000400@mail.bloomfield.k12.mo.us> In-Reply-To: <4692453B.3000400@mail.bloomfield.k12.mo.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Out of memory error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sgmayo@mail.bloomfield.k12.mo.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 14:54:09 -0000 Scott Mayo wrote: > I am running imapsync and keep getting the error: > > "Out of memory during "large" request for 67112960 bytes, total sbrk() > is 495640576 bytes at /usr/local/bin/imapsync line 1050." > > When trying to copy a mailbox that has some large attachements. > > I found on the internet that I needed to set kern.maxdsiz="1024M" in my > /boot/loader.conf to fix this problem, but when I do that then my system > hangs when trying to mount the drive. > > Does anyone have any ideas of how to fix this memory problem? > > Thanks. > I guess that the KB option cannot be added to the end to specify Kilobytes. I thought it could. I put kern.maxdsiz="1000000000" and that took care of the problem. Thanks. -- Scott Mayo System Administrator Bloomfield Schools Duct tape is like the force, it has a light side and a dark side and it holds the universe together. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 15:28:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0608816A41F for ; Mon, 9 Jul 2007 15:28:06 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from mi0.bluebottle.com (mi0.bluebottle.com [206.188.25.15]) by mx1.freebsd.org (Postfix) with ESMTP id CB6F713C457 for ; Mon, 9 Jul 2007 15:28:05 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from fe1.bluebottle.com (internal.bluebottle.com [206.188.24.43]) by mi0.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69FS5FD026051 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 9 Jul 2007 08:28:05 -0700 DomainKey-Signature: a=rsa-sha1; s=mail; d=bluebottle.com; c=nofws; q=dns; h=received:date:from:x-x-sender:to:subject:message-id: mime-version:content-type:x-trusted-delivery; b=cEXwT5xbbWHR+JjmpM0TN9cG6i/WZr5Era96o9OV/gwItwEr7XECSxrn3w6fCcGIo EyfyHiJMwEo/a2kiB1HQwI/9lQHvx/9bo5J1iL2utNLAdSJurewab3fBOqXof6n Received: from OHD12-8386.nws.noaa (ohd-8-124.nws.noaa.gov [140.90.8.124]) (authenticated bits=0) by fe1.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69FRxCJ005375 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 9 Jul 2007 08:28:05 -0700 Date: Mon, 9 Jul 2007 11:28:00 -0400 From: Xihong Yin X-X-Sender: CuiZ@OHD12-8386.nws.noaa To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trusted-Delivery: <535094b2ebeb67c4add6b6f3f0f81e49> Subject: vpnc on FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 15:28:06 -0000 Hi, I am trying to make vpnc working on my FreeBSD 6.2 laptop to connect to a Cisco 3000 VPN concentrator without any luck. Has anybody been successful on this? Is there any guide on this? Thanks, Xihong ---------------------------------------------------------------------- Get a free email account with anti spam protection. http://www.bluebottle.com/tag/2 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 15:36:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0633916A46C for ; Mon, 9 Jul 2007 15:36:37 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id CA97A13C487 for ; Mon, 9 Jul 2007 15:36:36 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l69FaY96035985 for ; Mon, 9 Jul 2007 10:36:34 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 10:36:33 -0500 User-Agent: KMail/1.9.6 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707091036.33786.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.1 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: vpnc on FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 15:36:37 -0000 On Monday 09 July 2007 10:28:00 Xihong Yin wrote: > Hi, > > I am trying to make vpnc working on my FreeBSD 6.2 laptop to connect to a > Cisco 3000 VPN concentrator without any luck. Has anybody been successful > on this? Is there any guide on this? > > Thanks, > Xihong > > ---------------------------------------------------------------------- > Get a free email account with anti spam protection. > http://www.bluebottle.com/tag/2 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" ill confirm that it does work properly. you should be able to set up a config file (default is to put it in /usr/local/etc/vpnc/) for your site. it might look like this: IPSec gateway xxx.xxx.xxx.xxx IPSec ID VPN3000UserGroup IPSec secret VPN3000UsrGrpPasswd Xauth username domain\username ours, auths against a windows 2000 server's radius (which in turn auths against the active directory account). if you set up usernames and password directly in the vpn3000, i would assume you would put that in the username. i just give the command (as root): 'vpnc sitename' and it chooses sitename.conf from /usr/local/etc/vpnc. can you give some info about whats not working? -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 15:40:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86EA416A41F for ; Mon, 9 Jul 2007 15:40:14 +0000 (UTC) (envelope-from matt@mattbostock.com) Received: from rubix.retroweb.net (rubix.retroweb.net [70.84.107.228]) by mx1.freebsd.org (Postfix) with ESMTP id 6897013C455 for ; Mon, 9 Jul 2007 15:40:14 +0000 (UTC) (envelope-from matt@mattbostock.com) Received: from localhost ([127.0.0.1]:51507) by rubix.retroweb.net with esmtpa (Exim 4.64) (envelope-from ) id 1I7v0E-000Am8-2B; Mon, 09 Jul 2007 15:18:19 +0000 MIME-Version: 1.0 Date: Mon, 9 Jul 2007 15:18:17 +0000 From: Matt Bostock To: Colin Percival In-Reply-To: <469205B1.20309@freebsd.org> References: <469205B1.20309@freebsd.org> Message-ID: <225d89ce25380b48deb579e3e6f6ce2a@localhost> X-Sender: matt@mattbostock.com User-Agent: RetroWeb.net Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Antivirus-Scanner: No viruses detected. Please always use anti-virus software on your own PC. X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on rubix.retroweb.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, DKIM_POLICY_SIGNSOME autolearn=disabled version=3.2.1 X-SA-Exim-Version: 4.2.1 (built Thu Nov 30 00:16:39 UTC 2006) Cc: freebsd-questions@freebsd.org Subject: Re: Crypto missing after FreeBSD-Update to 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 15:40:14 -0000 Hi Colin, Thanks for your reply. > What makes you think that the crypto code is missing? When I try to install www/apache20 from ports, I get this error: Dependency error: this port requires the OpenSSL library, which is part of the FreeBSD crypto distribution but not installed on your machine. Please see the "OpenSSL" section in the handbook (at "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html", for instance) for instructions on how to obtain and install the FreeBSD OpenSSL distribution. *** Error code 1 I presume that since OpenSSL isn't installed, the crypto dist would be missing too? What's the best way to verify that? > I removed the IDS option because I didn't think anyone used it. Since > then I > have heard from lots of people who used it, so I'm going to add the IDS > option > back soon. :-) Great news :-) Many thanks for your help, Matt From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 15:45:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B52416A41F for ; Mon, 9 Jul 2007 15:45:41 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 0A36013C465 for ; Mon, 9 Jul 2007 15:45:40 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 3DEC06D455 for ; Mon, 9 Jul 2007 15:43:48 +0000 (UTC) Date: Mon, 9 Jul 2007 15:43:48 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: <20070709153424.U22686@duane.dbq.yournetplus.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: vpnc on FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 15:45:41 -0000 On Mon, 9 Jul 2007 at 11:28 -0400, xyin@bluebottle.com confabulated: > Hi, > > I am trying to make vpnc working on my FreeBSD 6.2 laptop to connect to a Cisco > 3000 VPN concentrator without any luck. Has anybody been successful on this? > Is there any guide on this? > > Thanks, > Xihong We have one (I believe it is a 3000) in our colo facility. I just recently colaborated with a co-worker in getting vpnc working on our non-Windoes machines. He is on Mandrake and I'm on FreeBSD 6.2. The following config is what worked for me. Of course, you will have to substitute your info for 'IPSec gateway', 'IPSec ID', and 'IPSec obfuscated secret' or 'Xauth username' and 'Xauth password'. We use the secret for authentication. So the username and password are specified as nothing so the prompt doesn't come up when starting the VPN connection. /usr/local/etc/vpnc.conf: IPSec gateway 192.168.10.1 IPSec ID my-ipsec-id IPSec obfuscated secret the_obfuscated_secret # empty strings here for uname and pass get rid of prompts Xauth username '' Xauth password '' Vendor cisco Local Port 10000 ----- _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 16:04:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A28C816A400 for ; Mon, 9 Jul 2007 16:04:12 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: from outbound-mail-32.bluehost.com (outbound-mail-32.bluehost.com [69.89.18.152]) by mx1.freebsd.org (Postfix) with SMTP id 69AB613C447 for ; Mon, 9 Jul 2007 16:04:12 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: (qmail 14100 invoked by uid 0); 9 Jul 2007 15:37:32 -0000 Received: from unknown (HELO box122.bluehost.com) (69.89.22.122) by mailproxy2.bluehost.com with SMTP; 9 Jul 2007 15:37:32 -0000 Received: from [216.113.237.29] (helo=evenstar.ifqasys.lan) by box122.bluehost.com with esmtpa (Exim 4.63) (envelope-from ) id 1I7vIh-0004wi-9m for freebsd-questions@freebsd.org; Mon, 09 Jul 2007 09:37:29 -0600 Message-ID: <46925632.9080908@dwinner.net> Date: Mon, 09 Jul 2007 11:37:22 -0400 From: Duane Winner User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {731:box122.bluehost.com:dwinnern:dwinner.net} {sentby:smtp auth 216.113.237.29 authed with dwinner+dwinner.net} Subject: Scanner w/ feeder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwinner@dwinner.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:04:12 -0000 Hello, Is there anybody out there who is using a scanner w/ a document feeder on FreeBSD? Preferably a new model that we can buy w/ our existing budget (as opposed to an older used model). Mac OS X support in addition to FreeBSD would be nice too. Thanks for any feedback, DW From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 16:16:42 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECB2016A468 for ; Mon, 9 Jul 2007 16:16:42 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from mi0.bluebottle.com (mi0.bluebottle.com [206.188.25.15]) by mx1.freebsd.org (Postfix) with ESMTP id D368813C48A for ; Mon, 9 Jul 2007 16:16:42 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by mi0.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69GGgdg021308 for ; Mon, 9 Jul 2007 09:16:42 -0700 DomainKey-Signature: a=rsa-sha1; s=mail; d=bluebottle.com; c=nofws; q=dns; h=received:date:from:x-x-sender:to:cc:subject:in-reply-to: references:mime-version:content-type:x-trusted-delivery; b=e01oUmRk28qqV+4RNLSfstIoBz1d9ihuadHOB7Wsvney47eqy2sBoeDtt6mw/bF1+ shUN4QiIEW4kT50XhkmYwM3xRMyv2UePEJgRduTrUK9C6oUUwMswRbzW1p1QSZV Message-Id: <200707091616.l69GGgdg021308@mi0.bluebottle.com> Received: from OHD12-8386.nws.noaa (ohd-8-124.nws.noaa.gov [140.90.8.124]) (authenticated bits=0) by fe0.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69GGWfM022991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Jul 2007 09:16:41 -0700 Date: Mon, 9 Jul 2007 12:16:33 -0400 From: Xihong Yin X-X-Sender: CuiZ@OHD12-8386.nws.noaa To: Jonathan Horne In-Reply-To: <200707091036.33786.freebsd@dfwlp.com> References: <200707091036.33786.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trusted-Delivery: <9741d177c190a59f893ef18c2e7acd45> Cc: freebsd-questions@freebsd.org Subject: Re: vpnc on FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:16:43 -0000 I did create the configuration file from the profile file of the Windows vpn client. And I know my group ID and password. But I got 'No response from target' error when I start vpnc. The Windows client works fine on the same machine. On Mon, 9 Jul 2007, Jonathan Horne wrote: > On Monday 09 July 2007 10:28:00 Xihong Yin wrote: > > Hi, > > > > I am trying to make vpnc working on my FreeBSD 6.2 laptop to connect to a > > Cisco 3000 VPN concentrator without any luck. Has anybody been successful > > on this? Is there any guide on this? > > > > Thanks, > > Xihong > > > > ---------------------------------------------------------------------- > > Get a free email account with anti spam protection. > > http://www.bluebottle.com/tag/2 > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > ill confirm that it does work properly. you should be able to set up a config > file (default is to put it in /usr/local/etc/vpnc/) for your site. it might > look like this: > > IPSec gateway xxx.xxx.xxx.xxx > IPSec ID VPN3000UserGroup > IPSec secret VPN3000UsrGrpPasswd > Xauth username domain\username > > ours, auths against a windows 2000 server's radius (which in turn auths > against the active directory account). if you set up usernames and password > directly in the vpn3000, i would assume you would put that in the username. > > i just give the command (as root): 'vpnc sitename' and it chooses > sitename.conf from /usr/local/etc/vpnc. > > can you give some info about whats not working? > -- > Jonathan Horne > http://dfwlpiki.dfwlp.org > freebsd@dfwlp.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ---------------------------------------------------------------------- Finally - A spam blocker that actually works. http://www.bluebottle.com/tag/4 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 16:29:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFAD016A41F for ; Mon, 9 Jul 2007 16:29:52 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 7EFE013C4B7 for ; Mon, 9 Jul 2007 16:29:52 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l69GTnEA036907 for ; Mon, 9 Jul 2007 11:29:49 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 11:29:48 -0500 User-Agent: KMail/1.9.6 References: <200707091036.33786.freebsd@dfwlp.com> <200707091616.l69GGgdg021308@mi0.bluebottle.com> In-Reply-To: <200707091616.l69GGgdg021308@mi0.bluebottle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707091129.48926.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.1 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: vpnc on FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:29:52 -0000 On Monday 09 July 2007 11:16:33 Xihong Yin wrote: > I did create the configuration file from the profile file of the Windows > vpn client. And I know my group ID and password. But I got 'No response > from target' error when I start vpnc. The Windows client works fine on the > same machine. well, on your configuration file, do you have an ip address, or are you using a DNS name of your vpn3000? if DNS name, can you ping the address (ie, is your /etc/resolv.conf straight?). can you ping and/or traceroute to the ip of your vpn3000? -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 16:50:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAC6016A400 for ; Mon, 9 Jul 2007 16:50:32 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 9200813C489 for ; Mon, 9 Jul 2007 16:50:32 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 12:50:31 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CF8@www.fcimail.org> In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB19BB7B@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: reboot in single user Thread-Index: AcfCL/5gXDWVQIpYQ4Ktna8giFeORgAAJFQAAAPEMzA= From: "Jean-Paul Natola" To: "Johan Hendriks" Cc: freebsd-questions@freebsd.org Subject: RE: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:50:32 -0000 >I'm curious to know if there is a command to reboot into single user = mode- * >more importantly* if I do reboot in single user mode can I still SSH = in? >My box is not physically near me and I'm upgrading 5.5 to 6.2 - so it = this >possible- or do I need to go get the box and attach a keyboard monitor = and >mouse to it? >Thanks >Shutdown now goes into single user mode, but it will close SSH >!!!!!!!!!!!!! >Better is to manually shutdown al daemons through /usr/local/etc/rc.d = and >/etc/rc.d to only have sshd running. >If you using natd do not stop it either, because it will disconnect = you.> >Then you can finnish the make world cycles. >That is the way I do it from a remote shell, it it only failed me once. >Else try on a spare machine install 5.5 and update it to 6.2 through a = ssh >version, then you know what to expect. >Also install the main ports you have running on your remote 5.5 box and = try >if they still work. How long will this take- as stopping the daemons (spamd/clamd etcc..) = will cause a halt in my incoming mail? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 16:53:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3524B16A41F for ; Mon, 9 Jul 2007 16:53:40 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id DBFF113C455 for ; Mon, 9 Jul 2007 16:53:39 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost ([127.0.0.1] helo=szalbot.homedns.org) by szalbot.homedns.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I7wUR-000KMM-Gp for freebsd-questions@freebsd.org; Mon, 09 Jul 2007 18:53:35 +0200 Received: (from www@localhost) by szalbot.homedns.org (8.13.8/8.13.8/Submit) id l69GrYJu078265; Mon, 9 Jul 2007 18:53:34 +0200 (CEST) (envelope-from zbigniew@szalbot.homedns.org) X-Authentication-Warning: szalbot.homedns.org: www set sender to zbigniew@szalbot.homedns.org using -f To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Mon, 9 Jul 2007 18:53:33 +0200 From: Message-ID: <10d8a2f60b52bb6ea77b63f9db3b8f1b@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: php 4.3.10, manual installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:53:40 -0000 Hello, I currently have php 4.4.7 on my FBSD machine but due to some requirements I need to downgrade to php 4.3.10. It will be for an offline machine so I am not worried about possible security holes but I would like to ask how you would advise me to downgrade? 1. Delete php using pkg_delete? 2. Unpack 4.3.10 sources and... yes... what should I do here? Just copy them where php gets installed by default? I am not able to use port for this (I usually install all software via portinstall) as this version is no longer maintained. But I'd appreciate your help. I do not want to make mess on this machine as I have it quite nicely customized so I thought I'd ask for your advice. Thank you! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:06:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D00E716A421 for ; Mon, 9 Jul 2007 17:06:33 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 7981913C4C1 for ; Mon, 9 Jul 2007 17:06:33 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l69H6Omt032840; Mon, 9 Jul 2007 13:06:24 -0400 (EDT) (envelope-from r17fbsd@xxiii.com) Message-ID: <46926B21.20102@xxiii.com> Date: Mon, 09 Jul 2007 13:06:41 -0400 From: Rob User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Jean-Paul Natola References: <3A85D7EF44E1C744BF6434691F5659E9702CF8@www.fcimail.org> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CF8@www.fcimail.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 17:06:33 -0000 Jean-Paul Natola wrote: > How long will this take- as stopping the daemons (spamd/clamd etcc..) will > cause a halt in my incoming mail? Only a temporary halt. SMTP was designed for intermittent / flaky connections. The sending servers will just try again, for a few days typically, if it fails on the initial attempt(s). -RW From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:09:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C228F16A41F for ; Mon, 9 Jul 2007 17:09:21 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 6A46C13C487 for ; Mon, 9 Jul 2007 17:09:21 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 13:09:20 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CF9@www.fcimail.org> In-Reply-To: <46926B21.20102@xxiii.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: reboot in single user Thread-Index: AcfCS3/l0e9sa0bgRhKC6EmH/1DsbAAABn8A From: "Jean-Paul Natola" To: "Rob" Cc: freebsd-questions@freebsd.org Subject: RE: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 17:09:21 -0000 > How long will this take- as stopping the daemons (spamd/clamd etcc..) = will > cause a halt in my incoming mail? >Only a temporary halt. SMTP was designed for intermittent / flaky >connections. =20 >The sending servers will just try again, for a few days typically, if = it >fails on the initial attempt(s). I'm aware of SMTP retries- just trying to gauge how long it will take - = as I have certain users that become very unhappy when they see a massage = arrive more than an hour after it was originally sent. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:34:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F7E216A400 for ; Mon, 9 Jul 2007 17:34:54 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from mi0.bluebottle.com (mi0.bluebottle.com [206.188.25.15]) by mx1.freebsd.org (Postfix) with ESMTP id 05D7C13C4BD for ; Mon, 9 Jul 2007 17:34:53 +0000 (UTC) (envelope-from xyin@bluebottle.com) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by mi0.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69HYrKC032629 for ; Mon, 9 Jul 2007 10:34:53 -0700 DomainKey-Signature: a=rsa-sha1; s=mail; d=bluebottle.com; c=nofws; q=dns; h=received:date:from:x-x-sender:to:cc:subject:in-reply-to: references:mime-version:content-type:x-trusted-delivery; b=jcC1juwsLa/ksu+JzOwEIlOP2GVQrRgGwWzF8VUK2Ujt2ol2uhE4U2rR6TgFw+zzX fMTEqDr9K5XSlqC+143OJrztPYmcdlTiBO7oFqLAuJTbJYs9+xEXek0YvJwRGnO Message-Id: <200707091734.l69HYrKC032629@mi0.bluebottle.com> Received: from OHD12-8386.nws.noaa (ohd-8-124.nws.noaa.gov [140.90.8.124]) (authenticated bits=0) by fe0.bluebottle.com (8.13.1/8.13.1) with ESMTP id l69HYl7S030330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Jul 2007 10:34:53 -0700 Date: Mon, 9 Jul 2007 13:34:47 -0400 From: Xihong Yin X-X-Sender: CuiZ@OHD12-8386.nws.noaa To: Jonathan Horne In-Reply-To: <200707091129.48926.freebsd@dfwlp.com> References: <200707091036.33786.freebsd@dfwlp.com> <200707091616.l69GGgdg021308@mi0.bluebottle.com> <200707091129.48926.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trusted-Delivery: <8944cc6c811ee291c22ba13077855c7b> Cc: freebsd-questions@freebsd.org Subject: Re: vpnc on FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 17:34:54 -0000 Yes. I can ping the ip of my vpn3000, and it is alive. I use ip address not DNS name for the vpn3000. I'm not sure if I can traceroute. I'll give a try today. On Mon, 9 Jul 2007, Jonathan Horne wrote: > On Monday 09 July 2007 11:16:33 Xihong Yin wrote: > > I did create the configuration file from the profile file of the Windows > > vpn client. And I know my group ID and password. But I got 'No response > > from target' error when I start vpnc. The Windows client works fine on the > > same machine. > > well, on your configuration file, do you have an ip address, or are you using > a DNS name of your vpn3000? if DNS name, can you ping the address (ie, is > your /etc/resolv.conf straight?). > > can you ping and/or traceroute to the ip of your vpn3000? > -- > Jonathan Horne > http://dfwlpiki.dfwlp.org > freebsd@dfwlp.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ---------------------------------------------------------------------- Find out how you can get spam free email. http://www.bluebottle.com/tag/3 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:40:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DB4116A400 for ; Mon, 9 Jul 2007 17:40:26 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id 00AED13C458 for ; Mon, 9 Jul 2007 17:40:25 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 3590081CB; Mon, 9 Jul 2007 12:40:25 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id AA34034248E; Mon, 9 Jul 2007 12:40:24 -0500 (CDT) From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 12:40:21 -0500 User-Agent: KMail/1.9.6 References: <10d8a2f60b52bb6ea77b63f9db3b8f1b@szalbot.homedns.org> In-Reply-To: <10d8a2f60b52bb6ea77b63f9db3b8f1b@szalbot.homedns.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1462454.HvVG2MbC4s"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707091240.24000.josh@tcbug.org> Cc: zbigniew@szalbot.homedns.org Subject: Re: php 4.3.10, manual installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 17:40:26 -0000 --nextPart1462454.HvVG2MbC4s Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 09 July 2007, zbigniew@szalbot.homedns.org wrote: > Hello, > > I currently have php 4.4.7 on my FBSD machine but due to some > requirements I need to downgrade to php 4.3.10. It will be for an > offline machine so I am not worried about possible security holes > but I would like to ask how you would advise me to downgrade? > > 1. Delete php using pkg_delete? > 2. Unpack 4.3.10 sources and... yes... what should I do here? > > Just copy them where php gets installed by default? > > I am not able to use port for this (I usually install all software > via portinstall) as this version is no longer maintained. > > But I'd appreciate your help. I do not want to make mess on this > machine as I have it quite nicely customized so I thought I'd ask > for your advice. > > Thank you! > > Zbigniew Szalbot > I would take a look at cvsweb.freebsd.org and find out when PHP 4.3.10=20 was in ports, then roll back your ports tree to that date with cvsup=20 and install it from ports. So in this case the commit that updated the port to 4.3.11 was on Mon=20 April 4 2005, so if you roll back the ports tree to April 1 you'll be=20 fine. You'll need cvsup for this. In your ports-supfile add the following line: *default date=3D2005.04.01.00.00.00 If you have the current versions of gettext, libtool, m4, perl, and=20 expat installed you can simply roll back the lang directory with=20 cvsup, saving you from rolling back the entire tree by commenting out=20 ports-all, and uncommenting ports-base and ports-lang Otherwise, if you want to install the versions of the dependancies=20 that were current at the time of php 4.3.10 you'll want to roll back=20 the entire tree. After you run cvsup you can just portinstall it or=20 cd /usr/ports/lang/php4 && make install clean HTH =2D-=20 Thanks, Josh Paetzel --nextPart1462454.HvVG2MbC4s Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGknMHJvkB8SevrssRAuEUAJkBAN89lJ9UUVm2/zyato2LSMFh6wCbB+lX b1pCZE8TEQyXcv0yI9V5HlA= =JjnK -----END PGP SIGNATURE----- --nextPart1462454.HvVG2MbC4s-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:47:35 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 937AA16A46E for ; Mon, 9 Jul 2007 17:47:35 +0000 (UTC) (envelope-from dan@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc5-cmbg1-0-0-cust497.cmbg.cable.ntl.com [86.6.1.242]) by mx1.freebsd.org (Postfix) with ESMTP id 5603213C44C for ; Mon, 9 Jul 2007 17:47:35 +0000 (UTC) (envelope-from dan@slightlystrange.org) Received: by catflap.slightlystrange.org (Postfix, from userid 106) id 83754646E; Mon, 9 Jul 2007 18:47:32 +0100 (BST) Received: from stoopid.slightlystrange.org (stoopid.slightlystrange.org [10.1.3.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by catflap.slightlystrange.org (Postfix) with ESMTP id 056E66195; Mon, 9 Jul 2007 18:47:31 +0100 (BST) Message-ID: <469274A1.3080208@slightlystrange.org> Date: Mon, 09 Jul 2007 18:47:13 +0100 From: Daniel Bye User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: chamnan chaladpat References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: I need to create PF (NAT) log file. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 17:47:35 -0000 chamnan chaladpat wrote: > About Network Address Translation. > > I need to create PF log file that has external and local IP address > mapping. > > I need log file that has result like pfctl -ss command. > > How to create it? >From a bit of googling in the archives, I think the easiest way to do this is using packet tags: nat on $ext_if from !($ext_if) to any tag NAT_TRAFFIC -> ($ext_if) pass log on $ext_if tagged NAT_TRAFFIC keep state Note I have only done very cursory testing, but it seems to work. You can follow the logs in the normal way, using tcpdump(1). HTH Dan From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 17:53:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00B8A16A400 for ; Mon, 9 Jul 2007 17:53:52 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id A4CF113C45A for ; Mon, 9 Jul 2007 17:53:51 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 5631 invoked from network); 9 Jul 2007 12:53:51 -0500 Received: from 203-206-236-35.dyn.iinet.net.au (HELO localhost) (203.206.236.35) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Jul 2007 12:53:50 -0500 Date: Tue, 10 Jul 2007 03:53:47 +1000 From: Norberto Meijome To: "Jean-Paul Natola" Message-ID: <20070710035347.19593bd0@localhost> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CF9@www.fcimail.org> References: <46926B21.20102@xxiii.com> <3A85D7EF44E1C744BF6434691F5659E9702CF9@www.fcimail.org> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Rob , freebsd-questions@freebsd.org Subject: Re: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 17:53:52 -0000 On Mon, 9 Jul 2007 13:09:20 -0400 "Jean-Paul Natola" wrote: > as I > have certain users that become very unhappy when they see a massage arrive > more than an hour after it was originally sent. well...do they understand how email systems work? if they don,t then you can explain that it could be either end of the process that caused the delay...or any other server in between (antispam, defangers,etc) Anyway....if you're bringing a production server down, you should schedule downtime . If it has to fall during working hours, you can tell everyone to get a beer @ the pub while you're it. I'm sure one hours delay wont be noticed then ;) _________________________ {Beto|Norberto|Numard} Meijome "The only difference between the saint and the sinner is that every saint has a past and every sinner has a future." Oscar Wilde I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 18:15:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2E2816A46B for ; Mon, 9 Jul 2007 18:15:56 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 61DF313C4BB for ; Mon, 9 Jul 2007 18:15:56 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 14:15:51 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CFB@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mergemaster not found Thread-Index: AcfCVS7CdKkkQjAcSoucQGjBGVX78w== From: "Jean-Paul Natola" To: Subject: mergemaster not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 18:15:56 -0000 I've restart in SUM and when I attempt* to run mergemaster it returns; Where should I run this from? Jean-Paul=20 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 18:22:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A11E616A41F for ; Mon, 9 Jul 2007 18:22:19 +0000 (UTC) (envelope-from news@packards-home.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.freebsd.org (Postfix) with ESMTP id 73CE813C46C for ; Mon, 9 Jul 2007 18:22:19 +0000 (UTC) (envelope-from news@packards-home.net) Received: from [10.247.13.114] (lasp-13.colorado.edu[128.138.131.247]) by comcast.net (sccrmhc14) with ESMTP id <20070709180739014004bg2ie>; Mon, 9 Jul 2007 18:07:39 +0000 Message-ID: <469279B4.9010408@packards-home.net> Date: Mon, 09 Jul 2007 12:08:52 -0600 From: Mike Packard User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: pilot-link with treo and FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 18:22:19 -0000 I've been using pilot-link and coldsync with my Treo. I also use plan as my main scheduling calendar. pilot-link comes with syn-plan.pl to sync the plan calendar with the Treo. But it relieas on PDA/Pilot.pm to do the work. I can go into the bindings perl directory and do the necessary make but get the error make: don't know how to make const-c.inc. Stop I can't figure out how to make the const-c.inc file. So, has anyone gotten all this to work with FreeBSD? mike packard lists@packards-home.net From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 18:32:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70EAD16A400 for ; Mon, 9 Jul 2007 18:32:53 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 2DDB613C457 for ; Mon, 9 Jul 2007 18:32:51 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l69IPhS2021009; Mon, 9 Jul 2007 13:25:43 -0500 (CDT) Message-Id: <6.0.0.22.2.20070709132435.023f04e8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 09 Jul 2007 13:25:37 -0500 To: "Jean-Paul Natola" , From: Derek Ragona In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFB@www.fcimail.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFB@www.fcimail.org> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: mergemaster not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 18:32:53 -0000 At 01:15 PM 7/9/2007, Jean-Paul Natola wrote: >I've restart in SUM and when I attempt* to run mergemaster it returns; > >Where should I run this from? You may need to be sure all your mounts are mounted, not just / try: mount -a -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 18:35:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6100616A41F for ; Mon, 9 Jul 2007 18:35:11 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 1BB6813C46E for ; Mon, 9 Jul 2007 18:35:10 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 14:35:10 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CFC@www.fcimail.org> In-Reply-To: <6.0.0.22.2.20070709132435.023f04e8@mail.computinginnovations.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mergemaster not found Thread-Index: AcfCV44+2yCzAQ+9QS6VQwBGlGC3fwAAAluA From: "Jean-Paul Natola" To: "Derek Ragona" , Cc: Subject: RE: mergemaster not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 18:35:11 -0000 -----Original Message----- From: Derek Ragona [mailto:derek@computinginnovations.com]=20 Sent: Monday, July 09, 2007 2:26 PM To: Jean-Paul Natola; freebsd-questions@freebsd.org Subject: Re: mergemaster not found At 01:15 PM 7/9/2007, Jean-Paul Natola wrote: I've restart in SUM and when I attempt* to run mergemaster it returns; =09 Where should I run this from? >You may need to be sure all your mounts are mounted, not just / >try: >mount -a I tried that - it worked- sort of I ran the mergemaster -p - then when it completed I tried make = installword and I STILL get the "audit" group is missing- which I was under the impression that mergemaster -p was suppose to address that - From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 18:46:18 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70FD516A421 for ; Mon, 9 Jul 2007 18:46:18 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 1986013C4AD for ; Mon, 9 Jul 2007 18:46:17 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l69IfBhj021171; Mon, 9 Jul 2007 13:41:12 -0500 (CDT) Message-Id: <6.0.0.22.2.20070709134006.023dce40@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 09 Jul 2007 13:41:04 -0500 To: "Jean-Paul Natola" , From: Derek Ragona In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFC@www.fcimail.org> References: <6.0.0.22.2.20070709132435.023f04e8@mail.computinginnovations.com> <3A85D7EF44E1C744BF6434691F5659E9702CFC@www.fcimail.org> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: mergemaster not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 18:46:18 -0000 At 01:35 PM 7/9/2007, Jean-Paul Natola wrote: >-----Original Message----- >From: Derek Ragona [mailto:derek@computinginnovations.com] >Sent: Monday, July 09, 2007 2:26 PM >To: Jean-Paul Natola; freebsd-questions@freebsd.org >Subject: Re: mergemaster not found > >At 01:15 PM 7/9/2007, Jean-Paul Natola wrote: > > > I've restart in SUM and when I attempt* to run mergemaster it >returns; > > Where should I run this from? > > > >You may need to be sure all your mounts are mounted, not just / > >try: > >mount -a > > >I tried that - it worked- sort of > >I ran the mergemaster -p - then when it completed I tried make installword >and I STILL get the "audit" group is missing- which I was under the >impression that mergemaster -p was suppose to address that - No, sounds like you are doing an upgrade and didn't read /usr/src/UPDATING If you check that file you will see things you need to do like add any missing groups. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 18:59:02 2007 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D67416A468 for ; Mon, 9 Jul 2007 18:59:02 +0000 (UTC) (envelope-from patzlaff@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 02AF813C45E for ; Mon, 9 Jul 2007 18:59:01 +0000 (UTC) (envelope-from patzlaff@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so1440773uge for ; Mon, 09 Jul 2007 11:59:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=FKT3MPLtsxMW12e4R+y4bMY32ifrdNWdi1SKjt/RKWg9Y8vji/5Bv2l1CKRnZTZpq+FlL9WnaqFckEFY6K0lHI3f2PeqvpYsVvw8g0KX+avJS0ha5bXpHA47W9qiCw3U+ZsBeL+whty+bzSMLxrivey1he47cF64po8jyN7gQV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=XRCQX3qBfKIsHhoKIXeI1CkbMTj3I4MbZLxWqvTf5BlIXuVzJ0tALXiuRXqaNyid2EJx30b9cB52ytbQBQrrmrHY0DNorVV78j4IbNwpP3HDB8fCMxBTziRkj7XQINWQSg+hZiyndYaj8zKG/pminOUF4UAxIlxZDU3i+Qa/g70= Received: by 10.78.165.16 with SMTP id n16mr1729497hue.1184005822184; Mon, 09 Jul 2007 11:30:22 -0700 (PDT) Received: by 10.78.47.2 with HTTP; Mon, 9 Jul 2007 11:30:22 -0700 (PDT) Message-ID: <5f2d889d0707091130h3b05c0e6r92d7ada1d1560fc2@mail.gmail.com> Date: Mon, 9 Jul 2007 15:30:22 -0300 From: "Fernando Patzlaff" Sender: patzlaff@gmail.com To: questions@FreeBSD.org, doc@FreeBSD.org MIME-Version: 1.0 X-Google-Sender-Auth: a14d172b5f4c9e57 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Problems with cvsup. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 18:59:02 -0000 There are problems with some mirrors of cvsup listed on http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html I have one cvsup server for upgrade my servers, and I use these cvsup on servers listed below and they don't work. cvsup.br.FreeBSD.org cvsup4.br.FreeBSD.org cvsup5.br.FreeBSD.org cvsup6.FreeBSD.org PS. May be there are some others servers with problems. Best regards!!! tkS! -- --- Fernando Patzlaff patz@patz.inf.br Linux User #197615 http://www.patz.inf.br From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 19:33:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4789916A41F for ; Mon, 9 Jul 2007 19:33:10 +0000 (UTC) (envelope-from rogerk@queernet.org) Received: from relay.mrelay.com (relay.mrelay.com [64.246.187.170]) by mx1.freebsd.org (Postfix) with ESMTP id 14CCC13C448 for ; Mon, 9 Jul 2007 19:33:09 +0000 (UTC) (envelope-from rogerk@queernet.org) Received: from [172.24.16.110] ([66.228.214.194]) by relay.mrelay.com (8.13.6/8.13.6) with ESMTP id l69HF7Xp003965; Mon, 9 Jul 2007 10:15:07 -0700 Message-ID: <46926D16.7080502@queernet.org> Date: Mon, 09 Jul 2007 10:15:02 -0700 From: "Roger B.A. Klorese" User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Jean-Paul Natola References: <3A85D7EF44E1C744BF6434691F5659E9702CF9@www.fcimail.org> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CF9@www.fcimail.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Rob , freebsd-questions@freebsd.org Subject: Re: reboot in single user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 19:33:10 -0000 Jean-Paul Natola wrote: > I'm aware of SMTP retries- just trying to gauge how long it will take - as I > have certain users that become very unhappy when they see a massage arrive > more than an hour after it was originally sent. > There's a reason email is called email and not instant messaging. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:06:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF69A16A46B for ; Mon, 9 Jul 2007 20:06:02 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 3A3E413C458 for ; Mon, 9 Jul 2007 20:06:01 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 16:06:01 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: password failure- after mergmaster Thread-Index: AcfCZJJPLiwd73PIRKm52+GMdXM5yg== From: "Jean-Paul Natola" To: Subject: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:06:02 -0000 OOOPSS- I got mergemaster to run- but now that the system restarted the root = password and my password are invalid- I can ONLY start in single user mode- I still do have level 0 dump of 5.4 on my network is this my only = option ? Jean-Paul Natola Network Administrator Information Technology Family Care International 588 Broadway Suite 503 New York, NY 10012 Phone:212-941-5300 xt 36 Fax: 212-941-5563 Mailto: Jnatola@Familycareintl.org From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:13:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6951A16A4C1 for ; Mon, 9 Jul 2007 20:13:47 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 4B9B113C458 for ; Mon, 9 Jul 2007 20:13:47 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l69KDcpT014233; Mon, 9 Jul 2007 16:13:39 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 16:13:11 -0400 User-Agent: KMail/1.9.7 References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707091613.12181.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Jean-Paul Natola Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:13:47 -0000 On Monday 09 July 2007 04:06:01 pm Jean-Paul Natola wrote: > OOOPSS- > > I got mergemaster to run- but now that the system restarted the root > password and my password are invalid- > > I can ONLY start in single user mode- > > I still do have level 0 dump of 5.4 on my network is this my only option > ? It's always wise to back up /etc before running mergemaster to cover just t= his=20 type of mistake. In this case I'm guessing you replaced=20 your /etc/master.passwd with the default one. =46rom single-user mode, set the root password using the "passwd" utility. You will probably need to re-add your user account and any others that aren= 't=20 part of the system default. I would grab /etc/master.passwd from your backu= p=20 and do a line-by-line comparison with the file currently installed on your= =20 system. When re-adding users, be sure to use the same UID's and GID's so th= at=20 file permissions will be correct. See man pw for details. Alternatively, you could replace /etc/master.passwd with the copy from your= =20 backup and run mergemaster again. This time pay attention and actually merg= e=20 the file. JN From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:17:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8FB216A468 for ; Mon, 9 Jul 2007 20:17:52 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.freebsd.org (Postfix) with ESMTP id 6462C13C46E for ; Mon, 9 Jul 2007 20:17:52 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 12070 invoked by uid 0); 9 Jul 2007 20:17:50 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp3.knology.net with SMTP; 9 Jul 2007 20:17:50 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id A615428425; Mon, 9 Jul 2007 15:17:50 -0500 (CDT) Date: Mon, 9 Jul 2007 15:17:50 -0500 From: David Kelly To: Jean-Paul Natola Message-ID: <20070709201750.GA66218@Grumpy.DynDNS.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:17:52 -0000 On Mon, Jul 09, 2007 at 04:06:01PM -0400, Jean-Paul Natola wrote: > OOOPSS- > > I got mergemaster to run- but now that the system restarted the root password > and my password are invalid- > > I can ONLY start in single user mode- You let mergemaster clobber the password file. So in single user, "mount -a", then use vipw to recreate your accounts in the password database. On exit from vipw use passwd to set the passwords. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:25:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 961B916A421 for ; Mon, 9 Jul 2007 20:25:17 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (cp268254-a.landg1.lb.home.nl [213.51.103.48]) by mx1.freebsd.org (Postfix) with ESMTP id 51D0113C489 for ; Mon, 9 Jul 2007 20:25:17 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id 44A903989E for ; Mon, 9 Jul 2007 22:25:16 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 0AEB63989C; Mon, 9 Jul 2007 22:25:15 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.2.1 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id E3DE739898 for ; Mon, 9 Jul 2007 22:25:11 +0200 (CEST) Message-ID: <469299A6.4090006@boosten.org> Date: Mon, 09 Jul 2007 22:25:10 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> <20070709201750.GA66218@Grumpy.DynDNS.org> In-Reply-To: <20070709201750.GA66218@Grumpy.DynDNS.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000755-0, 07/09/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:25:17 -0000 David Kelly wrote: > On Mon, Jul 09, 2007 at 04:06:01PM -0400, Jean-Paul Natola wrote: >> OOOPSS- >> >> I got mergemaster to run- but now that the system restarted the root password >> and my password are invalid- >> >> I can ONLY start in single user mode- > > You let mergemaster clobber the password file. > > So in single user, "mount -a", then use vipw to recreate your accounts > in the password database. On exit from vipw use passwd to set the > passwords. > Having read this I must admit that it's a complete mystery to me why mergemaster would touch your password file at all... /me puzzled... Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:26:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3207B16A400 for ; Mon, 9 Jul 2007 20:26:52 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id C3DE213C4BA for ; Mon, 9 Jul 2007 20:26:51 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l69KQo6g035753; Mon, 9 Jul 2007 13:26:50 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l69KQnmm035752; Mon, 9 Jul 2007 13:26:49 -0700 (PDT) (envelope-from kline) Date: Mon, 9 Jul 2007 13:26:48 -0700 From: Gary Kline To: Norberto Meijome Message-ID: <20070709202648.GB35545@thought.org> References: <20070709004641.GA28114@thought.org> <20070709151811.75677f9d@localhost> <20070709055726.GA29775@thought.org> <20070709193325.33e07fd1@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070709193325.33e07fd1@localhost> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:26:52 -0000 On Mon, Jul 09, 2007 at 07:33:25PM +1000, Norberto Meijome wrote: > On Sun, 8 Jul 2007 22:57:26 -0700 > Gary Kline wrote: > > > why dont you upload the file to a webserver and download from there? > why not email it to yourself ...etc...etc > > > > > gary > > > > PS/: if anybody knows where I can find this "key-finder" > > binary, it'd save lots of steps! > > left that world behind some time ago...trying quite hard to stay away from it... > good luck > Turns out there is a new kf151.zip that I found in the wee hours. I dl'd it, unzip'd and ran it, then printed two hardcopies of the key. Now, when I junk the old box and get a newer one, I'll have a legal copy for my old, junker hardware. Play my learn-French CDs or whatever. Thanks again, to the list, for all of your input!! gary > {Beto|Norberto|Numard} Meijome > > "Everything is interesting if you go into it deeply enough" > Richard Feynman > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. > Reading disclaimers makes you go blind. Writing them is worse. You have been > Warned. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:29:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7206116A421 for ; Mon, 9 Jul 2007 20:29:45 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4E113C447 for ; Mon, 9 Jul 2007 20:29:45 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay5.apple.com (relay5.apple.com [17.128.113.35]) by mail-out4.apple.com (Postfix) with ESMTP id 3EADAB8DB0E; Mon, 9 Jul 2007 13:29:45 -0700 (PDT) Received: from relay5.apple.com (unknown [127.0.0.1]) by relay5.apple.com (Symantec Mail Security) with ESMTP id 2BABF29C002; Mon, 9 Jul 2007 13:29:45 -0700 (PDT) X-AuditID: 11807123-a5020bb000000a55-5a-46929ab9bb0b Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay5.apple.com (Apple SCV relay) with ESMTP id 1344830400D; Mon, 9 Jul 2007 13:29:45 -0700 (PDT) In-Reply-To: <469299A6.4090006@boosten.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> <20070709201750.GA66218@Grumpy.DynDNS.org> <469299A6.4090006@boosten.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <77FE6039-9C53-4579-BCD6-C7C7199D37A6@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 9 Jul 2007 13:29:44 -0700 To: Peter Boosten X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:29:45 -0000 On Jul 9, 2007, at 1:25 PM, Peter Boosten wrote: >> You let mergemaster clobber the password file. >> >> So in single user, "mount -a", then use vipw to recreate your >> accounts >> in the password database. On exit from vipw use passwd to set the >> passwords. > > Having read this I must admit that it's a complete mystery to me why > mergemaster would touch your password file at all... Because sometimes new versions of the OS come with new built-in user accounts, which need to be added to the existing passwd or groups databases somehow? -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:43:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A66916A468 for ; Mon, 9 Jul 2007 20:43:04 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 3842A13C480 for ; Mon, 9 Jul 2007 20:42:59 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l69KfOmM022531; Mon, 9 Jul 2007 15:41:24 -0500 (CDT) Message-Id: <6.0.0.22.2.20070709153944.024ca5d8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 09 Jul 2007 15:41:16 -0500 To: "Jean-Paul Natola" , From: Derek Ragona In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:43:04 -0000 At 03:06 PM 7/9/2007, Jean-Paul Natola wrote: >OOOPSS- > >I got mergemaster to run- but now that the system restarted the root password >and my password are invalid- > >I can ONLY start in single user mode- > >I still do have level 0 dump of 5.4 on my network is this my only option This really sounds like you did an upgrade that went bad. If you did upgrade you can do a restore from your dump, and try again. Or just check or reset the root password in single user. What error are you getting going into multi-user? -Derek From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:43:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB53916A4F5 for ; Mon, 9 Jul 2007 20:43:08 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 570EE13C4C2 for ; Mon, 9 Jul 2007 20:43:07 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1538466waf for ; Mon, 09 Jul 2007 13:43:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HwQx65bIEmT2Ar+6kigV0LLsYIInn+/JO+mzEdj08K5uNLr87AAd/OAZunWwzxRbDTv1v0DU6NpMOx7ZKaco9+KjdXx4+HH8ktOK0KmnOawlWQvCwTL4te3IhCKo6hJ1MOHTX67vdODjgckUPG5nqbHktcFHECigg566vN821fA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aI7Ao9FyKrkvBikZxhmv4doqlykD+O0+g7xpCwNB/uC8XTVnEJj0CUddHZI1IiQv9VZLDmIasoWqEGXHogJTljfUgEzz358I2gop84P3eQTMx33lwj6StVJqbEg6MPaWnmpxMX4CDQ/gid7jq7QbLCu6MOOpsy1kpZISOKiKBMQ= Received: by 10.114.194.1 with SMTP id r1mr3489500waf.1184013787258; Mon, 09 Jul 2007 13:43:07 -0700 (PDT) Received: by 10.114.173.11 with HTTP; Mon, 9 Jul 2007 13:43:07 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 13:43:07 -0700 From: "Kurt Buff" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Installation woes with 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:43:09 -0000 I've got a machine with 2GB of RAM, onto which I can install Windows XP with no issues. However, FreeBSD 6.2 Release is giving me fits on this machine. If any of you have insight, I'd surely appreciate you sharing The motherboard is an Intel D645 GEBV2. I've tried a couple of different disk arrangements, with no success. I've installed an IDE WD 180GB drive, which the motherboard BIOS detects just fine. When I boot from disk 1 for the FreeBSD install, it detects no hard drive. I've put in an Addonics ADSA2 PCI SATA card, which sports the SiL 1352A chipset, but the install blows up when installing to a 74GB Seagate drive - the kernel panics and it reboots while copying files to disk. Has anyone run into these problems? Google hasn't been particularly my friend on this one. I've tried reading the install docs on the CD, with no particular luck, but I could be missing something. Many Thanks, Kurt From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:43:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62FB416A41F for ; Mon, 9 Jul 2007 20:43:53 +0000 (UTC) (envelope-from xrayv19@yahoo.com) Received: from web58108.mail.re3.yahoo.com (web58108.mail.re3.yahoo.com [68.142.236.131]) by mx1.freebsd.org (Postfix) with SMTP id 287BE13C468 for ; Mon, 9 Jul 2007 20:43:53 +0000 (UTC) (envelope-from xrayv19@yahoo.com) Received: (qmail 30627 invoked by uid 60001); 9 Jul 2007 20:43:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=Kanqn20vbW7kxrKv/zl5RSa8DKn/5zcCtGiaV7jyZCCWYhHCFAkx1az/wGp+HNxH4qIHybIs0MIqI6EM1lMMtV7qwT8Lg5Ufdwf5xzkzsSFPR3EHhx2g6CCOiPUKeLeXDt62Wgk+YLLLaE3puWBcftbbzcZqLUqID6j7aJTYn4A=; X-YMail-OSG: zICc0fkVM1mKokK.k_LYdFHQMC_vtiAwR5ohLF0sHR_uIrHaL8KRXH8755yVj2QaNsQukwFu6grC3qf_Q86zVGIyYvov0nA2BH.LqUhYIxbyJGnXaLO0rg-- Received: from [131.191.24.2] by web58108.mail.re3.yahoo.com via HTTP; Mon, 09 Jul 2007 13:43:52 PDT Date: Mon, 9 Jul 2007 13:43:52 -0700 (PDT) From: L Goodwin To: Roland Smith In-Reply-To: <20070708080431.GA17250@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <396655.30624.qm@web58108.mail.re3.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Correct way to use dump to backup a Samba share X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:43:53 -0000 Thanks for filling in the blanks, Roland! --- Roland Smith wrote: > On Sat, Jul 07, 2007 at 06:42:20PM -0700, L Goodwin > wrote: > > I have a Samba share on a software RAID 1 array > (using > > gmirror) that I need to backup. I want to create a > > shell script that does a level 0 backup every time > to > > (alternately) one of two USB drives. I plan to > have > > only ONE USB drive connected at a time. > > > > I want the script to mount the drive, perform the > > backup, then unmount the drive so that it is ready > for > > someone who knows zip about computers to safely > remove > > and take offsite. > > > > Here are the steps I have for the script. > > Is this all I need to do? Do I need any error > handling > > logic? THANKS! > > > # Mount the backup drive: > > mount /dev/usb0 > > > > # Create the backup: > > /sbin/dump -0u -f /dev/usb0 /sambavol > > > > # Unmount the backup drive: > > umount /dev/usb0 > > The following is a rough outline of what you should > do; > -------------- shell-script -------------- > #!/bin/sh > # The following assumes that the USB mass-storage > device is formatted > # with a UFS filesystem > > # Only root can perform dumps. > if [ $(id -u) -ne 0 ]; then > echo "Only root can perform dumps. Exiting." > exit 1 > fi > > DDIR=/mnt/root > # First, check if the target directory exists > if [ ! -d $DDIR ]; then > echo "The $DDIR directory doesn't exist. > Exiting." > exit 1 > fi > # Then check if it is already mounted > if mount|grep $DDDIR >/dev/null; then > echo "The $DDIR directory is already in use. > Exiting" > exit 1 > fi > > # Check if the device to dump to exists; > DEV=/dev/da0 > if [ ! -c $DEV ]; then > echo "The $DEV device doesn't exist. Exiting." > exit 1 > fi > # Check if the device is already mounted > if mount|grep $DEV >/dev/null; then > echo "The $DEV device is already mounted. > Exiting" > exit 1 > fi > > SRC=/sambavol > DFLAGS="-0 -u -f" > # Check if the filesystem that is to be dumped > exists. > if [ ! -d $SRC ]; then > echo "The $SRC directory doesn't exist. > Exiting." > exit 1 > fi > # Now check if it is mounted > if mount -t ufs|grep $SRC; then > DFLAGS="-L "$DFLAGS > fi > > # Mount the USB device. > if ! mount $DEV $DDIR; then > "Mounting the USB disk failed. Exiting" > exit 1 > fi > > DATE=$(date "+%Y%m%d") > # Perfrom the dump, assuming that the filesystem is > live. > dump $DFLAGS ${DDIR}/sambavol-0-${DATE}.dump $SRC > > umount $DDIR > -------------- shell-script -------------- > > Of course, you have to remove old dumps once in a > while, lest you run > out of disk space. > > Depending on the contents of the samba share, it > might be worthwhile to > compress the dump with gzip; > > # Perfrom the dump, > dump $DFLAGS - $SRC|gzip > >${DDIR}/sambavol-0-${DATE}.gz > > Roland > -- > R.F.Smith > http://www.xs4all.nl/~rsmith/ > [plain text _non-HTML_ PGP/GnuPG encrypted/signed > email much appreciated] > pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 > A725 (KeyID: C321A725) > ____________________________________________________________________________________ Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center. http://autos.yahoo.com/green_center/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:54:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B23BC16A41F for ; Mon, 9 Jul 2007 20:54:20 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 30C1D13C4AD for ; Mon, 9 Jul 2007 20:54:20 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l69KsENt035904; Mon, 9 Jul 2007 13:54:14 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l69KsD7I035903; Mon, 9 Jul 2007 13:54:13 -0700 (PDT) (envelope-from kline) Date: Mon, 9 Jul 2007 13:54:13 -0700 From: Gary Kline To: Garrett Cooper Message-ID: <20070709205413.GD35545@thought.org> References: <20070709004641.GA28114@thought.org> <4691C79C.80806@boosten.org> <4691CB5A.2050208@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4691CB5A.2050208@u.washington.edu> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: FreeBSD Mailing List , Peter Boosten Subject: Re: severely OT; re PUTTY [ssh] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:54:20 -0000 On Sun, Jul 08, 2007 at 10:44:58PM -0700, Garrett Cooper wrote: > Peter Boosten wrote: > >Gary Kline wrote: > > > >> I was able to find, ldown load and instal the DOS/Windows ssh > >> utility, but am having trouble scp'ing stuff between my BSD side > >> and my W2K server. Anybody know what file I have to modify to > >> get permission on the windows computer? > >> > > > >Gary, > > > >Search for winscp, a (free) graphical drag&drop scp tool. > >I've seen some limitations with scp of putty (like file sizes over 2 Gigs). > > > >Peter > > > Gary, > If you're just trying to do file transferring/sharing in a local > 'secure' network, I suggest Samba in place of scp. You might also want > to consider Samba + VPN as well; scp is great for porting files over > long distances, or a last resort for dealing with Unix <=> Windows > transferring, but just seems incredibly kludgey when dealing with > files/directories otherwise (having to maintain an ssh connection, > having to install a scp/ssh client per machine for instance are what I > consider kludgey). Samba and the like are entirely foreign to me since I avoid anything Windows. B-u-t, we have a new HP printer/copier/scanner/ on the W2K box, and I'd like to scan in photo and other stuff and scp them across the CAT5. Soooooo. gary PS: a personal note---how's the summer-of-coding going? I'm hoping that new young blood can make major improvments in keeping FBSD easier to keep current. I'm almost abandoning Ubuntu for your Dell because things there under Gnome Just Work. :-) Please 'cuse the drift, folks.... > Cheers, > -Garrett > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 20:59:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 103BB16A468 for ; Mon, 9 Jul 2007 20:59:39 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp104.plus.mail.re1.yahoo.com (smtp104.plus.mail.re1.yahoo.com [69.147.102.67]) by mx1.freebsd.org (Postfix) with SMTP id A050713C48A for ; Mon, 9 Jul 2007 20:59:38 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 41795 invoked from network); 9 Jul 2007 20:59:37 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=qXhgOuIvZAX6rB5AW7pHxUV7gxFSNQgE+a2WpHJHYqsAlfrsMY7MUPoxf2u0SgvXI06YervcfVsgHDAZ3r68CvGWs27pHaXYy8MCFFnzMDlldtvYOxHi5W0dBg4HB8x7DAci9ZrmAu6NN5FAFkyDsAyTXj7D3/ayLT0MUdnXyOw= ; Received: from unknown (HELO ?192.168.2.101?) (stevan_tiefert@84.165.92.41 with plain) by smtp104.plus.mail.re1.yahoo.com with SMTP; 9 Jul 2007 20:59:36 -0000 X-YMail-OSG: WkbwwmAVM1nt3a5tSisaEPiUJKSo5Fnw.wSjIzsYdU5dn2Dbc.6HGxLmCMCbIMJG14GS4b4AJlhbaY_6txoPfi3WL8g2ZPJKuBU- From: Stevan Tiefert To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Mon, 09 Jul 2007 22:59:36 +0200 Message-Id: <1184014776.1863.4.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:59:39 -0000 Hello list, I wanted to update via freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5. But like you can see my system is after the update still p4! I have saved a script of my doing: Script started on Mon Jul 9 22:55:13 2007 vagabund# freebsd-update fetch Looking up update.FreeBSD.org mirrors... 1 mirrors found. Fetching metadata signature from update1.FreeBSD.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. No updates needed to update system to 6.2-RELEASE-p5. vagabund# freebsd-update install No updates are available to install. Run '/usr/sbin/freebsd-update fetch' first. vagabund# uname -a FreeBSD vagabund.w33 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:40:53 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 vagabund# exit exit Script done on Mon Jul 9 22:55:45 2007 $ What is going wrong? Why he is not updating? With regards Stevan Tiefert ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:16:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E17D16A468 for ; Mon, 9 Jul 2007 21:16:14 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 9E8E213C483 for ; Mon, 9 Jul 2007 21:16:13 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l69LBeqD022911; Mon, 9 Jul 2007 16:11:41 -0500 (CDT) Message-Id: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 09 Jul 2007 16:11:33 -0500 To: "Kurt Buff" , FreeBSD From: Derek Ragona In-Reply-To: References: Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Installation woes with 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:16:14 -0000 At 03:43 PM 7/9/2007, Kurt Buff wrote: >I've got a machine with 2GB of RAM, onto which I can install Windows >XP with no issues. > >However, FreeBSD 6.2 Release is giving me fits on this machine. If any >of you have insight, I'd surely appreciate you sharing > >The motherboard is an Intel D645 GEBV2. I've tried a couple of >different disk arrangements, with no success. > >I've installed an IDE WD 180GB drive, which the motherboard BIOS >detects just fine. When I boot from disk 1 for the FreeBSD install, it >detects no hard drive. > >I've put in an Addonics ADSA2 PCI SATA card, which sports the SiL >1352A chipset, but the install blows up when installing to a 74GB >Seagate drive - the kernel panics and it reboots while copying files >to disk. > >Has anyone run into these problems? Google hasn't been particularly my >friend on this one. > >I've tried reading the install docs on the CD, with no particular >luck, but I could be missing something. Clearly you have a disk controller compatibility problem. I do know the Sil chips are terrible, and there is a long history of issues with these chips and FreeBSD! Can you find a regular IDE drive to plug into that motherboard? -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:20:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EEA016A400 for ; Mon, 9 Jul 2007 21:20:01 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 28D6D13C489 for ; Mon, 9 Jul 2007 21:20:01 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1551712waf for ; Mon, 09 Jul 2007 14:20:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WLZpEDVZokYSe6Y4v/6Dv06zvp0Md8eGVczCWw0OfhHlmR+iHDfpLwtjuQeK3JzRD3gVUAkQiBkJHE+P3L4hiis8cZu+SQ4V0SNrN7Zp4ChO5Dobe5F317FTDZMKD6rYiLPBan5rCmfNNA4nhESVEEJdXvj7T4dDJ71XM/Euf+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=llWNLwHGDYZx/FOWvSHhf3ZjTeoc3j6O0fJHCCV73OG2pK1id2xPMx+v66xPKx/HQGqs2v9sb6ESC/fM6sT53vKU8J5LLsUceWKPdhUkwiYGm7jcyJzWM839hOLu8QD2c+wv7ffRAzq8+hIWCMAQ9wI15MnAsfd2+2EN6wELULA= Received: by 10.114.149.2 with SMTP id w2mr3519228wad.1184016000906; Mon, 09 Jul 2007 14:20:00 -0700 (PDT) Received: by 10.114.173.11 with HTTP; Mon, 9 Jul 2007 14:20:00 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 14:20:00 -0700 From: "Kurt Buff" To: "Derek Ragona" In-Reply-To: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6.0.0.22.2.20070709160933.024cddb0@mail.computinginnovations.com> Cc: FreeBSD Subject: Re: Installation woes with 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:20:01 -0000 On 7/9/07, Derek Ragona wrote: > > At 03:43 PM 7/9/2007, Kurt Buff wrote: > > I've got a machine with 2GB of RAM, onto which I can install Windows > XP with no issues. > > However, FreeBSD 6.2 Release is giving me fits on this machine. If any > of you have insight, I'd surely appreciate you sharing > > The motherboard is an Intel D645 GEBV2. I've tried a couple of > different disk arrangements, with no success. > > I've installed an IDE WD 180GB drive, which the motherboard BIOS > detects just fine. When I boot from disk 1 for the FreeBSD install, it > detects no hard drive. > > I've put in an Addonics ADSA2 PCI SATA card, which sports the SiL > 1352A chipset, but the install blows up when installing to a 74GB > Seagate drive - the kernel panics and it reboots while copying files > to disk. > > Has anyone run into these problems? Google hasn't been particularly my > friend on this one. > > I've tried reading the install docs on the CD, with no particular > luck, but I could be missing something. > Clearly you have a disk controller compatibility problem. I do know the > Sil chips are terrible, and there is a long history of issues with these > chips and FreeBSD! > > Can you find a regular IDE drive to plug into that motherboard? > > -Derek Plugging an IDE drive into the motherboard is the first thing I did - that's the case above where FreeBSD didn't see *any* HD. That's the one that really fries my brain, because the motherboard BIOS detects it correctly, and XP installs to it just fine. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:28:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D37D616A41F for ; Mon, 9 Jul 2007 21:28:12 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.freebsd.org (Postfix) with ESMTP id 374DF13C447 for ; Mon, 9 Jul 2007 21:28:11 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l69LRqpd036478; Mon, 9 Jul 2007 22:27:53 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=permerror; spf=permerror X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk l69LRqpd036478 Message-ID: <4692A858.2090106@infracaninophile.co.uk> Date: Mon, 09 Jul 2007 22:27:52 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.4 (X11/20070619) MIME-Version: 1.0 To: David Kelly References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> <20070709201750.GA66218@Grumpy.DynDNS.org> In-Reply-To: <20070709201750.GA66218@Grumpy.DynDNS.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Mon, 09 Jul 2007 22:28:03 +0100 (BST) X-Virus-Scanned: ClamAV 0.90.3/3616/Mon Jul 9 20:27:14 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_SIGNSOME, DKIM_POLICY_TESTING, NO_RELAYS autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on happy-idiot-talk.infracaninophile.co.uk Cc: Jean-Paul Natola , freebsd-questions@freebsd.org Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:28:12 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 David Kelly wrote: > On Mon, Jul 09, 2007 at 04:06:01PM -0400, Jean-Paul Natola wrote: >> OOOPSS- >> >> I got mergemaster to run- but now that the system restarted the root password >> and my password are invalid- >> >> I can ONLY start in single user mode- > > You let mergemaster clobber the password file. > > So in single user, "mount -a", then use vipw to recreate your accounts > in the password database. On exit from vipw use passwd to set the > passwords. > Note that there will be a backup copy of the master.passwd file in /var/backups/master.passwd.bak -- the will be possibly more than one backup copy in that directory. These are created by the nightly periodic script: /etc/periodic/daily/200.backup-passwd which is enabled by default. As these run overnight the backed-up copy should pre-date your adventures with mergemaster. Verify that the contents are sensible, then copy it back to /etc/master.passwd and run pwd_mkdb(8) to generate /etc/passwd and /etc/pwd.db from it. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGkqhX8Mjk52CukIwRCFanAKCF+mkgAZoNVE1fbjHU3HrC/LQIsACfU5tz wb0lxphVnCmkHb7Zd79npFc= =w67I -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:30:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92C4E16A400 for ; Mon, 9 Jul 2007 21:30:41 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.freebsd.org (Postfix) with ESMTP id 2CD2913C455 for ; Mon, 9 Jul 2007 21:30:41 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 27493 invoked by uid 0); 9 Jul 2007 21:30:38 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp3.knology.net with SMTP; 9 Jul 2007 21:30:38 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 8692728425; Mon, 9 Jul 2007 16:30:38 -0500 (CDT) Date: Mon, 9 Jul 2007 16:30:38 -0500 From: David Kelly To: Chuck Swiger Message-ID: <20070709213038.GA66595@Grumpy.DynDNS.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFD@www.fcimail.org> <20070709201750.GA66218@Grumpy.DynDNS.org> <469299A6.4090006@boosten.org> <77FE6039-9C53-4579-BCD6-C7C7199D37A6@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <77FE6039-9C53-4579-BCD6-C7C7199D37A6@mac.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org, Peter Boosten Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:30:41 -0000 On Mon, Jul 09, 2007 at 01:29:44PM -0700, Chuck Swiger wrote: > On Jul 9, 2007, at 1:25 PM, Peter Boosten wrote: > > > >Having read this I must admit that it's a complete mystery to me why > >mergemaster would touch your password file at all... > > Because sometimes new versions of the OS come with new built-in user > accounts, which need to be added to the existing passwd or groups > databases somehow? Yes, exactly. Have to *merge* the changes into /etc/master.passwd rather than brute force overwrite. Notice the difference from my first post in this thread, the file which was clobbered is /etc/master.passwd, not just /etc/passwd which is a dummy file generated from master.passwd. In single user he can "mount -a" to get all the filesystems mounted read/write, then extract /etc/master.passwd file from his level 0 dump. But once again it needs to be diff'ed against the "new" version written by mergemaster to see why mergemaster changed it. Then the password databases need to be rebuilt. The easiest way (and only way I remember without manpage surfing) is to run vipw and trivially change the master password file. On exit vipw rebuilds the password databases with pwd_mkdb(8) (I had to look that up). -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:36:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 328AF16A400 for ; Mon, 9 Jul 2007 21:36:44 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id D69AC13C447 for ; Mon, 9 Jul 2007 21:36:43 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost ([127.0.0.1] helo=szalbot.homedns.org) by szalbot.homedns.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I80uK-000PVR-Tq; Mon, 09 Jul 2007 23:36:37 +0200 Received: (from www@localhost) by szalbot.homedns.org (8.13.8/8.13.8/Submit) id l69LaZpb098047; Mon, 9 Jul 2007 23:36:35 +0200 (CEST) (envelope-from zbigniew@szalbot.homedns.org) X-Authentication-Warning: szalbot.homedns.org: www set sender to zbigniew@szalbot.homedns.org using -f To: Josh Paetzel X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Mon, 9 Jul 2007 23:36:34 +0200 From: In-Reply-To: <200707091240.24000.josh@tcbug.org> References: <200707091240.24000.josh@tcbug.org> Message-ID: <9a509dabff52cf4193d68c047ee8d127@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:36:44 -0000 Hello, > I would take a look at cvsweb.freebsd.org and find out when PHP 4.3.10 > was in ports, then roll back your ports tree to that date with cvsup > and install it from ports. > > So in this case the commit that updated the port to 4.3.11 was on Mon > April 4 2005, so if you roll back the ports tree to April 1 you'll be > fine. > > You'll need cvsup for this. > > In your ports-supfile add the following line: > > *default date=2005.04.01.00.00.00 > > If you have the current versions of gettext, libtool, m4, perl, and > expat installed you can simply roll back the lang directory with > cvsup, saving you from rolling back the entire tree by commenting out > ports-all, and uncommenting ports-base and ports-lang > > Otherwise, if you want to install the versions of the dependancies > that were current at the time of php 4.3.10 you'll want to roll back > the entire tree. > > After you run cvsup you can just portinstall it or > cd /usr/ports/lang/php4 && make install clean All clear but when I go to install this particular version of PHP I am (rightly) warned about its multiple known vulnerabilities. I read man portinstall but don't think I have seen information how to temporarily switch this security check off when installing a port. Many thanks in advance! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:44:32 2007 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDC3716A421 for ; Mon, 9 Jul 2007 21:44:32 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id 87E9813C4D3 for ; Mon, 9 Jul 2007 21:44:32 +0000 (UTC) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 9 Jul 2007 17:44:31 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9702CFE@www.fcimail.org> In-Reply-To: <20070709213038.GA66595@Grumpy.DynDNS.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: password failure- after mergmaster Thread-Index: AcfCcKOweamcSMilQ92ZmQLY05yd2AAAWyog From: "Jean-Paul Natola" To: , "Chuck Swiger" Cc: Peter Boosten Subject: RE: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:44:32 -0000 On Mon, Jul 09, 2007 at 01:29:44PM -0700, Chuck Swiger wrote: > On Jul 9, 2007, at 1:25 PM, Peter Boosten wrote: > > > >Having read this I must admit that it's a complete mystery to me why > >mergemaster would touch your password file at all... >=20 > Because sometimes new versions of the OS come with new built-in user =20 > accounts, which need to be added to the existing passwd or groups =20 > databases somehow? Yes, exactly. Have to *merge* the changes into /etc/master.passwd rather than brute force overwrite. Notice the difference from my first post in this thread, the file which was clobbered is /etc/master.passwd, not just /etc/passwd which is a dummy=20 I'M DONE now- now I cant even boot into safe or single user mode It keeps asking me to enter full pathname of shell or RETURN for = /bin/sh I hit enter and I see the same message again , and again , and again and again From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:54:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28BC116A41F for ; Mon, 9 Jul 2007 21:54:19 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 941CE13C45A for ; Mon, 9 Jul 2007 21:54:18 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-68668.home.otenet.gr [87.203.149.138]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l69LsGle017756; Tue, 10 Jul 2007 00:54:16 +0300 Message-ID: <4692AE88.3030904@otenet.gr> Date: Tue, 10 Jul 2007 00:54:16 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: Stevan Tiefert References: <1184014776.1863.4.camel@vagabund.w33> In-Reply-To: <1184014776.1863.4.camel@vagabund.w33> Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:54:19 -0000 Stevan Tiefert wrote: > Hello list, > > I wanted to update via freebsd-update from 6.2-RELEASE-p4 to > 6.2-RELEASE-p5. But like you can see my system is after the update still > p4! > > I have saved a script of my doing: > > Script started on Mon Jul 9 22:55:13 2007 > vagabund# freebsd-update fetch > Looking up update.FreeBSD.org mirrors... 1 mirrors found. > Fetching metadata signature from update1.FreeBSD.org... done. > Fetching metadata index... done. > Inspecting system... done. > Preparing to download files... done. > > No updates needed to update system to 6.2-RELEASE-p5. > vagabund# freebsd-update install > No updates are available to install. > Run '/usr/sbin/freebsd-update fetch' first. > vagabund# uname -a > FreeBSD vagabund.w33 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr > 26 17:40:53 UTC 2007 > root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > vagabund# exit > exit > > Script done on Mon Jul 9 22:55:45 2007 > $ > > > What is going wrong? Why he is not updating? > > With regards > Stevan Tiefert > > It has updated. Recompile your kernel: As root: cd /usr/src make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC reboot uname -a will then show 6.2-RELEASE-p5 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:54:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C2B416A468 for ; Mon, 9 Jul 2007 21:54:21 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id 21D1913C448 for ; Mon, 9 Jul 2007 21:54:20 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id EB650823C; Mon, 9 Jul 2007 16:54:19 -0500 (CDT) Received: from [192.168.1.5] (unknown [192.168.2.1]) by mail.tcbug.org (Postfix) with ESMTP id B1CD3341C0C; Mon, 9 Jul 2007 16:54:19 -0500 (CDT) From: Josh Paetzel To: zbigniew@szalbot.homedns.org Date: Mon, 9 Jul 2007 16:54:16 -0500 User-Agent: KMail/1.9.6 References: <200707091240.24000.josh@tcbug.org> <9a509dabff52cf4193d68c047ee8d127@szalbot.homedns.org> In-Reply-To: <9a509dabff52cf4193d68c047ee8d127@szalbot.homedns.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1334405.Y4efTJFZ0k"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707091654.18871.josh@tcbug.org> Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:54:21 -0000 --nextPart1334405.Y4efTJFZ0k Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 09 July 2007, zbigniew@szalbot.homedns.org wrote: > Hello, > > > I would take a look at cvsweb.freebsd.org and find out when PHP > > 4.3.10 was in ports, then roll back your ports tree to that date > > with cvsup and install it from ports. > > > > So in this case the commit that updated the port to 4.3.11 was on > > Mon April 4 2005, so if you roll back the ports tree to April 1 > > you'll be fine. > > > > You'll need cvsup for this. > > > > In your ports-supfile add the following line: > > > > *default date=3D2005.04.01.00.00.00 > > > > If you have the current versions of gettext, libtool, m4, perl, > > and expat installed you can simply roll back the lang directory > > with cvsup, saving you from rolling back the entire tree by > > commenting out ports-all, and uncommenting ports-base and > > ports-lang > > > > Otherwise, if you want to install the versions of the > > dependancies that were current at the time of php 4.3.10 you'll > > want to roll back the entire tree. > > > > After you run cvsup you can just portinstall it or > > cd /usr/ports/lang/php4 && make install clean > > All clear but when I go to install this particular version of PHP I > am (rightly) warned about its multiple known vulnerabilities. I > read man portinstall but don't think I have seen information how to > temporarily switch this security check off when installing a port. > > Many thanks in advance! > > Zbigniew Szalbot > make -DDISABLE_VULNERABILITIES install =2D-=20 Thanks, Josh Paetzel --nextPart1334405.Y4efTJFZ0k Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGkq6KJvkB8SevrssRAqKKAKCKPxTWOcW6BR2ppJKWdm+SPKcpDACfWVW/ go/aXA3E54lsIKGBKKHu8nw= =OkPO -----END PGP SIGNATURE----- --nextPart1334405.Y4efTJFZ0k-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:56:43 2007 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7B9D16A400 for ; Mon, 9 Jul 2007 21:56:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD5113C4B8 for ; Mon, 9 Jul 2007 21:56:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay6.apple.com (relay6.apple.com [17.128.113.36]) by mail-out3.apple.com (Postfix) with ESMTP id 840DBB4FF71; Mon, 9 Jul 2007 14:56:43 -0700 (PDT) Received: from relay6.apple.com (unknown [127.0.0.1]) by relay6.apple.com (Symantec Mail Security) with ESMTP id 6C90C10071; Mon, 9 Jul 2007 14:56:43 -0700 (PDT) X-AuditID: 11807124-a24e1bb0000007e2-97-4692af1b6584 Received: from [17.214.13.96] (int-si-a.apple.com [17.128.113.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay6.apple.com (Apple SCV relay) with ESMTP id 530ED1006B; Mon, 9 Jul 2007 14:56:43 -0700 (PDT) In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702CFE@www.fcimail.org> References: <3A85D7EF44E1C744BF6434691F5659E9702CFE@www.fcimail.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <81A988E0-1FE2-4530-A5FD-0C0B28CD0816@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 9 Jul 2007 14:56:43 -0700 To: Jean-Paul Natola X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: FreeBSD-Questions@FreeBSD.org, Peter Boosten Subject: Re: password failure- after mergmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:56:43 -0000 On Jul 9, 2007, at 2:44 PM, Jean-Paul Natola wrote: >>> Because sometimes new versions of the OS come with new built-in user >>> accounts, which need to be added to the existing passwd or groups >>> databases somehow? >> >> Yes, exactly. Have to *merge* the changes into /etc/master.passwd >> rather >> than brute force overwrite. >> >> Notice the difference from my first post in this thread, the file >> which >> was clobbered is /etc/master.passwd, not just /etc/passwd which is a >> dummy > > I'M DONE now- now I cant even boot into safe or single user mode > > It keeps asking me to enter full pathname of shell or RETURN for / > bin/sh > > I hit enter and I see the same message again , and again , and > again and again I have two thoughts for you: One, FreeBSD should be a little easier to update, as the instructions for doing so are mildly complicated and are buried too far within the UPDATING document. Two, you really should learn how to perform an update and/or recover from system problems if it doesn't boot by working on a test system first, and only making significant changes to a production system once you've gotten confident you know what you are doing. Failing that, perhaps you ought to hire a sysadmin or consultant with decent BSD experience, and let them solve the issues so that you can focus on other things.... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:57:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6973516A41F for ; Mon, 9 Jul 2007 21:57:52 +0000 (UTC) (envelope-from marc@villalog.com) Received: from www6.webmachine.eu (www6.eu.webmachine.net [213.208.132.56]) by mx1.freebsd.org (Postfix) with ESMTP id B0C0413C4B9 for ; Mon, 9 Jul 2007 21:57:51 +0000 (UTC) (envelope-from marc@villalog.com) Received: (qmail 26381 invoked from network); 9 Jul 2007 23:57:52 +0200 Received: from 83-65-221-6.work.xdsl-line.inode.at (HELO ?127.0.0.1?) (83.65.221.6) by www6.eu.webmachine.net with SMTP; 9 Jul 2007 23:57:52 +0200 Message-ID: <4692B09A.6070809@villalog.com> Date: Tue, 10 Jul 2007 00:03:06 +0200 From: Marc Muncke User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: install php-5.2.3 solved X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:57:52 -0000 Hi, Yesterday I posted this : I can not install php5.2.3 : make install ===> Found saved configuration for php5-5.2.3 ===> Extracting for php5-5.2.3 => MD5 Checksum OK for php-5.2.3.tar.bz2. => SHA256 Checksum OK for php-5.2.3.tar.bz2. ===> Patching for php5-5.2.3 ===> Applying FreeBSD patches for php5-5.2.3 2 out of 2 hunks failed--saving rejects to ext/standard/dir.c.rej => Patch patch-ext_standard_dir.c failed to apply cleanly. => Patch(es) patch-TSRM_threads.m4 patch-Zend::zend.h patch-acinclude.m4 patch-configure.in patch-ext_date_lib_timelib_structs.h patch-ext_standard_array.c patch-ext_standard_basic_functions.c applied cleanly. I only configured the apache module. Today I fixed it like this : -> run cvsup -> delete work folder -> make install clean Thank you for your interest Marc From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 22:04:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 469F116A468 for ; Mon, 9 Jul 2007 22:04:17 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id E75E413C4B0 for ; Mon, 9 Jul 2007 22:04:16 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost ([127.0.0.1] helo=szalbot.homedns.org) by szalbot.homedns.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I81L1-000PrP-6j; Tue, 10 Jul 2007 00:04:11 +0200 Received: (from www@localhost) by szalbot.homedns.org (8.13.8/8.13.8/Submit) id l69M49v3099410; Tue, 10 Jul 2007 00:04:09 +0200 (CEST) (envelope-from zbigniew@szalbot.homedns.org) X-Authentication-Warning: szalbot.homedns.org: www set sender to zbigniew@szalbot.homedns.org using -f To: Josh Paetzel X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Tue, 10 Jul 2007 00:04:09 +0200 From: Zbigniew Szalbot In-Reply-To: <200707091654.18871.josh@tcbug.org> References: <200707091654.18871.josh@tcbug.org> Message-ID: <9a49ade120d8f38e47f0f498e26f9ad8@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 22:04:17 -0000 Hi there, On Mon, 9 Jul 2007 16:54:16 -0500, Josh Paetzel wrote: > On Monday 09 July 2007, zbigniew@szalbot.homedns.org wrote: >> Hello, >> >> > I would take a look at cvsweb.freebsd.org and find out when PHP >> > 4.3.10 was in ports, then roll back your ports tree to that date >> > with cvsup and install it from ports. >> > >> > So in this case the commit that updated the port to 4.3.11 was on >> > Mon April 4 2005, so if you roll back the ports tree to April 1 >> > you'll be fine. >> > >> > You'll need cvsup for this. >> > >> > In your ports-supfile add the following line: >> > >> > *default date=2005.04.01.00.00.00 >> > >> > If you have the current versions of gettext, libtool, m4, perl, >> > and expat installed you can simply roll back the lang directory >> > with cvsup, saving you from rolling back the entire tree by >> > commenting out ports-all, and uncommenting ports-base and >> > ports-lang >> > >> > Otherwise, if you want to install the versions of the >> > dependancies that were current at the time of php 4.3.10 you'll >> > want to roll back the entire tree. >> > >> > After you run cvsup you can just portinstall it or >> > cd /usr/ports/lang/php4 && make install clean >> >> All clear but when I go to install this particular version of PHP I >> am (rightly) warned about its multiple known vulnerabilities. I >> read man portinstall but don't think I have seen information how to >> temporarily switch this security check off when installing a port. >> >> Many thanks in advance! >> >> Zbigniew Szalbot >> > > make -DDISABLE_VULNERABILITIES install Thanks for your patience! However, when I try I get: make -DDISABLE_VULNERABILITIES install clean Dependency warning: used OpenSSL version contains known vulnerabilities Please update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT *** Error code 1 Stop in /usr/ports/lang/php4. Now I did include WITH_OPENSSL_PORT=1 in pkgtools.conf for php4 but it does not seem to take any effect. I also tried inserting WITH_DISABLE_VULNERABILITIES=1 in this file but it did not help. Thank you! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 22:37:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65B7816A41F for ; Mon, 9 Jul 2007 22:37:05 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.190]) by mx1.freebsd.org (Postfix) with ESMTP id ED54B13C45D for ; Mon, 9 Jul 2007 22:37:04 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so816562mue for ; Mon, 09 Jul 2007 15:37:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d0vYk7uOF5VW2TFt98IBkXQFdxFQTxcqXMZmAHF3GududdfklnZOPf4wN6DG9dwMD3Lk2/wI6GD0iA4TD5pGe2BS2BgppbtzxNFmARjObT7L3r32BBgnjg3tChxhQrVgs9mLh+hZVurBE5/ViAR2wabXuRNxewGZHUGWQ/vbhbU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-tran