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 archives.
On Wed, 2007-08-22 at 08:51 +0400, Rakhesh Sasidharan wrote:
> Lowell Gilbert wrote:
>
> > Rakhesh Sasidharan <[EMAIL PROTECTED]> writes:
> >
> >> I see that if I want to do disk striping/ concating/ mirroring,
> >> FreeBSD offers the GEOM utilities and the Vinum LVM (which fits into
> >> the GEOM
UFS/FFS probably wont deal well with the underlying "logical"-physical
disk size changing (bytes/section, number of sectors, etc.). Even if it
was pure concatenation.
No, an LVM2/VxFS is needed.
Also, shops that can afford SAN and high end RAID tend to be able to
provision temp space to store me
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
written one.
I wouldn't wo
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,
> > etc. over a certain time period. Is
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) binary
tha
Can you post your dmesg(8) from /var/run/dmesg(8) so that we can see
your SATA controller information?
Can you try loading /usr/obj and /usr/src onto an alternate disk to see
if the problem is controller/HBA/sata cable/disk related?
~BAS
On Fri, 2007-09-28 at 10:33 -0700, Eric Osterweil wrote:
>
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"?
To set time:
$ sudo /usr/sbin/ntpdate pool.ntp.org
29 Sep 23:48:31 ntpdate[9404]: adjust time server 66.250.45.2 offset
0.001289 sec
To date info about your timezone settings:
$ zdump /etc/localtime
/etc/localtime Sat Sep 29 23:49:19 2007 EDT
Options:
$ ls /usr/shaoneinfo/ | egrep -v "^d"
to
.1]:389 to [127.0.0.1]:63896 tcpflags 0x18;
tcp_do_segment: FIN_WAIT_2: Received data after socket was closed, sending
RST and removing tcpcb
Well, I checked sockstat for a listening slapd and I found slapd listening on
both loopback, local NIC adn on both ports 389 and 636.
So what is wrong ?
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
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
> Release server. I do not see it listed on
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 normal users
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-10-05 at 12:08 +,
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 fsck(8) function? Did
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..
JP:
Did:
$ ldd /bin/bash
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 hardware company w
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 sudoer(5):
Defaultssyslog=auth
Or loc
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 from the disk drive, but th
> /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
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
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
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/
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
VMWare server/WS
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 -- -verbose 9 -logverbose
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
that I can build a custom internal
release w/o certain subsystems (IPv6 or CSH, for example)
Is there a better way to do it?
l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
http://www.spiritual-machines.org/
"Guilty? Yeah. But he k
mage
0 blocks
0 blocks
Building CDROM disc2 filesystem image
touch cdrom.2
Building bootonly CDROM filesystem image
touch cdrom.3
Release done
[...]
On Wed, 2007-10-31 at 19:45 +0200, Giorgos Keramidas wrote:
> On 2007-10-31 13:26, "Brian A. Seklecki" <[EMAIL PROTECTED]> wrote:
&
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?
)
~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
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.
Is this a a Opt
sn't appear to work either.
>
> What am I missing?
>
> Thanks.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Brian A. Seklecki <[E
eebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
http://www.spiritual-machines.org/
"Guilty? Yeah. But he knows it. I mean, you're guilty.
You just don't know it. So who
t
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
http://www.spiritual-machines.org/
"Guilty? Yeah. But he knows it. I mean, you'r
use csup, but at this stage, i'll wait untill portupgrade has finished to see
if anything changes in that reguards.
Well, you could ktrace(8) the binary and/or rebuild it with debugging
symbols and bt the coredump ~BAS
~BAS
___
freebsd-questions@fre
at the protocol
is active.
SSH:
- Duh
FTP/RSYNC:
- Yea
Thougths? Discussion?
l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
http://www.spiritual-machines.org/
"Guilty? Yeah. But he knows it. I mean, you're guilty.
You just don't kno
my suggestion to anyone who lives or dies by PowerEdge.
--
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 an intended
recipien
y degree is
teach psychology or serve coffee.
Send us your screenshot. Nothing was attached.
--
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 th
re it is...
>
> I hope you can figure out how to solve this issue...
>
> With best wishes
>
> VJ
>
>
> On Wed, Nov 12, 2008 at 4:25 PM, Brian A. Seklecki
> <[EMAIL PROTECTED]> wrote:
> On Wed, 2008-11-12 at 16:01 +0100, VeeJay wrote:
ng to have a look at tcpdump(8) on NFS reads to my export and
determine if it is indeed actually reading loader.conf(5).
However, the system-wide defaults w/o loader.conf + loader.rc +
boot.conf shouldn't prohibit kernel VGA console output.
--
Brian A. Seklecki <[EMAIL PROTECTED]>
Collab
> with linux-megacli showed TONS of messages. Trying to clear them using
> linux-megacli seemed to cause a similar lockup, filled with command
> timeouts, but no fatal firmware error.
Also, does anyone know if the mfiutil(8) util in RELENG_8 has the
ability to purge the event log?
Man page
l?"
Also be sure to: $ alias df="/bin/df -hi". Inodes at 100% capacity
(such as a sendmail clusterfuck) can cause file system-full error
messages. This is why you should have partitioned off /var
~BAS
--
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion,
On Mon, 2008-03-24 at 19:36 +0200, B. Bonev wrote:
> I want advice for old DOS app on Windows PC, that I need to make on 2 PC-s
> fault tolerant. Any advice for working solution on FreeBSD?
Yep...rewrite the database in SQL with a PHP front end. Import the data
from the old system. Use a Radw
reebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.
___
free
sh connect to the machine I fall in a loop
> like the following
>
> panzer:~> ssh [EMAIL PROTECTED]
> Password:
> Old Password:
> Password:
> Old Password:
> Password:
>
> I am SURE the password I type works
>
>
>
>
> Brian A. Seklecki wrote:
g/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Thu, 2008-04-03 at 13:28 -0500, Andy Christianson wrote:
> In response to "Andy Christianson" <[EMAIL PROTECTED]>:
>
> >We've been able to do this using IPMI.
You can talk to the DRAC4/DRAC5 BMC out of band, independent of the OS.
Otherwise: # kldload /boot/kernel/ipmi.ko
God speed.
~BAS
ual Media, you need ActiveX plugins (or a RHEL4-i386-only-XPI).
The DRAC4 is very agreeable. Pure Java, which works out-of-the-box with
Ports.
Overall, the 9th-gen PowerEdges were sloppy (Revision 1 had serious
instability issues related to PERC5)
~BAS
> notes, etc with DRAC and FreeBSD?
>
This platform is returning a bogus value for the main temperature sensor
using the ipmi(4) module in 6.3/amd64:
# ipmitool -V
ipmitool version 1.8.8
# ipmitool sdr
Temp | -54 degrees C | cr
Planar Temp | 30 degrees C | ok
That value should probably be an absolute v
On Sun, 2008-04-20 at 18:49 -0400, Jose Perez wrote:
> Hello Freebsd
>
> I would like to know if can i use 8 GB
To use 8 gigs of ram, run the amd64 distribution.
> of Ram in Freebsd 6.1 and if have raid drivers for the new dell 2950
The "r3" of the 2950 that Dell will sell you on Monday is t
On Tue, 2008-05-06 at 23:35 +0300, Indiana Jones wrote:
> If anybody could provide a solid solution, I'd be most grateful.
>
> I have this box that works as an Internet router and I have two NICs
> in it, 3com 3C996-SX and 3C996-T, the later is bge1 on which I get
> this persistent ERROR below
ance using that hardware in RAID1?
> >>>>> any performance loss in RAID1 at all?
> >>>>>
> >>>>>
> >>>>> thanks...
> >>>>>
> >>>>> ___
> >>
III. Impact
By sending carefully crafted sequence of IP packet fragments, a remote
attacker can cause a system running pf with a ruleset containing a
'scrub fragment crop' or 'scrub fragment drop-ovl' rule to crash.
IV. Workaround
Do not use 'scrub fragment crop' or 'scrub fragment drop-ovl'
might expect to talk to it. I assume you put syslogng_enable="YES" into
/etc/rc.conf? as well as syslogd_enable="NO". (Or, it might work just
to
change syslogd_program="/path/to/syslogngd" and not bother with changing
anything else).
--Alex
Just to clarify, even the latest src/etc/rc.d/
On Tue, 14 Feb 2006, DAve wrote:
(I am cross posting to FreeBSD questions and Bacula Users, I will not be
cross posting replies)
I've been crying for four years that we needed a decent backup system and I
always got put off. "It's on order", "can you resubmit an updated equipment
list". Yea,
FYI, to bring this thread back to the list
-- Forwarded message --
Date: Wed, 15 Feb 2006 20:53:59 -0500 (EST)
From: Brian A. Seklecki <[EMAIL PROTECTED]>
To: Jonathan Donaldson <[EMAIL PROTECTED]>, [EMAIL PROTECTED],
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], Bri
-- Forwarded message --
Date: Wed, 15 Feb 2006 20:11:49 -0500 (EST)
From: Brian A. Seklecki <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], Jonathan Donaldson <[EMAIL PROTECTED]>,
Brian J. Creasy <[EMAIL PROTECTED]>
Cc: Chad Ziccardi <[EMAIL PROTECTED]>,
I just connected a Dell Powervault 120T to an Adaptec AHA-2944 HVD ("High
Voltage Differential") controller and the resulting dmesg indicates what
is probed by my RELENG_5_3 kernel:
ahc0: port 0xe400-0xe4ff mem
0xe9001000-0xe9001fff irq 5 at device 11.0 on pci0
sa1 at ahc1 bus 0 target 4
On Mon, 25 Jul 2005, Brian A. Seklecki wrote:
For some reason, the tape changer is probing as pass(4) instead of ch(4).
Any ideas why? SCSI devices have a "device class" designation, IIRC.
Nevermind, someone had removed "device ch" from the kernel config (as
well as u
ermail/freebsd-hackers/2008-February/023440.html
http://www.freebsd.org/cgi/query-pr.cgi?pr=63700&cat= (Circa 2004)
http://lists.freebsd.org/pipermail/freebsd-net/2007-September/015447.html
http://lists.freebsd.org/pipermail/freebsd-net/2010-June/025514.html
--
Brian A. Seklecki
Collaborative Fusion, Inc.
signature.asc
Description: This is a digitally signed message part
tocol field is 6 for TCP and 17 for UDP.
---
l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
http://www.spiritual-machines.org/
"...from back in the heady days when "helpdesk" meant nothing, "diskquota"
meant everything, and lives could be bo
On Sun, 11 Jun 2006, Brian A. Seklecki wrote:
All:
Does anyone have details about the new PERC 5/E SAS RAID controller Dell
is (or will soon be) shipping in the 1950/2950?
For the record, this is mfi(4).
Yay!
~BAS
___
freebsd-questions
On Thu, 2006-09-07 at 20:07, ke han wrote:
> On Sep 8, 2006, at 12:49 AM, Brian A. Seklecki wrote:
>
> >
> >
> > On Sun, 11 Jun 2006, Brian A. Seklecki wrote:
> >
> >> All:
> >>
> >> Does anyone have details about the new PERC 5/E SAS RAID
On Mon, 23 Oct 2006, Jeff Mohler wrote:
Well..the right way to do this is with a switch that can etherchannel
the NICs together, im not sure if Fbsd can do that..of course.
FreeBSD supports EthernetChannel, 802.1ad, etc. So does NetBSD. I's LACP
that needs work.
~BAS_
/dev/klog seems to be special in that, even in O_NONBLOCk, it:
*) Never blocks, but does(?)
*) Always returns read(2) = 0
*) Never returns EOF
I'm trying to read out the contents silently via a shell script prior to
starting syslog-ng. I.e., "drain it".
One would think any I/O manipulation
On Wed, 25 Oct 2006, Alex Zbyslaw wrote:
òÉÈÁÄ çÁÄÖÉÅ× wrote:
A comment in /etc/hosts.allow states that:
Wrapping sshd(8) is not normally a good idea
With tcpwrappers, you still have to open a socket and burn
cycles/ram/resources on the 3-way, followed by a quick RST.
With pf(4), you can
On Tue, 31 Oct 2006, Bret Esquivel wrote:
Mathieu,
I was actually asking if there is an "amrstat" type utility that I can check
the array status while in production. Thanks for the advice on 6-STABLE, I
Well, it was sysutils/megarc for PERC/4. On PERC/5 mfi(1), it's whatever we
decide to ca
On Tue, 31 Oct 2006, Krempasky, Mark wrote:
I have installed FreeBSD 6.2 and have no issues with using multiple RAID
groups with the Dell 2950 internal disks.
Thanks,
~BAS
-Original Message-
___
freebsd-questions@freebsd.org mailing list
0?
Thanks
Mark.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
It finds the RAID controller fine. However, we're very concerned about
the lack of a management CLI like ports/sysutils/megarc.
Now that 6.2 release is imminent and bce(4) has been patched to the point
where it is relatively stable, we're nearing the point where we can
finally put Dell Power
-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
http://www.spiritual-machines.org/
"...from back in the hea
s on RH7.1 >:}
~BAS
Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/
l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
http://www.spiritual-machines.org/
"...from back
misc@openbsd.org:
http://archives.neohapsis.com/archives/openbsd/2006-08/1903.html
That essentially the os needs to "block" the virtual serial port. Seems
like a conflict of interest.
Now taking ideas on how to work around this.
l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, U
On Tue, 31 Oct 2006, Bret Esquivel wrote:
Mathieu,
I was actually asking if there is an "amrstat" type utility that I can check
the array status while in production. Thanks for the advice on 6-STABLE, I
Well, it was sysutils/megarc for PERC/4. On PERC/5 mfi(1), it's whatever
we decide to c
> Why is that a problem? The BIOS doesn't use the console once
> the kernel has booted.
Because it becomes a burden always having to customize your
install/upgrade media/kernels/bootblocks to use redirection.
Dell knew that; that's why they made the DRAC4 with a virtual VNC-based
console redire
redirection) and use "consdev com0". (Unless you used the bios console
direction at > 9600 bps)
Right, and the Dell PE uses "com 2", or "com1" (when properly counting
from 0), ah la 0x2F8 which is logically connected to a serial port on the
DRAC5 via the daughterboard connection.
And that's
e kernel command line: console=ttyS0,115200 console=tty0
>
> We do 99% of our kernel debugging this way.
>
--
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.
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 controller.
_
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å
is a problem?
Thanks,
Ivan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
l8*
-lava (Brian A. Seklecki - Pittsburg
gmirror insert gm0 ad4
The big question is:
In your example, ad4 has already been "prepped" for use in as a component
in the gmirror by ?
Or will it just overwrite anything on ad4 regardless?
~BAS
___
freebsd-questions@freebsd.org mailing list
On Wed, 14 Feb 2007, Brian A. Seklecki wrote:
All:
For a while our strategy was to use NRPE2+ a custom nagios check
(check_raid_fbsdgmirror -- ugly-as-hell Perl, but which I can make
available to the public).
However, this morning a drive in a Dell PE1850 (one without a PERC4
controller
interesting and *that* could be run from cron and parsed to weed out
"status OK results".
--Alex
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
http://www.spiritual-machines.org/
"...from back in the heady days when "helpdesk" meant nothing, "diskquota"
meant everything, and lives could be bought and sold for a couple of pages
of l
he bus w/ camcontrol and let it discover that the disk is no
longer there
- Insert the new drive
- Rescan the bus and let it discover the new drive
Presumably instead of rescanning the whole bus, you could scan a specific
bus[:target:lun].
Thoughts?
~BAS
l8*
-lava (Brian A. Seklecki -
Sense Data)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
The man page I see says that you need sio(4) as well.
"iso* at puc? port ?"
Or in the fbsd case, the iso module or option in the kernel.
~BAS
> Am I missing something obvious, or do I need to compile yet another custom
> kernel to get this card working?
>
> Jonathan
>
sysinstall will frequently silently fail on the physical partitioning
stage for any variety of reasons which will fail to create the
appropriate slice entries
Show us your partition and slice tables?
Send logs from the emergency VTY?
~BAS
On Sat, 2007-03-17 at 21:02 -0400, Don Munyak wrote:
> O
g? how should I do it?
> Thank you.
--
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 an intended
recipient (or the indivi
en successful, i'd appreciate
> them.
> Thanks.
> Dave.
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
I don't know how to replace it.
>
> I assume I don't have to reinstall the OS (I hope) so where do I go from
> here?
>
> Thanks!
>
--
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.
IMPORTANT: This message contains confidential information and is
On Wed, 2007-03-21 at 14:15 +0100, Olivier Regnier wrote:
> /ncvs/FreeBSD/Release/usr/src/sys/conf && mv newvers.sh foo && sed
Is the path right? Relative to your chroot? Main system? What
environmental variables did you declare and what does make.conf(5) look
like?
--
ebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.
IMPORTANT: This message contains confidential information and is in
___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.
IMPORTANT: This message contains confiden
what does: $ sudo rcorder /usr/local/etc/rc.d/* /etc/rc.d/*
..look like?
~BAS
On Wed, 2007-03-21 at 10:57 -0700, Chuck Swiger wrote:
> On Mar 21, 2007, at 10:52 AM, Jim Stapleton wrote:
> > I created a script in my /usr/local/etc/rc.d directory, but for some
> > reason it doesn't auto start whe
On Wed, 2007-03-21 at 21:11 +0100, Anders Troback wrote:
> Disk status:
> Filesystem 1K-blocks UsedAvail Capacity Mounted on
> /dev/ad8s2a253678124556 10882853%/
> devfs 1 10 100%/dev
> /dev/ad8s2g 35796214 16027612 1690490649%
st of all it tells me /tmp filesystem is full. I run "df -h" and
> it's quite full.
> Hence, I've created a symbolic link to another folder to gain more space
>
> ln -s /tmp /var/tmp_fake
>
> but i still get the same error. Any suggestion??
>
> Michel
into your 6.2 tree?
from -current? from RELENG_6 branch?
Did you get a patch known to work? This isn't Debian >:}
--
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.
IMPORTANT: This message contains confidential information and is intended only
for the indivi
mode”
>
> Check the jumper settings on the drive itself. You may be trying to add a
> drive configured as Master into a chain that's expecting a Slave.
>
> David
--
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.
IMPORTANT: This message contains
To get PCI USB controllers functional, you shouldn't have to change
anything in device.hints.
I don't have the full thread of this message, but why don't you send
your dmesg(8) output, as well as entries that relate to your hard drive
being connected.
~BAS
On Sat, 2007-03-31 at 20:50 +0100, SEan
1 - 100 of 242 matches
Mail list logo