<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel">
    <title>gmane.comp.init.sysv.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/121"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/120"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/119"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/118"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/117"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/116"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/115"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/114"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/113"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/112"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/111"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/110"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/109"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/108"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/107"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/106"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/105"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/104"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/103"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.init.sysv.devel/102"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/121">
    <title>[sysvinit-devel] Reliable and Friendly Holiday Accommodation in Strand, Western Cape, South Africa</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/121</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Lolo Accommodation</dc:creator>
    <dc:date>2013-04-17T16:11:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/120">
    <title>[sysvinit-devel] Epoch time in "last" output</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/120</link>
    <description>&lt;pre&gt;Hi sysvinit Developers,

I had a requirement to check for accounts which had not been used in a 
given time period; last seemed to be a useful tool to do that, but of 
course its output is in human-readable format and not easily parsed (or 
at least, not accurately).

I have therefore created the attached patch to src/last.c, against 
sysvinit-2.88dsf, which adds a "-e" (epoch) switch.

$ ./last -n5
steve    pts/4        :0.0             Tue Jan 22   still    logged in
steve    pts/4        hp               Tue Jan 22 - 17:15     (00:09)
steve    pts/4        hp               Tue Jan 22 - 16:31     (00:06)
steve    pts/4        :0.0             Mon Jan 21 - 23:34     (00:05)
steve    pts/5        :0.0             Mon Jan 21 - 23:34     (00:05)

wtmp begins Wed Jan  2 12:35:41 2013
$ ./last -n5 -e
steve    pts/4        :0.0             1358883350   still    logged in
steve    pts/4        hp               1358874384 1358874925  (00:09)
steve    pts/4        hp               1358871905 1358872289  (00:06)
stev&lt;/pre&gt;</description>
    <dc:creator>Steve Parker</dc:creator>
    <dc:date>2013-01-22T20:41:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/119">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/119</link>
    <description>&lt;pre&gt;
Please submit your patch to the kernels people. Simply to make
the tty code more reliable :)


       Werner

&lt;/pre&gt;</description>
    <dc:creator>Dr. Werner Fink</dc:creator>
    <dc:date>2013-01-18T12:28:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/118">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/118</link>
    <description>&lt;pre&gt;Thanks!

So tired... But, maybe you should congratulate me:).
I got the root cause finally, although I still have doubt.

1. same binary (barebox+kernel+rootfs) running well on mini2440

2. I compared the serial related registers in CPU, and found only one 
different:
the register "UCON0"'s bitfield [11:10], ie. clock selection.
on mini2440, it is 10, on my s3c2442, it is 00.
on mini2440, the tty's wait_until_sent will return quickly, not on s3c2442.

on mini2440, the first try in waiting will found there is something not sended, 
the second try will found it cleared.

but on s3c2442, NOT so.


3. check the tty driver, I found in samsung.c, there is one function is 
related with that:
's3c24xx_serial_setsource'

4. and then found the caller: 's3c24xx_serial_set_termios'. I have added 
printk in it. and the different it is.

5. in 's3c24xx_serial_set_termios', it will find clock in system info,
on mini2440, it found, on my s3c2442, no luck.

6. add printk to print out all clocks. 
on my s3c2442, there is not&lt;/pre&gt;</description>
    <dc:creator>Yi Qingliang</dc:creator>
    <dc:date>2013-01-18T12:59:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/117">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/117</link>
    <description>&lt;pre&gt;
Yes as /dev/console is the system console and the real devices used for
the console are handled by the kernel.  Compare with e.g.

         cat /proc/consoles

which will list all devices used for the system console[1].  Even printers
could be used for a channel of the system console.


    Werner

[1] https://patchwork.kernel.org/patch/461091/
&lt;/pre&gt;</description>
    <dc:creator>Dr. Werner Fink</dc:creator>
    <dc:date>2013-01-17T07:52:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/116">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/116</link>
    <description>&lt;pre&gt;wrote:
which tty the sysvinit will open if the kernel parameter is 'console=ttySAC0"?
I debugged the sysvinit, it open the /dev/console, is that normal?
&lt;/pre&gt;</description>
    <dc:creator>Yi Qingliang</dc:creator>
    <dc:date>2013-01-17T08:42:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/115">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/115</link>
    <description>&lt;pre&gt;wrote:
I found something:
https://lkml.org/lkml/2010/10/31/137
the different is: it's open, mine is close.

&lt;/pre&gt;</description>
    <dc:creator>Yi Qingliang</dc:creator>
    <dc:date>2013-01-16T17:58:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/114">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/114</link>
    <description>&lt;pre&gt;
