Ubuntu-devel-discuss Digest, Vol 97, Issue 11

M Hamza Ali hamzaali44 at gmail.com
Sun Dec 7 14:51:44 UTC 2014


well...can anyone guide me through how to start developing and contributing
Ubuntu. I am a beginner programmer with not much experience but i earnestly
want to help

On Sun, Dec 7, 2014 at 4:00 AM, <
ubuntu-devel-discuss-request at lists.ubuntu.com> wrote:

> Send Ubuntu-devel-discuss mailing list submissions to
>         ubuntu-devel-discuss at lists.ubuntu.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
> or, via email, send a message with subject or body 'help' to
>         ubuntu-devel-discuss-request at lists.ubuntu.com
>
> You can reach the person managing the list at
>         ubuntu-devel-discuss-owner at lists.ubuntu.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ubuntu-devel-discuss digest..."
>
>
> Today's Topics:
>
>    1. Ubuntu (Joseph Reusswig)
>    2. Re: Ubuntu (Tim Heckman)
>    3. Re: 15.04 and systemd (Martin Pitt)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 6 Dec 2014 08:02:38 -0600
> From: Joseph Reusswig <3riley7 at gmail.com>
> To: ubuntu-devel-discuss at lists.ubuntu.com
> Subject: Ubuntu
> Message-ID:
>         <CAGpXvmgDFVuYj87KQBWBfjbZURROB0H599ZWMTB4pQeFJDx=
> tg at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I'm late coming to your work could you describe what I need to know and
> some options that Ubuntu can help my sprint Galaxy Note 3 SM-N900P
> transform into an operating system?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20141206/b45f8a2e/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Sat, 6 Dec 2014 11:42:39 -0800
> From: Tim Heckman <t at heckman.io>
> To: Joseph Reusswig <3riley7 at gmail.com>
> Cc: "ubuntu-devel-discuss at lists.ubuntu.com"
>         <ubuntu-devel-discuss at lists.ubuntu.com>
> Subject: Re: Ubuntu
> Message-ID:
>         <CAB=
> D40iV2Uof1z9g5_UmFqWhAsFizUU2u5R9MvmjzcxMAz-9rQ at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Sat, Dec 6, 2014 at 6:02 AM, Joseph Reusswig <3riley7 at gmail.com> wrote:
> > I'm late coming to your work could you describe what I need to know and
> some
> > options that Ubuntu can help my sprint Galaxy Note 3 SM-N900P transform
> into
> > an operating system?
>
> Hey Joseph,
>
> I'm not sure the Ubuntu development mailing list is the best place to
> ask questions like this. In general, development mailing lists are
> used for the development of specific features versus help getting
> Ubuntu working on a specific platform.
>
> Probably best to reach out to the users mailing list, IRC, or the forums.
>
> With that said, a simple Google search for "Galaxy Note 3 Ubuntu"
> yielded these top-two search results:
>
> - http://forum.xda-developers.com/showthread.php?t=2608765
> -
> https://www.reddit.com/r/Ubuntu/comments/291jyb/ubuntu_phone_on_samsung_note_3/
>
> Best of luck.
>
> Cheers!
> -Tim
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 7 Dec 2014 09:11:46 +0200
> From: Martin Pitt <martin.pitt at ubuntu.com>
> To: Tom H <tomh0665 at gmail.com>
> Cc: Ubuntu Devel Discuss <ubuntu-devel-discuss at lists.ubuntu.com>
> Subject: Re: 15.04 and systemd
> Message-ID: <20141207071146.GC2631 at piware.de>
> Content-Type: text/plain; charset=us-ascii
>
> Hey Tom,
>
> Tom H [2014-12-05  8:03 -0500]:
> > > | $ grep ifup /lib/udev/rules.d/99-systemd.rules
> > > | SUBSYSTEM=="net", KERNEL!="lo", TAG+="systemd",
> ENV{SYSTEMD_ALIAS}+="/sys/subsystem/net/devices/$name",
> ENV{SYSTEMD_WANTS}+="ifup@$name.service"
> >
> > I noticed this after sending my original email. I'm now using NM (I
> > had to log on to a WEP network!) and I'd meant to check whether
> > unmasking ifup at .service would result in the same errors because this
> > rule doesn't have "check whether something other than ifupdown is
> > bringing up the network" (if that's even possible in a udev rule).
>
> The rule doesn't have to. ifup will know by itself (through
> /etc/network/interfaces) if it's responsible for a particular
> interface; if not, this is a no-op.
>
> > > This will handle hotplugged interfaces which are covered by ifupdown,
> > > i. e. /etc/network/interfaces.
> >
> > Except that my "interfaces" file's empty.
>
> Right, then the rule and ifup at .service are irrelevant for your system.
> This is also why the disabled /etc/init.d/networking init script did
> not cause acual damage on your system. systemd brings up lo on its
> own, so you don't need ifupdown for "lo" even.
>
> > By hotplugged do you mean when using Debian's "allow-hotplug"?
>
> I meant "added the hardware while the computer/user session is
> running". "allow-hotplug" is Debian's ifupdown declaration for this
> (but not supported directly under Ubuntu).
>
> > I hadn't seen the ifup udev rule when I wrote the above so I thought
> > that systemd was using the sysvinit networking script to trigger
> > ifup at .service.
>
> The sysvinit script is called at boot to bring up the non-hotplugged
> interfaces (lo, builtin ethernet or wifi cards), if they are tagged as
> "auto".
>
> > I'll set up a VM to try to reproduce this.
> >
> > Do you mean upgrade trusty-to-utopic or utopic-to-vivid?
>
> Well, finding out the upgrade path that causes /etc/init.d/networking
> to be disabled is exactly the exercise :-) It might just be "clean
> utopic install and upgrade to vivid", but it might be more complicated
> than that.
>
> Thanks!
>
> Martin
>
> --
> Martin Pitt                        | http://www.piware.de
> Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
>
>
>
> ------------------------------
>
> --
> Ubuntu-devel-discuss mailing list
> Ubuntu-devel-discuss at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
>
>
> End of Ubuntu-devel-discuss Digest, Vol 97, Issue 11
> ****************************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20141207/e95b5c46/attachment.html>


More information about the Ubuntu-devel-discuss mailing list