Re: gawk

2018-05-16 Thread Eyal Lebedinsky
On 17/05/18 07:05, Patrick Dupre wrote: Sorry, This is correct, but if I do: print "#" > "tmptmp.txt" ; after print $1 $2 > "tmptmp.txt" ; then I get ^M in my file I do not have the ^M if I only make print $1 $2 > "tmptmp.txt" ; and never make a print "#" Can I avoid these ^M ? I

Re: gawk

2018-05-16 Thread Terry Polzin
On Wed, May 16, 2018, 18:52 Patrick O'Callaghan wrote: > On Wed, 2018-05-16 at 14:43 -0700, Rick Stevens wrote: > > Patrick, this isn't the first time (or second or third) you've posted > > a question with absolutely no context about what you're trying to do. > > If you

Re: gawk

2018-05-16 Thread Patrick O'Callaghan
On Wed, 2018-05-16 at 14:43 -0700, Rick Stevens wrote: > Patrick, this isn't the first time (or second or third) you've posted > a question with absolutely no context about what you're trying to do. > If you want help, you HAVE to tell us what you're trying to accomplish. And maybe once in a

Re: after F27->F28 upgrade, hangs at end of boot

2018-05-16 Thread Ed Greshko
On 05/16/18 02:51, Samuel Sieb wrote: > On 05/15/2018 05:03 AM, Bev in TX wrote: >> Graphics:  Card: InnoTek Systemberatung VirtualBox Graphics Adapter >>             Display Server: x11 (X.org 119.6 ) driver: >> vboxvideo >> Resolution: 1704x1048@59.99hz >>             OpenGL:

Re: gawk

2018-05-16 Thread Jon LaBadie
On Wed, May 16, 2018 at 02:43:09PM -0700, Rick Stevens wrote: > On 05/16/2018 02:11 PM, Samuel Sieb wrote: > > On 05/16/2018 02:05 PM, Patrick Dupre wrote: > >> This is correct, but > >> if I do: > >>   print "#" > "tmptmp.txt" ; > >> after > >> print $1 $2 > "tmptmp.txt" ; > >> > >> then I

Re: After system-upgrade F26->F27, system startup hangs after Reached target System Initialization

2018-05-16 Thread Frédéric
> So I have to force turning off... I do not like that. Did that, rebooted. It stopped for a long time at the same place (2-3 minutes) then showed the login screen! Don't know what happened but it seems that it is fine now. Thanks ___ users mailing

Re: gawk

2018-05-16 Thread Rick Stevens
On 05/16/2018 02:11 PM, Samuel Sieb wrote: > On 05/16/2018 02:05 PM, Patrick Dupre wrote: >> This is correct, but >> if I do: >>   print "#" > "tmptmp.txt" ; >> after >> print $1 $2 > "tmptmp.txt" ; >> >> then I get ^M >> in my file >> I do not have the ^M  if I only make print $1 $2 >

Re: After system-upgrade F26->F27, system startup hangs after Reached target System Initialization

2018-05-16 Thread Frédéric
> What should I do? Just try to reboot another time? Ctrl+Alt+Suppr did not work. Ctrl+Alt+SysReq works only for key S "Emergency Sync complete". All other keys in REISUB give "This sysrq operation is disabled. So I have to force turning off... I do not like that. F

After system-upgrade F26->F27, system startup hangs after Reached target System Initialization

2018-05-16 Thread Frédéric
Hi, I just ran the dnf system-upgrade procedure on my 3rd system and everthing seemed to work fine up to the installation of all packages and reboot. The reboot stopped after "Reached target System Initialization" (see below what is on the screen). I cannot log in via ssh. Ctrl+Alt+FN does not

Re: gawk

2018-05-16 Thread Samuel Sieb
On 05/16/2018 02:05 PM, Patrick Dupre wrote: This is correct, but if I do: print "#" > "tmptmp.txt" ; after print $1 $2 > "tmptmp.txt" ; then I get ^M in my file I do not have the ^M if I only make print $1 $2 > "tmptmp.txt" ; and never make a print "#" Can I avoid these ^M ? This

Re: gawk

2018-05-16 Thread Patrick Dupre
Sorry, This is correct, but if I do: print "#" > "tmptmp.txt" ; after print $1 $2 > "tmptmp.txt" ; then I get ^M in my file I do not have the ^M if I only make print $1 $2 > "tmptmp.txt" ; and never make a print "#" Can I avoid these ^M ? Thank.

Re: gawk

