seth vidal | 1 Dec 2011 02:07
Favicon
Gravatar

Re: Self Introduction

On Wed, 30 Nov 2011 17:25:25 -0600
Troy Dawson <tdawson <at> redhat.com> wrote:

> Hello,
> I've been creating rpm packages for Fermi Linux for over 10 years, and
> Scientific Linux 8 years, but I never had time to do anything for
> Fedora and EPEL.  Now that I'm not with Scientific Linux, I've got
> the time. I'd like to help with the OpenShift client packages for
> Fedora and EPEL. So I'm going to sign up to be a co-maintainer for
> rubygem-rhc, and rubygem-json-pure (a new dependancy for rhc).

<Kidding>

I dunno. He's shifty.(<zing>)  He hangs out with known unseemly
people (mmcgrath) and has been known to hang out with even more
unseemly people (physicists!!).

<End Kidding>

Hi Troy!
-sv
--

-- 
devel mailing list
devel <at> lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Jeremy Sanders | 1 Dec 2011 09:32
Gravatar

Re: systemd: root device on iscsi

Bill Nottingham wrote:

> Jeremy Sanders (jeremy <at> jeremysanders.net) said:
>> Your patch does
>> 
>> -bash-4.2# findmnt -m -n -o fstype,options /
>> ext4   rw,relatime,user_xattr,acl,barrier=0,data=ordered
>> 
>> Which doesn't show the _netdev option. If I change this to
>> 
>> -bash-4.2# findmnt -s -n -o fstype,options /
>> ext4   _netdev,barrier=0,relatime
>> 
>> This works. I don't know whether you want to change "-m" to "-s"...
> 
> Well, -s requires everything to be in fstab. -m would work for things
> mounted with plain "mount -o _netdev", assuming /run/mount/utab is
> properly populated. I'm assuming on your system it's not?

/run/mount/utab is empty. We're using tftpboot and dracut's network initrd 
support to mount the root, so perhaps that's not properly populating it. 
Perhaps this is a dracut bug too. Presumably I should file a bug for 
something so this can be worked on offline.

Jeremy

-- 
http://jeremysanders.net/

--

-- 
(Continue reading)

Schwickerath Ulrich | 1 Dec 2011 10:12
Picon
Picon

Self Introduction

Hello,

My name is Ulrich Schwickerath, I'm working at CERN for the IT division, where I've done some rpm packaging
of internally used software for 
many years. I got involved in virtualization and cloud computing activities, and have been working with
OpenNebula. Recently, we upgraded 
our OpenNebula server to SL6 and OpenNebula 3.0, for which I had to do some packaging of ruby gems which I
believe are useful for the 
community as well. I started in August with one request [1] which I would like to complete, to start with. 

Thanks to all,
Ulrich

[1] https://bugzilla.redhat.com/show_bug.cgi?id=719854
-- 
--------------------------------------
Dr. Ulrich Schwickerath
CERN IT/PES-PS
1211 Geneva 23
e-mail: ulrich.schwickerath <at> cern.ch
phone:   +41 22 767 9576
mobile:  +41 76 487 5602 
--

-- 
devel mailing list
devel <at> lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Paul Howarth | 1 Dec 2011 11:23
Favicon

Re: Package segfaults when built with -O2 but not with -O0

Ralf,

