<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'><div>Reply following, it's kinda long, sorry ... <br></div><div><br></div><div>Output of "$ls -la ~/bin" ... <br></div><div><br></div><div>I trimmed the ls outputs to just include the relevant files. <br></div><div><br></div><div>jcig@lubuntu:~$ ls -la ~/bin<br></div><div>total 5716<br></div><div>drwxrwxr-x 13 jcig jcig    4096 Feb  2 16:32 backupscripts<br></div><div>drwxr-xr--  2 jcig jcig    4096 Feb  6 13:07 cron-scripts<br></div><div><br></div><div><br></div><div>jcig@lubuntu:~$ ls -la ~/bin/backupscripts<br></div><div>total 124<br></div><div>-rwx--x--x  1 jcig jcig 2801 Feb  2 16:31 rsync-backup-adata32-local.sh<br></div><div><br></div><div><br></div><div>jcig@lubuntu:~$ ls -la ~/bin/cron-scripts<br></div><div>total 20<br></div><div>drwxr-xr--  2 jcig jcig 4096 Feb  6 13:07 .<br></div><div>drwxr-xr-- 18 jcig jcig 4096 Feb  3 16:34 ..<br></div><div>-rwxr-xr--  1 jcig jcig 1147 Feb  6 13:07 cron-rsync-backup-adata32.sh<br></div><div>-rw-------  1 jcig jcig   60 Oct 27 20:00 .directory<br></div><div>jcig@lubuntu:~$<br></div><div><br></div><div><br></div><div><br></div><div>I have a crontab that calls the "cron-rsync-backup-adata32.sh" script. And <br></div><div>then cron-rsync-backup-adata32.sh calls "rsync-backup-adata32-local.sh"<br></div><div>to actually run rsync to backup the "adata32" flash drive to the local hard<br></div><div>drive.<br></div><div><br></div><div><br></div><div><b>The setup runs fine when initiated by cron.</b><br></div><div><br></div><div><br></div><div>I normally use Geany to edit and test the scripts because on other distros<br></div><div>I can run the scripts right from inside Geany to test them. <br></div><div><br></div><div>In Geany I go to "Main Menu Bar / Build / Execute", then a terminal window<br></div><div>opens up displaying the progress of the script. Any errors also shows up<br></div><div>for troubleshooting.<br></div><div><br></div><div>But, here in Lubuntu all I get is the terminal window, but nothing happens,<br></div><div>the script doesn't run.<br></div><div><br></div><div>I can run the scripts from a terminal and they run just fine. <br></div><div><br></div><div>It's just that here on Lubuntu, Geany can't run the scripts.<br></div><div><br></div><div><br></div><div>I also have KDE neon installed on this netbook. Here is a screenshot of <br></div><div>Geany running a script in neon ... <br></div><div><br></div><div><a target="_blank" href="https://my.pcloud.com/publink/show?code=XZHnUz7Zjoqf7oopbK5ILdGhNDs9J5oLX0dk">https://my.pcloud.com/publink/show?code=XZHnUz7Zjoqf7oopbK5ILdGhNDs9J5oLX0dk</a><br></div><div><br></div><div><br></div><div>Here is a screenshot of Geany running a script here on Lubuntu ...<br></div><div><br></div><div><a target="_blank" href="https://my.pcloud.com/publink/show?code=XZlKUz7ZX1RTpb52dG40eJQGUe04aQJNJtfk">https://my.pcloud.com/publink/show?code=XZlKUz7ZX1RTpb52dG40eJQGUe04aQJNJtfk</a><br></div><div><br></div><div><br></div><div>As you can see, the script never runs here on Lubuntu. From inside Geany that is. <br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div id="Zm-_Id_-Sgn"><div>God bless,<br></div><div><i>Jerry Van Brimmer</i><br></div><div><br></div><div><span class="colour" style="color:rgb(42, 42, 42)">Sent using <a style="color:#598fde;" href="https://www.zoho.com/mail/">Zoho Mail</a></span><br></div></div><div><br></div><div class="zmail_extra"><div id="Zm-_Id_-Sgn1"><div><br></div><div>---- On Tue, 06 Feb 2018 17:57:59 -0800 <b>Andre Campos Rodovalho <andre.rodovalho@gmail.com></b> wrote ----<br></div></div><div><br></div><blockquote style="border-left: 1px solid #cccccc; padding-left: 6px; margin:0 0 0 5px"><div><div dir="ltr"><div>Run:<br></div><div>ls -la ~/bin<br></div><div><br></div><div>Post results here.<br></div><div><br></div><div>What is the error message you've got?<br></div><div><br></div><div><div><br></div><div><div>On 6 February 2018 at 13:04, Jerry Van Brimmer <span><<a href="mailto:jwfj77@zoho.com">jwfj77@zoho.com</a>></span> wrote:<br></div><div><br></div></div><div><br></div></div></div><div>--<br></div><div>Lubuntu-users mailing list<br></div><div><a href="mailto:Lubuntu-users@lists.ubuntu.com">Lubuntu-users@lists.ubuntu.com</a><br></div><div>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/lubuntu-users">https://lists.ubuntu.com/mailman/listinfo/lubuntu-users</a><br></div></div><blockquote style="margin: 0 0 0 0.8ex; border-left: 1px rgb(204, 204, 204) solid; padding-left: 1ex"><div><u></u><br></div><div><div style="font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif"><div>I have some various bash scripts I created, located in my ~/bin directory, to backup my flash drive. Normally, in other distributions I have been able to open, edit the scripts, and execute them right from inside Geany. But for some reason I can't get them to execute from Geany here in Lubuntu.<br></div><div><br></div><div>My machine is a Lubuntu X140e Thinkpad netbook. This OS is Lubuntu 17.10, installed on Jan 13, 2018. All updates have been installed. <br></div><div><br></div><div><br></div><div>System specs are:<br></div><div><br></div><div>jcig@lubuntu:~$ inxi -b<br></div><div>System:    Host: lubuntu Kernel: 4.13.0-31-generic x86_64 bits: 64 Desktop: LXDE (Openbox 3.6.1)<br></div><div>           Distro: Ubuntu 17.10<br></div><div>Machine:   Device: laptop System: LENOVO product: 20BLCTO1WW v: ThinkPad X140e serial: N/A<br></div><div>           Mobo: LENOVO model: 20BLCTO1WW serial: N/A<br></div><div>           UEFI [Legacy]: LENOVO v: GSET67WW (2.12 ) date: 11/16/2016<br></div><div>Battery    BAT1: charge: 46.8 Wh 99.2% condition: 47.2/57.7 Wh (82%)<br></div><div>CPU:       Quad core AMD A4-5000 APU with Radeon HD Graphics (-MCP-) speed/max: 800/1500 MHz<br></div><div>Graphics:  Card: Advanced Micro Devices [AMD/ATI] Kabini [Radeon HD 8330]<br></div><div>           Display Server: x11 (X.Org 1.19.5 )<br></div><div>           drivers: ati,radeon (unloaded: modesetting,fbdev,vesa)<br></div><div>           Resolution: 1366x768@60.02hz<br></div><div>           OpenGL: renderer: AMD KABINI (DRM 2.50.0 / 4.13.0-31-generic, LLVM 5.0.0)<br></div><div>           version: 4.5 Mesa 17.2.4<br></div><div>Network:   Card-1: Broadcom Limited BCM43228 802.11a/b/g/n driver: wl<br></div><div>           Card-2: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller driver: r8169<br></div><div>Drives:    HDD Total Size: 595.3GB (9.8% used)<br></div><div>Info:      Processes: 176 Uptime: 2:50 Memory: 2165.1/3213.5MB Client: Shell (bash) inxi: 2.3.37 <br></div><div>jcig@lubuntu:~$ <br></div><div><br></div><div><br></div><div>Permissions on ~/bin <br></div><div>jcig@lubuntu:~$ ls -l<br></div><div>drwxr-xr-- 18 jcig jcig    4096 Feb  3 16:34 bin<br></div><div><br></div><div><br></div><div>Any ideas?<br></div><div><br></div><div><br></div><div><br></div><div><div>God bless,<br></div><div><i>Jerry Van Brimmer</i><br></div><div><br></div><div><span class="colour" style="color:rgb(42, 42, 42)">Sent using <a href="https://www.zoho.com/mail/" style="color: rgb(89, 143, 222)">Zoho Mail</a></span><br></div></div><div style="display: none"><div>Image already added<br></div><div><br></div><div><br></div></div><div style="display: none"><br></div></div><div><br></div></div><div><br></div><div>--<br></div><div> Lubuntu-users mailing list<br></div><div> <a href="mailto:Lubuntu-users@lists.ubuntu.com">Lubuntu-users@lists.ubuntu.com</a><br></div><div> Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/lubuntu-users">https://lists.ubuntu.com/mailman/listinfo/lubuntu-users</a><br></div><div> <br></div></blockquote></blockquote></div><div class="pcl_tooltip_box" style="display: none;"><div>Image already added<br></div><div class="arrow border"></div><div class="arrow"></div></div><div class="pcl_global_mask" style="display: none;"></div></div><br></body></html>