Search results

  1. L

    Solved OpenSSL reports my Let's Encrypt certificate chain contains the expired "DST Root CA X3" - it doesn't.

    I've figured out the problem. I was verifying mydomain.com.cer against -CAfile mydomain.com.fullchain.cer. The problem is that mydomain.com.fullchain.cer is three certificates, including the final, end-user (i.e., webserver) certificate that is also found in mydomain.com.cer. So I when I was...
  2. L

    Solved OpenSSL reports my Let's Encrypt certificate chain contains the expired "DST Root CA X3" - it doesn't.

    Hello, I use a certbot to generate Let's Encrypt certs, and anvil to push and pull them around to various jails hosting websites. From the client-side, the certs work as expected--no validity or expiry issues. In Windows, I can inspect the certificate chain and see all is in order. But...
  3. L

    mount_smbfs: FreeBSD client can't view mounted shares of Illumos CIFS server

    Wow, funny timing for this thread resurrection. I was just reading it the other day. I never fixed it, and moved on to a more complicated NFS solution. But recently I was rebuilding some lab computers and had a chance to try again with FreeBSD 11 as client accessing OpenIndiana SMB server...
  4. L

    mount_smbfs: FreeBSD client can't view mounted shares of Illumos CIFS server

    Bump, with some new clues: 1) From the mount point, I can actually cd into shared sub-directories, and even create files (which I can see from the server and Windows clients). I still cannot list any contents. 2) When I attempt ls command, or when I use Tab to complete a path under the...
  5. L

    Repeated nfsuserd messages logged. Is something wrong?

    Thanks for your reply. The host is a jailhost, and 127.0.1.1 is the loopback address for the one and only jail. The NFS shares are used by the jail (which explains the 127.0.1.1 address in the message?). As per the advice I've found online, the NFS shares are mounted in the jailhost to...
  6. L

    Repeated nfsuserd messages logged. Is something wrong?

    On my up to date FreeBSD client, I have had no luck getting Samba to play nicely with my OpenIndiana CIFS server. I have now set up NFS service on the OpenIndiana server and successfully mounted the NFS shares on the FreeBSD client. Now I am seeing the following message hundreds of times in...
  7. L

    mount_smbfs: FreeBSD client can't view mounted shares of Illumos CIFS server

    Bump for a new week. Does anybody have a hint for me? TIA
  8. L

    mount_smbfs: FreeBSD client can't view mounted shares of Illumos CIFS server

    I have an OpenIndiana fileserver, running Solaris CIFS service in Domain Mode (or in Samba-speak, security = ads). It serves Windows clients without problem, but when I mount the shares on a FreeBSD 10.1 client using mount_smbfs, the command appears to work but the mountpoint remains empty...
  9. L

    How to CLONE (not replace) ZFS members to new disks.

    ATAidle: I can't believe there is NO power management support. root@temp:/sbin # ataidle /dev/ada6 Model: WDC WD20EARS-60MVWB0 Serial: WD-WCAZA8381769 Firmware Rev: 51.0AB51 ATA revision: ATA-8 LBA 48: yes Geometry...
  10. L

    How to CLONE (not replace) ZFS members to new disks.

    Thanks for the reply. I would have appreciated a long post and am sorry to hear you lost it. :( I am running dd if=/dev/ada6p2 of=/dev/null bs=1m on one of the WD20EARS right now, just to see if timeout errors occurs. So far it's run fine. While I wait, are there any...
  11. L

    How to CLONE (not replace) ZFS members to new disks.

    Hello, I built a RAIDZ array of 8 x 2TB member disks. Long story short, the array is FAULTED due to a power failure, but all drives are ONLINE. I am taking steps to restore the array to a previous uberblock, and will update my thread soon chronicling what worked and what didn't. At the...
  12. L

    Cannot import RAIDZ after power failure -- metadata corrupted

    #zpool -fFXn ZFSstore ran for 15 hours, then just concluded with no report, like this #zpool -fFXn ZFSstore # I've read more, and now believe that I need to find a working uberblock (using zdb) and attempted a rollback specifically naming that uberblock. I don't really know how to do...
  13. L

    Cannot import RAIDZ after power failure -- metadata corrupted

    Thank you for that. Those commands looked very promising, but I found that both fail. I don't have the exact code right now, but I recall that with "-fF", the command refused and invited me to try just "import -f". Trying with just "-f" failed with the usual error cannot import 'ZFSstore'...
  14. L

    Cannot import RAIDZ after power failure -- metadata corrupted

    Thanks for your reply and help. I attempted the following with FreeBSD 9.1-Release Live CD, running in a VM: #zpool import -F ZFSstore cannot import 'ZFSstore': pool may be in use from other system, it was last accessed by [a hostname] on Wed Jan 2 07:28 :53 2013 use '-f' to import anyway...
  15. L

    Cannot import RAIDZ after power failure -- metadata corrupted

    EDIT: Responded too quickly originally, the same command with the -l switch shows the labels only as "(null)". Thanks for your assistance and patience. Dave
  16. L

    Cannot import RAIDZ after power failure -- metadata corrupted

    Thanks wblock for your prompt reply. Please find the corrected* output below. #gpart show => 63 16777152 da0 MBR (8.0G) 63 1930257 1 freebsd [active] (943M) 1930320 63 - free - (32K) 1930383 1930257 2 freebsd (943M) 3860640 3024 3...
  17. L

    Cannot import RAIDZ after power failure -- metadata corrupted

    Sorry about that. I will certainly do so next time.
  18. L

    Cannot import RAIDZ after power failure -- metadata corrupted

    As mentioned, here is the output of gpart list #gpart list Geom name: da0 state: OK fwheads: 255 fwsectors: 63 last: 16777214 first: 63 entries: 4 scheme: MBR Providers: 1. Name: da0s1 Mediasize: 988291584 (943M) Sectorsize: 512 Mode: r1w0e2 attrib: active rawtype: 165...
  19. L

    Cannot import RAIDZ after power failure -- metadata corrupted

    Hello and Happy New Year, Following a power failure I have been unable to mount my ZFS raidz pool. I was able to export the pool, but subsequent "import -f" attempts have failed. I am looking for advice on how to correct the corruption and get the pool back. CONFIGURATION: I am running...
  20. L

    dump freezes every time I try to run it.

    I was not clear. The ~/, var, tmp, and usr filesystems are not ZFS, but rather the standard FreeBSD filesystem that is the only option readily available during the Boot-DVD's installation process. The destination folder for the backup (and incidentally the storage shared by the Samba Server) is...
Back
Top