Re: Arduino and Serial.print

2018-01-20 Thread Alessio Ciregia
On Jan 21, 2018 08:31, "Antonio M" wrote: sorry for the noise: I made a mistake because the file to edit is /usr/share/arduino/hardware/arduino/avr/platform.txt. I inserted Yes. As stated in the bug comments the file is /usr/share/arduino/hardware/ arduino/avr/platform.txt Nice to know that no

Re: Arduino and Serial.print

2018-01-20 Thread Antonio M
sorry for the noise: I made a mistake because the file to edit is /usr/share/arduino/hardware/arduino/avr/platform.txt. I inserted -fno-devirtualize as option in this line: compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-se

Re: Arduino and Serial.print

2018-01-20 Thread Antonio M
I edited the platform.txt file and I re-installed 6.20 board manager but I stil get: Arduino:1.8.4 (Linux), Scheda:"Arduino/Genuino Uno" lto1: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See f

Re: PHP/Apache issue may be OT

2018-01-20 Thread Bill Shirley
I upgraded from Fedora 25 to Fedora 27 and found the upgrade switched me from mod_php to php-fpm.  This means no more php_flag or php_value in the apache config.  You should switch to .user.ini files which work like .htaccess files: [0:root@elmo DocumentRoot]$ cat .user.ini max_execution_time 

Re: f26 systemd :: how to run tftp.service and disable tftp.socket

2018-01-20 Thread Samuel Sieb
On 01/20/2018 07:40 AM, Adrian Sevcenco wrote: On 01/19/2018 03:00 PM, James Hogarth wrote: Seeing as this is a very unusual request, even to the point prior to systemd tftpd was run under xinetd rather than its own service, I think the first question is why? i don't want (need) a supplementary

Re: Interaction between grubby and grub2-mkconfig

2018-01-20 Thread stan
On Sun, 21 Jan 2018 11:30:46 +1100 Stephen Morris wrote: > I have always used grub2-mkconfig and the old grub equivalent as I > have never liked the boot menus that grubby generates. The one thing > I don't like about this process is that I also boot Ubuntu and > Windows from the grub menu as wel

Re: PHP/Apache issue may be OT

2018-01-20 Thread Ed Greshko
On 01/21/18 09:16, Emmett Culley wrote: > After a recent upgrade some development web sites served from my workstation > stopped working. I've narrowed it down to the php_value auto_prepend_file > directive not working. > > This is in the /etc/httpd/conf.d/csite.conf file: > > > Require all g

Re: PHP/Apache issue may be OT

2018-01-20 Thread Tom Horsley
On Sat, 20 Jan 2018 17:16:44 -0800 Emmett Culley wrote: > Any ideas where to look further would be appreciated. Fedora 27 is fully up > to date. I can't help, but my quick and dirty php based file uploader to get stuff off my phone onto my linux desktop has also stopped working with the new imp

PHP/Apache issue may be OT

2018-01-20 Thread Emmett Culley
After a recent upgrade some development web sites served from my workstation stopped working. I've narrowed it down to the php_value auto_prepend_file directive not working. This is in the /etc/httpd/conf.d/csite.conf file: Require all granted AllowOverride none php_value error_log /var

Which Mysql Packages are Better to use in Fedora 27

2018-01-20 Thread Stephen Morris
Hi,     I need to install mysql for registration with netbeans for its database interfacing processes. Looking for mysql in the repositories I've found community-mysql and mariadb packages, does anyone have any advice as which of those two is the better environment to use, and whether or not

Re: Interaction between grubby and grub2-mkconfig

2018-01-20 Thread Stephen Morris
On 21/1/18 4:58 am, stan wrote: On Sat, 20 Jan 2018 10:24:26 -0500 Sam Varshavchik wrote: Did anyone use grub2-mkconfig before, to generate a new grub.cfg, and then subsequently installed kernels new without grubby causing any issues? Yes, I've done this without any problems. Grubby puts the

Re: Arduino and Serial.print

2018-01-20 Thread Antonio M
yes, i downgraded to 6.19 board manager and it works. But in my platform.txt I don't see any -flto option. Any idea?? # ctags # -- tools.ctags.path=/usr/bin tools.ctags.cmd.path={path}/arduino-ctags tools.ctags.pattern="{cmd.path}" -u --language-force=c++ -f - --c++-kin

