Re: Routing table suddenly limited

2014-06-17 Thread Tom H
On Tue, Jun 17, 2014 at 6:43 PM, Temlakos wrote: > > Have you ever seen this result from the command route -n? > > Kernel IP routing table > Destination Gateway Genmask FlagsMetric Ref Use > Iface > 0.0.0.0192.168.1.1 0.0.0.0 UG1024 0

Re: How to create a single 4GB large ramdisk?

2014-06-17 Thread Chris Adams
> On 06/18/2014 06:52 AM, Clemens Eisserer wrote: > >I need a single ramdisk which is a real block device (unlike tmpfs), > >so I found the ramdisk_size kernel boot parameter. > >However, after invoking "MAKEDEV ram" I get hundreds of 16mb large > >ramdisks, instead of a single 4GB large: Followin

Re: Routing table suddenly limited

2014-06-17 Thread Ed Greshko
On 06/18/14 06:43, Temlakos wrote: > Everyone: > > Have you ever seen this result from the command route -n? > > Kernel IP routing table > Destination Gateway Genmask FlagsMetric Ref Use > Iface > 0.0.0.0192.168.1.1 0.0.0.0 UG1024 0

Routing table suddenly limited

2014-06-17 Thread Temlakos
Everyone: Have you ever seen this result from the command route -n? Kernel IP routing table Destination Gateway Genmask FlagsMetric Ref Use Iface 0.0.0.0192.168.1.1 0.0.0.0 UG1024 00 wlp3s0 192.168.1.00.0.0.0 25

5tFTw: F21 on Track, FESCo Membership Change, More DNF vs. Yum, Reading VM Logs, and Wiki Infoboxes (2014-06-17)

2014-06-17 Thread Matthew Miller
Reposted from . Fedora is a big project, and it’s hard to follow it all. This series highlights interesting happenings in five different areas every week. It isn’t comprehensive news coverage — just quick summaries with links to each. Here are the five

Re: How to create a single 4GB large ramdisk?

2014-06-17 Thread Stephen Morris
On 06/18/2014 06:52 AM, Clemens Eisserer wrote: Hi, I need a single ramdisk which is a real block device (unlike tmpfs), so I found the ramdisk_size kernel boot parameter. However, after invoking "MAKEDEV ram" I get hundreds of 16mb large ramdisks, instead of a single 4GB large: dd if=/dev/zero

Re: Save everybody some surprises in Fedora 22!

2014-06-17 Thread Stephen Morris
On 06/17/2014 06:40 PM, Bob Goodwin - Zuni, Virginia, USA wrote: On 06/16/14 04:42, Ed Greshko wrote: On 06/16/14 16:37, Bob Goodwin - Zuni, Virginia, USA wrote: > So there is still a considerable difference in what each of them does here, I ran into this the other day. It would seem the way

How to create a single 4GB large ramdisk?

2014-06-17 Thread Clemens Eisserer
Hi, I need a single ramdisk which is a real block device (unlike tmpfs), so I found the ramdisk_size kernel boot parameter. However, after invoking "MAKEDEV ram" I get hundreds of 16mb large ramdisks, instead of a single 4GB large: dd if=/dev/zero of=/dev/ram0 bs=1024k count=2048 dd: error writin

Re: Error while updating system

2014-06-17 Thread Dennis Kaptain
Note: Don't use the -y option while removing packages. It's better to let yum tell you it's intentions so you can review them first. If everything looks good, then type y to continue with the remove operation. 2014-06-17 5:59 GMT-05:00 Michael Schwendt : > On Mon, 16 Jun 2014 23:39:16 +0800, Som

Re: Error while updating system

2014-06-17 Thread Michael Schwendt
On Mon, 16 Jun 2014 23:39:16 +0800, Someone wrote: > > Once you've booted with a newer kernel, you could uninstall older kernel > > packages *and* any kmod packages for those kernels. > > > > What would that look like, in my case? Since you've referred to "sudo yum update -y", you would also us

Re: Save everybody some surprises in Fedora 22!

2014-06-17 Thread Bob Goodwin - Zuni, Virginia, USA
On 06/16/14 04:42, Ed Greshko wrote: On 06/16/14 16:37, Bob Goodwin - Zuni, Virginia, USA wrote: > So there is still a considerable difference in what each of them does here, I ran into this the other day. It would seem the way dnf handles caching is different from yum. Not 100% sure/convin