That more kernel driver related. Sorry, but I'm not familiar with this kind
of serial device nor driver :(

   Werner

&lt;/pre&gt;</description>
    <dc:creator>Dr. Werner Fink</dc:creator>
    <dc:date>2013-01-16T07:56:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/113">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/113</link>
    <description>&lt;pre&gt;why the close(fd) freeze for 30seconds?
is it related with serial setting? or serial driver?





&lt;/pre&gt;</description>
    <dc:creator>niqingliang2003&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2013-01-16T10:08:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/112">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/112</link>
    <description>&lt;pre&gt;wrote:
on the s3c2442, the ttySAC is correct, it is define in the samsung uart driver.
I don't think it is the problem.

I have checked the getty code, the display issue code section called the ioctl 
to change the serial setting, after that restore serial setting, and then no 
login prompt, If I comment out the two ioctl, the login prompt appear, but no 
help on the sysvinit freeze 30seconds.






&lt;/pre&gt;</description>
    <dc:creator>niqingliang2003&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2013-01-16T09:44:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/111">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/111</link>
    <description>&lt;pre&gt;
This is what /usr/src/linux/Documentation/devices.txt describes.


The device ttySA0 is found on StrongARM as described in /usr/src/linux/Documentation/devices.txt

&lt;/pre&gt;</description>
    <dc:creator>Dr. Werner Fink</dc:creator>
    <dc:date>2013-01-15T15:56:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/110">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/110</link>
    <description>&lt;pre&gt;wrote:
what you mean? my kernel argument should be ttySA0?
forgive my poor English, I can't catch you.


&lt;/pre&gt;</description>
    <dc:creator>Yi Qingliang</dc:creator>
    <dc:date>2013-01-15T15:11:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/109">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/109</link>
    <description>&lt;pre&gt;                                                       ^^^^^^^
Shouldn't that be /dev/ttySA0


The serial console of the ARM(?) does not respond ...

&lt;/pre&gt;</description>
    <dc:creator>Dr. Werner Fink</dc:creator>
    <dc:date>2013-01-15T11:16:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/108">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/108</link>
    <description>&lt;pre&gt;great thanks for the response.:)
the 'print' openned /dev/console.
I'm using s3c2442, the argument of kernel is console=ttySAC0,115200.
and I have another problem, the getty(busybox) only print out the issue, but 
no login prompt, after disable the issue( add -i got gettty in inittab), it 
can display the login prompt.

the two problems are both related with the serial console, but I have no idea.



&lt;/pre&gt;</description>
    <dc:creator>niqingliang2003&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2013-01-15T18:42:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/107">
    <title>Re: [sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/107</link>
    <description>&lt;pre&gt;
Strange as 5 times of 10000 µs are less than 30s ... compare with console_open() used by print() ... do you have some unusual console devices around and/or set the environment variable CONSOLE in the kernels command/parameter line?


&lt;/pre&gt;</description>
    <dc:creator>Dr. Werner Fink</dc:creator>
    <dc:date>2013-01-15T10:35:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/106">
    <title>[sysvinit-devel] the sysvinit pause</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/106</link>
    <description>&lt;pre&gt;when booting,
I can see
INIT: version 2.88 booting
but it stop 30 seconds  before and after "version 2.88 booting".

I have debugged the code, found that:
the 30seconds is about close(fd) in function:
void print(char *s)(src/init.c)

If I open "INITDEBUG" in src/init.h, I can boot normally.

anyone can give some suggestion?
THANKS

Nanjing Jilong
Yi Qingliang





&lt;/pre&gt;</description>
    <dc:creator>niqingliang2003&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2013-01-15T10:50:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/105">
    <title>[sysvinit-devel] TODO in src/init.c</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/105</link>
    <description>&lt;pre&gt;Sysvinit maintainers,

Below is a git-diff that implements the TODO mentioned in src/init.c.
I am not very familiar with SVN, so I am not sure how to properly
submit this patch.  Thank you for your time.
diff --git a/src/init.c b/src/init.c
index 27532ad..3b72575 100644
--- a/src/init.c
+++ b/src/init.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -309,22 +309,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void send_state(int fd)
 }

 /*
- *     Read a string from a file descriptor.
- *     FIXME: why not use fgets() ?
- */
-static int get_string(char *p, int size, FILE *f)
-{
-       int     c;
-
-       while ((c = getc(f)) != EOF &amp;amp;&amp;amp; c != '\n') {
-               if (--size &amp;gt; 0)
-                       *p++ = c;
-       }
-       *p = '\0';
-       return (c != EOF) &amp;amp;&amp;amp; (size &amp;gt; 0);
-}
-
-/*
  *     Read trailing data from the state pipe until we see a newline.
  */
 static int get_void(FILE *f)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -412,7 +396,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static CHILD *get_record(FILE *f)
        } while (cmd != C_REC);

        p = imalloc(sizeof(CHILD));
