Where is connect?

2008-02-25 Thread a arcadia
This is likely a silly question but where exactly is the source for connect? Under /usr/src/lib/libc/sys there is connect.2 but no connect.c, or any other socket functions for that matter. Thanks Abe ___ freebsd-questions@freebsd.org mailing list

libdisk(3), geom(4), gmirror(8), sysinstall(8)

2008-02-24 Thread Brian A. Seklecki
All: There was a patch to libdisk in late 2005 that added geom(4) support to libdisk. I'm noticing that Disk_Names() doesn't grab contact/ or mirror/ volumes, though. It still depends on kern.disks. Should I add my gmirror/gconcat probing code to /usr.sbin/ sysinstall/devices.

Re: automatic fsck on gmirror failure

2008-02-22 Thread Brian A. Seklecki
On Fri, 22 Feb 2008, Wojciech Puchar wrote: gmirror(8) / geom(8) should automatically remove (degrade) components with bad I/O operations after a certain threshold, but I'm pretty sure it doesn't. but i'm absolutely sure it does because it did several times for me Finally

Re: automatic fsck on gmirror failure

2008-02-22 Thread Brian A. Seklecki
On Fri, 22 Feb 2008, Wojciech Puchar wrote: $ grep -i fsck /etc/defaults/rc.conf fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails. gmirror(8) / geom(8) should automatically remove (degrade) components with bad I/O operations after a certain threshol

Re: automatic fsck on gmirror failure

2008-02-22 Thread Brian A. Seklecki
# Set to YES to do fsck -y if the initial preen fails. gmirror(8) / geom(8) should automatically remove (degrade) components with bad I/O operations after a certain threshold, but I'm pretty sure it doesn't. ~BAS > 4) pray > > 5) after fsck will end it successfully (it shou

Re: Motherboard: Gigabyte GA-N650SLI-DS4

2008-02-20 Thread Paul A. Procacci
Frank Shute wrote: On Wed, Feb 20, 2008 at 01:06:30PM +0200, David Naylor wrote: Hi, I am currently replacing my defunct motherboard, I am unable to test the hardware before purchase and I am seeking advice on which motherboard to get. Upon review I have selected a Gigabyte GA-N650SLI-DS4

Re: RELENG_6_3 build fail -- signal 13 consistently

2008-02-20 Thread Brian A. Seklecki
On Wed, 2008-02-20 at 14:33 -0500, Brian A. Seklecki wrote: > On Thu, 2008-01-24 at 09:17 -0500, Brian A. Seklecki wrote: > > This is 6.3/amd64 release as a guest inside a vmware server (free) > host: > > > > It happens randomly. First time I've seen it. amd6

Re: RELENG_6_3 build fail -- signal 13 consistently

2008-02-20 Thread Brian A. Seklecki
On Thu, 2008-01-24 at 09:17 -0500, Brian A. Seklecki wrote: > This is 6.3/amd64 release as a guest inside a vmware server (free) host: > It happens randomly. First time I've seen it. amd64 and i386 under vmware 1.x "server" (Free Version). I guess I'll use physica

Re: diskLabelCommit fails within a sysinstall script?

