On Mon, Nov 18, 2013 at 1:41 PM, Kevin H. Hobbs wrote:
>
> I found this bug:
>
> "dracut doesn't copy etc/mdadm.conf into the initramfs image"
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1015204
>
> which looks exactly like what I'm describing.
>
> Thank you for your response.
You're welcome,
On 19 November 2013 02:05, Rick Stevens wrote:
> On 11/18/2013 04:12 PM, Timothy Murphy issued this missive:
>
>> Tim wrote:
>>
But on re-installing the system
(which had been in operation for several years)
I found my UID had changed from 500 to 1000.
I dealt with this by
On 11/19/2013 09:39 AM, Ian Malone wrote:
> On 19 November 2013 02:05, Rick Stevens wrote:
>> On 11/18/2013 04:12 PM, Timothy Murphy issued this missive:
>>
>>> Tim wrote:
>>>
> But on re-installing the system
> (which had been in operation for several years)
> I found my UID had chang
On 18 November 2013 00:34, Richard Vickery wrote:
> I wonder if anyone knows how to bring up a touchpad?
>
> Best,
> Richard
>
>
Off-topic: I thought you're out of this list, aren't you?
--
Hiisi.
Registered Linux User #487982. Be counted at: https://linuxcounter.net/
--
Spandex is a privilege, n
On 19 November 2013 09:27, Joachim Backes wrote:
>> On 19 November 2013 02:05, Rick Stevens wrote:
>>> On 11/18/2013 04:12 PM, Timothy Murphy issued this missive:
>>>
> edited /etc/password to change my old UID from 500 to 1000
> edited /etc/group to change my old GID from 500 to 1000
>
Tim:
>> I decided to change the older release up to the newer IDs, rather
>> than fight against the system. So, in my case, on the older
>> system, I:
>>
>> edited /etc/password to change my old UID from 500 to 1000
>> edited /etc/group to change my old GID from 500 to 1000
>> chown -R tim:tim /ho
On Sun, 2013-11-17 at 12:34 -0800, Richard Vickery wrote:
> I wonder if anyone knows how to bring up a touchpad?
Don't eat them in the first place...
I think you need to provide more details, though. What sort of touchpad
is it, is it completely dormant, etc.
The one built into my laptop "just
On Fri, Nov 8, 2013 at 11:34 PM, Richard Vickery <
richard.vicker...@gmail.com> wrote:
> I believe I posted on the test list as well
>
In which case you're violating the Guidelines by cross-posting. I notice
you did this for another thread as well. Doing this means that people who
reply on diffe
Hello I would like to recompile initrd on f19 without qla2xxx that is
giving me problems on boot.
How to do it? Dracut seems to ignore blacklist in .conf file under
modprobe.d
Thanks
Gianluca
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https:/
On 19.11.2013 14:07, Gianluca Cecchi wrote:
> Hello I would like to recompile initrd on f19 without qla2xxx that is
> giving me problems on boot.
> How to do it? Dracut seems to ignore blacklist in .conf file under
> modprobe.d
> Thanks
> Gianluca
>
>
>
man 5 dracut.conf -> section: omit_driver
On Tue Nov 19 13:30:32 UTC 2013 Mateusz Marzantowicz wrote:
> man 5 dracut.conf -> section: omit_drivers
It seems not to work.
Created /etc/dracut.conf.d/qla2xxx_omit.conf
# cat /etc/dracut.conf.d/qla2xxx_omit.conf
omit_drivers+="qla2xxx "
dracut --force "initramfs-3.11.8-200.fc19.x86_64.img" 3.
On Tue, 19 Nov 2013 16:06:15 +0100
Gianluca Cecchi wrote:
> WHat if I want to manually remove qla2xxx from generated initrd?
I'm pretty sure the initrd files are really just gzip compressed
cpio archives, so you could uncompress it, extract the files, and
do anything you want to them, then rebuil
Gianluca Cecchi wrote:
How to do it? Dracut seems to ignore blacklist in .conf file under modprobe.d
Are you referring to /etc/modprobe.d/? Try placing a file in /lib/modprobe.d/.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fe
On Tue Nov 19 15:13:24 UTC 2013 Tom Horsley wrote:
> I'm pretty sure the initrd files are really just gzip compressed
> cpio archives, so you could uncompress it, extract the files, and
> do anything you want to them, then rebuild it (probably a good
> idea to keep the original in case everything g
>>
>> "dracut doesn't copy etc/mdadm.conf into the initramfs image"
>>
>
> So IIUC "#mdadmconf=no" was enough in a previous version for
> mdadm.conf to be copied into the initramfs but you now need
> "mdadmconf=yes"?
That's my understanding as well.
Much of the discussion in the bug talks about
On Tue, Nov 19, 2013 at 3:06 PM, Gianluca Cecchi
wrote:
>
> BTW: where is the old "init" script that loaded the kernel modules in the
> past?
# lsinitrd /boot/initramfs-3.13.0-0.rc0.git6.1.fc21.x86_64.img | grep 'init ->'
lrwxrwxrwx 1 root root 24 Nov 19 16:40 init ->
/usr/lib/sy
On 19.11.2013 16:06, Gianluca Cecchi wrote:
> On Tue Nov 19 13:30:32 UTC 2013 Mateusz Marzantowicz wrote:
>> man 5 dracut.conf -> section: omit_drivers
>
> It seems not to work.
> Created /etc/dracut.conf.d/qla2xxx_omit.conf
> # cat /etc/dracut.conf.d/qla2xxx_omit.conf
> omit_drivers+="qla2xxx "
>
I have several machines on a LAN (and a KVM switch that I use
when they're all functioning). Most are online over ethernet via a Linksys
modem running DD-WRT v24-sp2 (10/10/09)micro; and I can normally ssh from
any to any.
But at present there are two on which ssh in either di
Hello,
I have upgraded to F20 and now my virtual machines don't shutdown when I
shutdown the host.
In /etc/sysconfig/libvirt-guests I have:
ON_SHUTDOWN=shutdown
SHUTDOWN_TIMEOUT=100
This is what I see in the log (in Spanish):
# journalctl -a _SYSTEMD_UNIT=libvirt-guests.service
_SYSTEMD_UNIT=li
On 11/19/2013 10:32 AM, Juan Orti Alcaine issued this missive:
Hello,
I have upgraded to F20 and now my virtual machines don't shutdown when I
shutdown the host.
In /etc/sysconfig/libvirt-guests I have:
ON_SHUTDOWN=shutdown
SHUTDOWN_TIMEOUT=100
This is what I see in the log (in Spanish):
# jo
On 19.11.2013 19:32, Juan Orti Alcaine wrote:
> Hello,
>
> I have upgraded to F20 and now my virtual machines don't shutdown when I
> shutdown the host.
>
> [...]
>
> Any idea? do I open a bug report?
>
https://lists.fedoraproject.org/pipermail/test/2013-November/118835.html
Mateusz Marzan
Hi
Can you ping these other machines?
Is SSHD running on these machines?
HTH
Marvin
On Tue, Nov 19, 2013 at 9:24 AM, Beartooth wrote:
>
> I have several machines on a LAN (and a KVM switch that I use
> when they're all functioning). Most are online over ethernet via a Linksys
> mod
El Martes, 19 de noviembre de 2013 21:01:49 Mateusz Marzantowicz escribió:
> On 19.11.2013 19:32, Juan Orti Alcaine wrote:
> > Hello,
> >
> > I have upgraded to F20 and now my virtual machines don't shutdown when I
> > shutdown the host.
> >
> > [...]
> >
> > Any idea? do I open a bug report?
>
Allegedly, on or about 19 November 2013, Beartooth sent:
>
> I have several machines on a LAN (and a KVM switch that I use
> when they're all functioning). Most are online over ethernet via a
> Linksys modem running DD-WRT v24-sp2 (10/10/09)micro; and I can
> normally ssh from any to any.
Dear Folks,
I installed Fedora 19 on my son's laptop, and it worked beautifully
with the already installed Windows 8. Then foolishly, I upgraded the
Windows 8 to Windows 8.1. Now it boots straight to Windows 8.1 and
grub does not appear.
I disabled secure boot in the firmware.
I do not even k
Dear Folks,
On 20/11/13 09:53 +1100, Nick Urbanik wrote:
Dear Folks,
I installed Fedora 19 on my son's laptop, and it worked beautifully
with the already installed Windows 8. Then foolishly, I upgraded the
Windows 8 to Windows 8.1. Now it boots straight to Windows 8.1 and
grub does not appear
On 11/17/2013 07:37 PM, Richard Vickery wrote:
On Sun, Nov 17, 2013 at 4:36 PM, Richard Vickery
mailto:richard.vicker...@gmail.com>> wrote:
It /is/ possible to buy one and install it on Fedora on it. I
remember that when I had an earlier Blackberry it was possible to
install ano
On Wed, Nov 20, 2013 at 12:53 AM, Nick Urbanik
wrote:
> Dear Folks,
>
> I installed Fedora 19 on my son's laptop, and it worked beautifully
> with the already installed Windows 8. Then foolishly, I upgraded the
> Windows 8 to Windows 8.1. Now it boots straight to Windows 8.1 and
> grub does not
Hi,
i'm looking for a media player (DVD and divx) for my son's computer
using Fedora 19.
i need a particular feature as he's only 3 years old... i need to have
the same feature as under GOM Player... to tell the media player to
shutdown computer after the DVD/divx movie ended... like it exis
There is this...
https://wiki.videolan.org/How_to_shut_down_computer/
On Wed, Nov 20, 2013 at 4:19 PM, Rafnews wrote:
> Hi,
>
> i'm looking for a media player (DVD and divx) for my son's computer using
> Fedora 19.
>
> i need a particular feature as he's only 3 years old... i need to have the
>
30 matches
Mail list logo