Re: How to automate iptables-restore

2016-12-15 Thread jd1008
On 12/15/2016 11:50 AM, Rick Stevens wrote: On 12/15/2016 10:17 AM, jd1008 wrote: Following up on recent posts re: masking and disabling firewalld, I wanted to understand how to automate /usr/sbin/iptables-restore < /etc/sysconfig/my_iptables The standard spot to keep your iptables conf

How to automate iptables-restore

2016-12-15 Thread jd1008
Following up on recent posts re: masking and disabling firewalld, I wanted to understand how to automate /usr/sbin/iptables-restore < /etc/sysconfig/my_iptables ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: disk monopolized?

2016-12-11 Thread jd1008
6 12:51 PM, Eric Griffith wrote: On a related note, did the kernel devs ever fix the bug where high I/O would make the system basically unusable? This sounds a lot like that, but I thought stuff like blk-mq were supposed to fix it. On Sun, Dec 11, 2016 at 1:13 PM, jd1008 <jd1...@gmail.com

Re: disk monopolized?

2016-12-11 Thread jd1008
On 12/11/2016 06:08 AM, Tom Horsley wrote: Last night I was "optimizing" a qcow2 virtual image (after zero filling the free space), running (as root): qemu-img convert -f qcow2 -O qcow2 old.img new.img The copying and scanning for zero blocks pretty much took over the disk. Anything else I

Re: Fedora 25 - Terminal - Utilities - Why is it hidden away?

2016-12-07 Thread jd1008
On 12/07/2016 07:00 PM, Dan Irwin wrote: Hi all, Playing with Fedora 25. I'm shocked to see the terminal is still hidden away in the utilities group. I'm pretty sure near 100% of users add Terminal to the favorites immediately after install. Surely the #1 use case of Fedora on the

Re: writing iso image to blank dvd

2016-12-06 Thread jd1008
On 12/06/2016 11:08 AM, Rick Stevens wrote: On 12/06/2016 09:40 AM, jd1008 wrote: On 12/06/2016 10:33 AM, Rick Stevens wrote: On 12/06/2016 08:56 AM, jd1008 wrote: On 12/05/2016 01:58 PM, Samuel Sieb wrote: On 12/05/2016 11:45 AM, jd1008 wrote: dd does not HAVE to know ANYTHING about

Re: writing iso image to blank dvd

2016-12-06 Thread jd1008
On 12/06/2016 10:33 AM, Rick Stevens wrote: On 12/06/2016 08:56 AM, jd1008 wrote: On 12/05/2016 01:58 PM, Samuel Sieb wrote: On 12/05/2016 11:45 AM, jd1008 wrote: dd does not HAVE to know ANYTHING about the layout. The layout is the format of the iso file which was created by the fedora

Re: writing iso image to blank dvd

2016-12-06 Thread jd1008
On 12/05/2016 01:58 PM, Samuel Sieb wrote: On 12/05/2016 11:45 AM, jd1008 wrote: dd does not HAVE to know ANYTHING about the layout. The layout is the format of the iso file which was created by the fedora project for f24 desktop release. I am amazed at the lack of technical knowledge

Re: writing iso image to blank dvd

2016-12-06 Thread jd1008
On 12/05/2016 01:37 PM, Andy Paterson wrote: On Monday 05 Dec 2016 12:27:37 Samuel Sieb wrote: On 12/05/2016 12:14 PM, Andy Paterson wrote: Its tiresome reading this kind of "gui mindness" Who is talking about a gui? Everyone in this thread has been talking about command line tools. There

Re: writing iso image to blank dvd

2016-12-05 Thread jd1008
On 12/05/2016 12:48 PM, Samuel Sieb wrote: On 12/05/2016 11:43 AM, jd1008 wrote: On 12/05/2016 10:13 AM, Samuel Sieb wrote: On 12/05/2016 04:18 AM, Tim wrote: Allegedly, on or about 04 December 2016, Samuel Sieb sent: I haven't tried using dd to write an optical disk. I would not expect

Re: writing iso image to blank dvd

2016-12-05 Thread jd1008
On 12/05/2016 12:39 PM, Samuel Sieb wrote: On 12/05/2016 11:09 AM, Michael Schwendt wrote: The safe cmdline way for burning discs has been "cdrecord" for many years. It may be that "dd" could write to special preformatted discs and possibly with hardware and media that would work together

Re: writing iso image to blank dvd

2016-12-05 Thread jd1008
On 12/05/2016 12:09 PM, Michael Schwendt wrote: On Sun, 4 Dec 2016 19:20:28 -0700, jd1008 wrote: Same thoughts here. One could use /dev/cdrom, which should be a link to /dev/sr0, for reading and creating an ISO image, but not for setting up the device to burn discs "magically"

Re: writing iso image to blank dvd