On 11/18/2011 05:53 PM, Ralf Corsepius wrote:
> On 11/18/2011 05:32 PM, Paul Howarth wrote:
>> It already builds with -Wall and there are no warnings:
> This doesn't mean much.
>
> Adding a couple of more agressive options, this is what happens to pptp:
>
> orckit_quirks.c:65:2: warning: missing initializer
> [-Wmissing-field-initializers]
> orckit_quirks.c:65:2: warning: (near initialization for
> 'fixed_packet.header.pptp_type') [-Wmissing-field-initializers]
> pptp.c:147:21: warning: unused parameter 'sig' [-Wunused-parameter]
> pptp.c:153:19: warning: unused parameter 'sig' [-Wunused-parameter]
> pptp.c:459:33: warning: dereferencing type-punned pointer might break
> strict-aliasing rules [-Wstrict-aliasing]
> pptp.c:492:65: warning: unused parameter 'argc' [-Wunused-parameter]
> pptp_callmgr.c:105:48: warning: unused parameter 'envp' [-Wunused-parameter]
> pptp_callmgr.c:202:48: warning: dereferencing type-punned pointer might
> break strict-aliasing rules [-Wstrict-aliasing]
> pptp_callmgr.c:215:17: warning: ignoring return value of 'read',
> declared with attribute warn_unused_result [-Wunused-result]
> pptp_callmgr.c:216:17: warning: ignoring return value of 'read',
> declared with attribute warn_unused_result [-Wunused-result]
> pptp_callmgr.c:325:29: warning: dereferencing type-punned pointer might
> break strict-aliasing rules [-Wstrict-aliasing]
> pptp_callmgr.c:330:28: warning: dereferencing type-punned pointer might
> break strict-aliasing rules [-Wstrict-aliasing]
> pptp_callmgr.c:358:25: warning: dereferencing type-punned pointer might
(Continue reading)

Jes Sorensen | 1 Dec 2011 10:20
Picon
Favicon

Re: dracut waiting for background mdadm reconstruction to complete

On 01/-10/37 20:59, Daniel Drake wrote:
> Hi,
> 
> Just installing Fedora 16 on a new system. We set up a RAID1 with mdadm for /.
> 
> On boot, we're finding that if there is a RAID inconsistency, dracut
> is waiting for mdadm reconstruction to complete before booting the
> system. This means that after a power outage or other condition that
> would cause a reconstruction to become necessary, we have to wait
> several hours for the system to come online again.
> 
> My understanding is that this reconstruction is a background task, is
> there really a need for this to hold up boot?
> 
> This behaviour comes from
> 0064-90mdraid-wait-for-md-devices-to-become-clean.patch in the
> dracut-013-19.fc16 package.

Haven't noticed that one here - however when reporting RAID issues,
please include details on the type of RAID you are using (regular Linux
mdadm RAID, IMSM (BIOS RAID) etc.).

Might be worth opening a BZ to track this.

Jes
--

-- 
devel mailing list
devel <at> lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Ralf Corsepius | 1 Dec 2011 15:45
Picon
Favicon

Re: Package segfaults when built with -O2 but not with -O0

On 12/01/2011 11:23 AM, Paul Howarth wrote:
> Ralf,
>
> On 11/18/2011 05:53 PM, Ralf Corsepius wrote:
>> On 11/18/2011 05:32 PM, Paul Howarth wrote:
>>> It already builds with -Wall and there are no warnings:
>> This doesn't mean much.
>>
>> Adding a couple of more agressive options, this is what happens to pptp:
>>

> What were the "couple of more agressive options" you used,

