Troy Telford
2012-Jan-20 02:51 UTC
/usr/share/shorewall/lib.base: line 182: /lib.common: No such file or directory
I''m running a Debian (sid) box, with shorewall & shorewall6 When I boot (or bounce an interface) I''m seeing the following error: /usr/share/shorewall/lib.base: line 182: /lib.common: No such file or directory It appears to happen on any interface. An example: $ sudo ifdown eth2 /usr/share/shorewall/lib.base: line 182: /lib.common: No such file or directory Shorewall6 down triggered by eth2 Shorewall6 attempting restart /usr/share/shorewall/lib.base: line 182: /lib.common: No such file or directory Shorewall6 down triggered by eth2 Shorewall6 attempting restart (The message is nearly identical when I ifup the interface) The "obvious" problem to me was that shorewall couldn''t find lib.common - but it is there on my filesystem: $ locate lib.common /home/ttelford/src/shorewall/Shorewall-core/lib.common /usr/share/shorewall/lib.common The odd thing is I''m not seeing any problems when I run ''shorewall restart'' or ''shorewall6 restart'' I''m using the following version of shorwall (including package versions): ii shorewall 4.4.27.2-1 ii shorewall-doc 4.4.27-1 ii shorewall-init 4.4.27.2-1 ii shorewall6 4.4.27.2-1 I''ve also tried re-installing the packages (in case there was file corruption). There was no effect when I reinstalled the packages. Any ideas? -- Troy Telford ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
Tom Eastep
2012-Jan-20 15:28 UTC
Re: /usr/share/shorewall/lib.base: line 182: /lib.common: No such file or directory
On 01/19/2012 06:51 PM, Troy Telford wrote:> I''m running a Debian (sid) box, with shorewall & shorewall6 > > When I boot (or bounce an interface) I''m seeing the following error: > /usr/share/shorewall/lib.base: line 182: /lib.common: No such file or directoryTroy, Please try this patch. You will need to apply it as follows: patch /etc/network/if-up.d/shorewall < INIT.patch patch /etc/network/if-post-down.d/shorewall < INIT.patch Please let me know if this solves the issue. Thanks, -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
J. Randall Owens
2012-Jan-20 16:36 UTC
Re: /usr/share/shorewall/lib.base: line 182: /lib.common: No such file or directory
On 01/20/2012 08:28 AM, Tom Eastep wrote:> Troy, > > Please try this patch. You will need to apply it as follows: > > patch /etc/network/if-up.d/shorewall < INIT.patch > patch /etc/network/if-post-down.d/shorewall < INIT.patch > > Please let me know if this solves the issue.Psst. It seems you forgot to actually attach the patch (or link to it or otherwise make it available). The only attachment I see is the signature.asc. -- J. Randall Owens | http://www.ghiapet.net/ ProofReading Markup Language | http://www.prml.org/ ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
On 01/20/2012 08:36 AM, J. Randall Owens wrote:> On 01/20/2012 08:28 AM, Tom Eastep wrote: >> Troy, >> >> Please try this patch. You will need to apply it as follows: >> >> patch /etc/network/if-up.d/shorewall < INIT.patch >> patch /etc/network/if-post-down.d/shorewall < INIT.patch >> >> Please let me know if this solves the issue. > > Psst. It seems you forgot to actually attach the patch (or link to it > or otherwise make it available). The only attachment I see is the > signature.asc. >-Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
On 2012-01-20 16:47:47 +0000, Tom Eastep said:> On 01/20/2012 08:36 AM, J. Randall Owens wrote: >> On 01/20/2012 08:28 AM, Tom Eastep wrote: >>> Troy, >>> >>> Please try this patch. You will need to apply it as follows: >>> >>> patch /etc/network/if-up.d/shorewall < INIT.patch >>> patch /etc/network/if-post-down.d/shorewall < INIT.patch >>> >>> Please let me know if this solves the issue. >> >> Psst. It seems you forgot to actually attach the patch (or link to it >> or otherwise make it available). The only attachment I see is the >> signature.asc. >> > > > -TomUnfortunately, it appears that I am not seeing the patch either. (I''ll note that I follow the list using gmane, so it may be getting filtered by gmane.) I am getting the signature.asc attachments, which is weird... why one and not the other? Applying a patch isn''t a problem - even if you paste the patch wholesale, I can easily copy/paste it and apply it from there. I had hoped that the ''fix'' was in the git repo (ie. fixed in a newer release than I have), but that doesn''t appear to be the case; Shorewall-init/ifupdown.sh (in the master branch) is identical to the one I already have. -- Troy Telford ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
On Fri, 2012-01-20 at 10:47 -0700, Troy Telford wrote:> On 2012-01-20 16:47:47 +0000, Tom Eastep said: > > > On 01/20/2012 08:36 AM, J. Randall Owens wrote: > >> On 01/20/2012 08:28 AM, Tom Eastep wrote: > >>> Troy, > >>> > >>> Please try this patch. You will need to apply it as follows: > >>> > >>> patch /etc/network/if-up.d/shorewall < INIT.patch > >>> patch /etc/network/if-post-down.d/shorewall < INIT.patch > >>> > >>> Please let me know if this solves the issue. > >> > >> Psst. It seems you forgot to actually attach the patch (or link to it > >> or otherwise make it available). The only attachment I see is the > >> signature.asc. > >> > > > > > > -Tom > > Unfortunately, it appears that I am not seeing the patch either. (I''ll > note that I follow the list using gmane, so it may be getting filtered > by gmane.) > > I am getting the signature.asc attachments, which is weird... why one > and not the other? > > Applying a patch isn''t a problem - even if you paste the patch > wholesale, I can easily copy/paste it and apply it from there. > > I had hoped that the ''fix'' was in the git repo (ie. fixed in a newer > release than I have), but that doesn''t appear to be the case; > Shorewall-init/ifupdown.sh (in the master branch) is identical to the > one I already have.I have pushed it to the 4.4.27 git branch. -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
On 2012-01-20 17:56:54 +0000, Tom Eastep said:> I have pushed it to the 4.4.27 git branch.Works well for me. Thanks! -- Troy Telford ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
On 01/20/2012 10:31 AM, Troy Telford wrote:> On 2012-01-20 17:56:54 +0000, Tom Eastep said: >> I have pushed it to the 4.4.27 git branch. > > Works well for me. Thanks!Thanks, Troy. -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d