Re: Removing fdisk and bsdlabel (legacy partition tools)

2024-01-26 Thread Freddie Cash
n the FreeBSD install CDs in rescue mode, as there's a fully-functional FreeBSD install to work from, including the ability to install packages temporarily. -- Freddie Cash fjwc...@gmail.com

Re: RFC: NFS over TLS stats

2023-10-25 Thread Freddie Cash
rpctls.rcv_tmsgbytes_tls: 12336 > kern.rpctls.rcv_msgcnt: 58 kern.rpctls.rcv_msgcnt_tls: 57 -- Freddie Cash fjwc...@gmail.com

Re: Which ath(4) cards are currently supported?

2022-04-04 Thread Freddie Cash
ters. While slightly ambiguous, the hardware notes are technically correct. -- Freddie Cash fjwc...@gmail.com

Re: zpool import: "The pool cannot be imported due to damaged devices or data" but zpool status -x: "all pools are healthy" and zpool destroy: "no such pool"

2021-09-16 Thread Freddie Cash
ything ZFS-related, and everything GPT-related; although I've never seen it used on a partition before, usually just the disk. Best bet in this situation is to just zero out the entire disk (dd if=/dev/zero of=/dev/nda0 bs=1M), and start over from scratch. Create a new GPT. Create new partitions. Use the specific partition with the "zpool create" command. -- Freddie Cash fjwc...@gmail.com

Re: upgrade stable/12 -> stable/13 zfs + boot partition Mediasize 64K

2021-02-11 Thread Freddie Cash
Sorry, meant 256 KB or 512 KB, not MB! On Thu, Feb 11, 2021 at 4:43 PM Freddie Cash wrote: > On Thu, Feb 11, 2021 at 4:35 PM Russell L. Carter > wrote: > >> Greetings, >> >> I really want to jump from stable/12 to stable/13 but one thing is >> causing a hesita

Re: upgrade stable/12 -> stable/13 zfs + boot partition Mediasize 64K

2021-02-11 Thread Freddie Cash
On Thu, Feb 11, 2021 at 4:35 PM Russell L. Carter wrote: > Greetings, > > I really want to jump from stable/12 to stable/13 but one thing is > causing a hesitancy. And that is, my main raidz2 system has > a system boot zfs mirror pair that has boot partition size > (Mediasize) of 64K, and when I

Re: When is 'zpool offline' required?

2021-02-08 Thread Freddie Cash
On Mon, Feb 8, 2021 at 10:10 AM joe mcguckin wrote: > I was just playing around with a test ZFS system and was running through > replacing a bad drive and I forgot to issue a ‘zpool offline’ command. > Everything seemed to go ok anyway. The system started resilvering, etc. > When is ‘zpool requir

Re: Waiting for bufdaemon

2021-01-15 Thread Freddie Cash
On Fri., Jan. 15, 2021, 9:41 a.m. Juraj Lutter, wrote: > > On 15 Jan 2021, at 18:26, Freddie Cash wrote: > > > > /var/run/dmesg.boot includes all output from dmesg for the current boot. > No > > need to manually redirect dmesg output to a file or play with buffer

Re: Waiting for bufdaemon

2021-01-15 Thread Freddie Cash
On Fri., Jan. 15, 2021, 8:47 a.m. Mikaël Urankar, wrote: > On 15/01/2021 17:35, Konstantin Belousov wrote: > > It is clipped at the start, and that was the information which I need. > > Add something like > > kern.msgbufsize=1048576 > > to /boot/loader.conf and try again. I need to see the lines

Re: Preparing ZFS drives

2021-01-12 Thread Freddie Cash
ves without any performance issues. You can check what the ashift value is for each of the vdevs using: zdb | grep -B5 ashift If it shows ashift=9 anywhere, then destroy the pool, change the sysctl value, and recreate the pool. Check to make sure it shows ashift=12

Re: how to use the ktls

2020-01-27 Thread Freddie Cash
On Mon, Jan 27, 2020 at 8:40 AM Freddie Cash wrote: > On Sun, Jan 26, 2020 at 12:08 PM Rick Macklem > wrote: > >> Oh, and for anyone out there... >> What is the easiest freebie way to test signed certificates? >> (I currently am using a self-signed certificate, but

Re: how to use the ktls

2020-01-27 Thread Freddie Cash
ere's a bunch of different bits available in the ports tree. We use dehydrated at work, using DNS for authenticating the cert requests, and have it full automated via cron, managing certs for 50-odd domains (school servers and firewalls). Works great. -- Freddie Cash fjwc...@gmail.com __

Re: Lockdown adaX numbers to allow booting ?

2019-09-20 Thread Freddie Cash
mber on the outside of the bay, just in case). It's not a ZFS requirement. It just makes things easier for the admin down the road. Especially if the admin team changes or inherits systems. :) -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freeb