2016-12-05 Thread jd1008
On 12/05/2016 10:13 AM, Samuel Sieb wrote: On 12/05/2016 04:18 AM, Tim wrote: Allegedly, on or about 04 December 2016, Samuel Sieb sent: I haven't tried using dd to write an optical disk. I would not expect it work and it shouldn't work. I haven't, either. But I'd be inclined to think

Re: writing iso image to blank dvd

2016-12-04 Thread jd1008
On 12/04/2016 07:31 PM, Jack Craig wrote: On Sun, Dec 4, 2016 at 6:20 PM, jd1008 <jd1...@gmail.com <mailto:jd1...@gmail.com>> wrote: On 12/04/2016 01:03 PM, Michael Schwendt wrote: On Sat, 3 Dec 2016 19:05:54 -0800, Samuel Sieb wrote: On 12/03/2

Re: writing iso image to blank dvd

2016-12-04 Thread jd1008
On 12/04/2016 01:03 PM, Michael Schwendt wrote: On Sat, 3 Dec 2016 19:05:54 -0800, Samuel Sieb wrote: On 12/03/2016 05:58 PM, jd1008 wrote: Yes, I know gui apps work. But I am a very old unix/linux user and I have ALWAYS used dd to write iso images onto blank media, and then boot that media

Re: writing iso image to blank dvd

2016-12-04 Thread jd1008
On 12/03/2016 08:51 PM, Jon LaBadie wrote: On Sat, Dec 03, 2016 at 06:12:58PM -0700, jd1008 wrote: Any ideas? As root: # time dd if=/tmp/Fedora-Workstation-Live-x86_64-24-1.2.iso of=/dev/sr0 bs=128K dd: failed to open ‘/dev/sr0’: Read-only file system real0m0.04s user0m0.00s sys

Re: writing iso image to blank dvd

2016-12-03 Thread jd1008
On 12/03/2016 06:47 PM, Jack Craig wrote: On Sat, Dec 3, 2016 at 5:12 PM, jd1008 <jd1...@gmail.com <mailto:jd1...@gmail.com>> wrote: Any ideas? As root: # time dd if=/tmp/Fedora-Workstation-Live-x86_64-24-1.2.iso of=/dev/sr0 bs=128K dd: failed to op

writing iso image to blank dvd

2016-12-03 Thread jd1008
Any ideas? As root: # time dd if=/tmp/Fedora-Workstation-Live-x86_64-24-1.2.iso of=/dev/sr0 bs=128K dd: failed to open ‘/dev/sr0’: Read-only file system real0m0.04s user0m0.00s sys 0m0.00s # ls -l /dev/sr0 brw-rw+ 1 root cdrom 11, 0 Dec 4 00:55 /dev/sr0 I have an icon on

Re: Windows missing from grub.cfg after updating to Fedora 25?

2016-12-02 Thread jd1008
a configure, make and then make install. Was then able to mount the partitions, and just now ran the grub2-mkconfig and it worked. So, not sure what was causign the symbol lookup error?? On 3 Dec 2016 at 11:59, Michael D. Setzer II wrote: On 2 Dec 2016 at 18:54, jd1008 wrote: Subject

Re: Windows missing from grub.cfg after updating to Fedora 25?

2016-12-02 Thread jd1008
On 12/02/2016 06:34 PM, Michael D. Setzer II wrote: I just recently updated a system from Fedora 24 to Fedora 25, and everything seemed to go just fine. Just noticed that windows is no longer on the grub boot menu? Reran grub2-mkconfig -o /boot/grub2/grub.cfg and still nothing. entries for

High cpu usge and high io percentage

2016-11-25 Thread jd1008
ext4-rsv-conver ?? In kernel source /fs/ext4/super.c we see /* * The maximum number of concurrent works can be high and * concurrency isn't really necessary. Limit it to 1. */ EXT4_SB(sb)->rsv_conversion_wq =

Re: Umatrix Firefox Addon -

2016-11-24 Thread jd1008
On 11/24/2016 05:47 PM, Bob Goodwin wrote: Does anyone know why Firefox no longer allows the umatrix addon, not since the update to Firefox 50 two days ago. Umatrix was removed and would not install. I had to downgrade to Firefox 49 and install a copy from the umatrix web page to get it back

Re: Ktorrent problem

2016-11-22 Thread jd1008
On 11/22/2016 04:35 PM, geo.inbox.ignored wrote: On 11/22/2016 04:02 PM, jd1008 wrote: On 11/22/2016 05:45 AM, geo.inbox.ignored wrote: On 11/20/2016 03:06 PM, jd1008 wrote: FYI. Quiting ktorrent does not cause ktorrent to exit. After I quit, I run ps -ef | grep ktorrent and it is still

Re: Ktorrent problem

2016-11-22 Thread jd1008
On 11/22/2016 04:11 PM, Joe Zeff wrote: On 11/22/2016 02:59 PM, jd1008 wrote: On 11/22/2016 03:54 PM, Joe Zeff wrote: On 11/22/2016 02:40 PM, jd1008 wrote: On 11/22/2016 03:31 PM, Joe Zeff wrote: On 11/22/2016 02:02 PM, jd1008 wrote: Well, I don't know. When I ask ktorrent to quit