Re: Arduino and Serial.print

2018-01-20 Thread Alessio Ciregia
2018-01-20 23:33 GMT+01:00 Antonio M : > yes and similar bugs. I have downgraded the board manager to 1.6.19 and > sketck compiles now... BTW, if you read the comments, you can find a "workaround". Ciao A. ___ users mailing list -- users@lists.fedorapro

Re: Libreoffice 100% CPU usage

2018-01-20 Thread Alessio Ciregia
2018-01-20 23:32 GMT+01:00 Alessio Ciregia : > 2018-01-13 8:54 GMT+01:00 Heinz Diehl : >> >> A shot in the dark: what happens when you disable the use of JRE? >> The switch is in Tools - Options - Advanced. > > > This didn't make any difference: still 100% CPU used. > > BTW, installing the last upd

Re: Arduino and Serial.print

2018-01-20 Thread Antonio M
yes and similar bugs. I have downgraded the board manager to 1.6.19 and sketck compiles now... Antonio Montagnani Linux Fedora 27(Workstation) da/from Gmail 2018-01-20 23:24 GMT+01:00 Alessio Ciregia : > 2018-01-20 20:08 GMT+01:00 Antonio M : > >> If you use the Serial.print instruction, no ske

Re: Libreoffice 100% CPU usage

2018-01-20 Thread Alessio Ciregia
2018-01-13 8:54 GMT+01:00 Heinz Diehl : > > A shot in the dark: what happens when you disable the use of JRE? > The switch is in Tools - Options - Advanced. This didn't make any difference: still 100% CPU used. BTW, installing the last update 5.4.4.2-3 (in the update-testing repo), solved the is

Re: Arduino and Serial.print

2018-01-20 Thread Alessio Ciregia
2018-01-20 20:08 GMT+01:00 Antonio M : > If you use the Serial.print instruction, no sketch can be compiled so > there is no way to have the serial monior. It seems that the bug is some > month old but no solution under way > Antonio Montagnani > > Linux Fedora 27(Workstation) > Are you referring

Arduino and Serial.print

2018-01-20 Thread Antonio M
If you use the Serial.print instruction, no sketch can be compiled so there is no way to have the serial monior. It seems that the bug is some month old but no solution under way Antonio Montagnani Linux Fedora 27(Workstation) da/from Gmail ___ users mai

Re: OT - rm different on Ubuntu than Fedora

2018-01-20 Thread Patrick O'Callaghan
On Sat, 2018-01-20 at 08:52 -0500, Tom H wrote: > > Personally I just use 'type' rather than 'which'. > > "type" is the shortest and, like the others, it works for most commands. When you want to know what Bash would actually use as the command, 'type' is the most direct way to find out. poc ___

Re: Interaction between grubby and grub2-mkconfig

2018-01-20 Thread stan
On Sat, 20 Jan 2018 10:24:26 -0500 Sam Varshavchik wrote: > Did anyone use grub2-mkconfig before, to generate a new grub.cfg, and > then subsequently installed kernels new without grubby causing any > issues? Yes, I've done this without any problems. Grubby puts the latest entry on its own line

Re: Interaction between grubby and grub2-mkconfig

2018-01-20 Thread Tom Horsley
On Sat, 20 Jan 2018 10:24:26 -0500 Sam Varshavchik wrote: > Did anyone use grub2-mkconfig before, to generate a new grub.cfg, and then > subsequently installed kernels new without grubby causing any issues? I never use /etc/default/grub, I always edit the grub.cfg file by hand. The whole grub2-

Re: f26 systemd :: how to run tftp.service and disable tftp.socket

2018-01-20 Thread Adrian Sevcenco
On 01/19/2018 03:00 PM, James Hogarth wrote: On 17 January 2018 at 22:51, Adrian Sevcenco wrote: Hi! I need to have tftp run by service not by socket (at this moment service requires and start the socket) but even with a proper (i hope) override and a masked tftp.socket i get: Failed to start t

Interaction between grubby and grub2-mkconfig

2018-01-20 Thread Sam Varshavchik
I edited GRUB_CMDLINE_LINUX in /etc/default/grub before I installed the most recent kernel update. However the grub entry for the new kernel did not reflect my changes in the updated /boot/grub2/grub.cfg Digging into this, it appears that the kernel packages run the grubby tool which appear