Re: Lockdown adaX numbers to allow booting ?

2019-09-19 Thread Freddie Cash
ree up space. Previously, this would fail, as you need space in the pool to write the metadata for the destroy before doing the destroy. ZFS of today is much more resilient to these kinds of niggles that bit us all, back in the day. :D -- Freddie Cash fjwc...@gmail.com __

Re: Lockdown adaX numbers to allow booting ?

2019-09-19 Thread Freddie Cash
hing them using the label. Disvantage > is the cluster will need to resilver, causing some degraded time and > extra disk load. > Boot off a LiveCD/USB stick. Export the pool. Import the pool with -d /dev/gpt and it will use the GPT labels instea

Re: rc script: manual stop vs system shutdown

2019-08-01 Thread Freddie Cash
On Thu, Aug 1, 2019, 11:15 AM Andriy Gapon, wrote: > On 01/08/2019 19:12, Warner Losh wrote: > > > > > > On Thu, Aug 1, 2019, 10:53 AM Rodney W. Grimes > > mailto:freebsd-...@gndrsh.dnsmgr.net>> > > wrote: > > > > > > > > Is it possible in an rc script to distinguish between a manual stop

Re: ZFS no longer mounted in alphanumerical order

2019-03-11 Thread Freddie Cash
ather unintuitive when looking > at the output of "df -ah". Could we have a command line option for > disabling the parallel mount? > Wouldn't it make more sense to teach df, du, "zfs list", and other things that list the mounted filesystems to use sor

Re: AESNI, /dev/crypto, and new OpenSSL

2018-12-20 Thread Freddie Cash
:) Along with the "fix" for it. -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: timing issue with ifconfig em(4) at rc.d start?

2018-08-22 Thread Freddie Cash
:2" > There's nothing wrong with the timing. Your rc.conf is incorrect. The second ifconfig_em1 line overrides the former. These are variable declarations, not commands. The last setting for a variable is the only one that takes place. Either look through /etc/defaults/rc.conf for the

Re: Building kernel with no sound

2018-01-15 Thread Freddie Cash
PCI ES137x device snd_hda # Intel High Definition Audio device snd_ich # Intel, NVidia and other ICH AC'97 Audio device snd_via8233 # VIA VT8233x Audio ​So you need to add nodevice entries for all the ones that you are missing

Fwd: Re: USB stack

2018-01-07 Thread Freddie Cash
Forgot to include the list. Resending. -- Forwarded message -- From: "Freddie Cash" Date: Jan 7, 2018 12:26 AM Subject: Re: USB stack To: "blubee blubeeme" Cc: On Jan 6, 2018 8:30 PM, "blubee blubeeme" wrote: > I just connected a Transcen

Re: SMART: disk problems on RAIDZ1 pool: (ada6:ahcich6:0:0:0): CAM status: ATA Status Error

2017-12-12 Thread Freddie Cash
r drive we've used since (or even before). Just don't use them in any kind of RAID array or always-on system. -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-cur

Re: SMART: disk problems on RAIDZ1 pool: (ada6:ahcich6:0:0:0): CAM status: ATA Status Error

2017-12-12 Thread Freddie Cash
ZFS is capable of handling it? > ​Yes, it can handle it just fine. And it will keep the extra space as "usable in the future", so if you replace all the drives with 4 TB ones, the extra space will be added to the pool. -- Freddie Cash fjwc...@gmail.com

Re: static routes on VLAN on CURRENT

