hi,guys In the debian sarge, the run uname -i will get error, so every time run the puppetd will get this error message: Try `/bin/uname --help'' for more information. Try `/bin/uname --help'' for more information. how to resolve this ? define a alias ? hmy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 huangmingyou wrote:> hi,guys > In the debian sarge, the run uname -i will get error, so every > time run the puppetd will get this error message: > > Try `/bin/uname --help'' for more information. > Try `/bin/uname --help'' for more information. > > > how to resolve this ? define a alias ?Where is uname running from? Facter? I don''t know a uname -i call at all. Regards James Turnbull - -- James Turnbull (james@lovedthanlost.net) - -- Author of: - - Pulling Strings with Puppet (http://www.amazon.com/gp/product/1590599780/) - - Pro Nagios 2.0 (http://www.amazon.com/gp/product/1590596099/) - - Hardening Linux (http://www.amazon.com/gp/product/1590594444/) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIFGOi9hTGvAxC30ARAqkvAJwN2zk5GeQUrr690ttMn6ukZPwMKgCgiC/z S2gkoaGKrZReQ7bW0+N/hsE=cL14 -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
yes,from the facter, every time I run "puppetd --test",will get this message: Try `uname --help'' for more information. ,in the debian sarge, the uname no the "-i" option. #uname --version uname (coreutils) 5.2.1 Written by David MacKenzie. On Apr 27, 7:29 pm, James Turnbull <ja...@lovedthanlost.net> wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > huangmingyou wrote: > > hi,guys > > In the debian sarge, the run uname -i will get error, so every > > time run the puppetd will get this error message: > > > Try `/bin/uname --help'' for more information. > > Try `/bin/uname --help'' for more information. > > > how to resolve this ? define a alias ? > > Where is uname running from? Facter? I don''t know a uname -i call at all. > > Regards > > James Turnbull > > - -- > James Turnbull (ja...@lovedthanlost.net) > - -- > Author of: > - - Pulling Strings with Puppet > (http://www.amazon.com/gp/product/1590599780/) > - - Pro Nagios 2.0 > (http://www.amazon.com/gp/product/1590596099/) > - - Hardening Linux > (http://www.amazon.com/gp/product/1590594444/) > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (Darwin) > Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org > > iD8DBQFIFGOi9hTGvAxC30ARAqkvAJwN2zk5GeQUrr690ttMn6ukZPwMKgCgiC/z > S2gkoaGKrZReQ7bW0+N/hsE> =cL14 > -----END PGP SIGNATURE-------~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
huangmingyou wrote:> yes,from the facter, > every time I run "puppetd --test",will get this message: > > Try `uname --help'' for more information. > > ,in the debian sarge, the uname no the "-i" option. > > #uname --version > uname (coreutils) 5.2.1 > Written by David MacKenzie. >Are you sure it''s uname -i? The only uname calls in Facter are: lib/facter.rb: setcode ''uname -s'' lib/facter.rb: setcode ''uname -r'' lib/facter.rb: setcode ''uname -m'' lib/facter.rb: setcode ''uname -p'', ''/bin/sh'' Regards James Turnbull -- James Turnbull (james@lovedthanlost.net) -- Author of: * Pulling Strings with Puppet (http://www.amazon.com/gp/product/1590599780/) * Pro Nagios 2.0 (http://www.amazon.com/gp/product/1590596099/) * Hardening Linux (http://www.amazon.com/gp/product/1590594444/) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
I''m not sure, may be is the uname -p get the error. because the uname in the debian sarge don''t have the -p option. root@host1:~#uname -p Try `uname --help'' for more information. On Apr 27, 9:50 pm, James Turnbull <ja...@lovedthanlost.net> wrote:> huangmingyou wrote: > > yes,from the facter, > > every time I run "puppetd --test",will get this message: > > > Try `uname --help'' for more information. > > > ,in the debian sarge, the uname no the "-i" option. > > > #uname --version > > uname (coreutils) 5.2.1 > > Written by David MacKenzie. > > Are you sure it''s uname -i? The only uname calls in Facter are: > > lib/facter.rb: setcode ''uname -s'' > lib/facter.rb: setcode ''uname -r'' > lib/facter.rb: setcode ''uname -m'' > lib/facter.rb: setcode ''uname -p'', ''/bin/sh'' > > Regards > > James Turnbull > > -- > James Turnbull (ja...@lovedthanlost.net) > -- > Author of: > * Pulling Strings with Puppet > (http://www.amazon.com/gp/product/1590599780/) > * Pro Nagios 2.0 > (http://www.amazon.com/gp/product/1590596099/) > * Hardening Linux > (http://www.amazon.com/gp/product/1590594444/)--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---