Search results

  1. C

    cpuset inside a jail

    Happy holidays to all. Is there a way I can assign a CPU set to a process or binary running in a jail? (I know I can assign CPU sets to the jail itself, but that is not what I am looking for) Thanks in advance to all.
  2. C

    lshow partprobe hdparm -z alternatives

    atacontrol list does not work either.
  3. C

    lshow partprobe hdparm -z alternatives

    Thanks so much for your reply, but it is empty, probably because of the RAID card. diskinfo -v /dev/mfid8 /dev/mfid8 512 # sectorsize 1998998994944 # mediasize in bytes (1.8T) 3904294912 # mediasize in sectors 0 # stripesize...
  4. C

    lshow partprobe hdparm -z alternatives

    I am trying to match /dev/mfid[#] to the serial number of the drive somehow. This gives me the slot number and the drive serial number: MegaCli -pdlist -a0 | grep -e "Slot Number:" -e "Inquiry Data:", but the /dev/mfid[#] are not sequential. camcontrol devlist -v gives me only the drive model...
  5. C

    lshow partprobe hdparm -z alternatives

    I am looking for some partproble, lshow and hdparm -z alternatives for FreeBSD. I am trying to fix an LSI array, camcontrol identify [device] is not working well. Thanks in advance.
  6. C

    MAC Address

    Found it in /var/log/dmesg.boot. Thanks for looking.
  7. C

    MAC Address

    Besides ifconfig, is the MAC address stored physically anywhere on the server?
  8. C

    can't read disk label

    I have a dirty partition that won't fsck, it complains about not being able to read disklabel, but disklabel is readable, and other partitions fsck's ok. Please advise. fsck -t ufs /dev/mfid8s1f ** /dev/mfid8s1f CANNOT READ BLK: 595613408 CONTINUE? [yn] y THE FOLLOWING DISK SECTORS COULD NOT...
  9. C

    libc core dump

    gdb finfo GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is...
  10. C

    libc core dump

    gdb finfo GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is...
  11. C

    Make installworld

    Ok may this helps someone else: make buildworld date: strings /boot/loader | grep -A2 "bootstrap loader" (Sat Sep 7 11:49:34 EDT 2013) make kernel date: uname -v (Sat Sep 7 18:53:58 EDT 2013) make installworld date: ls -talr /usr/include/osreldate.h (Sep 27 04:31) Still would be nice to hear...
  12. C

    Make installworld

    Thank you so much, I have been hunting for a way to tell for years now.
  13. C

    Unable to 'make buildworld'

    Try cd /usr/src && make clean cleandir cleanworld buildworld. If the problem persists, get fresh sources.
  14. C

    Make installworld

    Is there any way to tell if make installworld is in sync with make buildworld ; make kernel. I have a server that I am not sure if make installworld was run on it, trying to get a way to tell what stage of the upgrade / build it is currently on.
  15. C

    EzJail network

    This did the trick for 8.4: export jail_*jailname*_parameters="allow.raw_sockets allow.sysvipc"
  16. C

    EzJail network

    I am having some problems with jails on 8.4 AMD64. From the host (which pings outside just fine): # sysctl -a | grep jail.sy security.jail.sysvipc_allowed: 1 From inside the jail after restarting it: # ping localhost ping: socket: Operation not permitted # ping 4.4.4.4 ping: socket...
  17. C

    tftpd

    Solved, -a in inetd_flags. Thanks for looking.
  18. C

    tftpd

    Good day to you all, Is there a way I can bind tftpd to a single address when started via inetd, or do I have to bind all inetd? (Yes, yes, inetd is old I know)
  19. C

    tar error when installing phpMyAdmin-3.5.8.1 port

    I am having the same problems on some ports. phpmyadmin is just a script you can download manually and install it, is pretty easy. As per other ports with problems, this is what I am currently doing: (pretty sure there is a better way short of upgrading the box) go to distfiles, unpack...
  20. C

    make installworld and reboot

    Is there a way to tell if a server was indeed rebooted after a make installworld? (an upgrade from 8.2 to 8.3).
Back
Top