2017-07-02 Thread Freddie Cash
On Jul 2, 2017 4:40 AM, "Hartmann, O." wrote: Fiddling around with a self-brewn router/firewall based on 12-CURRENT and ipfw, I run into problems when setting up a trunk port with different VLANs and static routes. The "router" has three NICs, igb0, igb1, igb2 (it is de facto an APU 2C4 from PCe

Re: NO_INSTALLEXTRAKERNELS and PkgBase

2016-05-09 Thread Freddie Cash
now), but switched to using the automatic installation behaviour when it became available. Simplified things a bit. I haven't compiled a kernel on 10+ yet; hopefully the behaviour hasn't changed. ;) ​​ -- Freddie Cash fjwc...@gmail.com ___

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Freddie Cash
nce the first 4K sector harddrives were advertised (as alignment of filesystems was/is *very* important)​. Even on disks that will be used solely for ZFS I've taken to creating GPT partitions starting at 1 MB. And it's saved me from having to reformat disks when moving from a separ

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Freddie Cash
On Fri, Mar 18, 2016 at 2:45 PM, Allan Jude wrote: > On 2016-03-18 17:41, Freddie Cash wrote: > >> >> On Fri, Mar 18, 2016 at 10:39 AM, Conrad Meyer > <mailto:c...@freebsd.org>> wrote: >> >> On Fri, Mar 18, 2016 at 10:03 AM, Allan Jude &

Re: zfsboot patch for /usr

2016-03-09 Thread Freddie Cash
On Mar 9, 2016 4:04 PM, "Miroslav Lachman" <000.f...@quip.cz> wrote: > > Roger Marquis wrote on 03/10/2016 00:36: >> >> Wondering if anyone has example patches for zfsboot (from >> usr.sbin/bsdinstall/scripts)? >> >> We're looking to change some of the default zfs subvolumes, removing /usr in >> fa

Re: [CFT] Buildworld ccache support

2015-10-20 Thread Freddie Cash
> +CCACHE_PATH?= ${LOCALBASE}/bin/ccache > +.if defined(WITH_CCACHE_BUILD) && !defined(NOCCACHE) && \ > ​This line here checks if the variable is defined (meaning, that it is set to something), and if it is, then the code after it enabled CCACHE.​ -- Freddie

Re: init(8) diagnostics?

2014-11-16 Thread Freddie Cash
On Nov 16, 2014 10:07 AM, "Steve Kargl" wrote: > > In init(8), one finds under DIAGNOSISTICS > >"some processes would not die; ps axl advised." > > So, just how is one to actually run 'ps axl advised' as > the message appears as init(8) is killing off the system? "shutdown now" will drop you

Re: pkg 1.4 freeze please test test test!

2014-11-03 Thread Freddie Cash
;) I believe that's what you are looking for.​ No idea how well it works long-term, though, or if you lock a large number of packages. -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: ssh None cipher

2014-11-03 Thread Freddie Cash
On Sat, Oct 18, 2014 at 12:32 PM, Allan Jude wrote: > On 2014-10-18 13:21, Freddie Cash wrote: > > On Oct 18, 2014 3:54 AM, "Mark Martinec" > > wrote: > >> > >> If the purpose of having a none cipher is to have a fast > >> file transfer, t

Re: ssh None cipher

2014-10-27 Thread Freddie Cash
On Sun, Oct 19, 2014 at 10:35 AM, Freddie Cash wrote: > On Oct 19, 2014 12:46 AM, "John-Mark Gurney" wrote: > > > > Freddie Cash wrote this message on Sat, Oct 18, 2014 at 10:21 -0700: > > > On Oct 18, 2014 3:54 AM, "Mark Martinec" > > > >

Re: ssh None cipher

2014-10-19 Thread Freddie Cash
On Oct 19, 2014 12:46 AM, "John-Mark Gurney" wrote: > > Freddie Cash wrote this message on Sat, Oct 18, 2014 at 10:21 -0700: > > On Oct 18, 2014 3:54 AM, "Mark Martinec" > > wrote: > > > > > > If the purpose of having a none cipher is to h

Re: ssh None cipher

2014-10-18 Thread Freddie Cash
On Oct 18, 2014 3:54 AM, "Mark Martinec" wrote: > > If the purpose of having a none cipher is to have a fast > file transfer, then one should be using sysutils/bbcp > for that purposes. Uses ssd for authentication, and > opens unencrypted channel(s) for the actual data transfer. > It's also very

Re: [RFC] Patch to add Software/Generic Segmentation Offload (GSO) support in FreeBSD

2014-09-18 Thread Freddie Cash
NAT. Will the software-based GSO play nicely with IPFW NAT?​ Will it make any difference to packet throughput through IPFW? Or is it still way too early in development to be worrying about such things? :) -- Freddie Cash fjwc...@gmail.com ___ fre

Re: Import of DragonFly Mail Agent

