Re: shutdown doesn't shut down

2015-02-04 Thread Chris Murphy
On Wed, Feb 4, 2015 at 9:07 PM, Ralf Corsepius wrote: > FYI: On the Intel, I found changing "Wake up on LAN from S4/5" in the UEFI > setup to "disabled" makes "shutdown now" working (This mobo has plenty of > tuneable settings in its BIOS/UEFI setup). > > I don't understand this, but ... well, ker

Re: FC21 intermittently booting up to black/blank screen

2015-02-04 Thread poma
On 04.02.2015 20:49, linuxnutster wrote: > > On 02/04/2015 02:19 PM, poma wrote: >> On 04.02.2015 13:18, linuxnuts...@videotron.ca wrote: >>> Hello, >>> >>> Subsequent to a fedup from FC20 to FC21, I've been having bootup issues >>> which I believe are VGA driver related. Every now and then I star

Re: Brother HL-L2340DW -_-

2015-02-04 Thread poma
On 04.02.2015 20:46, Bob Goodwin wrote: > > On 02/04/15 13:53, poma wrote: >> Here, Bob just for you.;) >> http://www.brother-usa.com/askus/default.aspx?PGID=1&R3ModelID=HLL2340DW > * > *My question was "*Has anyone installed an HL-L2340DW printer? If so I > am curious to know what driver you use

Re: shutdown doesn't shut down

2015-02-04 Thread Ralf Corsepius
On 02/04/2015 10:11 PM, Chris Murphy wrote: On Wed, Feb 4, 2015 at 11:04 AM, Ralf Corsepius wrote: On 02/04/2015 06:19 PM, jd1008 wrote: shutdown -P now FYI: On the Intel, I found changing "Wake up on LAN from S4/5" in the UEFI setup to "disabled" makes "shutdown now" working (This mobo ha

Re: SOLVED mdadm: Cannot get exclusive access to /dev/md127

2015-02-04 Thread Rich Emberson
Thanks for the help! cryptsetup luksClose luks-ab8911f9-b3a4-4f33-8b10-7e52c7217ae9 did the trick. Steps Remove entry from /etc/fstab # vi /etc/fstab then following sequence of commands: # lsof +d /raid1/ # lsof +D /raid1/ # df # mount # cryptsetup luksClose luks-ab8911f9-b3a4-4f33

Re: shutdown doesn't shut down

2015-02-04 Thread jd1008
On 02/04/2015 02:11 PM, Chris Murphy wrote: On Wed, Feb 4, 2015 at 11:04 AM, Ralf Corsepius wrote: On 02/04/2015 06:19 PM, jd1008 wrote: shutdown -P now FYI, /usr/sbin/shutdown is a symlink to systemctl. Try sync && poweroff -f If that still results in a reboot, it's a kernel bug, accordin

Re: Brother HL-L2340DW -

2015-02-04 Thread g
On 02/04/2015 03:02 PM, Bob Goodwin wrote: <> > Well I don't know that they deserve that. They do provide Linux > drivers for many of their printers, this one is bottom of the line > and seems to be exactly what they specify it to be. And it does work > using other drivers, I might not be able t

Re: shutdown doesn't shut down

2015-02-04 Thread Chris Murphy
On Wed, Feb 4, 2015 at 8:34 AM, Fred Smith wrote: > On Wed, Feb 04, 2015 at 08:47:46AM -0500, Matthew Miller wrote: >> On Wed, Feb 04, 2015 at 01:35:13PM +, Gary Stainburn wrote: >> > > doesn't shutdown and halt/power off. >> > > Instead, these machines shutdown and immediately reboot. >> > Tr

Re: shutdown doesn't shut down

2015-02-04 Thread Chris Murphy
On Wed, Feb 4, 2015 at 11:04 AM, Ralf Corsepius wrote: > On 02/04/2015 06:19 PM, jd1008 wrote: >> >> shutdown -P now FYI, /usr/sbin/shutdown is a symlink to systemctl. Try sync && poweroff -f If that still results in a reboot, it's a kernel bug, according to http://freedesktop.org/wiki/Software

Re: Brother HL-L2340DW -

2015-02-04 Thread Bob Goodwin
On 02/04/15 15:44, g wrote: yep. that is what i show with my samsung printer.:-) along with Fred Smith's suggestion, you should also, reply to the "solution" email they sent you with your 'printers' screen and a link to the brother page that shows the linux drivers for the printer. if it where

Re: Brother HL-L2340DW -