2008-02-20 Thread Brian A. Seklecki
> > > > /dev/[as][d##][s#] alone can represent entire BIOS partitions > > /dev/[as][d##] alone can represent entire disk > > > > Not sure why we still need a 'c' slice for legacy ?! > > Probably. I don't really know how it gets used,

_devname in src/usr.sbin/sysinstall/devices.c

2008-02-20 Thread Brian A. Seklecki
All: Does anyone know the relationship between this structure (major, minor, delta, etc.) and real device IDs? Obviously devd(8) isn't running in the MFS install kernel, but I assume the magic still happens. Also, I don't see that major/minors indexed here actually matching a booted

Re: diskLabelCommit fails within a sysinstall script?

2008-02-20 Thread Brian A. Seklecki
On Tue, 2008-02-19 at 16:32 -0500, Jerry McAllister wrote: > I don't know about all you ask, but the 'c' partition should always > be there and be set to identify the whole slice eg start at 0 and > the size be the size of the slice. The system uses it to identify its a

Re: PowerEdge 860 (Resend)

2008-02-19 Thread Brian A. Seklecki
All: Here's an update on the PE860 w/ FBSD. See dmesg(8) for FreeBSD 6.3/amd64 (RC2) on PowerEdge 860 w/ Xeon & SATA: http://www.nycbug.org/?NAV=dmesgd;f_dmesg=;f_bsd=;f_nick=;f_descr=;dmesgid=1935#1935 Note that the ICH7 (Yes, still ICH7, not 8-9) is a SATA300 but the WDC Caviar r

Re: java decoder?

2008-02-18 Thread Paul A. Procacci
Gary Kline wrote: Guys, I doubt this but is there anything that will take a foo.jar and turn in back into java? Or at least assembler? gary http://java.sun.com/developer/Books/javaprogramming/JAR/basics/ I went to google and typed: 'unpack jar'. There are many other res

Re: freebsd dead after attempt on upgrade from 6.2 to 6.3

2008-02-17 Thread Brian A. Seklecki (Mobile)
On Sun, 2008-02-17 at 23:45 +0200, Deian Popov wrote: > I will most definitely do, but this would happen after few days (don't > have time to fix the system before that). The output of 6.3 and 7 is > the same, so I will provide one from 6.3. Should I use > http://www.freebsd.org/send-pr.html to fi

Re: freebsd dead after attempt on upgrade from 6.2 to 6.3

2008-02-17 Thread Brian A. Seklecki (Mobile)
On Sun, 2008-02-17 at 22:53 +0200, Deian Popov wrote: > I have tested numerous times both 6.3 and > 7 and the ata driver would not detect my hdd. Here is output of dmesg > on 6.2system: File a bug for sure! Here are the relevant lines from the working 6.2 system: atapci0: po

Re: disk error

2008-02-16 Thread Brian A. Seklecki
On Sat, 16 Feb 2008, Peter Boosten wrote: Brian, thanks for your answer (and sugggestion). Isn't a drive supposed to mark a bad sector as bad and ignore it (that is: They ship with a certain number of unallocated sectors to reassign failed ones to (I dont think ATA/IDE disks have a w

Re: disk error

2008-02-16 Thread Brian A. Seklecki
t; ra kernel: ad0: FAILURE - READ_DMA48 status=51 > error=4 LBA=281550271 Yea -- normally that means a bad sector(*), and where there's one, there's bound to be more. Failed drive eventually. I would pull this server from rotation and run a full surface sector scan on it (download

Re: freebsd dead after attempt on upgrade from 6.2 to 6.3

2008-02-15 Thread Brian A. Seklecki
us your original dmesg(8), your new dmesg(8), and original fstab(5). -- Brian A. Seklecki <[EMAIL PROTECTED]> Collaborative Fusion, Inc. IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not

Re: two links

2008-02-10 Thread Paul A. Procacci
Suprema Informática Ltda - Leandro wrote: Good morning, I need active two links of internet, but i don´t know do this. I have 3 interfaces internet 1 adsl gateway = 172.168.0.254 - ip interface = 172.168.0.253 internet 2 adsl gateway = 192.168.1.254 - ip interface = 192.168.1.253 in

Re: Password file migration help

2008-01-30 Thread Paul A. Procacci
Sean Murphy wrote: I have a FreeBSD 5.4 system and would like to migrate users in the password file with UIDs 3000 through 5000 to a FreeBSD 6.3 system on a running on a separate box. Is there a way to export just those users? Thanks ___ freebsd

how to hardcode kernel dump device in kernel

2008-01-24 Thread Johan A . van Zanten
I'm trying to get a crash dump of a ZFS-related kernel crash, but it happens before "dumpon" has run, so i think i need to hardcode the device in the kernel. However, i can't find the syntax for this. Anyone have any ideas? All i've found in the docs is this:

RELENG_6_3 build fail -- signal 13 consistently

2008-01-24 Thread Brian A. Seklecki
This is 6.3/amd64 release as a guest inside a vmware server (free) host: ===> gnu/usr.bin/binutils/ar (install) install -s -o root -g wheel -m 555 ar /opt/relchroot/usr/bin *** Signal 13 Make.conf has some sparing NO_ knobs set and: COPTS=-pipe CFLAG=-pipe Other than that, it

Re: VM Options

2008-01-23 Thread Brian A. Seklecki
On Wed, 2008-01-23 at 13:11 -0600, Jack Barnett wrote: > Are there any good VM Options for FreeBSD? > > There is VMWare in ports; which I really like - but it's a few years old Jails and as a Xen guest --- probably with a NetBSD or GNU/Linux host. There's always Solaris

Re: Server unreachable after quagga install from ports

2008-01-23 Thread Brian A. Seklecki
On Tue, 2008-01-22 at 23:50 -0600, Nomad wrote: > I just setup a server running FreeBSD 6.3. After the install I made some Ugh... show us: $ netstat -rn -f inet $ arp -an Any pf.conf(5) or rc.conf(5). Likely $defaultroute in rc.conf(5) is a short-lived value. ~BAS > Any infor

Re: Latest Stable FreeBSD version and its Dell 2950 Compatiblity

2008-01-22 Thread Brian A. Seklecki
> And yes about the 2950, with the bellow remarks (I asked the same > question one month ago, check fro the tread about "dell Power Edge > 2950"). Time for a FreeBSD-PowerEdge Wiki. ~BAS > Olivier > > > Make sure that you get a Revision 2 (R2).

Re: Latest Stable FreeBSD version and its Dell 2950 Compatiblity

2008-01-22 Thread Brian A. Seklecki
rd is not recommended, easily reproduced crashes with high load a la Broadcom -- get add-on em(4) cards - DRAC5 works fine, except it runs Linux and requires ActiveX - PERC4 works with mfi(4), just remember: - Install linux32 compat to utilize megacli + mfi(4) patches - Disable 'Patrol Read

gmirror(8) on 6.3 mfsroot / fixit

2008-01-19 Thread Brian A. Seklecki
All: I see that gmirror(8) is available on the 6.3 fixit file system, but still not a part of the mfsroot. Is this a crunchgen problem? The install kernel has had boot/kernel/geom_mirror.ko since the 5x days. so it seems only appropriate to include the binary. I guess its a moot point since

Re: Asus eee (was Re: G4 Quicksilver as Web Server?)

2008-01-18 Thread Garance A Drosehn
At 9:14 AM -0500 1/2/08, Ed Maste wrote: On Tue, Jan 01, 2008 at 06:20:22PM +, James Jeffery wrote: Before i end the toipic, anyone got any feeback on the Asus Eee (mini laptops) with FreeBSD? It works, but no drivers exist for the wireless or wired Ethernet ports. The wireless is a

Trying to setup a serial console on my desktop

2008-01-18 Thread आशीष श ुक्ल A shish Shukla
;YES" # Intel High Definition Audio (Controller) snd_ds1_load="YES" # ds1 comconsole_speed="115200" boot_multicons="YES" boot_serial="YES" console="comconsole,vidconsole" # A comma separated list of console(s

Re: dell Power Edge 2950

2008-01-12 Thread Brian A. Seklecki
No idea. The systems are remote to me, so I can't check. BTW it's called "patrol read". I was just having a particularly cynical day. The PR confirms that manually initiating one with megacli causes a hard lock. It could be a linux32 compat issue sending the command

Re: dell Power Edge 2950

2008-01-10 Thread Brian A. Seklecki
On Wed, 9 Jan 2008, Dennis Glatting wrote: As stupid as this is going to sound, I solved my dump problem on one of my 2950s running amd64 7.0 with two dual core processors. The problem was when I did a level 0 dump, regardless of partition. At random times the dump would halt, never to

PowerEdge 860 (Resend)

2008-01-09 Thread Brian A. Seklecki
[Sorry if this is a resend to some -- I do not see that it made it through the first time --- possibly spam filtered due to a DNS problem with my personal domain.] -- Hi all: There are scattered reports in late 2006 / early 2007 of success using the PE 860 w/ the SAS RAID, but not w/o the RAID

Re: dell Power Edge 2950

2008-01-09 Thread Brian A. Seklecki
On Thu, 27 Dec 2007, Olivier Nicole wrote: Hello, This is just to confirm that Dell Power Edge 2950, with Quad Core Xeon E5420 is OK with FreeBSD 6.2/6.3. Make sure that you get a Revision 2 (R2). We had some serious stability issues with two R1s. Yay for beta testing $6k servers

Re: software raid 1 and recovery

2008-01-05 Thread Brian A. Seklecki
On Fri, 2008-01-04 at 10:56 -0500, Brian A. Seklecki wrote: > Google: nagios + seklecki + check_raid_gmirror > > Also check out sysutils/smartmontools/ Also, I recently updated the plugin code to r270 with some patches from Scott Swanson. You can see a small screenshot of it in ac

Re: software raid 1 and recovery

2008-01-04 Thread Brian A. Seklecki
Google: nagios + seklecki + check_raid_gmirror Also check out sysutils/smartmontools/ Cheers! ~BAS (Dealing with a fucked up gmirror raid 1 this morning) On Fri, 2008-01-04 at 15:32 +, Robin Becker wrote: > I set this system up using Dru Lavigne's recipe, but I don't really

Building FreeBSD from source on OS X?

2007-12-31 Thread Johan A . van Zanten
aight forward "make" in the source area, but it appears that OS X's make is actually gnu make, and it doesn't like the FreeBSD makefiles. I have the NetBSD pkgsrc system setup, and have a "bmake" which gets a little further when trying to build /usr/src/usr/bin/make, but st

Kernel crashed due to pagefault while running net/avahi

2007-12-28 Thread आशीष श ुक्ल A shish Shukla
Hi I'm running FreeBSD 7.0-BETA4 (AMD64) on Intel Pentium 4 630 (EM64T/HT) on Intel D945GNTL motheboard. I'd this crash when I was running in GNOME, playing with Avahi and nss_mdns to get mDNS over IPv6 working. 8<8< [EMAIL PROTECTED] ~/crashes]$ kgdb /boot/kernel/kernel vmcore.0 [GDB

Re: AAARRRGH: network foul-ups.

2007-12-27 Thread Brian A. Seklecki (Mobile)
On Thu, 2007-12-27 at 18:38 -0800, Gary Kline wrote: > The trouble is that two of my machines report the identical > private IP: 10.0.0.250. Previously "tao" was 10.0.0.247 and Be sure to flush old entries from: /var/lib/dhclient/dhclient.leases on DHCP Clients ~BAS > "tao2

Philbert Mang, get your ticket to win today

2007-12-24 Thread Get Me A Ticket
If you are having problems viewing this electronic mail please try here : http://email.getmeaticket.co.uk/a/tBHb4yDAdT41pBLHJcoBpAZgMli/mailer Please add [EMAIL PROTECTED] to your address book http://email.getmeaticket.co.uk/a/tBHb4yDAdT41pBLHJcoBpAZgMli/[EMAIL PROTECTED]&ADDRESS=j29q8

Re: Release 7.0 Beta2

2007-12-09 Thread Brian A. Seklecki
On Sun, 2007-12-09 at 09:36 -0800, Srinivasa R Kanduru wrote: > Hi, > > I was trying to install FreeBSD 7.0 Beta2 on a dell x86 machine which use the bios menu to set the keyboard mode to compat/ps/2 emulation mode. Also try unplugging & reconnecting the usb keyboard post-boot.

Re: LPRng question and printing in general

2007-12-08 Thread Garance A Drosehn
? Patrick wouldn't be responsible for our OS-specific port. Is FreeBSD printing essentially reduced to LPD+apsfilter for small to medium print networks and CUPS for very complex printing networks or LPRng is alive and well. Heh. Well, I run a pretty complicated printing environment here a

Re: laptop

2007-12-02 Thread James A. Harrison
> Pandy, James R SGT NG NG FORSCOM wrote: >> Hello >> >> How is it going. >> >> I'm geting ready to go over to Iraq on Dec 6th. >> >> I've used Linux for a few years now. A frind of mine sead that he would >> set up a laptop for

Re: Pioneer DVR-112D/1.21 refuses to write CDs, only writes DVDs

2007-11-17 Thread Brian A. Seklecki
) ~BAS On Sat, 17 Nov 2007, Yuri wrote: Are you using burncd(1) or ports/sysutils/cdrtools ? Are you getting DMA errors to kernel msgbuf or simple 1-line I/O error? I am using burncd. There is only one-line I/O error. l8* -lava (Brian A. Seklecki - Pittsburgh, PA, USA

Re: Pioneer DVR-112D/1.21 refuses to write CDs, only writes DVDs

2007-11-17 Thread Brian A. Seklecki
On Sat, 2007-11-17 at 20:26 -0800, Yuri wrote: > I bought the new DVD writer -- Pioneer DVR-112D. > > But every time I try to write data CD or audio CD it gives Input/Output error. > > It can read CDs and write and read DVDs no problem. > > Anybody else has this problem? What is the solution?

Re: How to know PID responsible for network connection/listen?

2007-11-15 Thread Brian A Seklecki (Mobile)
On Thu, 2007-11-15 at 11:20 -0800, Yuri wrote: > 'netstat -a' gives me the listing of network connection/listening records. > But there's no link to the process id that opened it. Install ports/sysutils/lsof/ Each socket is a file descriptor. ~BAS > With lots of

Re: Modifying the FreeBSD6.2 ISO Image

2007-11-07 Thread Brian A Seklecki (Mobile)
On Wed, 2007-11-07 at 10:29 -0600, Martin McCormick wrote: > large. this is pretty close to twice the correct size. Also, tar The exact mksiofs(8)/mkhyrbid(8)/cdrtools flags are in a shell script burried in src/release/* somewhere. Its probably a matter of not-following-symlinks or cross

Re: iso.1 target and release(8) in RELENG_7 (WAS: Re: release(8) environmental variables)

2007-11-02 Thread Brian A Seklecki (Mobile)
On Thu, 2007-11-01 at 12:04 -0400, Brian A. Seklecki wrote: > Here's some fun -- I'm pretty sure this worked in RELENG_6: > > "make release" in /usr/src/release into RELEASEDIR=/opt/releasedir I'm an idiot. MAKE_ISOS was somehow not set in my

iso.1 target and release(8) in RELENG_7 (WAS: Re: release(8) environmental variables)

2007-11-01 Thread Brian A. Seklecki
oot/usr/bin/mkisofs -r-xr-xr-x 1 root wheel 510712 Nov 1 02:13 /opt/relchroot/usr/bin/mkisofs 2) On the root of the system, I have to make /R a sylink to /opt/relchroot/R to make "make iso.1" succeed : # ls -al /R lrwxr-xr-x 1 root wheel 16 Oct 29

Re: release(8) environmental variables

2007-10-31 Thread Brian A. Seklecki
really sucks. I believe that's intentional, so re-running "make release" with different CHROOTDIR values will produce consistently "similar" binaries. I use LOCAL_SCRIPT to copy /etc/make.conf (well, /etc/src.conf) into place inside the jail for the rebuild so

Re: release(8) environmental variables

2007-10-31 Thread Brian A. Seklecki
On Wed, 2007-10-31 at 13:54 +0200, Giorgos Keramidas wrote: > On 2007-10-30 18:02, "Brian A. Seklecki" <[EMAIL PROTECTED]> wrote: > > > > As far as building goes, the variables in play are: > > > > DESTDIR, MAKEOBJDIRPREFIX, RELEASEDIR, CHROOTDIR, CVSR

Re: Xorg and WSXGA

2007-10-31 Thread Brian A. Seklecki
On Mon, 2007-10-29 at 23:36 -0700, Crist J. Clark wrote: > I finally dumped the CRT and bought a ridiculusly cheap 20" > LCD monitor. Works great except I'm having problems getting it > to go widescreen and use the full display area. > > I followed the instruction xinit

Re: Virtualization

2007-10-31 Thread Brian A. Seklecki
On Tue, 2007-10-30 at 09:03 -0400, Bart Silverstrim wrote: > I was curious with the information coming out regarding FreeBSD 7 what > option are available for virtualizing other OS's using FreeBSD as a host. Just jail(8) atm. VMWare wont issue keys for the last known-working of VMWar

Re: ncftpput & ncftpget

2007-10-31 Thread Brian A. Seklecki
To find out: $ cd /usr/ports && egrep -i ncftp* {ftp,net}/*/PLIST* ~BAS On Tue, 2007-10-30 at 08:48 -0400, Bill Banks wrote: > What port should I make to get ncftpput? > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/

release(8) environmental variables

2007-10-30 Thread Brian A. Seklecki
As far as building goes, the variables in play are: DESTDIR, MAKEOBJDIRPREFIX, RELEASEDIR, CHROOTDIR, CVSROOT, EXTSRCDIR, EXTDOCDIR, BUIILDNAME, RELEASETAG, NODOC, NOPORTS, WORLD_FLAGS, LOCAL_SCRIPT For stage one of the release process, the following seem relevant: DESTDIR, MAKEOBJDIRP

Re: phpinfo(); not working

2007-10-26 Thread Paul A. Procacci
x27;s it. It's unrelated to the apache module. cd into /usr/ports/lang/php4 or /usr/ports/lang/php5 Do a 'make config'. Ensure that the WITH_APACHE item is checked. make / make install etcrestart apachedone. ___ freebsd-ques

Re: Installing Security Advisories

2007-10-26 Thread Brian A Seklecki (Mobile)
On Fri, 2007-10-26 at 17:42 +0100, Tino Engel wrote: > So how can I find out, which file to tell 'patch' to patch? Why don't you paste the full input / output dialog from your patch attempt and we will point out where you're making a syntactical error. Manual patching

Re: IPSec SPD

2007-10-26 Thread Brian A Seklecki (Mobile)
On Fri, 2007-10-26 at 16:55 +0700, Victor Sudakov wrote: > Colleagues, > > Suppose our remote office uses the 10.1.1.0/24 network, and the whole > company uses the 10.0.0.0/8 network. > > How do we set up the SPD entries to encrypt traffic to the > headquarters and back?

Re: cups-base woes

2007-10-24 Thread Brian A Seklecki (Mobile)
On Fri, 2007-10-05 at 19:21 -0400, E. J. Cerejo wrote: > I've been trying to portupgrade cups-base for a week now, every time I > cvsup my ports I get a different error message, now this is the latest > one. Any ideas on how to fix this or can someone direct me to the this > p

Re: easiest way to install CPAN on FreeBSD

2007-10-24 Thread James A. Harrison
> Gerard wrote: >> On October 24, 2007 at 01:44AM Noah wrote: >> >> >>> I am looking around for a really simple way to install CPAN on FreeBSD. >>> I keep running into errors in one variation or another. >> I'm not a very heavy perl user, but

Re: how can i install gnome2 through console

2007-10-24 Thread James A. Harrison
; Please use pkg_add/pkg_delete instead of ports. It's very easy. That's >> all the way I install/remove gnome2. Of course it works through console. > > Ananias, > > For install, at the command prompt type this command as root: > > pkg_add -v -r gnome2-lite >

Re: Live video streaming on FreeBSD?

2007-10-24 Thread Brian A. Seklecki
On Wed, 24 Oct 2007 17:35:34 +0300 Nikos Vassiliadis <[EMAIL PROTECTED]> wrote: > On Wednesday 24 October 2007 17:03:57 Brian A. Seklecki wrote: > > > /usr/ports/multimedia/mencoder can encode/recode videos to many > > > differen Well, no, its just that the 99% of the

Re: Live video streaming on FreeBSD?

2007-10-24 Thread Brian A. Seklecki
> /usr/ports/multimedia/mencoder can encode/recode videos to many > different formats, including wmv9 and H.264. > > /usr/ports/multimedia/vlc contains a streaming server, IIRC. Do any of these support multicast? Cisco is pushing this big time with AVVID. -- Brian A. Sekl

Re: Install on new INTEL motherboard, can't find ATA devices

2007-10-23 Thread Brian A. Seklecki
On Mon, 2007-10-22 at 15:13 -0400, Thomas David Rivers wrote: > I just got a new INTEL motherboard - chock full of these new-fangled > SATA connectors... and one "legacy" ATA connector. I moved a disk > drive from an older box to this new one.. > > The machine can boot

login.access, login and su.

2007-10-15 Thread Javier A. Del Pino Coronel
Good afternoon, I need to restric the access to some accounts, we are using FreeBSD 4.10, this is the configuration for "login" in /etc/pam.conf login authsufficient pam_skey.so login authsufficient pam_opie.so no_fake_prompts #login authrequisite

Re: sudo doesn't log anything

2007-10-10 Thread Brian A. Seklecki
On Wed, 2007-10-10 at 18:38 +0200, Nicolas Letellier wrote: > Pieter de Goeje a écrit : > > Sudo by default logs with facility 'local2' and priority 'notice'. Neither > > one > > is specified in your syslog.conf. > > To set the facility in

Re: Building a SAN using FreeBSD

2007-10-07 Thread Brian A. Seklecki
On Sat, 2007-10-06 at 14:00 -0700, Don O'Neil wrote: > Anyone have any resources for building a FreeBSD based SAN device? IE, how > can I create an extendable file system using networked drives in muliple Spinnaker Networks, (spinnakernet.com), of Pittsburgh, Pennsylvania, a hardw

Re: BASH as root shell (static linking)

2007-10-05 Thread Brian A. Seklecki
On Sat, 2007-10-06 at 04:54 +1000, Jerahmy Pocott wrote: > Hello, > > I'm wanting to use BASH as my root shell, so I compiled a statically > linked > version then tried to log in with only / mounted. But I was locked > out because > elf.ld.so could not be found..

Re: Strange df

2007-10-05 Thread Brian A. Seklecki
On Fri, 2007-10-05 at 13:11 +0300, Ivailo Tanusheff wrote: > This seams as a wrong lable info. > Check: bsdlabel /dev/ad4s1 Oh wow, yea, I misread. That's really scarry -- normally the kernel would panic. I'm very surprised bsdlabel(8) let you write that to the disk. Does

Re: Bind configuration in FreeBSD

2007-10-05 Thread Brian A. Seklecki
You need to enable the service: $ sudo vi /etc/rc.conf >> named_enable="YES" :wq $ sudo /etc/rc.d/named restart The bind in-tree is 9.3.4 and the chroot is already setup for you by default. You don't want to go installing a bitrot version from Ports. ~BAS On Fri, 2007

Re: Strange df

2007-10-05 Thread Brian A. Seklecki
The math is off because some space is reserved for UID 0 / root. Read these two man pages: ~BAS NEWFS(8) FreeBSD System Manager's Manual NEWFS(8) NAME newfs -- construct a new UFS1/UFS2 file system -m free-space The percentage of space reserved from n

RE: Installation from Hard Disk

2007-10-04 Thread a b
>The "Chapter 2 Installing FreeBSD" of the official FreeBSD Handbook >describes all possible variants. The are some for you: >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html >In case you tried them but got errors, please show those errors and we >will be glad to help you pr

Re: Fibre Channel Card Detection

2007-10-03 Thread Brian A. Seklecki
We need to see your dmesg(8) output from /var/run/dmesg.boot and/or the output of "pciconf -v" / "scanpci" / "lspci" ~BAS ~BAS On Wed, 2007-10-03 at 11:34 -0700, Sean Murphy wrote: > I have a Qlogic PCIe Fibre Channel card installed in my FreeBSD 6.2 > Releas

Installation from Hard Disk

2007-10-02 Thread a b
Hi I want install BSD6.2 from Hard Disk. My HD is partitioned in this way: on the MBR there is Grub bootloader; 2 partition are empty; and on the 3rd partition there is Suse 10.1 . I already have downloaded the ISO image (two iso), and if is necessary I can uncompressed they in a folder on the

Need help/advice with gmirror after server crash

2007-10-02 Thread Alexey A. Ukhov
Hello all colleagues. I have the following problem. I had server with 2 SATA drives worked in gmirror. Recently we had crash of third (system) HDD. After FreeBSD reinstalation I see in dmesg: ad2: 238475MB at ata1-master UDMA100 ad3: 238475MB at ata1-slave UDMA100 And do not see any UFS file s

(no subject)

2007-10-02 Thread a b
Hi I want install BSD6.2 from Hard Disk. My HD is partitioned in this way: on the MBR there is Grub bootloader; 2 partition are empty; and on the 3rd partition there is Suse 10.1 . I already have downloaded the ISO image (two iso), and if is necessary I can uncompressed they in a folder on the

Re: passwd(1) and LDAP (was Re: FreeBSD 7.0, Open LDAP, PAM, TLS and NSS, howto?)

2007-10-01 Thread Brian A. Seklecki
Does it log in as the LDAP user or the PAM super-user to do the attribute change? I'll check out the source...but that's great news. ~BAS On Mon, 1 Oct 2007, Jonathan McKeown wrote: On Friday 28 September 2007 16:29, Brian A. Seklecki wrote: FreeBSD 5.x and 6.x work fine wit

Re: How to restart a freezed tty?

2007-09-29 Thread Brian A. Seklecki
On Sat, 2007-09-29 at 13:16 +0330, Bahman M. wrote: > Hi all, > > For some reason all the ttys are frozen up; I can switch between X and > them back and forth but not between the ttys themselves using ALT+Fn. Can you start new xterms? When you say 'frozen', do they "not accept keyboard input"?

Re: using the date command

2007-09-29 Thread Brian A. Seklecki
and 6.2 > in the other three. They are all using the wrong date and time. > The last one (v6.2 on ecs mb with AMD64) is the worst. It is telling > me today is Jan 3 2003 PST (I am on the west coast and it is still PDT). > These machines are all web servers. So up until now this has

Re: FreeBSD 7.0, Open LDAP, PAM, TLS and NSS, howto?

2007-09-29 Thread Brian A. Seklecki
There should be an nss_ldap.conf and pam_ldap.conf in /usr/local/etc . You need to set a variety of settings there. What do they look like? Remember: pkg_info -L pam_ldap nss_ldap! Also, not sure about the TCP FIN_2 issue -- probably just the usual shakes and bangs with -current. ~BAS

Re: 6.2 amd64 ufs_dirbad

2007-09-29 Thread Brian A. Seklecki
: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > I've been chasing my tail with a problem for a few days now and I'm > about to throw in the towel. I have a Tyan Thunder K8SR w/ 2 > amd64's, 6GB of mem, and a 250 GB SATA drive. > > I&

Re: FreeBSD 7.0, Open LDAP, PAM, TLS and NSS, howto?

2007-09-28 Thread Brian A. Seklecki
FreeBSD 5.x and 6.x work fine with both PAM and NSS -> LDAP w/ TLS (PKI). All other services (RADIUS, Apache ((mod_ldap, mod_pam_auth), PHP, interactive shell, SFTP, etc.) can be tied into LDAP either directly or via PAM. As for password change, I don't know if anyone has a passwd(1

Re: CPU Monitoring Software

2007-09-28 Thread Brian A. Seklecki
And for visual historical data, use MRTG. ~BAS On Fri, 2007-09-28 at 15:30 +0200, Dominique Goncalves wrote: > Hi, > > On 9/28/07, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > I was wanting to see what my servers utilize as far as memory, disk, cpu, > > e

Re: gmirror

2007-09-27 Thread Brian A. Seklecki
The size colum can be human readable number (ex, "5g") and the offset can be the name of the previous partition. For the offset and size of the first and last partitions respectively use "*". Read the disklabel(8) man page for more details -- it is actually a real well writ

Re: OT: how to increase RAID space

2007-09-27 Thread Brian A. Seklecki
e to store media while they expand and re-create volumes. ~BAS On Wed, 2007-06-27 at 20:21 +1000, Norberto Meijome wrote: > On Wed, 27 Jun 2007 17:07:32 +0700 (ICT) > Olivier Nicole <[EMAIL PROTECTED]> wrote: > > > > that's what a volume manager (such as LVM2 in linu

Re: GEOM, Vinum difference

2007-09-27 Thread Brian A. Seklecki
nd the Vinum LVM (which fits into > >> the GEOM architecture). Why do we have two different ways of doing the ... > definitely a difference. Thanks! > > Another (related) question: both gvinum and the geom utilities like > gmirror and gstripe etc provide for RAID0, RAID1, and

Re: Exabyte VXA tape drives - anyone using?

2007-09-27 Thread Brian A. Seklecki
Run it through strace(1) and ktrace(1) in Linux and see what devices it talks to in /dev and see if they can be emulated. It's probably talking to /dev/ns{r,a}0 and /dev/ch0, depending on udev/autodev/ foo-bar-latest-greatest linux framework. You might also check the Amanda/Bacula list arc

Two Day International Conference

2007-09-12 Thread Raghesh A
Friends, A two day international conference (ICIST2007) is planned at Thrissur(Kerala, India) during 14,15 December 2007 with Free Software as the principal theme. RMS has agreed to engage the participants in a virtual session and clarify online to any subsequent queries. Papers are solicited

Re: chmod / files and directories

2007-09-10 Thread Garance A Drosihn
; \; To be on safer side. :) Oh? Safer how? I've never come across that idiom before. If imange the file or directory name has spaces, (){}-, etc.. in it or even \. This is not necessary with -exec in the 'find' command, and the single-quotes wouldn't have any effect. T

Re: portupgrade modifys EVERY +CONTENTS now?

2007-08-06 Thread Garance A Drosehn
inherit on at least 2 of my machines? I've noticed it, but I've also noticed that it does not happen every time. I had one case were I did a portupgrade of a specific set of components, and later I noticed that all the directories under /var/db/pkg had been modified. I did a 'por

upgrading to --current

2007-07-31 Thread Aton A
I have followed these instructions topdate my sources and build the relevant files To update your system, you should check /usr/src/UPDATING for any pre-buildworld steps necessary for your version of the sources and then use the following procedure: # make buildworld # make buildkernel # make i

pkg_deinstall and pkg_delete

2007-07-31 Thread Aton A
What exactly is the difference between pkg_delete and pkg_deinstall? Should I be cautious about mixing them? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAI

Heimdal/kerberos and DNS?

2007-07-30 Thread Reuben A. Popp
Good afternoon everyone, I'm trying to setup a testbed here for a Kerberos server so that XP clients can authenticate. I have been following the handbook for the server configuration and a few other sources for configuring XP as the client. So far I have had good success as I can se

p5 in ports

2007-07-29 Thread Aton A
Hi, I have just run portsnap extract on a new system and I noticed a large number of ports begin with p5- what exactly does the p5 stand for or represent? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

upgrade help

2007-07-29 Thread Aton A
Hi, I am unable to find this information anywhere in the manual or Google. Can someone please point me in the direction of upgrading from freeBSD 6.2--release to freeBSD 7 current? EA ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.or

Re: SV: Raid monitoring - 6.2 RELEASEE - Dell SC440

2007-07-20 Thread Brian A. Seklecki
head, 63 sec, 512 bytes/sect x 8380416 sectors ld1 at mlx0 unit 1: RAID0, online ( ld(4) attached to amr(4) for the MegaRAID 'lite' soft-raid HBAs) ~~BAS On Fri, 20 Jul 2007, Lars Olsson wrote: The drives is detected as one logical drive. /dev/da0. -Ursprungligt meddelande- Frå

Re: Raid monitoring - 6.2 RELEASEE - Dell SC440

2007-07-20 Thread Brian A. Seklecki
On Fri, 20 Jul 2007, Lars Olsson wrote: I'm running FreeBSD 6.2 RELEASE on a Dell PowerEdge SC440 with a SAS 5/iR Hmmm, must be a software-assist RAID. Does it probe a mega-volume / logical disk or individual components? ~BAS Raid contr

Re: one server with two ip address

2007-07-07 Thread Daniel A. A.
Eric Crist wrote: On Jul 6, 2007, at 7:21 PMJul 6, 2007, Daniel A. A. wrote: Ray wrote: Hello all, I have a production server with two network interfaces. The primary interface is up and running. (DHCP from the local Telco) The second interface is installed, but not yet active. It will

Re: OT: Re: The worst error message in history belongs to... BIND9!

2007-07-06 Thread Daniel A. A.
board was dead or not plugged in. It was probably a case of modular code: any problem in POST would display a message and return a "fail" status, and the generic code would append "Press F1 to continue." and wait. Not a bad idea at all -- certainly better than blindly trying to

Re: one server with two ip address

2007-07-06 Thread Daniel A. A.
Ray wrote: Hello all, I have a production server with two network interfaces. The primary interface is up and running. (DHCP from the local Telco) The second interface is installed, but not yet active. It will run on a local network only. Can I do something as simple as ifconfig nfe1

Re: Fwd: Samba NetBios

2007-07-05 Thread Gabor Tjong A Hung
Dear all, The idea is to share it over a local area network. This LAN has a wins server. my server has a jail in which samba resides. In order for the LAN to be serviced by my jailed samba I have NATED and RDRed the required packets In order for the LAN to browse the network NETBIOS seems to be

<    1   2   3   4   5   6   7   8   9   10   >