2014-02-24 Thread Freddie Cash
On Feb 24, 2014 7:50 AM, "Lyndon Nerenberg" wrote: > > > On Feb 24, 2014, at 7:40 AM, Bryan Drewery wrote: > > > Anything not meeting the bare-bones criteria can be installed with 'pkg > > install' or ports. > > Try this in a shop where all your machines are completely air-gapped from the interne

Re: libinit idea

2014-02-23 Thread Freddie Cash
Typos and terseness brought to you by the LG G2 running SlimKat. On Feb 23, 2014 10:22 AM, "Lucius Rizzo" wrote: > > * Andreas Nilsson [2014-02-23 09:33]: > > Imho, the replacement to init and rc-scripts I sometimes think about > > would be to import SMF from opensolaris/illumos. There one can at

Re: error message from pkg on HEAD

2014-01-14 Thread Freddie Cash
//pkg.freebsd.org/${ABI}/latest > > ENABLED: YES > > MIRROR_TYPE: SRV > > > > The file format is incorrect. > > FreeBSD: { > url: "http://pkg.freebsd.org/${ABI}/latest";, > enabled: yes, > mirror_type: "srv" > } > &

Re: svn && ports, or the hen && egg

2013-12-18 Thread Freddie Cash
On Wed, Dec 18, 2013 at 1:09 PM, Matthias Apitz wrote: > El día Wednesday, December 18, 2013 a las 12:59:16PM -0800, Freddie Cash > escribió: > > > On Wed, Dec 18, 2013 at 12:50 PM, Matthias Apitz > wrote: > > > > > As ports are now for some time are to be pull

Re: svn && ports, or the hen && egg

2013-12-18 Thread Freddie Cash
before with some binary packages, only based on base system and > sources? > > svnlite is included in the base OS for 10.0. See https://wiki.freebsd.org/WhatsNew/FreeBSD10 for details. And http://svnweb.freebsd.org/base?view=revision&revision=251886 for the commit message. -- Fredd

Re: Official FreeBSD Binary Packages now available for pkgng

2013-10-31 Thread Freddie Cash
> ​So, then manually specific a specific pkg mirror and by-pass the DNS SRV record resolution step.​ -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: [RFC] libdispatch (aka Grand Central Dispatch) in base

2013-10-29 Thread Freddie Cash
On Oct 29, 2013 7:21 PM, "Teske, Devin" wrote: > > > On Oct 29, 2013, at 7:17 PM, Freddie Cash wrote: > > > > > On Oct 29, 2013 7:07 PM, "Teske, Devin" wrote: > > > > > > Hi all, > > > > > > I'd like to bri

Re: [RFC] libdispatch (aka Grand Central Dispatch) in base

2013-10-29 Thread Freddie Cash
On Oct 29, 2013 7:07 PM, "Teske, Devin" wrote: > > Hi all, > > I'd like to bring up the discussion for topic.. > > Importing libdispatch (aka Apple's Grand Central Dispatch) into base (contrib?). Hasn't this been done already? There's mention of it in the archives from 2009/2010. There was a port

Fwd: Re: ZFS buggy in CURRENT? Stuck in [zio->io_cv] forever!

2013-10-27 Thread Freddie Cash
Forgot to include the list in reply. -- Forwarded message -- From: "Freddie Cash" Date: Oct 27, 2013 10:36 AM Subject: Re: ZFS buggy in CURRENT? Stuck in [zio->io_cv] forever! To: "O. Hartmann" Cc: Did your recv complete before you exported the pool?

Re: rcs

2013-10-09 Thread Freddie Cash
On Wed, Oct 9, 2013 at 9:12 AM, Freddie Cash wrote: > On Wed, Oct 9, 2013 at 6:41 AM, Julian Elischer wrote: > >> On 10/9/13 2:35 AM, Freddie Cash wrote: >> >>> On Tue, Oct 8, 2013 at 9:09 AM, Alfred Perlstein wrote: >>> >>> You're right on

Re: rcs

2013-10-09 Thread Freddie Cash
On Wed, Oct 9, 2013 at 6:41 AM, Julian Elischer wrote: > On 10/9/13 2:35 AM, Freddie Cash wrote: > >> On Tue, Oct 8, 2013 at 9:09 AM, Alfred Perlstein wrote: >> >> You're right on the money, to be honest this is one of the reasons why >>> I

Re: [CFT] Patch to bsdinstall to support root-on-ZFS and GELI

2013-10-08 Thread Freddie Cash
ware, than we need to fake it with gnop. -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: rcs