2015-02-04 Thread Bob Goodwin
On 02/04/15 15:18, Fred Smith wrote: well. in that case, it may be a good idea to: 1. open a support ticket with Brother, specifically to get their web site's download page fixed; 2. search their site for the driver installer I mentioned in an earlier mail. it is supposed to be able to f

Re: Brother HL-L2340DW -

2015-02-04 Thread g
On 02/04/2015 11:28 AM, Bob Goodwin wrote: > > On 02/04/15 12:07, g wrote: >> so pull both. >> >> whether or not it works, elephrino, i do not have the printer to test >> with, but yum sure wants both packages. > Yes, it wants both rpm's, not sure what to do with the result? I'll try > the char

Re: Brother HL-L2340DW -

2015-02-04 Thread Fred Smith
On Wed, Feb 04, 2015 at 11:10:03AM -0500, Bob Goodwin wrote: > > On 02/04/15 10:44, Fred Smith wrote: > >if you go to the SECOND link shown on that search page, you'll find > >yourself at the Brother download page for that printer. select > >"linux (rpm)", click the SEARCH button, and voila, you'r

Re: FC21 intermittently booting up to black/blank screen

2015-02-04 Thread linuxnutster
On 02/04/2015 02:19 PM, poma wrote: On 04.02.2015 13:18, linuxnuts...@videotron.ca wrote: Hello, Subsequent to a fedup from FC20 to FC21, I've been having bootup issues which I believe are VGA driver related. Every now and then I start my computer and it boots up to a blank screen and hangs. W

Re: Brother HL-L2340DW -

2015-02-04 Thread Bob Goodwin
On 02/04/15 13:53, poma wrote: Here, Bob just for you.;) http://www.brother-usa.com/askus/default.aspx?PGID=1&R3ModelID=HLL2340DW * *My question was "*Has anyone installed an HL-L2340DW printer? If so I am curious to know what driver you used?" We keep getting further from answering that. La

Re: Moving old Thunderbird and Firefox in to new setup

2015-02-04 Thread Steven Rosenberg
I think you have to go into the applications and point them to the specific user file. When you do a new install, new user files are created, and the applications point to those rather than anything you bring over from your previous install. Here are some Mozilla docs that I've used to do this in

Re: shutdown doesn't shut down

2015-02-04 Thread poma
On 04.02.2015 14:11, Ralf Corsepius wrote: > Hi, > > on several machines, I am observing that > > # shutdown now > > doesn't shutdown and halt/power off. > > Instead, these machines shutdown and immediately reboot. > > Any ideas? > Deal with it, the machine refuses to fade away! Dawn of AI.

Re: FC21 intermittently booting up to black/blank screen

2015-02-04 Thread poma
On 04.02.2015 13:18, linuxnuts...@videotron.ca wrote: > Hello, > > Subsequent to a fedup from FC20 to FC21, I've been having bootup issues > which I believe are VGA driver related. Every now and then I start my > computer and it boots up to a blank screen and hangs. When I move the > mouse, an

Re: Impossible to add a remote printer

2015-02-04 Thread poma
On 03.02.2015 18:15, poma wrote: > On 03.02.2015 11:07, Thomas Woerner wrote: >> On 02/02/2015 05:55 PM, poma wrote: >>> On 02.02.2015 17:49, poma wrote: On 02.02.2015 17:36, Tim Waugh wrote: > On Mon, 2015-02-02 at 17:32 +0100, poma wrote: >> can this mechanism be improved in the way

Re: Brother HL-L2340DW -

2015-02-04 Thread poma
On 04.02.2015 19:18, Bob Goodwin wrote: > > Dunno what to do with it ... > Here, Bob just for you. ;) http://www.brother-usa.com/askus/default.aspx?PGID=1&R3ModelID=HLL2340DW -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedora

Re: Brother HL-L2340DW -

2015-02-04 Thread Bob Goodwin
On 02/04/15 12:37, poma wrote: What is my point!? Really Bob? # yum -q install brgenml1lpr-3.1.0-1.i386.rpm brgenml1cupswrapper-3.1.0-1.i386.rpm Package Arch Version

Re: shutdown doesn't shut down

2015-02-04 Thread Ralf Corsepius
On 02/04/2015 06:19 PM, jd1008 wrote: shutdown -P now Same result as before: Shutdown and reboot. Ralf -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedo

Re: Brother HL-L2340DW -

2015-02-04 Thread poma
On 04.02.2015 16:35, Bob Goodwin wrote: > > On 02/04/15 10:20, poma wrote: >> How Hard is it? >> http://lmgtfy.com/?q=HL-L2340DW+Linux+download >> > Hard enough. > > That URL simply shows a Google list of sites, many of them red since > I've been there ... > > What is your point? > > Bob > W

