Jump to content

csmccarron

Members
  • Posts

    161
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by csmccarron

  1. Quote

     

    May I ask why you have the following in your go file? :

    echo PATH=.:$PATH:/usr/local/sbin:/usr/local/bin >>/root/.bash_profile

     

    To set the path for my bash shell for Putty

     

    Quote

    May I ask why you have the following in your go file? 

    cp /boot/config/group /etc/group

    chmod 644 /etc/group 

    I have custom permissions on some of my groups that I use for file sharing

     

    Quote

     

    May I ask why you have the following in your go file? :

    cp /boot/bin/* /usr/local/bin

    chmod 755 /usr/local/bin/*

     

    I have some custom scripts that I install in my /usr/local/bin folder that I use for maintenance tasks

  2. PSU:  CORSAIR AXi Series AX1200i Digital 1200W 80 PLUS

     

    Could not get the echo for unbind or bind to work.

    root@mccserverur01:~# echo -n "2-4:1.0" > /sys/bus/usb/drivers/cp210x/unbind
    bash: echo: write error: No such device

    root@mccserverur01:~# echo -n "2-4:1.0" > /sys/bus/usb/drivers/cp210x/bind
    bash: echo: write error: No such device

    root@mccserverur01:~# ls -l /sys/bus/usb/drivers/cp210x
    total 0
    lrwxrwxrwx 1 root root    0 Jul 23 16:09 2-1.4:1.0 -> ../../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/
    -rw-------       1 root root 4096 Jul 23 16:11 bind
    lrwxrwxrwx 1 root root    0 Jul 23 16:09 module -> ../../../../module/usbserial/
    --w-------        1 root root 4096 Jul 23 16:09 uevent
    --w-------        1 root root 4096 Jul 23 16:17 unbind

     

    In order to get cpsumoncli to work I had to make it executable.

    root@mccserverur01:/usr/local/bin# cpsumon/cpsumoncli /dev/ttyUSB0
    bash: cpsumon/cpsumoncli: Permission denied
    root@mccserverur01:/usr/local/bin# cd cpsumon
    root@mccserverur01:/usr/local/bin/cpsumon# ls -l
    total 16
    -rw-r--r--     1 root root 15760 Jun 15 08:01 cpsumoncli
    drwxr-xr-x 2 root root    60 Jun 15 08:01 libcpsumon/
    root@mccserverur01:/usr/local/bin/cpsumon# chmod 755 cpsumoncli

    root@mccserverur01:/usr/local/bin/cpsumon# ls -l
    total 16
    -rwxr-xr-x  1 root root 15760 Jun 15 08:01 cpsumoncli*
    drwxr-xr-x 2 root root    60 Jun 15 08:01 libcpsumon/

     

    It is now working, except for getting 5v & 3v data.

    image.png.7990a4a742a7e1c5a2c5d77d7e34a0c0.png

     

    Thank you

     

  3. I am having a similar issue.  I have a Corsair AXi power supply.

     

    root@mccserverur01:/dev# lsusb -t
    /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
        |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
            |__ Port 2: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
            |__ Port 4: Dev 4, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
            |__ Port 6: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 12M
            |__ Port 6: Dev 5, If 1, Class=Human Interface Device, Driver=usbhid, 12M
            |__ Port 6: Dev 5, If 2, Class=Human Interface Device, Driver=usbhid, 12M
    /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
        |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
            |__ Port 2: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 480M
            |__ Port 3: Dev 4, If 0, Class=Hub, Driver=hub/5p, 480M
                |__ Port 1: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
                |__ Port 1: Dev 5, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
     

    root@mccserverur01:/dev# lsusb
    Bus 002 Device 005: ID 046d:c52b Logitech, Inc. Unifying Receiver
    Bus 002 Device 004: ID 1b1c:1c00 Corsair Controller for Corsair Link
    Bus 002 Device 003: ID 051d:0002 American Power Conversion Uninterruptible Power Supply
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 005: ID 046b:ff10 American Megatrends, Inc. Virtual Keyboard and Mouse
    Bus 001 Device 004: ID 046b:ff01 American Megatrends, Inc. Virtual Hub
    Bus 001 Device 003: ID 0781:5571 SanDisk Corp. Cruzer Fit
    Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
     

    root@mccserverur01:/usr/local/bin/cpsumon# cpsumoncli /dev/ttyUSB0
    Corsair AXi Series PSU Monitor
    (c) 2014 Andras Kovacs - [email protected]
    -------------------------------------------

    Dongle name: USB to SMB Bridge (Firmware by Ross Fosler)
    Dongle version: 5.3

     

    image.thumb.png.07cc99951e570ce8e6a4a59439ac2d45.png

     

    image.png.784d8cea1f0c5533771e077367deb73a.png

     

    Let me know if you need anything else.

     

    Thank you

     

     

     

    mccserverur01-diagnostics-20230723-1110.zip

  4. The disk below was an old parity disk that for some reason disabled.  I ran a smart check and the disk is ok.  I have attached a spare disk to replace the parity disk and that is rebuilding now.  I would like to know how to remove the configuration so this disk becomes a disk with no format on it. 

     

    image.thumb.png.67d5254f5488bdc8032f4c97c4c37f0c.png

     

    How do you unformat an unused array disk? 

     

    Thank you

  5. On 8/23/2021 at 5:26 PM, csmccarron said:

    I have the My Servers plugin uninstalled currently.  Server has been running for 3 days 22 hours.  So far no more issues but it needs to run longer to verify that it is stable.  In the past, I have been able to run the server without a reboot between updates, 100+ days without issues.

     

    I have attached the complete log file.

    syslog 216.1 kB · 1 download

    6 days and counting with no My Servers plugin and no freezes.

     

     

    Last thing that happed prior to freezing up:

    Aug 19 00:20:13 mccserverur01 flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update

     

    First entry after I reset the server:
    Aug 19 19:11:34 mccserverur01 kernel: microcode: microcode updated early to revision 0x71a, date = 2020-03-24

     

    log_prior_to_freeze.log

  6. Sometimes when I reboot my server it comes up in a video resolution not supported by the monitor.  I have two questions.

     

    1.  Is there a way to fix the video resolution so it always starts up using the same resolution?

     

    2.  Once the server is started how do you change the resolution of the screen without rebooting the server?

     

    Thanks in advance.

×
×
  • Create New...