2018-05-16 Thread Samuel Sieb
On 05/16/2018 01:53 PM, Patrick Dupre wrote: How can I print a "#" with gawk? Some more context would help, but gawk -e '{print "#" }' works. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

gawk

2018-05-16 Thread Patrick Dupre
Hello How can I print a "#" with gawk? Thank === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | |

Re: Compile issues after F27 -> F28 upgrade

2018-05-16 Thread stan
On Wed, 16 May 2018 10:16:26 -0700 a...@clueserver.org wrote: > I did an upgrade from Fedora 27 to the Fedora 28 beta a while back. > (About a week before final release.) After the update I tried to > recompile a program I use often. The program would compile after a > bit of patching, but it

Compile issues after F27 -> F28 upgrade

2018-05-16 Thread alan
I did an upgrade from Fedora 27 to the Fedora 28 beta a while back. (About a week before final release.) After the update I tried to recompile a program I use often. The program would compile after a bit of patching, but it would not start. Using ldd I was able to determine that the ldconfig

Re: after F27->F28 upgrade, hangs at end of boot

2018-05-16 Thread Rick Stevens
On 05/16/2018 12:07 AM, Tim via users wrote: > Tim wrote: >>> I bought a recent motherboard, that uses some intel HD Graphics 630 >>> (rev 04) chipset, yet X seems to be using i915 drivers as a basic >>> way of using the chipset. > > Samuel Sieb: >> Isn't that the right driver? > > Don't know,

Re: F27 problems with pam?

2018-05-16 Thread stan
On Wed, 16 May 2018 10:09:04 +0200 Gianluca Cecchi wrote: > BTW: with latest updates there is also a problem with audio card, not > detected any more. > From hwinfo point of view I see this: > > snd_hda_codec_hdmi: /devices/pci:00/:00:1b.0/hdaudioC0D3 >

Re: after F27->F28 upgrade, hangs at end of boot

2018-05-16 Thread stan
> > On May 15, 2018, at 1:51 PM, Samuel Sieb wrote: > > It's likely that the vbox video driver doesn't have the full > > support that works with Wayland. On Wed, 16 May 2018 06:50:44 -0500 Bev in TX wrote: > Is this a Gnome specific issue, or does it

Re: Unable to lower cpu frequency

2018-05-16 Thread stan
On Tue, 15 May 2018 19:59:53 -0600 JD wrote: > # /bin/cpupower --cpu all frequency-set -g performance 2G > # /bin/cpupower --cpu all frequency-info | grep "current CPU > frequency is" current CPU frequency is 2.80 GHz (asserted by call to > hardware). current CPU frequency is

Re: Dialog box pops up now when double clicking on desktop icons in LXDE, asking for confirmation. Want to stop this behavior.

2018-05-16 Thread stan
On Tue, 15 May 2018 16:02:12 -0700 Samuel Sieb wrote: > You can go into the ~/Desktop folder and see the files that > correspond to the icons. They should be .desktop files, but maybe > they weren't before. They are all desktop now. I'm pretty sure I would have noticed if

Re: after F27->F28 upgrade, hangs at end of boot

2018-05-16 Thread Bev in TX
Is this a Gnome specific issue, or does it affect all Linux desktops? Thanks, Bev in TX > On May 15, 2018, at 1:51 PM, Samuel Sieb wrote: > > On 05/15/2018 05:03 AM, Bev in TX wrote: >> Graphics: Card: InnoTek Systemberatung VirtualBox Graphics Adapter >>Display

Re: Default video player -

2018-05-16 Thread Bob Goodwin
On 05/16/18 00:55, Samuel Sieb wrote: If you're setting it from the file manager, then it will be specific to each file type.  In Gnome settings, there's an option to set the default video player which covers all video formats. ___ I looked in

Re: F27 problems with pam?

2018-05-16 Thread Gianluca Cecchi
On Tue, May 15, 2018 at 5:05 PM, Gianluca Cecchi wrote: > Hello, > an update this morning and after that I register several problems: > > 1) delay in login session (lightdm) > 2) delay/fail of logout/shutdown from inside gui > 3) unable to open wifi connections from

Re: after F27->F28 upgrade, hangs at end of boot

2018-05-16 Thread Tim via users
Tim wrote: >> I bought a recent motherboard, that uses some intel HD Graphics 630 >> (rev 04) chipset, yet X seems to be using i915 drivers as a basic >> way of using the chipset. Samuel Sieb: > Isn't that the right driver? Don't know, can't tell. There doesn't appear to be any related