Skip to content

quick notes

some Unix notes

  • Home
  • Blog

Month: April 2023

x2go troubleshooting

April 19, 2023rdircio

x2go session database in the server is at /var/lib/x2go/x2go_sessions

You can reset it by running: x2godbadmin –create

you can query it by doing sqlite3 /var/lib/x2go/x2go_sessions

Uncategorized

lun4194304 has a LUN larger than allowed by the host adapter

April 12, 2023rdircio

echo "options lpfc lpfc_nodev_tmo=10 lpfc_lun_queue_depth=32 lpfc_max_luns=2048" > /etc/modprobe.d/lpfc.conf
dracut -f
reboot

Uncategorized

MacPorts clean port, because of checksum failure

April 5, 2023April 8, 2023rdircio

I had some issues with checksums failing after a port downloading, so you can clean the port this way:

$ sudo port selfupdate
$ sudo port clean --dist <portname>
$ sudo port install <portname>

If you suspect you have packages with linking errors:

$ sudo port rev-upgrade
$ sudo port selfupdate
$ sudo port upgrade outdated

Uncategorized

Recent Posts

  • add some colour to your prompt
  • print all available ansi colors
  • remove ansi colors from file
  • get disk info for all solaris zones, including zfs and vxfs disks
  • get disk serial ids in AIX

Recent Comments

    Archives

    • April 2025
    • March 2025
    • January 2025
    • December 2024
    • October 2024
    • September 2024
    • July 2024
    • May 2024
    • April 2024
    • February 2024
    • January 2024
    • November 2023
    • October 2023
    • September 2023
    • August 2023
    • May 2023
    • April 2023
    • November 2022
    • September 2022
    • August 2022
    • July 2022
    • June 2022
    • May 2022
    • February 2022
    • April 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • October 2020
    • May 2020
    • April 2020
    • October 2019
    • September 2019
    • August 2019
    • July 2018
    • April 2018
    • January 2018
    • November 2017
    • October 2017
    • September 2017
    • January 2017
    • August 2015
    • May 2015
    • January 2015
    • July 2014
    • June 2014
    • May 2014
    • April 2014
    • July 2013
    • April 2013
    • March 2013
    • February 2013
    • January 2013
    • December 2012
    • November 2012
    • October 2012
    • September 2012
    • August 2012
    • July 2012
    • June 2012
    • May 2012
    • April 2012
    • March 2012
    • November 2011
    • October 2011
    • January 2011
    • January 2010

    Categories

    • AppleTV
    • Linux
    • MacOS
    • Solaris
    • Uncategorized
    • Windows
    • xcrud

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright © 2025 quick notes. All rights reserved. Theme: Radiate by ThemeGrill. Powered by WordPress.