2013-10-08 Thread Freddie Cash
have been running smooth, and I finally understand the beauty and simplicity of freebsd-update + pkg. OS gets updated once per month, packages get updated twice per month, no more compiling things from source. It's like using Ubuntu/Debian but with the power and features of FreeBSD. :) ​ -- F

Re: rcs

2013-10-08 Thread Freddie Cash
for the DVD installers, to include an "installer repo" for off-line installs? IOW, theoretically, one could just download the 10.0 DVD, boot, install the base, browse the repo on the DVD, select items to install, install, reboot, and be finished. Without ever needing to touch an Internet

Re: rcs is gone?

2013-10-07 Thread Freddie Cash
w up anything? Just include the RCS package on your install media, and add "pkg_add /path/to/rcs.tgz" or "pkg add /path/to/rcs.txz" to the end of your install script. 1 extra tarball, 1 extra line in your install script, and everything c

Re: compilation

2013-07-27 Thread Freddie Cash
umass requires SCSI support. Bert you removed scbus, da, and similar. On 2013-07-27 6:00 PM, "gahn" wrote: > hi all: > > need your experts' opinions, i tried to compile customized kernel for 8.3 > but failed miserably: > > linking kernel.debug > dcons_crom.o(.text+0x388): In function `dcons_crom_

Re: expanding past 1 TB on amd64

2013-07-17 Thread Freddie Cash
> > http://www.supermicro.com/products/motherboard/matrix/?cpuclass=all&sorton=memory > > > > -Kurt > > http://www.supermicro.com/products/motherboard/Xeon7000 > > Looks like their matrix is not up-to-date. There's also several A

Re: gpart: can not add MBR partitions with "gpart add -t, mbr"

2013-06-21 Thread Freddie Cash
8.something off a GPT-partitioned USB stick for over a year (maybe 2?) before converting it to PC-BSD 9.1 booting off a ZFS dual-mirror pool (also using GPT partitioned disks). Can't speak to the rest of your post. I only use gpart for GPT partitioned disks, and use fdisk/bsdlabel for non-GPT

Re: files disappearing from ls on NFS

2013-05-02 Thread Freddie Cash
ebsd.org/mailman/listinfo/freebsd-current> > To unsubscribe, send any mail to "freebsd-current-unsubscribe@** > freebsd.org " > -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Anyone have scripts for managing interfaces under new CARP setup?

2013-04-02 Thread Freddie Cash
On 2013-04-02 1:52 AM, "Gleb Smirnoff" wrote: > > Freddie, > > On Wed, Mar 27, 2013 at 04:10:03PM -0700, Freddie Cash wrote: > F> Just curious if anyone has any scripts for managing fail-over of multiple > F> interfaces using the new CARP setup in 10-CURREN

Anyone have scripts for managing interfaces under new CARP setup?

2013-03-27 Thread Freddie Cash
everything if one of the links (or boxes) goes down. Figured I'd ask around to see if anyone has done something like this already. I've been playing with devd.conf settings and logging events, but don't have anything written up to do the actual switch yet. -- Freddie Cash fj

Re: Any objections/comments on axing out old ATA stack?

2013-03-27 Thread Freddie Cash
ave hardware that doesn't work with ATA_CAM? Have you not tried ATA_CAM on that box? Some other reason? -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: CARP will not relinquish master state on one interface

