Search results

  1. josh4trunks

    Simplifying devfs ruleset

    SPECS 10.0-RELEASE-p7 amd64 root on ZFS GOAL Pass the zvol '/dev/zvol/zroot/webserver-files/db/innodb' into a jail for use by mysql. Mysql uses the raw device for innodb data. CURRENT SOLUTION [devfsrules_mysql=5] add include $devfsrules_hide_all add include $devfsrules_unhide_basic add...
  2. josh4trunks

    rc.d command, space in executable name

    Hey guys, I'm trying to clean the rc.d code a bit for the multimedia/plexmediaserver port by utilizing rc.subr more; see the link for my changes. https://github.com/josh4trunks/plexmedi ... 86adc7fd2d I'm hitting an issue because Plex's executable (Plex Media Server) name has spaces in it. #...
  3. josh4trunks

    Upgraded to 9.2, pkg-plist not executing?

    Hello, I had a FreeBSD 9.1 build VM I used to make PBIs a few months ago. I decided to install FreeBSD[ ]9.2 and tried rebuilding all of my PBIs. Everything seems to build successfully, but when installing PBIs / ports based on my source some of the code in pkg-plist doesn't seem to be...
  4. josh4trunks

    Solved [Solved] Crash when installing FreeBSD 10-BETA4 using ZFS

    Re: Crash when installing FreeBSD 10-BETA4 using ZFS Solved! I disabled the setting "No-Execute Memory Protect" in my BIOS and ZFS now installs as expected. Weird though that it works with the setting enabled in BETA3 but not in BETA4. I'm not complaining though :)
  5. josh4trunks

    Solved [Solved] Crash when installing FreeBSD 10-BETA4 using ZFS

    Re: Crash when installing FreeBSD 10-BETA4 using ZFS I tested this on RC1 and am my installation is still crashing at the same point. Has anyone here successfully installed FreeBSD10 Beta4 / RC1 amd64 using the ZFS Install menu? I want to see if this bug is specific to my hardware, or effects...
  6. josh4trunks

    Solved [Solved] Crash when installing FreeBSD 10-BETA4 using ZFS

    Re: Crash when installing FreeBSD 10-BETA4 using ZFS I checked the memstick image and the checksum matches. It might have been a bad flash onto the USB, did anyone else try installing BETA4 using the ZFS installer? It happens during installation, everything extracts but I am never asked for my...
  7. josh4trunks

    Solved [Solved] Crash when installing FreeBSD 10-BETA4 using ZFS

    Re: Crash when installing FreeBSD 10-BETA4 using ZFS amd64. No encryption. I did identical installs on identical hardware trying both a mirror and a single disk slice. In all cases it worked on BETA3 and crashed on BETA4.
  8. josh4trunks

    Solved [Solved] Crash when installing FreeBSD 10-BETA4 using ZFS

    Re: Crash when installing FreeBSD 10-BETA4 using ZFS I tried with both a single disk and a mirror. All the defaults. I tried both a single disk and a mirror on BETA3 and it worked without a hitch.
  9. josh4trunks

    Solved [Solved] Crash when installing FreeBSD 10-BETA4 using ZFS

    I was able to use the ZFS install menu in FreeBSD10-BETA3 without problems. I am having some issue with -BETA4: http://solitaire.jruehlig.com/owncloud/public.php?service=files&t=ec0291fb9e76d42c3340ae805991ac88
  10. josh4trunks

    [FreeNAS] Interface stops responding after using iscsi/nfs

    Well, you have a different chip than me. It's weird you're getting similar behavior for different types of interfaces. Not sure what to do from here, I heard the Intel driver from FreeBSD 7 should work so I may compile that and test it one of these days.
  11. josh4trunks

    [FreeNAS] Interface stops responding after using iscsi/nfs

    Mind giving the output of pciconf -lv? I just want to check to see if you have the same chip as I. I believe it is only the chip I have, and possibly one other, that have the hanging problem.
  12. josh4trunks

    [FreeNAS] Interface stops responding after using iscsi/nfs

    I found someone with the same chip and same issue (Nick Rogers) http://lists.freebsd.org/pipermail/freebsd-stable/2010-January/054451.html He also continues to ask for help in this thread though neither seem to have a resolution...
  13. josh4trunks

    [FreeNAS] Interface stops responding after using iscsi/nfs

    I already replied earlier but it needs to be approved. $pciconf -lv em0@pci0:6:1:0: class=0x020000 card=0x13768086 chip=0x107c8086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'Gigabit Ethernet Controller (Copper) rev 5 (82541PI)' class = network subclass...
  14. josh4trunks

    [FreeNAS] Interface stops responding after using iscsi/nfs

    -Here's a link if the related thread I made in the FreeNAS forum, I just assumed it was OS agnostic enough to ask here / you guys might have better ability to help me debug it. http://forums.freenas.org/showthread.php?7006-Second-NIC-keeps-locking-up&p=27245#post27245 FreeNAS version 8.2Beta3...
  15. josh4trunks

    [FreeNAS] Interface stops responding after using iscsi/nfs

    Hey guys, I added a PCI NIC onto my FreeNAS8.2Beta3 (FreeBSD 8.2) box. I configured the onboard NIC to use DHCP, it (re0) has an ip of 192.168.1.4, and I also assosiate a second IP to the onboard NIC, 192.168.1.30 (jail IP). I configured the PCI NIC to use DHCP, it (em0) has an IP of...
  16. josh4trunks

    [pfSense] C noob, trying to compile linux binary in FreeBSD

    Sorry about the double post, couldn't find an edit button. Just commented out the TCP_LINGER2 line, then compiled and it's running fine. I hope the changes line and the changed term doesn't cause error, but for now it's working fine on a virtual FreeBSD. Not at my normal house so I won't...
  17. josh4trunks

    [pfSense] C noob, trying to compile linux binary in FreeBSD

    Thanks for the help! I'm gonna try to compile this thing again. Switched the 2 x 'SOL_TCP' to 'SOL_SOCKET' I also get the same error about 'TCP_LINGER2', wondering what you guys think I should do. Good news is I got this compiled in ubuntu very easily. In ubuntu I just.. cc -c...
  18. josh4trunks

    [pfSense] C noob, trying to compile linux binary in FreeBSD

    Hey guys, registered as I'm starting to use FreeBSD (based) systems more. Specifically I am building a PFSense 2.0 box and wanted to compile a linux c program for it. The program is called pixelserv and was written originally written in perl. mstombs rewrote the program in c for broadcom/atheros...
Back
Top