User Tools

Site Tools


haas:system:lab46.offbyone.lan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:system:lab46.offbyone.lan [2014/07/12 11:27] – [Packages] wedgehaas:system:lab46.offbyone.lan [2014/09/15 16:41] (current) – [Packages] wedge
Line 32: Line 32:
  
   * lair-std   * lair-std
-  * lair-ldap+  * lair-ldap (libnss-ldapd nslcd)
   * lair-nfs   * lair-nfs
   * nslcd   * nslcd
Line 50: Line 50:
   * fakeroot debhelper automake debomatic   * fakeroot debhelper automake debomatic
   * manpages-dev   * manpages-dev
 +  * mosh
 +  * ruby2.1
 +  * mercurial git subversion
 +  * openssl ca-certificates
 +  * lynx
 +  * telnet
 +  * bsd-mailx
 +  * dateutils
 +  * libgd-dev
  
   * lair-std lair-nfs lair-vm lair-ldap   * lair-std lair-nfs lair-vm lair-ldap
Line 99: Line 108:
 ## LAIR Xen VM configuration file ## LAIR Xen VM configuration file
 ## ##
-##     created by xen-tools 4.on Fri Apr 11 05:39:29 2014.+##     created by xen-tools 4.on Thu Jul 10 09:33:02 2014.
 ## ##
 ###################################################################### ######################################################################
Line 107: Line 116:
 ## PyGRUB ## PyGRUB
 ## ##
-bootloader  = '/usr/lib/xen-default/bin/pygrub'+bootloader  = '/usr/lib/xen-4.3/bin/pygrub'
  
 ###################################################################### ######################################################################
Line 113: Line 122:
 ## CPU(s) + memory size ## CPU(s) + memory size
 ## ##
-memory      = '192+memory      = '1536
-vcpus       = '1'+vcpus       = '2'
  
 ###################################################################### ######################################################################
Line 121: Line 130:
 ## ##
 root        = '/dev/xvda1 ro' root        = '/dev/xvda1 ro'
-disk        = [ 'file:/xen/images/lab46new.disk,xvda1,w', +disk        = [ 'file:/xen/images/lab46.disk,xvda1,w', 
-                'file:/xen/images/lab46newtmp.disk,xvda2,w', +                'file:/xen/images/lab46tmp.disk,xvda2,w', 
-                'file:/xen/images/lab46new.swap,xvda3,w' ]+                'file:/xen/images/lab46.swap,xvda3,w' ]
  
 ###################################################################### ######################################################################
Line 129: Line 138:
 ## Hostname ## Hostname
 ## ##
-name        = 'lab46new'+name        = 'lab46'
  
 ###################################################################### ######################################################################
Line 136: Line 145:
 ## ##
 dhcp        = 'dhcp' dhcp        = 'dhcp'
-vif         = [ 'mac=00:16:3E:07:CD:F1' ]+vif         = [ 'mac=00:16:3E:5D:88:D8,bridge=xenbr1' ]                                   
  
 ###################################################################### ######################################################################
Line 243: Line 252:
 export PATH=${PATH}:${PLAN9}/bin export PATH=${PATH}:${PLAN9}/bin
 </code> </code>
 +
 +=====aptitude auto-remounting /tmp for exec/noexec=====
 +<cli>
 +lab46:/etc/apt/apt.conf.d# cat 73_tmp 
 +DPkg::Pre-Invoke {"mount -o remount,exec /tmp";};
 +DPkg::Post-Invoke {"mount -o remount /tmp";};
 +lab46:/etc/apt/apt.conf.d# 
 +</cli>
 +
 +=====apt norecommends config=====
 +<cli>
 +lab46:/etc/apt/apt.conf.d# cat 99_norecommends 
 +APT::Install-Recommends "false";
 +APT::AutoRemove::RecommendsImportant "false";
 +APT::AutoRemove::SuggestsImportant "false";
 +lab46:/etc/apt/apt.conf.d# 
 +</cli>
haas/system/lab46.offbyone.lan.1405164444.txt.gz · Last modified: 2014/07/12 11:27 by wedge