2013-03-27 Thread Freddie Cash
-over correctly between the two. On Wed, Mar 27, 2013 at 2:02 PM, Freddie Cash wrote: > Two systems running identical hardware and software (one system actually > rsync'd from the other). Running 10-CURRENT just after the new CARP > implementation went in: > > FreeBSD ne

CARP will not relinquish master state on one interface

2013-03-27 Thread Freddie Cash
show "master down". I'm at a loss as to what to try next. Everything works for all the vlan interfaces on em1. But nothing I've tried works for em0. Within 2 seconds of the link showing UP, it becomes MASTER. On both boxes. -- Freddie Cash fjwc...@gmail.com __

Re: NewNFS vs. oldNFS for 10.0?

2013-03-15 Thread Freddie Cash
__ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" > -- Freddie Cash fjwc...@gmail.com ___

Re: No ZFS when loading modules from loeader prompt

2013-02-21 Thread Freddie Cash
FS volume gets > > mounted although the rc.conf is executed correctly. > > > > What am I doing wrong at that point? Why isn't ZFS run and mount > properly? > > Last time I ran into this problem, the issue was that "unload" also > unloaded the zpool.cache f

Re: No ZFS when loading modules from loeader prompt

2013-02-20 Thread Freddie Cash
red to kernel.old but in this case its just a > coincidence that this works. > > So, what is the proper way to have ZFS mounted in an emergency case when > I'm in need of loading a working kernel manually? > > Regards, > Oliver > > -- Freddie Cash fjwc...@gmail.com

Re: ctfconvert again

2013-01-14 Thread Freddie Cash
DOC_LANG= en_US.ISO8859-1 # Global Port Options WITHOUT_GUI=yes WITHOUT_X11=yes WITHOUT_GNOME= yes WITHOUT_IPV6= yes WITHOUT_INET6= yes # added by use.perl 2013-01-11 09:09:08 PERL_VERSION=5.16.2 -- Freddie Cash fjwc...@gmail.com ___ freebsd-

Re: [HEADSUP] zfs root pool mounting

2012-12-13 Thread Freddie Cash
). > > You could at least point to the FreeBSD Forums version of that post. :) https://forums.freebsd.org/showthread.php?t=31662 -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: after upgrade, can't restart apache via cron

2012-11-22 Thread Freddie Cash
The interrupted unix faq, a wonderful thing. :) Covers this exactly. :) http://www.wonkity.com/~wblock/docs/html/interrupted.html On Nov 22, 2012 7:28 PM, "Michael W. Lucas" wrote: > > > FreeBSD bewilderbeast.blackhelicopters.org 10.0-CURRENT FreeBSD > 10.0-CURRENT #15: Thu Nov 8 14:02:45 EST

Re: 9.1-RC3 feels okay :-) - Hald and xorg?

2012-11-08 Thread Freddie Cash
hey > can chime in if need be. There's a devd-based automounter available in the Forums that works with KDE4: https://forums.freebsd.org/showthread.php?t=29895 -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list htt

RE: zpool can't bring online disk2

2012-09-23 Thread Freddie Cash
@san /usr/home/jose]# > > [root@san /usr/home/jose]# > > [root@san /usr/home/jose]# hastctl create disk2 > > [ERROR] [disk2] Unable to write metadata: Input/output error. > > ** ** > > ** ** > > ** ** > > I don't want to stop hastd since it will s

RE: zpool can't bring online disk2

2012-09-23 Thread Freddie Cash
Since it's a HAST device, you have to initialise the disk via hastctl. Once that is done, the /dev/hast/disk2 GEOM device node will be created. Then you can 'zpool replace' it. One step at a time. :) And you've skipped a few. 1. 'zpool offline' the defective disk 2. Physically remove the defect

Re: CARP on -CURRENT

2012-02-03 Thread Freddie Cash
; >> The subsystem now is generated as >> snprintf(subsys, IFNAMSIZ+5, "%u@%s", sc->sc_vhid, sc->sc_carpdev->if_xname); > Thanks for the info. I was able to get the triggers firing from devd. I also > noticed that the man page on 'carp' references a

Re: Snapshot listing speedup.

2012-01-22 Thread Freddie Cash
On Jan 22, 2012 3:26 AM, "Pawel Jakub Dawidek" wrote: > > If you have many snapshots and you were complaining that listing them > takes a lot of time, you may find the commit below useful. > > It only works if your listing is limited to snapshot names and you want > to sort also by snapshot name (

Re: LSI supported mps(4) driver available

2012-01-20 Thread Freddie Cash
E? So there won't be mps(4) (FreeBSD driver) and mpslsi(4) (LSI driver) anymore? Just mps(4)? -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscrib

Re: CARP on -CURRENT

2012-01-18 Thread Freddie Cash
s assigned to an interface. There's a couple really long messages that cover it in the archives. -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

Re: stable/9 still looking for packages at 9-current

2012-01-09 Thread Freddie Cash
hen be willing to put in the time/effort to improve it. :D Does all of Arnaud's complaining and nit-picking constitute a request to volunteer to "fix" things? ;) -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: CD9660/md(4)/UFS22 silly behaviour

2012-01-08 Thread Freddie Cash
small reads exclusively, you can newfs it with much > smaller block size, e.g. 8KB or even 4KB. I think the complaint is that UFS is reading 32 KB (which includes the 2 KB block and 15 others that will be needed right after) but not caching the 3

Re: Removal of sysinstall from HEAD and lack of a post-install configuration tool

2012-01-03 Thread Freddie Cash
ges to get people started. Or even writing a new "things to do once the OS is installed" man page (similar to what OpenBSD has). sysinstall has served its purpose; and long out-lived its usefulness. It's time to let it out to pasture. Please, let

Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2011-12-21 Thread Freddie Cash
rically say why A is better/faster/more-uber than B. Unfortunately, doing it "right" requires a lot of time, effort, time, and more time. -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2011-12-15 Thread Freddie Cash
petetive > to compare Linux BTRFS and FreeBSD ZFS. There is a separate kernel module for ZFS that can be installed, giving you proper kernel-level support for ZFS on Linux. -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Remove debug echo

2011-12-01 Thread Freddie Cash
So, now that you've improved the default diagnostic output of make, how about the OP's original request: make -s truly silent by removing unnecessary diagnostic messages when -s is used? :) [Thought I'd bring the thread back around to it's original purpose.] -- Freddie Ca

