Displaying 8 results from an estimated 8 matches for "3fe".
Did you mean:
3f
2016 Mar 23
1
Clang/LLVM producing incomplete & erroneous debug information
...:
$ readelf --debug-dump=info ./a.out
I see the following debugging information in the binary for "main":
<1><a7>: Abbrev Number: 7 (DW_TAG_subprogram)
<a8> DW_AT_low_pc : 0x400880
<b0> DW_AT_high_pc : 0xc9
<b4> Unknown AT value: 3fe7: 1
<b4> DW_AT_frame_base : 1 byte block: 57 (DW_OP_reg7 (rsp))
<b6> DW_AT_name : (indirect string, offset: 0xaf): main
<ba> DW_AT_decl_file : 1
<bb> DW_AT_decl_line : 16
<bc> DW_AT_prototyped : 1
<bc> DW_A...
2008 Feb 04
0
xen-utils-3.2-1 xen-hypervisor-3.2-1 on etch
...ct=clnk&cd=1&gl=uk&client=firefox-a
Which I think is a cross compiled Ubuntu kernel.
I'm guessing that the problems relate to the dom0 kernel being much older than the hypervisor version.
--
Giles Westwood, Systems Administrator,
Semantico, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE
<http://www.semantico.com/>
<mailto:Giles.Westwood at semantico.com>
<tel:+44-1273-358231> <fax:+44-1273-723232>
2007 Jun 04
3
Method of specifying tags in the puppetd.conf
...i break it.
I am currently trying to learn Ruby, so am happy to attempt
implementation of this myself, but before I start work on this I thought
I''d ask for opinion...
Regards,
mike
--
Mike Pountney, Information Systems Manager,
Semantico, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE
<http://www.semantico.com/>
<mailto:Mike.Pountney@semantico.com>
<tel:+44-1273-722222;ext=209> <fax:+44-1273-723232>
2007 Jul 03
3
$operatingsystem variable.
In the documentation, there is an example such as this:
case $operatingsystem {
sunos: { include solaris } # apply the solaris class
redhat: { include redhat } # apply the redhat class
default: { include generic } # apply the generic class
}
I''ve seen the $operatingsystem variable used elsewhere.
What actually puts the value into the $operatingsystem variable?
Does
2007 May 11
5
dry-run?
Greetings.
Long story short ... configuration changes were made to my puppet
clients while my puppet server was unavailable. I would like to run
puppetd in such a way that it will list what files it would replace, but
not actually replace them, so that I can synchronize my server with my
various clients.
rsync has a -n (--dry-run) option that does this. But I can''t find one
in
2007 Jun 13
3
Facter ''operatingsystemrelease'' fact.
...I have access to various releases of the major OSs above, plus Solaris
10 (i386).
I figure this should be easy enough, so i''m happy to tackle it as my
first foray into Ruby.
Thoughts?
--
Mike Pountney, Information Systems Manager,
Semantico, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE
<http://www.semantico.com/>
<mailto:Mike.Pountney@semantico.com>
<tel:+44-1273-358209> <fax:+44-1273-723232>
2007 May 01
7
RFC: Changing variable override
It seems like a very common expectation that the following code would
work:
class boo {
$me = "/something"
file { $me: ensure => present }
}
class yay inherits boo {
$me = "/something/else"
}
Yet, as many have found to their chagrin, it does not work. Should it?
I believe I know how I could make this work: Create a single
variable namespace for class
2007 Apr 25
17
Multiple swap partitions
I have a machine with two swap partitions (sda2 and sda8). Both will
have none as mount point. When I try to use puppet (using mount type)
for managing fstab I get problems because "name" in both instances
(i.e. mount path) will be "none". How should I fix this within puppet?
Regards
Halvard Moe