This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -urB -x .svn branches/upstream/branches/1.1-bugfixes//front/plugin_dumpentity.getcsv.php trunk//front/plugin_dumpentity.getcsv.php | |
--- branches/upstream/branches/1.1-bugfixes//front/plugin_dumpentity.getcsv.php 2011-07-12 18:28:18.318642139 +0200 | |
+++ trunk//front/plugin_dumpentity.getcsv.php 2011-07-05 18:07:35.000000000 +0200 | |
@@ -57,6 +57,10 @@ | |
$table=""; | |
} | |
+if (isset($_GET["entity"])) { | |
+ $entity = $_GET["entity"]; | |
+} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -urB -x .svn branches/forge/trunk//hook.php trunk//hook.php | |
--- branches/forge/trunk//hook.php 2011-07-07 10:41:20.765282080 +0200 | |
+++ trunk//hook.php 2011-07-07 10:41:20.755282080 +0200 | |
@@ -58,7 +58,10 @@ | |
"`update_computer_type` bool NOT NULL DEFAULT 1, ". | |
"`update_software_name` bool NOT NULL DEFAULT 1, ". | |
"`update_software_category` bool NOT NULL DEFAULT 1, ". | |
- " PRIMARY KEY (`ID`)) ENGINE=MyISAM DEFAULT CHARSET=utf8"; | |
+ "`flat_entities` bool NOT NULL DEFAULT 0, ". | |
+ "`recursive` bool NOT NULL DEFAULT 1, ". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2011-12-07 18:41:36.758 Cappuccino [trace]: <iq xmlns='jabber:client' from='admin@************' to='admin@*****************/ArchipelController' id='3535' type='result'/> | |
4Unsafe JavaScript attempt to access frame with URL http://app.archipelproject.org/ from frame with URL http://welcome.archipelproject.org/?lang=en. Domains, protocols and ports must match. | |
Objective-J.js:3532011-12-07 18:41:57.810 Cappuccino [info]: avatars.plist recovered | |
POST http://****************:5280/http-bind 404 (Not Found) | |
Objective-J.js:3532011-12-07 18:41:57.938 Cappuccino [info]: XMPP is disconnecting | |
Objective-J.js:3532011-12-07 18:41:57.940 Cappuccino [info]: disconnecting... | |
Objective-J.js:3532011-12-07 18:41:57.952 Cappuccino [info]: XMPP connection is now disconnected | |
Objective-J.js:3532011-12-07 18:41:57.954 Cappuccino [info]: Successfuly disconnected. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[..] | |
[598294.583175] type=1400 audit(1323959419.654:215): apparmor="DENIED" operation="open" parent=8337 profile="/usr/lib/libvirt/virt-aa-helper" name="/data/vm/drives/17a2a2ac-2521-11e1-87f6-00259052a9b2/vm-137-disk-1.raw" pid=8815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 | |
[598294.815450] type=1400 audit(1323959419.890:216): apparmor="STATUS" operation="profile_load" name="libvirt-17a2a2ac-2521-11e1-87f6-00259052a9b2" pid=8816 comm="apparmor_parser" | |
[598295.239032] device vnet2 entered promiscuous mode | |
[598295.241070] brVpnVm: port 3(vnet2) entering forwarding state | |
[598295.241074] brVpnVm: port 3(vnet2) entering forwarding state | |
[598295.244447] device vnet3 entered promiscuous mode | |
[598295.246645] brVpnVm: port 4(vnet3) entering forwarding state | |
[598295.246650] brVpnVm: port 4(vnet3) entering forwarding state | |
[598295.461507] brVpnVm: port 3(vnet2) entering forwarding state |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config interface 'wan' | |
option ifname 'eth0.2' | |
option proto 'dhcp' | |
option macaddr '14:d6:4d:bb:04:67' | |
config interface 'wan2' | |
option ifname 'eth0.3' | |
option proto 'dhcp' | |
option macaddr '14:d6:4d:bb:04:68' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** selenium log | |
2012-09-04 10:47:59.922:INFO:osjs.AbstractConnector:Started [email protected]:4444 | |
Sep 4, 2012 10:58:57 AM org.openqa.grid.internal.Registry removeIfPresent | |
WARNING: Proxy 'host :http://192.168.122.1:4444 time out : 300000' was previously registered. Cleaning up any stale test sessions. | |
Sep 4, 2012 10:58:57 AM org.openqa.grid.internal.Registry removeIfPresent | |
WARNING: Proxy 'host :http://192.168.122.1:4444 time out : 300000' was previously registered. Cleaning up any stale test sessions. | |
Sep 4, 2012 10:59:41 AM org.openqa.grid.internal.Registry removeIfPresent | |
WARNING: Proxy 'host :http://192.168.122.1:4444 time out : 300000' was previously registered. Cleaning up any stale test sessions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def get_final_window_rect(self): | |
"""Gets the final size of the main window of guake. The height | |
is the window_height property, width is window_width and the | |
horizontal alignment is given by window_alignment. | |
""" | |
screen = self.window.get_screen() | |
height = self.client.get_int(KEY('/general/window_height')) | |
width = 100 | |
halignment = self.client.get_int(KEY('/general/window_halignment')) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-01-17 11:25:43.017199 7fec1ff6e780 0 filestore(/var/lib/ceph/osd/ceph-2) mount FIEMAP ioctl is supported and appears to work | |
2013-01-17 11:25:43.017236 7fec1ff6e780 0 filestore(/var/lib/ceph/osd/ceph-2) mount FIEMAP ioctl is disabled via 'filestore fiemap' config option | |
2013-01-17 11:25:43.018036 7fec1ff6e780 0 filestore(/var/lib/ceph/osd/ceph-2) mount did NOT detect btrfs | |
2013-01-17 11:25:43.043559 7fec1ff6e780 0 filestore(/var/lib/ceph/osd/ceph-2) mount syncfs(2) syscall fully supported (by glibc and kernel) | |
2013-01-17 11:25:43.044050 7fec1ff6e780 0 filestore(/var/lib/ceph/osd/ceph-2) mount found snaps <> | |
2013-01-17 11:25:43.055493 7fec1ff6e780 0 filestore(/var/lib/ceph/osd/ceph-2) mount: enabling WRITEAHEAD journal mode: btrfs not detected | |
2013-01-17 11:25:43.148956 7fec1ff6e780 1 journal _open /dev/vdb fd 24: 10485760000 bytes, block size 4096 bytes, directio = 1, aio = 0 | |
2013-01-17 11:25:43.154841 7fec1ff6e780 1 journal _open /dev/vdb fd 24: 10485760000 bytes, block size 4096 bytes, directio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
server_name _; | |
client_max_body_size 100m; | |
location / { | |
fastcgi_pass_header Authorization; | |
fastcgi_pass_request_headers on; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2013-10-11T16:57:08+00:00] INFO: service[tftpd-hpa] restarted | |
[2013-10-11T16:57:08+00:00] INFO: git[/opt/razor] sending restart action to service[razor] (delayed) | |
[2013-10-11T16:57:08+00:00] INFO: service[razor] restarted | |
[2013-10-11T16:57:08+00:00] INFO: template[/etc/init/razor.conf] sending stop action to service[razor] (delayed) | |
[2013-10-11T16:57:08+00:00] INFO: service[razor] stopped | |
[2013-10-11T16:57:08+00:00] INFO: template[/etc/init/razor.conf] sending start action to service[razor] (delayed) | |
[2013-10-11T16:57:08+00:00] INFO: service[razor] started |
OlderNewer