Re: zfs i/o hangs on 9-PRERELEASE

2011-11-25 Thread Freddie Cash
ded to set it to 0 due to bugs: http://lists.freebsd.org/pipermail/freebsd-stable/2010-June/057162.html No idea if this is still the case or not, but you may want to try toggling that sysctl and see if it makes a difference. -- Freddie Cash fjwc...@gmail.com __

Re: RFC: Project geom-events

2011-10-04 Thread Freddie Cash
On Tue, Oct 4, 2011 at 12:15 PM, Garrett Cooper wrote: > On Oct 4, 2011, at 11:12 AM, Freddie Cash wrote: > > > 2011/10/4 Lev Serebryakov > > > >> One thing is missed from software RAIDs is spare drives and state > >> monitoring (yes, I know, that

Re: RFC: Project geom-events

2011-10-04 Thread Freddie Cash
those using GEOM-based RAID (gmirror, gstripe, graid3, graid5, etc). Just curious: would the geom-events framework, and in particular the geom-events script, be useful for ZFS setups, for initiating replacements and providing "hot-spare" support? -- Freddie

Re: [rfc] replacing /boot/kernel.old with a unique directory name

2011-08-14 Thread Freddie Cash
On Sun, Aug 14, 2011 at 11:35 AM, Garrett Cooper wrote: > On Sun, Aug 14, 2011 at 10:56 AM, Freddie Cash wrote: > > On Sat, Aug 13, 2011 at 12:51 PM, Alexander Best >wrote: > > > >> hi there, > >> > >> i just had the following idea: how about inste

Re: [rfc] replacing /boot/kernel.old with a unique directory name

2011-08-14 Thread Freddie Cash
some kind to run after booting the new kernel). And, this leaves all of your kernels around if you want to play with different ones. > cheers. > alex > ___ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/list

Re: Trying to install current from a memory stick and then a DVD and got a new and strange installer.

2011-07-25 Thread Freddie Cash
On Sun, Jul 24, 2011 at 11:51 PM, Bruce Cran wrote: > On 25/07/2011 06:01, Freddie Cash wrote: > >> Thank goodness. The worst thing about sysinstall was that it tried to be a >> Swiss Army knife doing everything, yet not doing any one thing well. It made >> a royal mess

Re: Trying to install current from a memory stick and then a DVD and got a new and strange installer.

2011-07-24 Thread Freddie Cash
post-install configuration, the recommendation is to stop doing that! An os installer should do just that: install the os and nothing else. -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: what is the RIGHT(TM) way to configure background DHCP?

2011-07-06 Thread Freddie Cash
e the login prompt appears) as a background process. By the time you login, the IP should be assigned. As for what's "the correct way" to do this via just rc.conf, I'll leave that up to others more "in the know" about how RC works. -- Freddie Cash fjwc...@gmail.c

Re: I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-04 Thread Freddie Cash
two options uses atacontrol to manage the disks. The last two options use camcontrol to manage the disks. I believe the plan in 9.0 is to have everything accessed via ATA_CAM/ahci(4) so all PATA/SATA drives show up the same, as adaX, with everything being managed via camcontrol, finally unifying all

Re: Switch from legacy ata(4) to CAM-based ATA

2011-04-21 Thread Freddie Cash
. I've also run gmirror on glabelled USB sticks, although the quality of the sticks and the USB stack made that flaky in the extreme when combined with a very active ZFS pool (7.x days). We've since removed the CF disks and switched to using SSDs due to speed issues. -- Fred

