Search:

Type: Posts; User: pqwoerituytrueiwoq; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.26 seconds.

  1. [kubuntu] Live session GUI can't be unlocked

    There is no password, but password is required to unlock, you can press switch user and then you can login and end up on a inf. loading screen (Ctrl+Alt+F2 to get back)

    you can manually lock via...
  2. Replies
    6
    Views
    7

    Re: Printers don't wake up

    I have a HL-L2360DW and have the same experience as SeijiSensei using a wired connection, my Mom has a HLL2300D (USB only) and it is a PITA every time i print i have to hit the power button i think...
  3. Replies
    3
    Views
    4

    Re: aplay volume

    you could edit the wav file in audacity and amplify it or you can use amixer and get the current volume, set the volume, the play the file then set the volume back
  4. Re: booting in emergency mode... what is wrong [read-only file system?]

    The sata controller i am using is not the ideal chipset, so i think it is VERY VERY picky and my box is not the best for EMI... i have a cable modem, boost converter, audio amp, and 5 port switch in...
  5. Re: booting in emergency mode... what is wrong [read-only file system?]

    For the purpose of expansion and having different permissions on each folder on the partition

    in other news...


    pool: mypool
    state: ONLINE
    status: One or more devices has experienced an...
  6. Re: booting in emergency mode... what is wrong [read-only file system?]

    Fine i'll just use symbolic links...


    $ zfs list
    NAME USED AVAIL REFER MOUNTPOINT
    mypool 31.0G 7.09T 30.9G /spinningRust


    $ cat /etc/fstab
    # /etc/fstab:...
  7. Re: booting in emergency mode... what is wrong [read-only file system?]

    $ sudo zfs list mypool
    NAME USED AVAIL REFER MOUNTPOINT
    mypool 31.0G 7.09T 30.9G /mnt/HDD
    $ ls /mnt/HDD/
    apt-cacher-ng testDir www

    the data is 100% on the ZFS array's...
  8. Re: booting in emergency mode... what is wrong [read-only file system?]

    note the issue seems to be my binds in /etc/fstab, disabling them made the system happy, these binds are linked to my zfs array

    No i have 3 arrays
    2 are in md using raid1 (/ and /mnt/Data)
    1 is...
  9. Re: booting in emergency mode... what is wrong [read-only file system?]

    mypool mountpoint /mnt/HDD local


    $ cat /proc/mounts
    sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
    proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
    udev...
  10. Re: booting in emergency mode... what is wrong [read-only file system?]

    found the cause in my fstab file


    #/mnt/HDD/www /var/www bind x-systemd.after=zfs-mount.service,x-systemd.requires=/mnt/HDD,defaults,bind 0 0
    #/mnt/HDD/www ...
  11. Re: booting in emergency mode... what is wrong [read-only file system?]

    now the issue is worse and i have my WTR54GL out

    my md array for / is read-only as a result nothing is working


    xubuntu@xubuntu:~$ cat /proc/mdstat
    Personalities : [raid1]
    md1 : active...
  12. Re: booting in emergency mode... what is wrong [read-only file system?]

    this morning i noted some errors in my array from, but i was able to pass a scrub so i cleared it and the drive shows good in SMART, if i have ANOTHER bad sata cable... anyone know where i can get...
  13. Re: booting in emergency mode... what is wrong [read-only file system?]

    the instructions in post #3 are for use on a live session, I am not sure what needs to be omitted to run them on a normal session

    yes if i can't boot my server i have no internet access (well...
  14. Re: booting in emergency mode... what is wrong [read-only file system?]

    so a power outage will cause this to happen? can i automate a repair attempt? (having to use a live GUI session on a headless server is no fun)

    right now the server is booted and running, i should...
  15. booting in emergency mode... what is wrong [read-only file system?]

    Power when out, UPS battery ran out of power, power was lost

    BIOS powered up when power was restored, but the system was waiting on user input (Ctrl+D to continue) before it started my VM...
  16. Re: New ISO allows Full and Minimal install

    installed kubuntu just now and i did not get/notice a minimal option, the install icon and installer do show 23.10

    https://cdimage.ubuntu.com/kubuntu/daily-live/current/
  17. Re: I had power saving disabled on snd_hda_intel, bot not it is acting like it is ena

    i know a reboot is required, i have been using these options for years now (since Nov 26 2021) and suddenly it was not working a as of a few days ago


    $ uptime
    23:28:49 up 56 days, 16:24, 10...
  18. Re: I had power saving disabled on snd_hda_intel, bot not it is acting like it is ena

    looks like it was changed to enabled?

    cat /sys/module/snd_hda_intel/parameters/power_save
    1

    In-spite of my config file last being edited since Nov 26 2021 (the install date the OS)
  19. I had power saving disabled on snd_hda_intel, bot not it is acting like it is enabled

    From my /etc/modprobe.d/alsa-base.conf file


    # https://bbs.archlinux.org/viewtopic.php?pid=1766206#p1766206
    options snd_hda_intel power_save=0
    options snd_hda_intel power_save=0...
  20. Replies
    4
    Views
    5

    [kubuntu] Re: Enable clock sync

    no GPS, the server just syncs with the default time servers, i did this so all my PICOs that care about the time can get the time from a the local network (better then hoping the internet is working...
  21. Replies
    4
    Views
    5

    [kubuntu] Re: Enable clock sync

    so about this:

    sudo timedatectl set-ntp off
    Failed to set ntp: NTP not supported

    i had to install systemd-timesyncd to make that work, now i can toggle the checkbox in the GUI

    does the ntp...
  22. Replies
    4
    Views
    5

    [kubuntu] Enable clock sync

    running kubuntu 22.04 and i noticed my clock is about 20 seconds or so off

    I have a local ntp server that is up and running, but i need to know how to enable it and config it to use my server
    ...
  23. [SOLVED] Re: date +%s does not work on server???

    i just go and read my code
    Examples of how bad i am about comments
    https://github.com/GM-Script-Writer-62850/PICO_W_Thermostat/blob/main/PICO/main.py...
  24. [SOLVED] Re: date +%s does not work on server???

    i rarely comment my code, and when i do it is cause it is VERY confusing to read, unless it is a config file, then i will put notes in it
  25. [SOLVED] Re: date +%s does not work on server???

    I found it... thanks Paddy for solving issue of my own creation...


    $ type date
    date is aliased to `date +"%A %B %d, %I:%M %p"'

    wait what!? why...
    *reads .bash_aliases*
    why did i do that?...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4