Re: how to change emails [correction]

2018-01-20 Thread Ed Greshko
On 01/20/18 13:43, Paul Allen Newell wrote: > > I was advised that the best thing to do was to create a new account, link both > addresses to it, and walk away from the original older one ... which I have > done. Happy to hear it is all sorted out. > > Thanks for help Welcome, as always. --

Re: OT - rm different on Ubuntu than Fedora

2018-01-20 Thread Tom H
On Sat, Jan 20, 2018 at 5:30 AM, Patrick O'Callaghan wrote: > On Sat, 2018-01-20 at 04:34 -0500, Tom H wrote: >> On Sat, Jan 20, 2018 at 2:10 AM, Cameron Simpson wrote: >>> >>> Also: "which rm" should show what executable is being used, and the >>> bash "which" IIRC also shows if an alias or func

Re: graphic host on cli server?

2018-01-20 Thread Patrick O'Callaghan
On Sat, 2018-01-20 at 11:04 +, Morgan Read wrote: > Are virtual machines running on hardware with graphics capability considered > 'headless clients'? That would depend on how you configure them. If they are using an X server on the host, then yes. If they're using passthrough trickery on the

Re: graphic host on cli server?

2018-01-20 Thread Patrick O'Callaghan
On Sat, 2018-01-20 at 10:49 +, Morgan Read wrote: > Apologies Patrick: Morgan and mstuff... are one and the same - I'm still > getting to grips with this web interpretation of a mail list, updating > 'profile' on the go... That might have caused some confusion where i was > coming from. I

Re: OT - rm different on Ubuntu than Fedora

2018-01-20 Thread Tom H
On Sat, Jan 20, 2018 at 5:19 AM, Jon Ingason wrote: > Den 2018-01-20 kl. 10:34, skrev Tom H: >> On Sat, Jan 20, 2018 at 2:10 AM, Cameron Simpson wrote: >>> >>> Also: "which rm" should show what executable is being used, and the >>> bash "which" IIRC also shows if an alias or function is involved

Re: graphic host on cli server?

2018-01-20 Thread Morgan Read
Are virtual machines running on hardware with graphics capability considered 'headless clients'? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: graphic host on cli server?

2018-01-20 Thread Morgan Read
Apologies Patrick: Morgan and mstuff... are one and the same - I'm still getting to grips with this web interpretation of a mail list, updating 'profile' on the go... That might have caused some confusion where i was coming from. > I'll repeat: the *X server* is the machine with the display...

Re: OT - rm different on Ubuntu than Fedora

2018-01-20 Thread Patrick O'Callaghan
On Sat, 2018-01-20 at 04:34 -0500, Tom H wrote: > On Sat, Jan 20, 2018 at 2:10 AM, Cameron Simpson wrote: > > > > Also: "which rm" should show what executable is being used, and the > > bash "which" IIRC also shows if an alias or function is involved (I'm > > a zsh person myself). > > There's no

Re: OT - rm different on Ubuntu than Fedora

2018-01-20 Thread Jon Ingason
Den 2018-01-20 kl. 10:34, skrev Tom H: > On Sat, Jan 20, 2018 at 2:10 AM, Cameron Simpson wrote: >> >> Also: "which rm" should show what executable is being used, and the >> bash "which" IIRC also shows if an alias or function is involved (I'm >> a zsh person myself). > > There's no "which" built

Re: OT - rm different on Ubuntu than Fedora

2018-01-20 Thread Tom H
On Sat, Jan 20, 2018 at 2:10 AM, Cameron Simpson wrote: > > Also: "which rm" should show what executable is being used, and the > bash "which" IIRC also shows if an alias or function is involved (I'm > a zsh person myself). There's no "which" builtin in bash. IIRC, only tcsh and zsh have one. On

Re: OT - rm different on Ubuntu than Fedora

2018-01-20 Thread Tom H
On Fri, Jan 19, 2018 at 10:03 PM, Tim wrote: > > Off-topic, but I struck an oddity trying to help a friend using Ubuntu > send a wayward Firefox back to un-munged condition. I laboriously gave > him instructions over the phone to type in: > > rm -rfd .cache/mozilla/firefox > > Only to have it chuc