Re: Any success stories for HAST + ZFS?

2011-04-11 Thread Freddie Cash
On Sun, Apr 10, 2011 at 12:36 PM, Mikolaj Golub wrote: > On Mon, 4 Apr 2011 11:08:16 -0700 Freddie Cash wrote: >  FC> Once the deadlock patches above are MFC'd to -STABLE, I can do an >  FC> upgrade cycle and test them. > > Committed to STABLE. Updated src tree to

Re: Any success stories for HAST + ZFS?

2011-04-05 Thread Freddie Cash
On Tue, Apr 5, 2011 at 5:05 AM, Mikolaj Golub wrote: > On Mon, 4 Apr 2011 11:08:16 -0700 Freddie Cash wrote: > >  FC> On Sat, Apr 2, 2011 at 1:44 AM, Pawel Jakub Dawidek > wrote: >  >> >  >> I just committed a fix for a problem that might look like a deadlock.

Re: Any success stories for HAST + ZFS?

2011-04-04 Thread Freddie Cash
On Sat, Apr 2, 2011 at 1:44 AM, Pawel Jakub Dawidek wrote: > On Thu, Mar 24, 2011 at 01:36:32PM -0700, Freddie Cash wrote: >> [Not sure which list is most appropriate since it's using HAST + ZFS >> on -RELEASE, -STABLE, and -CURRENT.  Feel free to trim the CC: on >> re

Re: Any success stories for HAST + ZFS?

2011-04-01 Thread Freddie Cash
t under 2 TB of deduped data in the pool, without any lockups. So far, so good. -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Any success stories for HAST + ZFS?

2011-03-28 Thread Freddie Cash
On Sun, Mar 27, 2011 at 5:16 AM, Mikolaj Golub wrote: On Sat, 26 Mar 2011 10:52:08 -0700 Freddie Cash wrote: > >  FC> hastd backtrace is here: >  FC> http://www.sd73.bc.ca/downloads/crash/hast-backtrace.png > > It is not a hastd crash, but a kernel crash triggered

Re: Any success stories for HAST + ZFS?

2011-03-26 Thread Freddie Cash
On Fri, Mar 25, 2011 at 12:55 AM, Pawel Jakub Dawidek wrote: > On Thu, Mar 24, 2011 at 01:36:32PM -0700, Freddie Cash wrote: >> I've tried with FreeBSD 8.2-RELEASE, 8-STABLE, 8-STABLE w/ZFSv28 >> patches, and 9-CURRENT (after the ZFSv28 commit).  Things work well >>

Any success stories for HAST + ZFS?

2011-03-24 Thread Freddie Cash
faith in my abilities here. :( Or point out where I'm doing things wrong so I can correct the issues. Thanks. -- Freddie Cash fjwc...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: ZFS import panic with r219703

2011-03-17 Thread Freddie Cash
On Thu, Mar 17, 2011 at 10:00 AM, Olivier Smedts wrote: > 2011/3/17 Freddie Cash : >>> Hrm, it looks like the "pool roll-back on import" feature is working. >>> >>> # zpool import -F -d /dev/hast storage >>> >>> The above command impor

Re: ZFS import panic with r219703

2011-03-17 Thread Freddie Cash
On Thu, Mar 17, 2011 at 9:24 AM, Freddie Cash wrote: > On Wed, Mar 16, 2011 at 4:03 PM, Freddie Cash wrote: >> Anytime I try to import my pool built using 24x HAST devices, I get >> the following message, and the system reboots: >> >> panic: solaris assert: dmu_free_r

Re: ZFS import panic with r219703

2011-03-17 Thread Freddie Cash
On Wed, Mar 16, 2011 at 4:03 PM, Freddie Cash wrote: > Anytime I try to import my pool built using 24x HAST devices, I get > the following message, and the system reboots: > > panic: solaris assert: dmu_free_range(os, smo->smo_object, 0, -1ULL, > tx) == 0, file: > /us

Re: ZFS import panic with r219703

2011-03-16 Thread Freddie Cash
On Wed, Mar 16, 2011 at 4:03 PM, Freddie Cash wrote: > Anytime I try to import my pool built using 24x HAST devices, I get > the following message, and the system reboots: > > panic: solaris assert: dmu_free_range(os, smo->smo_object, 0, -1ULL, > tx) == 0, file: > /us

  1   2   >