This is what I did (rebased against today's git):

diff --git a/pptp.spec b/pptp.spec
index 289dd08..78e36ca 100644
--- a/pptp.spec
+++ b/pptp.spec
 <at>  <at>  -86,7 +86,7  <at>  <at>  tunnels.
  perl -pi -e 's/install -o root -m 555 pptp/install -m 755 pptp/;' Makefile

  %build
-make %{?_smp_mflags} CFLAGS="-Wall %{optflags}" IP=/sbin/ip
+make %{?_smp_mflags} CFLAGS="-Wall %{optflags} -Wextra 
-Wstrict-aliasing -Wnested-externs -Wstrict-prototypes" IP=/sbin/ip

  %install
  rm -rf %{buildroot}

(Continue reading)

Daniel Drake | 1 Dec 2011 15:24
Favicon

Re: dracut waiting for background mdadm reconstruction to complete

On Thu, Dec 1, 2011 at 3:20 AM, Jes Sorensen <Jes.Sorensen <at> redhat.com> wrote:
> Haven't noticed that one here - however when reporting RAID issues,
> please include details on the type of RAID you are using (regular Linux
> mdadm RAID, IMSM (BIOS RAID) etc.).

Sorry for not specifying earlier - mdraid, raid 1 created with
anaconda during F16 install.
The behaviour is new - looks like this patch was only added to git a
couple of weeks ago.

> Might be worth opening a BZ to track this.

https://bugzilla.redhat.com/show_bug.cgi?id=759148

Thanks
Daniel
--

-- 
devel mailing list
devel <at> lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Robyn Bergeron | 1 Dec 2011 18:04
Picon
Favicon

Re: Self Introduction

On 12/01/2011 02:12 AM, Schwickerath Ulrich wrote:
> Hello,
>
> My name is Ulrich Schwickerath, I'm working at CERN for the IT division, where I've done some rpm packaging
of internally used software for
> many years. I got involved in virtualization and cloud computing activities, and have been working with
OpenNebula. Recently, we upgraded
> our OpenNebula server to SL6 and OpenNebula 3.0, for which I had to do some packaging of ruby gems which I
believe are useful for the
> community as well. I started in August with one request [1] which I would like to complete, to start with.
>
> Thanks to all,
> Ulrich
>
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=719854
Hi Ulrich,

A big cloudy welcome to you as well (gee, look at all the cloudy 
introductions today!)

As I said to Troy - you're welcome to also join the Cloud SIG mailing 
list - we have a number of people interested in swapping cloudy package 
reviews, discussing things, etc.

https://admin.fedoraproject.org/mailman/listinfo/cloud

I see in your bz that IRC access is not an option right now, which is a 
bummer, but we are always happy to converse on list.

Cheers,
(Continue reading)

Robyn Bergeron | 1 Dec 2011 18:00
Picon
Favicon

Re: Self Introduction

On 11/30/2011 04:25 PM, Troy Dawson wrote:
> Hello,
> I've been creating rpm packages for Fermi Linux for over 10 years, and
> Scientific Linux 8 years, but I never had time to do anything for Fedora
> and EPEL.  Now that I'm not with Scientific Linux, I've got the time.
> I'd like to help with the OpenShift client packages for Fedora and EPEL.
>   So I'm going to sign up to be a co-maintainer for rubygem-rhc, and
> rubygem-json-pure (a new dependancy for rhc).
>
> Troy Dawson
Can I please roll out a giant blue carpet to welcome you? :)

You should consider also joining the Cloud SIG mailing list - we'd love 
to hear about your progress in openshift-land, and help out where we 
can. (We also have IRC meetings on Fridays, and you're of course welcome 
to join, and we hang out in #fedora-cloud.)

https://admin.fedoraproject.org/mailman/listinfo/cloud

-Robyn
--

-- 
devel mailing list
devel <at> lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Paul Howarth | 1 Dec 2011 19:11
Favicon

Re: Package segfaults when built with -O2 but not with -O0

On Thu, 01 Dec 2011 15:45:48 +0100
Ralf Corsepius <rc040203 <at> freenet.de> wrote:

> On 12/01/2011 11:23 AM, Paul Howarth wrote:
> > Ralf,
> >
> > On 11/18/2011 05:53 PM, Ralf Corsepius wrote:
> >> On 11/18/2011 05:32 PM, Paul Howarth wrote:
> >>> It already builds with -Wall and there are no warnings:
> >> This doesn't mean much.
> >>
> >> Adding a couple of more agressive options, this is what happens to
> >> pptp:
> >>
> 
> > What were the "couple of more agressive options" you used,
> 
> This is what I did (rebased against today's git):
> 
> diff --git a/pptp.spec b/pptp.spec
> index 289dd08..78e36ca 100644
> --- a/pptp.spec
> +++ b/pptp.spec
>  <at>  <at>  -86,7 +86,7  <at>  <at>  tunnels.
>   perl -pi -e 's/install -o root -m 555 pptp/install -m 755 pptp/;'
> Makefile
> 
>   %build
> -make %{?_smp_mflags} CFLAGS="-Wall %{optflags}" IP=/sbin/ip
> +make %{?_smp_mflags} CFLAGS="-Wall %{optflags} -Wextra 
(Continue reading)


Gmane