Search:

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

Search: Search took 0.03 seconds.

  1. [server] Re: landscape-api sync-mirror-pocket release jammy ubuntu failed

    Importing the key from https://keyserver.ubuntu.com/pks/lookup?search=871920D1991BC93C&fingerprint=on&op=index solved this issue
    - created Release.gpg with the content of this file, downloaded from...
  2. [server] landscape-api sync-mirror-pocket release jammy ubuntu failed

    I created series for jammy on my Landscape server with the following command:


    landscape-api create-series \
    --pockets release,updates,security \
    --components...
  3. Replies
    0
    Views
    1

    [ubuntu] tracefs auto mount

    Does anyone know why is tracefs automatically mounted on 18.04, 20.04 Ubuntu servers?

    % mount|grep tracefs
    tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)


    snmpd doesn't like...
  4. Replies
    10
    Views
    11

    [server] Re: rabbitmqctl: su: Permission denied

    That is correct MAFoElffen, thank you!
  5. Replies
    8
    Views
    9

    [server] Re: ubuntu servers -VM- 18.04 hanging issue

    Thanks, so far it is looking better
  6. Replies
    8
    Views
    9

    [server] Re: ubuntu servers -VM- 18.04 hanging issue

    It seems installing linux-generic-hwe-18.04 and adding nconnect=8 to all NFS mounts in fstab has helped
  7. Replies
    8
    Views
    9

    [server] Re: ubuntu servers -VM- 18.04 hanging issue

    Thank you TheFu!
  8. Replies
    8
    Views
    9

    [server] Re: ubuntu servers -VM- 18.04 hanging issue

    I have 4.15.0-156
    % uname -r

    4.15.0-156-generic

    TheFu, can you tell me please how did you update the kernel only?
  9. Replies
    8
    Views
    9

    [server] ubuntu servers -VM- 18.04 hanging issue

    I have a few virtual Ubuntu servers (18.04.5 LTS) running on VMware ESXi, 6.7.0. Once in every couple of minutes one or more of them hangs, you can't do anything but wait. The hanging is random, The...
  10. Replies
    10
    Views
    11

    [server] Re: rabbitmqctl: su: Permission denied

    By updating /etc/pam.d/su as follows I was able to fix this issue:


    #%PAM-1.0
    auth sufficient pam_rootok.so
    # Uncomment the following line to implicitly trust users in the "wheel"...
  11. Replies
    10
    Views
    11

    [server] Re: rabbitmqctl: su: Permission denied

    I was thinking about that, probably I'll re-deploy it
  12. Replies
    10
    Views
    11

    [server] Re: rabbitmqctl: su: Permission denied

    MAFoElffen, thank you, link was fixed.

    Right, I was running sudo rabbitmqctl add_user landscape <password> then I noticed it doesn't work so tried without arguments.


    landscape1 ~ > sudo...
  13. Replies
    10
    Views
    11

    [server] Re: rabbitmqctl: su: Permission denied

    I was following the instructions to deploy Landscape: https://landscape.canonical.com/set-up-on-prem - all users, groups, applications are/were installed and configured by the original installer
    ...
  14. Replies
    10
    Views
    11

    [server] rabbitmqctl: su: Permission denied

    When I'm trying to run rabbitmqctl I get the following error:


    root@landscape1:~# rabbitmqctl
    su: Permission denied

    I tried with sudo and also being logged on with root, same error - has...
  15. Replies
    3
    Views
    4

    Re: change smtp relay server

    I chose this solution:
    - install sendmail (in my case it was a better option than postfix)
    - add the following line to /etc/mail/sendmail.mc:
    "define(`SMART_HOST', `your.smtp.server')dnl"
    - make...
  16. Replies
    3
    Views
    4

    Re: change smtp relay server

    Nice. To which config file should I add the line?
  17. Replies
    3
    Views
    4

    change smtp relay server

    What is the best way to specify a relay server for outgoing emails? I have my own relay server that I'd like to use.

    So I can avoid messages like:


    /var/log/maillog
    Jul 9 19:43:10...
  18. [ubuntu] Ubuntu 18.04.5 server installer crash on Dell

    My Ubuntu 18.04.5 installer is keep crashing on a Dell PowerEdge M630.
    The crash happens a few seconds after I hit "done" at the VG/LV/HDD setup, I tried different settings, no changes. I had a...
  19. Thread: su -> root

    by lacid2
    Replies
    9
    Views
    10

    [server] Re: su -> root

    Thank you, this worked, I have an automatization editing bunch of files, it also edited /etc/pam.d/su which denies su
    May 3 14:59:02 ubuntu.hostname.com su[14306]: pam_authenticate: Permission...
  20. Thread: su -> root

    by lacid2
    Replies
    9
    Views
    10

    [server] Re: su -> root

    Of course you could enable root password and use the su command.<- this is what I'd like to do, how can I do it?
  21. Thread: su -> root

    by lacid2
    Replies
    9
    Views
    10

    [server] Re: su -> root

    Here is the scenario: sudo is configured via LDAP, sometimes LDAP breaks so I need a backup user.
  22. Thread: su -> root

    by lacid2
    Replies
    9
    Views
    10

    [server] su -> root

    I'm somewhat new to Ubuntu server (used ~10 years ago). On my current UNIX servers I'm able to create a user and give permission to "su" (as part of wheel group).
    It would be really nice to have the...
Results 1 to 22 of 22