Re: Brother HL-L2340DW -

2015-02-04 Thread Bob Goodwin
On 02/04/15 12:07, g wrote: so pull both. whether or not it works, elephrino, i do not have the printer to test with, but yum sure wants both packages. Yes, it wants both rpm's, not sure what to do with the result? I'll try the chart again that was hosed itn the earlier message, maybe this tim

Re: Brother HL-L2340DW -

2015-02-04 Thread Bob Goodwin
On 02/04/15 10:39, Fred Smith wrote: I've been using the brother driver installer linux-printer-installer-2.0.0-1 for my brother printers and it works well. it seems to do all the various tweaks you'd otherwise need to do by hand. If there IS a Brother driver for that printer, it should find it

Re: shutdown doesn't shut down

2015-02-04 Thread jd1008
shutdown -P now On 02/04/2015 06:57 AM, Ralf Corsepius wrote: On 02/04/2015 02:35 PM, Gary Stainburn wrote: On Wednesday 04 February 2015 13:11:26 Ralf Corsepius wrote: Hi, on several machines, I am observing that # shutdown now doesn't shutdown and halt/power off. Instead, these machines

Re: Brother HL-L2340DW -

2015-02-04 Thread g
*SSS* see below On 02/04/2015 10:35 AM, g wrote: > hello Bob. <<>> > selecting (x) linux and (x) linux (rpm) and clicking [search], > you get; *BELOW* in playing with cups and installing the cups wrapper, i found that you must also install the 'generic lpr printer driver' > http://s

Re: Brother HL-L2340DW -

2015-02-04 Thread g
hello Bob. On 02/04/2015 08:55 AM, Bob Goodwin wrote: > Has anyone installed an HL-L2340DW printer? If so I am curious to > know what driver you used? I prefer installing via CUPS but find no > driver in the HL2300 series. Brother apparently has none that I can > find. > > It prints from our wire

Re: Blocking POODLE [SOLVED]

2015-02-04 Thread Matthew Saltzman
...at long last (but I don't understand everything--see below). On Sat, 2015-01-17 at 17:07 +0100, Andre Speelmans wrote: > > Thanks for the suggestion. Changing the min (and fallback-limit, > > because I didn't know what that did) to 10 does not cause a failure to > > connect. So either (a) the

Re: Brother HL-L2340DW -

2015-02-04 Thread Bob Goodwin
On 02/04/15 10:44, Fred Smith wrote: if you go to the SECOND link shown on that search page, you'll find yourself at the Brother download page for that printer. select "linux (rpm)", click the SEARCH button, and voila, you're taken to the brother Download page for the two packages you need to in

Re: Brother HL-L2340DW -

2015-02-04 Thread Fred Smith
On Wed, Feb 04, 2015 at 10:35:34AM -0500, Bob Goodwin wrote: > > On 02/04/15 10:20, poma wrote: > >How Hard is it? > >http://lmgtfy.com/?q=HL-L2340DW+Linux+download > > > Hard enough. > > That URL simply shows a Google list of sites, many of them red since > I've been there ... > > What is your

Re: Brother HL-L2340DW -

2015-02-04 Thread Fred Smith
On Wed, Feb 04, 2015 at 09:55:13AM -0500, Bob Goodwin wrote: > Has anyone installed an HL-L2340DW printer? If so I am curious to > know what driver you used? I prefer installing via CUPS but find no > driver in the HL2300 series. Brother apparently has none that I can > find. > > It prints from ou

Re: Brother HL-L2340DW -

2015-02-04 Thread Bob Goodwin
On 02/04/15 10:20, poma wrote: How Hard is it? http://lmgtfy.com/?q=HL-L2340DW+Linux+download Hard enough. That URL simply shows a Google list of sites, many of them red since I've been there ... What is your point? Bob -- http://www.qrz.com/db/W2BOD box10 Fedora-21/64bit Linux/XFCE --

Re: shutdown doesn't shut down

2015-02-04 Thread Fred Smith
On Wed, Feb 04, 2015 at 08:47:46AM -0500, Matthew Miller wrote: > On Wed, Feb 04, 2015 at 01:35:13PM +, Gary Stainburn wrote: > > > doesn't shutdown and halt/power off. > > > Instead, these machines shutdown and immediately reboot. > > Try > > shutdown -h now > > The -h means halt > > look at

Re: Brother HL-L2340DW -

