Re: F22 numlock failing

2015-08-23 Thread fedora
Did you try xconf-query? man xconf-query suomi On 2015-08-23 19:37, Tom Horsley wrote: I can't help I'm afraid, but I noticed that with fedora 22 on my system, the keyboard always starts with the numlock LED turned on, but the actual numlock keyboard state turned off. Something is definitely "

Re: Rsnapshot update

2015-08-23 Thread Patrick O'Callaghan
On Sun, 2015-08-23 at 14:01 -0400, Rahul Sundaram wrote: > Hi > > On Sun, Aug 23, 2015 at 1:26 PM, Patrick O'Callaghan wrote: > > > The Rsnapshot author recently released version 1.4.1, yet Fedora > > only > > has 1.3.1, originally released in 2008. Is this being maintained? > > > File a bug re

Re: Fedora 22 on Raspberry Pi 2

2015-08-23 Thread g
On 08/23/15 16:10, rowan wrote: <<>> > Copying /etc/shadow and /etc/password from another system to the > Raspberry allowed me to log in. The root partition created from other > instructions was too small and any attempt to update caused it to run > out of space. Created another partition u

Re: Fedora 22 on Raspberry Pi 2

2015-08-23 Thread Robert Moskowitz
On 08/23/2015 05:10 PM, rowan wrote: On 8/22/2015 9:54 PM, g wrote: On 08/22/15 19:59, rowan wrote:> Have 7 Raspberry units now, 1 model B single core, 6 Pi 2 quad core.> The single core unit is running Pidora, a little sluggish but it is> running e-mail, Apache, MySQL, and is a fax serve

Re: Fedora 22 on Raspberry Pi 2

2015-08-23 Thread rowan
On 8/22/2015 9:54 PM, g wrote: On 08/22/15 19:59, rowan wrote:> Have 7 Raspberry units now, 1 model B single core, 6 Pi 2 quad core.> The single core unit is running Pidora, a little sluggish but it is> running e-mail, Apache, MySQL, and is a fax server. Two of the model 2> units are running

Re: make sudo stop sending mail?

2015-08-23 Thread Tom H
On Sun, Aug 23, 2015 at 3:02 PM, Tom Horsley wrote: > > In fedora 22, sudo apparently defaults to sending mail out > about unsuccessful sudo attempts. I have a bunch of automated > tests that run on my system, one of them attempts to use sudo > to verify that it fails :-). As a result I keep getti

Re: make sudo stop sending mail?

2015-08-23 Thread Joe Zeff
On 08/23/2015 12:02 PM, Tom Horsley wrote: Is there a simple way to make the mail stop? Perhaps my best bet it is tell it to use /bin/true as a mailer? I think the traditional destination in cases like this is /dev/null but ICBW. -- users mailing list users@lists.fedoraproject.org To unsubscr

make sudo stop sending mail?

2015-08-23 Thread Tom Horsley
In fedora 22, sudo apparently defaults to sending mail out about unsuccessful sudo attempts. I have a bunch of automated tests that run on my system, one of them attempts to use sudo to verify that it fails :-). As a result I keep getting all sorts of mail about these failures. I see lots of mail

Re: Rsnapshot update

2015-08-23 Thread Rahul Sundaram
Hi On Sun, Aug 23, 2015 at 1:26 PM, Patrick O'Callaghan wrote: > The Rsnapshot author recently released version 1.4.1, yet Fedora only > has 1.3.1, originally released in 2008. Is this being maintained? File a bug report in bugzilla https://admin.fedoraproject.org/pkgdb/package/rsnapshot/ htt

Re: F22 numlock failing

2015-08-23 Thread Tom Horsley
I can't help I'm afraid, but I noticed that with fedora 22 on my system, the keyboard always starts with the numlock LED turned on, but the actual numlock keyboard state turned off. Something is definitely "helpfully" screwing around with this stuff, but I have no idea what is doing it. Since I us

Rsnapshot update

2015-08-23 Thread Patrick O'Callaghan
The Rsnapshot author recently released version 1.4.1, yet Fedora only has 1.3.1, originally released in 2008. Is this being maintained? poc -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fed

Re: HP CP3525dn Printer Doesn't Work with Fedora 22

2015-08-23 Thread thraex
Fred Smith wrote: On Sun, Aug 23, 2015 at 07:15:59AM +0800, Ed Greshko wrote: On 08/23/15 06:41, Fred Smith wrote: On Sat, Aug 22, 2015 at 12:07:50PM -0400, Fred Smith wrote: Oops. My bad. The problem and solution are as I stated, but it wasn't this list, it was Centos list. Sorry. Was the s