Re: Ktorrent problem

2016-11-22 Thread jd1008
On 11/22/2016 03:54 PM, Joe Zeff wrote: On 11/22/2016 02:40 PM, jd1008 wrote: On 11/22/2016 03:31 PM, Joe Zeff wrote: On 11/22/2016 02:02 PM, jd1008 wrote: Well, I don't know. When I ask ktorrent to quit, it OUGHT to mean cease and desist (i.e. stop) all operations. If that is NOT what

Re: Ktorrent problem

2016-11-22 Thread jd1008
On 11/22/2016 03:31 PM, Joe Zeff wrote: On 11/22/2016 02:02 PM, jd1008 wrote: Well, I don't know. When I ask ktorrent to quit, it OUGHT to mean cease and desist (i.e. stop) all operations. If that is NOT what it does, then it is a flaw. I tried to check the program's official website

Re: grub recovery

2016-11-22 Thread jd1008
On 11/22/2016 10:35 AM, Pete Travis wrote: On Nov 20, 2016 4:55 PM, "jd1008" <jd1...@gmail.com <mailto:jd1...@gmail.com>> wrote: > > > > On 11/20/2016 02:15 PM, peterlesterh...@telfort.nl <mailto:peterlesterh...@telfort.nl> wrote: >> >>

Re: Ktorrent problem

2016-11-22 Thread jd1008
On 11/22/2016 05:45 AM, geo.inbox.ignored wrote: On 11/20/2016 03:06 PM, jd1008 wrote: FYI. Quiting ktorrent does not cause ktorrent to exit. After I quit, I run ps -ef | grep ktorrent and it is still running long after I quit. hi jd. it has been years when last ran a torrent download

Re: grub recovery

2016-11-20 Thread jd1008
On 11/20/2016 02:15 PM, peterlesterh...@telfort.nl wrote: Hi, After a Windows update my (dual boot) system won't boot into fedora anymore. Somehow the grub bootloader doesn' t start. After booting this is what I see: /Minimal Bash-like line editing is supported. For the first word TAB

Ktorrent problem

2016-11-20 Thread jd1008
FYI. Quiting ktorrent does not cause ktorrent to exit. After I quit, I run ps -ef | grep ktorrent and it is still running long after I quit. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: dvd-audio-author

2016-11-19 Thread jd1008
On 11/20/2016 02:10 AM, Doug wrote: On 11/19/2016 07:27 PM, fred roller wrote: On Sat, Nov 19, 2016 at 8:16 PM, jd1008 <jd1...@gmail.com <mailto:jd1...@gmail.com>> wrote: On 11/19/2016 05:46 PM, Joe Zeff wrote: On 11/19/2016 04:22 PM, jd1008 wrote:

Re: dvd-audio-author

2016-11-19 Thread jd1008
On 11/20/2016 02:04 AM, Doug wrote: On 11/19/2016 06:22 PM, jd1008 wrote: On 11/19/2016 05:12 PM, stan wrote: On Sat, 19 Nov 2016 16:30:39 -0700 jd1008 <jd1...@gmail.com> wrote: Are there any such players for the car? I think recent cars allow the cars player to play streams from m

Re: dvd-audio-author

2016-11-19 Thread jd1008
On 11/19/2016 06:27 PM, fred roller wrote: On Sat, Nov 19, 2016 at 8:16 PM, jd1008 <jd1...@gmail.com <mailto:jd1...@gmail.com>> wrote: On 11/19/2016 05:46 PM, Joe Zeff wrote: On 11/19/2016 04:22 PM, jd1008 wrote: Went to a car

Re: dvd-audio-author

2016-11-19 Thread jd1008
On 11/19/2016 05:46 PM, Joe Zeff wrote: On 11/19/2016 04:22 PM, jd1008 wrote: Went to a car stereo shop. They are totally puzzled by what I was asking, describing. They said only Audio CD's can hold audio, and they are totally unfamiliar with the software end of things that create audio

Re: dvd-audio-author

2016-11-19 Thread jd1008
On 11/19/2016 05:12 PM, stan wrote: On Sat, 19 Nov 2016 16:30:39 -0700 jd1008 <jd1...@gmail.com> wrote: Are there any such players for the car? I think recent cars allow the cars player to play streams from mobiles, so you could probably use a laptop with a dvd player and

Re: dvd-audio-author

2016-11-19 Thread jd1008
On 11/19/2016 03:53 PM, stan wrote: On Fri, 18 Nov 2016 21:07:51 -0700 jd1008 <jd1...@gmail.com> wrote: When I used dvd-audio-author, it created a VIDEO dvd format with dirs TS-AUDIO and TS-VIDEO but only the TS-AUDIO gets populated, and TS-VIDEO stays empty. But I have no way of p

Re: dvd-audio-author