2015-02-04 Thread poma
On 04.02.2015 16:07, Derrik Walker v2.0 wrote: > On 2/4/15 9:55, Bob Goodwin wrote: >> Has anyone installed an HL-L2340DW printer? If so I am curious to know >> what driver you used? I prefer installing via CUPS but find no driver >> in the HL2300 series. Brother apparently has none that I can fi

Re: shutdown doesn't shut down

2015-02-04 Thread Ralf Corsepius
On 02/04/2015 03:38 PM, Matthew Miller wrote: On Wed, Feb 04, 2015 at 03:23:57PM +0100, Ralf Corsepius wrote: One of these is a new Fedora installation on a pretty new machine. The other one had exhibited the "shutdown -r"-behavior for a longer period when it was equipped with fc20, until the is

Re: Brother HL-L2340DW -

2015-02-04 Thread Derrik Walker v2.0
On 2/4/15 9:55, Bob Goodwin wrote: Has anyone installed an HL-L2340DW printer? If so I am curious to know what driver you used? I prefer installing via CUPS but find no driver in the HL2300 series. Brother apparently has none that I can find. It prints from our wireless LAN using the CUPS driv

Brother HL-L2340DW -

2015-02-04 Thread Bob Goodwin
Has anyone installed an HL-L2340DW printer? If so I am curious to know what driver you used? I prefer installing via CUPS but find no driver in the HL2300 series. Brother apparently has none that I can find. It prints from our wireless LAN using the CUPS driver for the HL-2170W but I am not ce

Re: shutdown doesn't shut down

2015-02-04 Thread Matthew Miller
On Wed, Feb 04, 2015 at 03:23:57PM +0100, Ralf Corsepius wrote: > One of these is a new Fedora installation on a pretty new machine. > The other one had exhibited the "shutdown -r"-behavior for a longer > period when it was equipped with fc20, until the issue somehow > "automagically" went away. No

Re: shutdown doesn't shut down

2015-02-04 Thread Ralf Corsepius
On 02/04/2015 02:47 PM, Matthew Miller wrote: On Wed, Feb 04, 2015 at 01:35:13PM +, Gary Stainburn wrote: doesn't shutdown and halt/power off. Instead, these machines shutdown and immediately reboot. Try shutdown -h now The -h means halt look at [...] man shutdown Right --poweroff s

Re: shutdown doesn't shut down

2015-02-04 Thread Ralf Corsepius
On 02/04/2015 02:35 PM, Gary Stainburn wrote: On Wednesday 04 February 2015 13:11:26 Ralf Corsepius wrote: Hi, on several machines, I am observing that # shutdown now doesn't shutdown and halt/power off. Instead, these machines shutdown and immediately reboot. Any ideas? Ralf PS.: I am on

Re: shutdown doesn't shut down

2015-02-04 Thread Gary Stainburn
On Wednesday 04 February 2015 13:47:46 Matthew Miller wrote: > > man shutdown > > Right --poweroff should be the default. --halt should bring it to a > halted state but leave the power on (not so useful these days), which > is I guess why -h is now equivalent to --poweroff and you need to use >

Re: shutdown doesn't shut down

2015-02-04 Thread Matthew Miller
On Wed, Feb 04, 2015 at 01:35:13PM +, Gary Stainburn wrote: > > doesn't shutdown and halt/power off. > > Instead, these machines shutdown and immediately reboot. > Try > shutdown -h now > The -h means halt > look at [...] > man shutdown Right --poweroff should be the default. --halt shoul

Re: shutdown doesn't shut down

2015-02-04 Thread Gary Stainburn
On Wednesday 04 February 2015 13:11:26 Ralf Corsepius wrote: > Hi, > > on several machines, I am observing that > > # shutdown now > > doesn't shutdown and halt/power off. > > Instead, these machines shutdown and immediately reboot. > > Any ideas? > > Ralf > > PS.: I am only observing this issue on

shutdown doesn't shut down

2015-02-04 Thread Ralf Corsepius
Hi, on several machines, I am observing that # shutdown now doesn't shutdown and halt/power off. Instead, these machines shutdown and immediately reboot. Any ideas? Ralf PS.: I am only observing this issue on UEFI machines. My BIOS-machines all shutdown/halt/poweroff. -- users mailing list

FC21 intermittently booting up to black/blank screen

2015-02-04 Thread linuxnutster
Hello, Subsequent to a fedup from FC20 to FC21, I've been having bootup issues which I believe are VGA driver related. Every now and then I start my computer and it boots up to a blank screen and hangs. When I move the mouse, an X-shaped cursor appears. The latter does move with the mouse. On