-       get_string(p-&amp;gt;id, sizeof(p-&amp;gt;id), f);
+       fgets(p-&amp;gt;id, sizeof(p-&amp;gt;&lt;/pre&gt;</description>
    <dc:creator>Zachary Winnerman</dc:creator>
    <dc:date>2012-12-27T04:10:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/104">
    <title>[sysvinit-devel] Get your slice of richness!</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/104</link>
    <description>&lt;pre&gt;GTR L is the BEST stock of the week!!! We covered GTR L when it was $0.015 
and it produced 210% on Nov 16 hitting 0.032 high, Nasdaq is your friend.

Readers who got in with $5000 last week made $10000 today. Big changes are 
due next week, the pps will follow!

Hurry to buy into your $5000 of GTR L on this Monday, Nov 19 to see it 
doubled!!!



&lt;/pre&gt;</description>
    <dc:creator>Miriam Schneider</dc:creator>
    <dc:date>2012-11-18T21:22:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/103">
    <title>[sysvinit-devel] This Stock is ready to make it`s way back up</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/103</link>
    <description>&lt;pre&gt;Wanna have an extra $5,000 in the next seven days? When you get $1000 of 
GT_R_L stock on November 16th, it would return you $5000 by Friday next 
week!!! That easy.

GT_R_L is in the same industry as Sony Corp and Viacom with focus on 
innovation and strong connections in the industry. GT_R_L quietly trades 
in the low all week, waiting for big news to get the price jump x5 
times!

Buy $1000 of GT_R_L before the news are released making the price too 
high. Buy into $1,000 worth on Nov, 16 and watch it turns into $5,000 by 
next Friday. Go trade GT_R_L Now!



&lt;/pre&gt;</description>
    <dc:creator>Walter Jenkins</dc:creator>
    <dc:date>2012-11-16T12:42:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/102">
    <title>[sysvinit-devel] Don`t Miss the Momentum Wave!</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/102</link>
    <description>&lt;pre&gt;The movie industry hands their support to Obama election so, now Obama 
pays back! Really big names like J. Lynch and Z. Quinto, George Takei 
and Sykes!

All of these celebs are all represented by this: G T_R L

Ever heard of DreamWorks Animation, Cinemark or Imax? True, they are 
huge, they trade over $100 today, but they skipped on playing with Obama 
when it mattered. G T_R L took adavantage from this moment, they 
frontlined president's support in LA and now their shares will soar.

Company Name: Get Real USA
Tick: G T_R L
Per Share Cost: 0.02
6 Day Target: 0.15

We say G T_R L to reach 15 cents next week. To sum it all G T_R L is 
doing well in filming the big star movies. The markets is 31 billion and 
helped by Obama they will enjoy a more than before. Companies that 
support president's elections are the real winners, G T_R L will outdo 
all big companies within 1 month. JUST RELEASED 9-11-2012: G T_R L 
Announces Development of Financing Fund, Stop wasting yout time, 
hurry!!!

It is the perfect mo&lt;/pre&gt;</description>
    <dc:creator>Susanna Burris</dc:creator>
    <dc:date>2012-11-11T16:15:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.init.sysv.devel/101">
    <title>[sysvinit-devel] It is Break Out!</title>
    <link>http://permalink.gmane.org/gmane.comp.init.sysv.devel/101</link>
    <description>&lt;pre&gt;The movie industry hands their support to President Obama's re-election 
it's time when Obama pays it back. Big names like Jane Lynch, Zachary 
Quinto, Wanda Sykes, and George Takei!

All of these celebs are all faces for and represented by One company: 
GT_RL

Ever heard of DreamWorks Animation, Cinemark or Imax? It is true, they 
are big, they trade over $100 today, but they skipped on playing with 
Obama when it mattered! GT_RL took adavantage from this moment, they 
frontlined supporting the President in LA and now their shares will 
soar!

Company Name: Get Real USA
Stock Symbol: GT_RL
Price: .02
Short Term Target Price: $0.28

We guess GT_RL to hit $.28 next week or two. Giving you an executive 
summary GT_RL is making their money by making big-names movies. The 
markets is 31 billion and now with Obama's support they will score a 
more than before. The president supporters get huge paybacks, GT_RL will 
outdo all major film players within 1 month. Hot News Fri, Nov 9, 2012: 
GT_RL is developing the Fi&lt;/pre&gt;</description>
    <dc:creator>Gerald Stuart</dc:creator>
    <dc:date>2012-11-11T11:16:57</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.init.sysv.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.init.sysv.devel</link>
  </textinput>
</rdf:RDF>