2016-11-19 Thread jd1008
On 11/18/2016 08:35 PM, Fred Smith wrote: On Fri, Nov 18, 2016 at 10:20:55PM -0500, fred roller wrote: On Fri, Nov 18, 2016 at 4:15 PM, jd1008 <[1]jd1...@gmail.com> wrote: Are there any players that play audio DVD's? I imagine system will recognize audio format from DV

Re: dvd-audio-author

2016-11-18 Thread jd1008
On 11/18/2016 08:35 PM, Fred Smith wrote: On Fri, Nov 18, 2016 at 10:20:55PM -0500, fred roller wrote: On Fri, Nov 18, 2016 at 4:15 PM, jd1008 <[1]jd1...@gmail.com> wrote: Are there any players that play audio DVD's? I imagine system will recognize audio format from DV

Re: Go language

2016-11-18 Thread jd1008
On 11/18/2016 05:37 PM, Howard Howell wrote: On Fri, 2016-11-18 at 13:25 -0800, Rick Stevens wrote: On 11/18/2016 12:20 PM, Howard Howell wrote: Hi, everyone, I loaded go using dnf... sudo dnf install go I am on an AMD64 system with F24 installed. The issue

dvd-audio-author

2016-11-18 Thread jd1008
I have successfully built this package. Are there any players that play audio DVD's? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: fedup from 20 to 21

2016-11-18 Thread jd1008
On 11/18/2016 01:32 PM, Matthew Miller wrote: On Tue, Nov 15, 2016 at 11:57:08AM +, Patrick O'Callaghan wrote: 20 -> 21 21 -> 22 22 -> 23 23 -> 24 24 -> 25 The first few will use Fedup, the later ones will use dnf. The chances The dnf system update plugin was added as an update to F21, so

Re: Ralink USB RT5370 Wireless Adapter on F21

2016-11-14 Thread jd1008
On 11/14/2016 11:11 AM, Rick Stevens wrote: On 11/14/2016 07:19 AM, Gary Stainburn wrote: >although ifconfig doesn't show anything "ifconfig" will only show interfaces that are up. "ifconfig -a" will show you all of them, up or down. On my system, ifconfig without any args: $ ifconfig

How to access the "Packages" directory on the f23 and f24 Workstation iso image?

2016-11-02 Thread jd1008
___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: 32 bit f24 workstation live packs more packages than the 64bit counterpart

2016-11-02 Thread jd1008
On 11/02/2016 11:59 AM, Rick Stevens wrote: On 11/02/2016 10:41 AM, jd1008 wrote: Fedora-Workstation-Live-x86_64-24-1.2.iso <http://mirrors.kernel.org/fedora/releases/24/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-24-1.2.iso> 14-Jun-2016 17:13 1G Fedora-Workstation-Live-i

32 bit f24 workstation live packs more packages than the 64bit counterpart

2016-11-02 Thread jd1008
Fedora-Workstation-Live-x86_64-24-1.2.iso 14-Jun-2016 17:13 1G Fedora-Workstation-Live-i386-24-1.2.iso

Re: fedpkg --dist f24 local

2016-11-02 Thread jd1008
On 11/02/2016 10:46 AM, James Hogarth wrote: On 2 November 2016 at 16:37, jd1008 <jd1...@gmail.com> wrote: On 11/02/2016 10:08 AM, stan wrote: On Wed, 02 Nov 2016 10:00:13 + arnaud gaboury <arnaud.gabo...@gmail.com> wrote: I am writing a .spec file to build my ow

Re: fedpkg --dist f24 local

2016-11-02 Thread jd1008
On 11/02/2016 10:08 AM, stan wrote: On Wed, 02 Nov 2016 10:00:13 + arnaud gaboury wrote: I am writing a .spec file to build my own .rpm. Here it is, non completed: [snip] RPM build errors: Empty %files file

Re: install.img

2016-10-31 Thread jd1008
Tell the list what exactly you wish to achieve, then perhaps you will receive help. Asking for a filename is not the way to seek help on this list. On 10/31/2016 01:28 PM, CLOSE Dave wrote: On 10/31/16 12:23, jd1008 wrote: Good grief You wqant to be spoonfed??? see http

Re: install.img

2016-10-31 Thread jd1008
netinstall ISO. Can anyone point me to a copy? On 10/31/16 11:47, jd1008 wrote: See http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/ Thanks but no cigar... As I said, I don't see install.img there. Index of /pub/archive/fedora/linux/releases/20/Fedora/x86_64/os/images Name

Re: install.img

2016-10-31 Thread jd1008
See http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/ On 10/31/2016 12:28 PM, CLOSE Dave wrote: I need a copy of the install.img file for Fedora 20. It doesn't seem to be present in archives.fedoraproject.org or in the F20 netinstall ISO. Can anyone point me to a copy?

Re: WD My Passport Ultra 3T usb drive problem

