Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Bash script : parent / child process issue ?

    It looks like 'bin1' might need environment vars to run. These are usually given by an interactive shell, or the desktop.

    Try this:

    #!/bin/bash

    source ~/.profile

    # to check if script...
  2. [SOLVED] Re: Bash script : parent / child process issue ?

    Hi mohicann.

    You don't need to use /bin/bash on your crontab line. This should work:

    */1 * * * * pgrep -f ~/Documents/Linux/ch...
    ~ works depending on the shell used by the distribution....
  3. [server] Re: Run Script as specific User on Startup (Server 18.04)

    Hi grimmspector. Welcome to the forum ):P

    It is easier for us to help you if you give us some specifics.

    I think this may help: https://ubuntuforums.org/showthread.php?t=1809501

    Take a look...
  4. Replies
    4
    Views
    5

    Re: DNS not resolving LAN hostnames

    Moved to its own thread to help with visibility.

    (from here: https://ubuntuforums.org/showthread.php?t=2391351)
  5. Replies
    16
    Views
    17

    [SOLVED] Re: Bind dns resolving local servers

    Hi brent1975.

    A few thoughts:

    I think you want to use zone "linux-network.home" instead of "linux-master.com" in named.conf.local.

    In order for client to resolve hostnames (no domain, like...
  6. Replies
    4
    Views
    5

    [ubuntu] Re: Cronjob bash script to webdav

    @LHammonds, hi

    What would be the benefit of forcing an interactive prompt in the 'mv' command (option -i)?

    Regards.
  7. Replies
    2
    Views
    3

    Re: Suspend settings

    Move to its own thread.
  8. Replies
    4
    Views
    5

    [ubuntu] Re: Cronjob bash script to webdav

    Hi ricardo35.

    A few thoughts:
    I'd start by making sure your script has execute permissions:

    chmod a+x /home/ricardo/Scripts/move.sh
    This

    No MTA installed, discarding output
    usually means,...
  9. Replies
    2
    Views
    3

    Re: Linux find command help

    Hi COKEDUDE.

    Try this:

    find / -name "php.ini"
    Regards.
  10. Replies
    2
    Views
    3

    [ubuntu] Re: BASH help needed

    Hi ac7nj.

    Could you open a terminal, run these commands, and paste back the results? (you can copy/paste the text with the mouse):

    diff ~/.bashrc /etc/skel/.bashrc

    diff ~/.profile...
  11. [SOLVED] Re: bad file names (invalid UTF-8) in 16.04 /usr

    This is a script that may help you. It get the offending filenames and print them in different ways.

    You can see that Python3 stores the string in Unicode (ñ represented as 0xf1, see table liked...
  12. Replies
    7
    Views
    8

    Re: what are cookies

    Duplicate threads merged.
  13. Re: Server stops responding for several minutes

    Hi futuretense.

    Since scp fails to start, I'd would look at the system logs at /var/log, particularly syslog.

    I would create a ssh connection from another machine, setup a tmux session, and...
  14. Replies
    11
    Views
    12

    Re: 18.04: startup SH script without GUI?

    Hi gilius2. Welcome to the forum ):P

    There are a few options:

    Create a systemd service (complicated).
    Call your script in /etc/rc.local (risk of your system not properly booting).
    ...
  15. Replies
    11
    Views
    12

    Re: 18.04: startup SH script without GUI?

    Thread moved to General Help.
  16. [SOLVED] Re: bad file names (invalid UTF-8) in 16.04 /usr

    Thanks. This is getting interesting.

    Let's try one file name:

    Cielo_estrellado_by_Eduardo_Diez_Viñuela.jpg
    That's using the small case Latin n with tilde (la letra eñe).

    The proper UTF-8...
  17. [SOLVED] Re: bad file names (invalid UTF-8) in 16.04 /usr

    Hi Skaperen.

    As far as I can tell, they are in utf-8. My guess is your environment was switched out of utf8.

    Could you open a terminal, run these commands, and post back the results? (you can...
  18. Replies
    8
    Views
    9

    [ubuntu] Re: Driver for LG 24mp59g

    I'm glad your monitor is working well :)

    Come here often, and have fun.
    Regards.
  19. Replies
    8
    Views
    9

    [ubuntu] Re: Driver for LG 24mp59g

    Could you open a terminal, run these commands, and post back the results? (you can copy/paste the text using your mouse)

    lspci -nnk | grep -iA2 vga

    lsmod | grep -iE...
  20. Replies
    8
    Views
    9

    [ubuntu] Re: Driver for LG 24mp59g

    Do you have the Nvidia driver installed? If not open 'Additional Drivers' and install it from there, then reboot.

    How are you connecting the monitor? HDMI, VGA?

    Regards.
  21. Replies
    8
    Views
    9

    [ubuntu] Re: Driver for LG 24mp59g

    Hi kilmar. Welcome to the forum ):P

    When you turn on your computer, the OS (Windows, Linux or other) asks the monitor for available resolutions, the monitor replies, and the OS chooses one. This...
  22. Replies
    7
    Views
    8

    [server] Re: Temporary failure in name resolution

    Thanks.

    Did you install netplan.io instead of netplan? Cloud you run this command?

    apt policy netplan.io

    127.0.0.53 in your resolv.conf makes me think you had NetworkManager installed. Is...
  23. Replies
    7
    Views
    8

    [server] Re: Temporary failure in name resolution

    Hi kevin.nelson. Welcome to forum ):P

    Could you run these commands, and post back the results? (you can copy/paste the text)

    apt policy netplan

    ip address

    ip route
  24. Re: Toshiba and Ubuntu: not the best of friends?

    Hi imgeka. Welcome to the forum ):P

    I would not draw such a definite conclusion. I've had a couple of Satellites and I had no problem with them. As a matter of fact, I'm using a Toshiba Satellite...
  25. Replies
    4
    Views
    5

    [ubuntu] Re: 32 bit vs 64 bit

    Hi jebattheminister. Welcome to the forum ):P

    Some thoughts:

    6004512 kB of RAM is your virtual RAM, not the actual physical RAM. Try this instead:

    free -m

    If you have more than 4Gib of...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4