Re: Fedup half-complete

2015-08-23 Thread Michael Schwendt
On Sun, 23 Aug 2015 12:14:32 +0100, Timothy Murphy wrote: > I followed the instructions at > > to upgrade my second-best laptop from Fedora-21 to 22. > The upgrade failed halfway through with memory warnings of some type. Isn't "memory w

F22 numlock failing

2015-08-23 Thread Beartooth
I use the number pad a lot, and the number keys below the F-keys only for the upper case; so I keep my bios set to boot up with it on, and expect it to stay on, unless I tell it otherwise. Yet lately I've been being pulled up sharp a dozen times a day and more to sudden large inconveni

Re: Fedup half-complete

2015-08-23 Thread Ed Greshko
On 08/23/15 19:14, Timothy Murphy wrote: > I followed the instructions at > > to upgrade my second-best laptop from Fedora-21 to 22. > The upgrade failed halfway through with memory warnings of some type. > I ran fedora-upgrade again, and

Re: list all the rpms in a group

2015-08-23 Thread Robert Moskowitz
Thanks that does the trick. On 08/23/2015 08:33 AM, Ed Greshko wrote: On 08/23/15 20:23, Robert Moskowitz wrote: How can I list all the rpms in a group. I tried dnf group list "Web Server" and dnf list "Web Server" neither is the bit of magic I desire... I believe you want... dnf group

Re: Fedora 22: unable to send mail

2015-08-23 Thread Patrick O'Callaghan
On Sun, 2015-08-23 at 08:13 +0200, Martin Skjöldebrand wrote: > Hi, > > Been googling this a bit without find a solution. > I installed Fedora 22 on my laptop, and I find that I can recieve > mail > in Evolution, but not send. Only thing that happens is that the > sending process times out. >

Re: list all the rpms in a group

2015-08-23 Thread Ed Greshko
On 08/23/15 20:23, Robert Moskowitz wrote: > How can I list all the rpms in a group. > > I tried > > dnf group list "Web Server" > > and > > dnf list "Web Server" > > neither is the bit of magic I desire... > > I believe you want... dnf group info "Web Server" to start with but the operation is

list all the rpms in a group

2015-08-23 Thread Robert Moskowitz
How can I list all the rpms in a group. I tried dnf group list "Web Server" and dnf list "Web Server" neither is the bit of magic I desire... thanks -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/li

Fedup half-complete

2015-08-23 Thread Timothy Murphy
I followed the instructions at to upgrade my second-best laptop from Fedora-21 to 22. The upgrade failed halfway through with memory warnings of some type. I ran fedora-upgrade again, and this time it installed all the packages, but hung h

Losing connection on a repeated wireless network

2015-08-23 Thread Antonio M
I am using a Picostation to repeat the resort's wireless network, from A SSID to B SSID. I am using DD-Wrt software, but sometimes on Fedora (but also on Ubuntu on another machine) I lose the connection (a question mark replaces the wireless icon) and I have to switch off and the switch on the wir

Re: upgrading from f21 to f22

2015-08-23 Thread Michael Schwendt
On Sat, 22 Aug 2015 17:49:48 -0700, Paolo Galtieri wrote: > >> I have a laptop which was running F19. I have upgraded it to F20 using > >> fedup and then upgraded from f20 to f21 using fedup. This all worked > >> quite well. I'm now trying to upgrade to f22 using fedup. When I run > >> > >> fed

Re: Fedora 22: unable to send mail

2015-08-23 Thread g
On 08/23/15 02:44, Martin Skjöldebrand wrote: > Update so far: Using Thunderbird I am able to connect properly and > send email on my GMail account. It finds and autoconfigures all > settings. On Evolution it doesn't. > > I can recieve mail on both Thunderbird and Evolution. > > Regarding my

Re: Fedora 22: unable to send mail

2015-08-23 Thread g
On 08/23/15 02:30, Shaheen Bakhtiar wrote: >> On Aug 23, 2015, at 12:22 AM, g wrote: >> On 08/23/15 01:58, Martin Skjöldebrand wrote: >>> Quoting Ed Greshko : On 08/23/15 14:13, Martin Skjöldebrand wrote: > Been googling this a bit without find a solution. > I installed Fedora 22 on