2016-10-31 Thread jd1008
Perhaps - JUST PERHAPS - your damned cable is crappy. Get a brand new one made for disks, and not charging cell phones. On 10/31/2016 09:12 AM, Gordon Messmer wrote: On 10/30/2016 05:50 PM, Gregory P. Ennis wrote: [22033.163868] sd 12:0:0:0: [sdd] Spinning up disk... [22033.165424] ses

Re: WD My Passport Ultra 3T usb drive problem

2016-10-30 Thread jd1008
On 10/30/2016 08:31 PM, fred roller wrote: [22133.737857] sd 12:0:0:0: [sdd] Spinning up disk... [22134.737714] ... ...not responding... System is detecting... you are being assigned sdd in your sequence but

Re: WD My Passport Ultra 3T usb drive problem

2016-10-30 Thread jd1008
On 10/30/2016 06:45 PM, Gregory P. Ennis wrote: Michael, Thanks for your help I have ntfs-3g installed as well as ntfsprogs. gparted does not recognize the drive fdisk -l pauses after displaying every other file system on the machine, and then returns the prompt without any notice that it

X11: Setting the delta number of pixels to sense pointer movement

2016-10-30 Thread jd1008
Anyone know the incantation? Thanx. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: youtube-dl

2016-10-28 Thread jd1008
On 10/28/2016 04:57 AM, Zoltan Hoppar wrote: Hi Jd, Did you checked the older version? Downgrade perhaps to avoid bogus version? Z 2016-10-28 5:22 GMT+02:00 jd1008 <jd1...@gmail.com>: A new strange behavior of this util. When downloading a format of the file that is pure vide

Re: youtube-dl

2016-10-28 Thread jd1008
On 10/28/2016 11:13 AM, stan wrote: 2016-10-28 5:22 GMT+02:00 jd1008 <jd1...@gmail.com>: A new strange behavior of this util. When downloading a format of the file that is pure video (i.e. no audio) I end up with tens of small files each one labeled by the name of the listed movie ap

youtube-dl

2016-10-27 Thread jd1008
A new strange behavior of this util. When downloading a format of the file that is pure video (i.e. no audio) I end up with tens of small files each one labeled by the name of the listed movie appended with .part-FragN where N ranges from 0 to more than 200 sometimes. I updated youtube-dl by

Re: Off Topic- Architectural Question..

2016-10-22 Thread jd1008
On 10/22/2016 02:39 PM, bruce wrote: On Sat, Oct 22, 2016 at 4:00 PM, jd1008 <jd1...@gmail.com> wrote: On 10/22/2016 12:14 PM, Gordon Messmer wrote: On 10/22/2016 06:13 AM, bruce wrote: I've thought of having a "pid" file on the nfs, where each clientApp would reset/lock

Re: Off Topic- Architectural Question..

2016-10-22 Thread jd1008
On 10/22/2016 12:14 PM, Gordon Messmer wrote: On 10/22/2016 06:13 AM, bruce wrote: I've thought of having a "pid" file on the nfs, where each clientApp would reset/lock/use the pidFile to then get/use/delete the file as required, but this seems tb slow.. but doable. Probably. You'd have a

Re: New(er) kernel RPMs?

2016-10-17 Thread jd1008
On 10/17/2016 07:56 PM, Michael B Allen wrote: I just got a Dell Latitude E7470. Mostly works with the latest Fedora live. However, attaching an external monitor to the HDMI port hangs the machine. I've been using Linux as my primary machine long enough to know that it smells very much like a

ata/scsi kernel driver debug output into dmesg

2016-09-29 Thread jd1008
Can anyone tell me if this means drive is dying? Or could it be an issue with the slowness of the USB port? [16906.959961] sd 4:0:0:0: [sdb] uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN [16906.959973] sd 4:0:0:0: [sdb] CDB: [16906.959975] ATA command pass through(12)/Blank: a1 08 2e d0 01

Re: F18 updates

2016-09-29 Thread jd1008
On 09/29/2016 11:46 AM, Dave Stevens wrote: Quoting jd1008 <jd1...@gmail.com>: On 09/29/2016 10:34 AM, Rick Stevens wrote: On 09/28/2016 07:08 PM, stan wrote: On Wed, 28 Sep 2016 18:01:29 -0700 Dave Stevens <g...@uniserve.com> wrote: Quoting jd1008 <jd1...@gmail.

Re: F18 updates

2016-09-29 Thread jd1008
On 09/29/2016 10:34 AM, Rick Stevens wrote: On 09/28/2016 07:08 PM, stan wrote: On Wed, 28 Sep 2016 18:01:29 -0700 Dave Stevens <g...@uniserve.com> wrote: Quoting jd1008 <jd1...@gmail.com>: The url of the repos change AFTER the release is no longer supported. A bunch of

Re: F18 updates

2016-09-28 Thread jd1008
On 09/28/2016 07:11 PM, Doug wrote: On 09/28/2016 08:57 PM, Rick Stevens wrote: On 09/28/2016 05:43 PM, Dave Stevens wrote: I've got a box with F18 on it. It has not been connected to the internet for two years but I need to use it now for a while, after which I'll install a newer version.

Re: F18 updates

2016-09-28 Thread jd1008
On 09/28/2016 06:43 PM, Dave Stevens wrote: I've got a box with F18 on it. It has not been connected to the internet for two years but I need to use it now for a while, after which I'll install a newer version. The first thing I did after connecting it was to run updates. I got about a

Re: liveusb-creator

2016-09-27 Thread jd1008
On 09/26/2016 05:51 PM, Ed Greshko wrote: On 09/27/16 07:21, Patrick O'Callaghan wrote: On Tue, 2016-09-27 at 06:44 +0800, Ed Greshko wrote: On 09/27/16 00:19, jd1008 wrote: In case you are using the Nvidia proprietary driver proprietary driver, then as Ed Greshko pointed out I have

Re: liveusb-creator

2016-09-27 Thread jd1008
On 09/27/2016 07:20 AM, fred roller wrote: On Mon, Sep 26, 2016 at 11:14 PM, jd1008 <jd1...@gmail.com <mailto:jd1...@gmail.com>> wrote: But Rick, the OP was trying to dd into /dev/sda How can it be that the system boots off of some disk that is not /dev/sda,

Re: liveusb-creator

2016-09-27 Thread jd1008
solution to his GUI problem? The kettle calling the pot .etc On 09/27/2016 09:32 AM, Chris Murphy wrote: This is an annoying thread. Ranjan, jd1008, Jon LaBadie - consider yourselves lucky the OP did not experience data loss as a result of obviously bad advice. Even my house plant

Re: liveusb-creator

2016-09-26 Thread jd1008
On 09/26/2016 01:18 PM, Rick Stevens wrote: On 09/26/2016 11:27 AM, Kevin Cummings wrote: On 09/25/16 22:15, fred roller wrote: [root@Jehovah Downloads]# dd if=Fedora-Workstation-Live-x86_64-25_Alpha-2.iso of=/dev/sda1 bs=16M dd: error writing '/dev/sda1': No space left on device 32+0

Re: liveusb-creator

2016-09-26 Thread jd1008
On 09/25/2016 08:15 PM, fred roller wrote: [root@Jehovah Downloads]# dd if=Fedora-Workstation-Live-x86_64-25_Alpha-2.iso of=/dev/sda1 bs=16M dd: error writing '/dev/sda1': No space left on device 32+0 records in 31+0 records out 524288000 bytes (524 MB, 500 MiB) copied, 1.26722 s, 414 MB/s

Re: Is hibernation broken?

2016-09-26 Thread jd1008
On 09/25/2016 05:07 PM, Patrick O'Callaghan wrote: On Sun, 2016-09-25 at 14:52 -0600, jd1008 wrote: And it failed again, in identical circumstances to the last time when it worked. poc I strongly suspect a HW issue. Patrick, please recheck /etc/default/grub and be sure it is as what you

Re: liveusb-creator

2016-09-25 Thread jd1008
On 09/25/2016 02:59 PM, Lawrence E Graves wrote: On 09/25/2016 02:27 PM, jd1008 wrote: On 09/25/2016 02:17 PM, Lawrence E Graves wrote: On 09/25/2016 01:54 PM, jd1008 wrote: On 09/25/2016 01:41 PM, Lawrence E Graves wrote: On 09/25/2016 01:38 PM, jd1008 wrote: On 09/25/2016 01

Re: Is hibernation broken?

2016-09-25 Thread jd1008
On 09/25/2016 12:21 PM, jd1008 wrote: On 09/25/2016 12:00 PM, Patrick O'Callaghan wrote: On Sat, 2016-09-24 at 12:06 -0600, jd1008 wrote: On 09/24/2016 11:56 AM, Patrick O'Callaghan wrote: On Sat, 2016-09-24 at 11:25 -0600, jd1008 wrote: I note that the last line has "true&quo

Re: liveusb-creator

2016-09-25 Thread jd1008
On 09/25/2016 02:18 PM, Lawrence E Graves wrote: On 09/25/2016 01:53 PM, jd1008 wrote: What version of fedora are you using? Fedora 24 I just emailed you to use the dd command. Let us all know how it went. ___ users mailing list

Re: liveusb-creator

2016-09-25 Thread jd1008
On 09/25/2016 02:17 PM, Lawrence E Graves wrote: On 09/25/2016 01:54 PM, jd1008 wrote: On 09/25/2016 01:41 PM, Lawrence E Graves wrote: On 09/25/2016 01:38 PM, jd1008 wrote: On 09/25/2016 01:14 PM, Lawrence E Graves wrote: On 09/25/2016 01:01 PM, jd1008 wrote: On 09/25/2016 12

Re: liveusb-creator