Re: Fedora 22: unable to send mail

2015-08-23 Thread Martin Skjöldebrand
Update so far: Using Thunderbird I am able to connect properly and send email on my GMail account. It finds and autoconfigures all settings. On Evolution it doesn't. I can recieve mail on both Thunderbird and Evolution. Regarding my own server Thunderbird reports that the password/username

Re: Firefox, HTML5 and high res. videos

2015-08-23 Thread Ahmad Samir
On 23 August 2015 at 09:06, Heinz Diehl wrote: > On 23.08.2015, Ahmad Samir wrote: > > > I am not sure what exactly is happening on your system, but I'd try > > enabling MSE with h264, make sure these are set to true: > > media.fragmented-mp4.enabled > > media.fragmented-mp4.exposed > > media.fra

Re: Fedora 22: unable to send mail

2015-08-23 Thread g
On 08/23/15 02:10, Martin Skjöldebrand wrote: > Quoting g : >> On 08/23/15 01:13, Martin Skjöldebrand wrote: >>> Hi, >>> >> . >> hello. >> >>> Been googling this a bit without find a solution. >>> I installed Fedora 22 on my laptop, and I find that I can recieve mail >>> in Evolution, but not sen

Re: Fedora 22: unable to send mail

2015-08-23 Thread Shaheen Bakhtiar
> On Aug 23, 2015, at 12:22 AM, g wrote: > > > > On 08/23/15 01:58, Martin Skjöldebrand wrote: >> >> Quoting Ed Greshko : >>> On 08/23/15 14:13, Martin Skjöldebrand wrote: Been googling this a bit without find a solution. I installed Fedora 22 on my laptop, and I find that I can rec

Re: Fedora 22: unable to send mail

2015-08-23 Thread g
On 08/23/15 01:58, Martin Skjöldebrand wrote: > > Quoting Ed Greshko : >> On 08/23/15 14:13, Martin Skjöldebrand wrote: >>> Been googling this a bit without find a solution. >>> I installed Fedora 22 on my laptop, and I find that I can recieve >>> mail in Evolution, but not send. Only thing tha

Re: Fedora 22: unable to send mail

2015-08-23 Thread Ed Greshko
On 08/23/15 14:58, Martin Skjöldebrand wrote: > > Quoting Ed Greshko : > >> On 08/23/15 14:13, Martin Skjöldebrand wrote: >>> Been googling this a bit without find a solution. >>> I installed Fedora 22 on my laptop, and I find that I can recieve mail in >>> Evolution, but not send. Only thing that

Re: Fedora 22: unable to send mail

2015-08-23 Thread Ed Greshko
On 08/23/15 15:12, Heinz Diehl wrote: > First, I would test if you can reach the mailserver at all: > > telnet smtp.gmail.com 25 That isn't the proper set up for a gmail account. :-) -- It seems most people that say they are "done talking about it" never really are until given the last word.

Re: Fedora 22: unable to send mail

2015-08-23 Thread Heinz Diehl
On 23.08.2015, Martin Skjöldebrand wrote: > Sending mail from both webmail accounts (on the servers) works as expected. > Any ideas? First, I would test if you can reach the mailserver at all: telnet smtp.gmail.com 25 If this succeeds, then nstall tcptraceroute (or something similar) and run i

Re: Fedora 22: unable to send mail

2015-08-23 Thread Martin Skjöldebrand
Quoting g : On 08/23/15 01:13, Martin Skjöldebrand wrote: Hi, . hello. Been googling this a bit without find a solution. I installed Fedora 22 on my laptop, and I find that I can recieve mail in Evolution, but not send. Only thing that happens is that the sending process times out. Updat

Re: Firefox, HTML5 and high res. videos

2015-08-23 Thread Heinz Diehl
On 23.08.2015, Ahmad Samir wrote: > I am not sure what exactly is happening on your system, but I'd try > enabling MSE with h264, make sure these are set to true: > media.fragmented-mp4.enabled > media.fragmented-mp4.exposed > media.fragmented-mp4.ffmpeg.enabled > media.mediasource.mp4.enabled T

Re: Fedora 22: unable to send mail

2015-08-23 Thread g
On 08/23/15 01:13, Martin Skjöldebrand wrote: > Hi, > . hello. > Been googling this a bit without find a solution. > I installed Fedora 22 on my laptop, and I find that I can recieve mail > in Evolution, but not send. Only thing that happens is that the > sending process times out. > . are y