2016-09-25 Thread jd1008
On 09/25/2016 01:41 PM, Lawrence E Graves wrote: On 09/25/2016 01:38 PM, jd1008 wrote: On 09/25/2016 01:14 PM, Lawrence E Graves wrote: On 09/25/2016 01:01 PM, jd1008 wrote: On 09/25/2016 12:50 PM, Lawrence E Graves wrote: On 09/25/2016 12:45 PM, Ahmad Samir wrote: On 25 September

Re: liveusb-creator

2016-09-25 Thread jd1008
On 09/25/2016 01:41 PM, Lawrence E Graves wrote: On 09/25/2016 01:38 PM, jd1008 wrote: On 09/25/2016 01:14 PM, Lawrence E Graves wrote: On 09/25/2016 01:01 PM, jd1008 wrote: On 09/25/2016 12:50 PM, Lawrence E Graves wrote: On 09/25/2016 12:45 PM, Ahmad Samir wrote: On 25 September

Re: liveusb-creator

2016-09-25 Thread jd1008
On 09/25/2016 01:14 PM, Lawrence E Graves wrote: On 09/25/2016 01:01 PM, jd1008 wrote: On 09/25/2016 12:50 PM, Lawrence E Graves wrote: On 09/25/2016 12:45 PM, Ahmad Samir wrote: On 25 September 2016 at 18:06, Lawrence E Graves <lgrave...@gmail.com> wrote: This the results of wh

Re: liveusb-creator

2016-09-25 Thread jd1008
On 09/25/2016 12:50 PM, Lawrence E Graves wrote: On 09/25/2016 12:45 PM, Ahmad Samir wrote: On 25 September 2016 at 18:06, Lawrence E Graves wrote: This the results of what you just told me. Hope it makes sense to you. [root@Jehovah ~]# /usr/bin/liveusb-creator

Re: Is hibernation broken?

2016-09-25 Thread jd1008
On 09/25/2016 12:00 PM, Patrick O'Callaghan wrote: On Sat, 2016-09-24 at 12:06 -0600, jd1008 wrote: On 09/24/2016 11:56 AM, Patrick O'Callaghan wrote: On Sat, 2016-09-24 at 11:25 -0600, jd1008 wrote: I note that the last line has "true" instead of "false", so maybe it s

Re: Is hibernation broken?

2016-09-24 Thread jd1008
On 09/24/2016 11:56 AM, Patrick O'Callaghan wrote: On Sat, 2016-09-24 at 11:25 -0600, jd1008 wrote: I note that the last line has "true" instead of "false", so maybe it shouldn't have worked before and now is failing correctly ... poc Yes - that must be it. Have you

Re: installing Fedora 24 on (originally) efi systems

2016-09-24 Thread jd1008
On 09/24/2016 11:13 AM, Gordon Messmer wrote: On 09/24/2016 08:35 AM, Ranjan Maitra wrote: Is there any long-term advantage to install on EFI? Secure Boot should prevent kernel-modifying rootkits, for one. But old PC's do not have uefi in BIOS. So it seems old pc's will not benefit from

Re: Is hibernation broken?

2016-09-24 Thread jd1008
On 09/24/2016 10:22 AM, Patrick O'Callaghan wrote: On Sat, 2016-09-24 at 10:10 -0600, jd1008 wrote: On 09/24/2016 08:20 AM, Ranjan Maitra wrote: On Sat, 24 Sep 2016 10:12:23 +0100 "Patrick O'Callaghan" <pocallag...@gmail.com> wrote: On Fri, 2016-09-23 at 18:23 -0600, jd10

Re: Is hibernation broken?

2016-09-24 Thread jd1008
On 09/24/2016 08:20 AM, Ranjan Maitra wrote: On Sat, 24 Sep 2016 10:12:23 +0100 "Patrick O'Callaghan" <pocallag...@gmail.com> wrote: On Fri, 2016-09-23 at 18:23 -0600, jd1008 wrote: On 09/22/2016 05:24 PM, Patrick O'Callaghan wrote: I'm using kernel-4.6.6

Re: Is hibernation broken?

2016-09-23 Thread jd1008
On 09/22/2016 05:24 PM, Patrick O'Callaghan wrote: I'm using kernel-4.6.6-300.fc24.x86_64 with the proprietary NVidia driver, plus daily updates from the stable repos. Hibernation used to work with previous kernels, but now regularly fails to wake up properly, i.e. on restarting I get the BIOS

Re: screen question?

2016-09-22 Thread jd1008
On 09/22/2016 03:13 PM, Pete Travis wrote: On Sep 22, 2016 12:49 PM, "bruce" > wrote: > > Hey guys. > > Trying to get my heads around something. I'm looking to automate a process. Basically, I want to kick off/initiate a number of processes

Re: Driver for RT3072

2016-09-18 Thread jd1008
On 09/17/2016 08:13 PM, stan wrote: On Sat, 17 Sep 2016 18:59:10 -0600 jd1008 <jd1...@gmail.com> wrote: What is the driver's (or drivers') name (or names) for RT3072 which a usb dongle. This should get you going - rt2800usb https://wireless.wiki.kernel.org/en/users/drivers/rt2800us

Re: Driver for RT3072

2016-09-18 Thread jd1008
On 09/17/2016 08:13 PM, stan wrote: On Sat, 17 Sep 2016 18:59:10 -0600 jd1008 <jd1...@gmail.com> wrote: What is the driver's (or drivers') name (or names) for RT3072 which a usb dongle. This should get you going - rt2800usb https://wireless.wiki.kernel.org/en/users/drivers/rt2

Driver for RT3072

2016-09-17 Thread jd1008
What is the driver's (or drivers') name (or names) for RT3072 which a usb dongle. I cannot bring up the interface. $ lsusb | grep Ralink Bus 004 Device 008: ID 148f:3072 Ralink Technology, Corp. RT3072 Wireless Adapter $ ifconfig em1: flags=4099 mtu 1500 ether

Mate DT does not switch to VTY

2016-09-13 Thread jd1008
Cntrl-Alt-F[234567] do not switch me to vty AFTER I login to the gui. Before logging to the GUI, I am able to, but not after. Any hints about this? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: unable to start rc-local.service

2016-09-04 Thread jd1008
On 09/04/2016 01:28 PM, Joe Zeff wrote: On 09/04/2016 11:59 AM, jd1008 wrote: That's interesting. Then how does a script that IS startable and stoppable from the command line invoked as systemctl <start|stop> some-file.service The service may need to be stopped, started or res

Re: unable to start rc-local.service

2016-09-04 Thread jd1008
On 09/04/2016 12:49 PM, Joe Zeff wrote: On 09/04/2016 11:39 AM, jd1008 wrote: Does it not need to have logic to differentiate between start and stop ala No. The file is only used during boot, not shutdown or restart. That's interesting. Then how does a script that IS startable

Re: unable to start rc-local.service

2016-09-04 Thread jd1008
On 09/04/2016 01:45 AM, François Patte wrote: Le 03/09/2016 23:17, Mike Wright a écrit : On 09/03/2016 01:59 PM, François Patte wrote: Bonsoir, I try to enable rc-local service: 1- I created /etc/rc.d/rc.local file: #!/bin/bash iptables -I INPUT -p udp --sport 1900 -j ACCEPT 2- I

Re: unable to start rc-local.service

2016-09-04 Thread jd1008
On 09/03/2016 11:42 PM, Joe Zeff wrote: On 09/03/2016 05:22 PM, jd1008 wrote: On 09/03/2016 03:09 PM, Joe Zeff wrote: On 09/03/2016 01:59 PM, François Patte wrote: On other nstall of fedora 23 this works Why not on this computer? Have you compared that command line with the one used

Re: unable to start rc-local.service

2016-09-04 Thread jd1008
On 09/03/2016 08:41 PM, Kevin Cummings wrote: On 09/03/16 16:59, François Patte wrote: Bonsoir, I try to enable rc-local service: 1- I created /etc/rc.d/rc.local file: #!/bin/bash iptables -I INPUT -p udp --sport 1900 -j ACCEPT 2- I chmoded /etc/rc.d/rc.local chmod u+x

Re: unable to start rc-local.service

2016-09-03 Thread jd1008
On 09/03/2016 03:09 PM, Joe Zeff wrote: On 09/03/2016 01:59 PM, François Patte wrote: On other nstall of fedora 23 this works Why not on this computer? Have you compared that command line with the one used on the other computer to make sure there are no typos? I know it sounds

Re: FIXED Re: MSI

2016-08-16 Thread jd1008
Schumann | | 59140 Dunkerque, France === Sent: Saturday, August 13, 2016 at 10:15 PM From: jd1008<jd1...@gmail.com> To:users@lists.fedoraproje

Re: Thunderbird add-on

2016-08-15 Thread jd1008
:( But the drop down arrowhead DOES show the install from file. Thanx a lot. On 08/15/2016 12:36 PM, geo.inbox.ignored wrote: On 08/15/2016 01:36 PM, jd1008 wrote: I tried this on 45.2.0 and I saw the same problem. I was not able to add an extension from a downloaded XPI file

Re: Thunderbird add-on

2016-08-15 Thread jd1008
I truly tell you - There is NO GEAR. Not in any version of TB, fro 24 to 45.x.y What could be causing this in my machine? On 08/15/2016 12:36 PM, geo.inbox.ignored wrote: On 08/15/2016 01:36 PM, jd1008 wrote: I tried this on 45.2.0 and I saw the same problem. I was not able to add

Re: Thunderbird add-on

2016-08-15 Thread jd1008
I tried this on 45.2.0 and I saw the same problem. I was not able to add an extension from a downloaded XPI file. On 08/15/2016 12:09 PM, geo.inbox.ignored wrote: On 08/15/2016 12:28 PM, jd1008 wrote: in TB (Thunderbird for the un-initiate :) Tools -> Add-Ons no longer provides "ins

  1   2   3   4   5   6   7   8   9   10   >