[ create a new paste ] login | about

Link: http://codepad.org/ULdHwEVS    [ raw code | output | fork ]

C, pasted on May 5:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
2012-05-05 13:36:06,550 DEBUG: updating <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c>
2012-05-05 13:36:07,953 DEBUG: reading modalias file /lib/modules/3.0.0-19-generic-pae/modules.alias
2012-05-05 13:36:08,098 DEBUG: reading modalias file /usr/share/jockey/modaliases/b43
2012-05-05 13:36:08,099 DEBUG: reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia
2012-05-05 13:36:08,142 WARNING: Could not open DriverDB cache /var/cache/jockey/driverdb-OpenPrintingDriverDB.cache: [Errno 2] No such file or directory: '/var/cache/jockey/driverdb-OpenPrintingDriverDB.cache'
2012-05-05 13:36:08,189 DEBUG: loading custom handler /usr/share/jockey/handlers/nvidia.py
2012-05-05 13:36:08,335 WARNING: modinfo for module nvidia_96 failed: ERROR: modinfo: could not find module nvidia_96

2012-05-05 13:36:08,344 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriver96 from name NvidiaDriver96
2012-05-05 13:36:08,347 DEBUG: nvidia.available: falling back to default
2012-05-05 13:36:08,486 DEBUG: NVIDIA accelerated graphics driver availability undetermined, adding to pool
2012-05-05 13:36:08,493 WARNING: modinfo for module nvidia_current failed: ERROR: modinfo: could not find module nvidia_current

2012-05-05 13:36:08,502 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriverCurrent from name NvidiaDriverCurrent
2012-05-05 13:36:08,503 DEBUG: nvidia.available: falling back to default
2012-05-05 13:36:08,599 DEBUG: NVIDIA accelerated graphics driver availability undetermined, adding to pool
2012-05-05 13:36:08,607 WARNING: modinfo for module nvidia_173_updates failed: ERROR: modinfo: could not find module nvidia_173_updates

2012-05-05 13:36:08,616 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriver173Updates from name NvidiaDriver173Updates
2012-05-05 13:36:08,617 DEBUG: nvidia.available: falling back to default
2012-05-05 13:36:08,711 DEBUG: NVIDIA accelerated graphics driver (post-release updates) availability undetermined, adding to pool
2012-05-05 13:36:08,712 DEBUG: Could not instantiate Handler subclass __builtin__.NvidiaDriverBase from name NvidiaDriverBase
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/jockey/detection.py", line 962, in get_handlers
    inst = obj(backend)
TypeError: __init__() takes exactly 3 arguments (2 given)
2012-05-05 13:36:08,719 WARNING: modinfo for module nvidia_current_updates failed: ERROR: modinfo: could not find module nvidia_current_updates

2012-05-05 13:36:08,728 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriverCurrentUpdates from name NvidiaDriverCurrentUpdates
2012-05-05 13:36:08,730 DEBUG: nvidia.available: falling back to default
2012-05-05 13:36:08,832 DEBUG: NVIDIA accelerated graphics driver (post-release updates) availability undetermined, adding to pool
2012-05-05 13:36:08,838 WARNING: modinfo for module nvidia_173 failed: ERROR: modinfo: could not find module nvidia_173

2012-05-05 13:36:08,846 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriver173 from name NvidiaDriver173
2012-05-05 13:36:08,848 DEBUG: nvidia.available: falling back to default
2012-05-05 13:36:08,943 DEBUG: NVIDIA accelerated graphics driver availability undetermined, adding to pool
2012-05-05 13:36:08,951 WARNING: modinfo for module nvidia_96_updates failed: ERROR: modinfo: could not find module nvidia_96_updates

2012-05-05 13:36:08,960 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriver96Updates from name NvidiaDriver96Updates
2012-05-05 13:36:08,961 DEBUG: nvidia.available: falling back to default
2012-05-05 13:36:09,046 DEBUG: NVIDIA accelerated graphics driver (post-release updates) availability undetermined, adding to pool
2012-05-05 13:36:09,046 DEBUG: loading custom handler /usr/share/jockey/handlers/madwifi.py
2012-05-05 13:36:09,054 WARNING: modinfo for module ath_pci failed: ERROR: modinfo: could not find module ath_pci

2012-05-05 13:36:09,054 DEBUG: Instantiated Handler subclass __builtin__.MadwifiHandler from name MadwifiHandler
2012-05-05 13:36:09,054 DEBUG: Alternate Atheros "madwifi" driver availability undetermined, adding to pool
2012-05-05 13:36:09,054 DEBUG: loading custom handler /usr/share/jockey/handlers/fglrx.py
2012-05-05 13:36:09,062 WARNING: modinfo for module fglrx_updates failed: ERROR: modinfo: could not find module fglrx_updates

2012-05-05 13:36:09,070 DEBUG: Instantiated Handler subclass __builtin__.FglrxDriverUpdate from name FglrxDriverUpdate
2012-05-05 13:36:09,071 DEBUG: fglrx.available: falling back to default
2012-05-05 13:36:09,164 DEBUG: ATI/AMD proprietary FGLRX graphics driver (post-release updates) availability undetermined, adding to pool
2012-05-05 13:36:09,171 WARNING: modinfo for module fglrx failed: ERROR: modinfo: could not find module fglrx

2012-05-05 13:36:09,180 DEBUG: Instantiated Handler subclass __builtin__.FglrxDriver from name FglrxDriver
2012-05-05 13:36:09,181 DEBUG: fglrx.available: falling back to default
2012-05-05 13:36:09,274 DEBUG: ATI/AMD proprietary FGLRX graphics driver availability undetermined, adding to pool
2012-05-05 13:36:09,274 DEBUG: loading custom handler /usr/share/jockey/handlers/broadcom_wl.py
2012-05-05 13:36:09,283 WARNING: modinfo for module wl failed: ERROR: modinfo: could not find module wl

2012-05-05 13:36:09,326 DEBUG: Instantiated Handler subclass __builtin__.BroadcomWLHandler from name BroadcomWLHandler
2012-05-05 13:36:09,327 DEBUG: Broadcom STA wireless driver availability undetermined, adding to pool
2012-05-05 13:36:09,327 DEBUG: loading custom handler /usr/share/jockey/handlers/vmware-client.py
2012-05-05 13:36:09,335 WARNING: modinfo for module vmxnet failed: ERROR: modinfo: could not find module vmxnet

2012-05-05 13:36:09,336 DEBUG: Instantiated Handler subclass __builtin__.VmwareClientHandler from name VmwareClientHandler
2012-05-05 13:36:09,378 DEBUG: VMWare Client Tools availability undetermined, adding to pool
2012-05-05 13:36:09,379 DEBUG: loading custom handler /usr/share/jockey/handlers/dvb_usb_firmware.py
2012-05-05 13:36:09,445 DEBUG: Instantiated Handler subclass __builtin__.DvbUsbFirmwareHandler from name DvbUsbFirmwareHandler
2012-05-05 13:36:09,446 DEBUG: Firmware for DVB cards not available
2012-05-05 13:36:09,446 DEBUG: loading custom handler /usr/share/jockey/handlers/sl_modem.py
2012-05-05 13:36:09,493 DEBUG: Instantiated Handler subclass __builtin__.SlModem from name SlModem
2012-05-05 13:36:09,528 DEBUG: Software modem not available
2012-05-05 13:36:09,528 DEBUG: all custom handlers loaded
2012-05-05 13:36:09,528 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v0000168Cd00000024sv00001186sd00003A70bc02sc80i00')
2012-05-05 13:36:09,558 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'ath9k'}
2012-05-05 13:36:09,633 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'ath9k', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:09,634 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:PNP0C02:')
2012-05-05 13:36:09,634 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:PNP0B00:')
2012-05-05 13:36:09,634 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v000010ECd00008168sv00001043sd000083A3bc02sc00i00')
2012-05-05 13:36:09,641 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'r8169'}
2012-05-05 13:36:09,641 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'r8169', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:09,641 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'platform:reg-dummy')
2012-05-05 13:36:09,642 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'platform:eisa')
2012-05-05 13:36:09,642 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'usb:v1D6Bp0001d0300dc09dsc00dp00ic09isc00ip00')
2012-05-05 13:36:09,660 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'input:b0019v0000p0001e0000-e0,1,k74,ramlsfw')
2012-05-05 13:36:09,664 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-05-05 13:36:09,664 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:09,664 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:PNP0800:')
2012-05-05 13:36:09,664 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'platform:regulatory')
2012-05-05 13:36:09,665 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001022d00001200sv00000000sd00000000bc06sc00i00')
2012-05-05 13:36:09,678 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'platform:SP5100 TCO timer')
2012-05-05 13:36:09,678 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000')
2012-05-05 13:36:09,678 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001022d00009601sv00001043sd000083A2bc06sc00i00')
2012-05-05 13:36:09,678 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'wmi:05901221-D566-11D1-B2F0-00A0C9062910')
2012-05-05 13:36:09,679 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001002d00004396sv00001043sd00008389bc0Csc03i20')
2012-05-05 13:36:09,955 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:PNP0000:')
2012-05-05 13:36:09,956 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001002d000068D9sv0000174Bsd0000E142bc03sc00i00')
2012-05-05 13:36:09,959 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'radeon'}
2012-05-05 13:36:09,959 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'radeon', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:09,959 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'fglrx_updates', 'package': 'fglrx-updates'}
2012-05-05 13:36:09,994 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:36:09,994 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:36:09,959 DEBUG: found match in handler pool xorg:fglrx_updates([FglrxDriverUpdate, nonfree, disabled] ATI/AMD proprietary FGLRX graphics driver (post-release updates))
2012-05-05 13:36:10,002 WARNING: modinfo for module fglrx_updates failed: ERROR: modinfo: could not find module fglrx_updates

2012-05-05 13:36:10,011 DEBUG: fglrx.available: falling back to default
2012-05-05 13:36:10,114 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:36:10,114 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:36:10,062 DEBUG: got handler xorg:fglrx_updates([FglrxDriverUpdate, nonfree, disabled] ATI/AMD proprietary FGLRX graphics driver (post-release updates))
2012-05-05 13:36:10,114 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'fglrx', 'package': 'fglrx'}
2012-05-05 13:36:10,167 DEBUG: fglrx.enabled(fglrx): target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:36:10,167 DEBUG: XorgDriverHandler(%s, %s).enabled(): No X.org driver set, not checking
2012-05-05 13:36:10,115 DEBUG: found match in handler pool xorg:fglrx([FglrxDriver, nonfree, disabled] ATI/AMD proprietary FGLRX graphics driver)
2012-05-05 13:36:10,176 WARNING: modinfo for module fglrx failed: ERROR: modinfo: could not find module fglrx

2012-05-05 13:36:10,185 DEBUG: fglrx.available: falling back to default
2012-05-05 13:36:10,286 DEBUG: fglrx.enabled(fglrx): target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:36:10,286 DEBUG: XorgDriverHandler(%s, %s).enabled(): No X.org driver set, not checking
2012-05-05 13:36:10,235 DEBUG: got handler xorg:fglrx([FglrxDriver, nonfree, disabled] ATI/AMD proprietary FGLRX graphics driver)
2012-05-05 13:36:10,287 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:PNP0C04:')
2012-05-05 13:36:10,287 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001002d00004385sv00001043sd00008389bc0Csc05i00')
2012-05-05 13:36:10,299 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'i2c_piix4'}
2012-05-05 13:36:10,299 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'i2c_piix4', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,299 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'sp5100_tco'}
2012-05-05 13:36:10,300 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'sp5100_tco', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,300 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:PNP0200:')
2012-05-05 13:36:10,300 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:PNP0400:')
2012-05-05 13:36:10,300 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001002d00004383sv00001043sd0000836Cbc04sc03i00')
2012-05-05 13:36:10,307 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel'}
2012-05-05 13:36:10,307 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,307 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel'}
2012-05-05 13:36:10,307 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,307 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'serio:ty06pr00id00ex00')
2012-05-05 13:36:10,314 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'serio_raw'}
2012-05-05 13:36:10,314 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'serio_raw', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,314 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001022d00001204sv00000000sd00000000bc06sc00i00')
2012-05-05 13:36:10,315 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'input:b0003v046DpC063e0110-e0,1,2,4,k110,111,112,113,114,115,116,117,r0,1,6,8,am4,lsfw')
2012-05-05 13:36:10,315 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-05-05 13:36:10,315 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,315 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'input:b0003v04B3p3025e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw')
2012-05-05 13:36:10,315 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-05-05 13:36:10,315 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,315 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001002d0000439Csv00001043sd00008389bc01sc01i8a')
2012-05-05 13:36:10,319 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'pata_atiixp'}
2012-05-05 13:36:10,319 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'pata_atiixp', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,319 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'dmi:bvnAmericanMegatrendsInc.:bvr0906:bd04/14/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:')
2012-05-05 13:36:10,331 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:PNP0501:')
2012-05-05 13:36:10,332 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'usb:v04B3p3025d0109dc00dsc00dp00ic03isc01ip01')
2012-05-05 13:36:10,333 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'usbhid'}
2012-05-05 13:36:10,333 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'usbhid', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,334 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'usbkbd'}
2012-05-05 13:36:10,334 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'usbkbd', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,334 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'usb:v046DpC063d5700dc00dsc00dp00ic03isc01ip02')
2012-05-05 13:36:10,358 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'usbhid'}
2012-05-05 13:36:10,358 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'usbhid', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,358 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'usbmouse'}
2012-05-05 13:36:10,358 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'usbmouse', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,358 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:PNP0C01:')
2012-05-05 13:36:10,358 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:LNXSYSTM:')
2012-05-05 13:36:10,358 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001022d00001203sv00000000sd00000000bc06sc00i00')
2012-05-05 13:36:10,358 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'k10temp'}
2012-05-05 13:36:10,358 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'k10temp', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,358 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001002d00004390sv00001043sd00008389bc01sc06i01')
2012-05-05 13:36:10,362 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'ahci'}
2012-05-05 13:36:10,362 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'ahci', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,362 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'ahci'}
2012-05-05 13:36:10,362 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'ahci', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,362 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001022d00001202sv00000000sd00000000bc06sc00i00')
2012-05-05 13:36:10,362 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001002d0000439Dsv00001043sd00008389bc06sc01i00')
2012-05-05 13:36:10,366 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'platform:Fixed MDIO bus')
2012-05-05 13:36:10,366 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001002d0000AA60sv0000174Bsd0000AA60bc04sc03i00')
2012-05-05 13:36:10,369 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel'}
2012-05-05 13:36:10,370 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,370 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:PNP0100:')
2012-05-05 13:36:10,370 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'usb:v1D6Bp0002d0300dc09dsc00dp00ic09isc00ip00')
2012-05-05 13:36:10,370 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001002d00004384sv00000000sd00000000bc06sc04i01')
2012-05-05 13:36:10,373 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'platform:pcspkr')
2012-05-05 13:36:10,374 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'pcspkr'}
2012-05-05 13:36:10,374 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'pcspkr', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,374 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'snd_pcsp'}
2012-05-05 13:36:10,374 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'snd_pcsp', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,374 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'serio:ty01pr00id00ex00')
2012-05-05 13:36:10,374 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'serio_raw'}
2012-05-05 13:36:10,374 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'serio_raw', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,375 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'psmouse'}
2012-05-05 13:36:10,375 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'psmouse', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,375 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'pci:v00001022d00001201sv00000000sd00000000bc06sc00i00')
2012-05-05 13:36:10,375 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw8,')
2012-05-05 13:36:10,375 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'}
2012-05-05 13:36:10,375 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'}
2012-05-05 13:36:10,375 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0xb721864c> about HardwareID('modalias', 'acpi:PNP0103:')
2012-05-05 13:36:10,375 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v0000168Cd00000024sv00001186sd00003A70bc02sc80i00')
2012-05-05 13:36:10,375 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:PNP0C02:')
2012-05-05 13:36:10,375 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:PNP0B00:')
2012-05-05 13:36:10,375 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v000010ECd00008168sv00001043sd000083A3bc02sc00i00')
2012-05-05 13:36:10,375 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'platform:reg-dummy')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'platform:eisa')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'usb:v1D6Bp0001d0300dc09dsc00dp00ic09isc00ip00')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'input:b0019v0000p0001e0000-e0,1,k74,ramlsfw')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:PNP0800:')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'platform:regulatory')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001022d00001200sv00000000sd00000000bc06sc00i00')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'platform:SP5100 TCO timer')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001022d00009601sv00001043sd000083A2bc06sc00i00')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'wmi:05901221-D566-11D1-B2F0-00A0C9062910')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001002d00004396sv00001043sd00008389bc0Csc03i20')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:PNP0000:')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001002d000068D9sv0000174Bsd0000E142bc03sc00i00')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:PNP0C04:')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001002d00004385sv00001043sd00008389bc0Csc05i00')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:PNP0200:')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:PNP0400:')
2012-05-05 13:36:10,376 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001002d00004383sv00001043sd0000836Cbc04sc03i00')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'serio:ty06pr00id00ex00')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001022d00001204sv00000000sd00000000bc06sc00i00')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'input:b0003v046DpC063e0110-e0,1,2,4,k110,111,112,113,114,115,116,117,r0,1,6,8,am4,lsfw')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'input:b0003v04B3p3025e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001002d0000439Csv00001043sd00008389bc01sc01i8a')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'dmi:bvnAmericanMegatrendsInc.:bvr0906:bd04/14/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:PNP0501:')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'usb:v04B3p3025d0109dc00dsc00dp00ic03isc01ip01')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'usb:v046DpC063d5700dc00dsc00dp00ic03isc01ip02')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:PNP0C01:')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:LNXSYSTM:')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001022d00001203sv00000000sd00000000bc06sc00i00')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001002d00004390sv00001043sd00008389bc01sc06i01')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001022d00001202sv00000000sd00000000bc06sc00i00')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001002d0000439Dsv00001043sd00008389bc06sc01i00')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'platform:Fixed MDIO bus')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001002d0000AA60sv0000174Bsd0000AA60bc04sc03i00')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:PNP0100:')
2012-05-05 13:36:10,377 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'usb:v1D6Bp0002d0300dc09dsc00dp00ic09isc00ip00')
2012-05-05 13:36:10,378 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001002d00004384sv00000000sd00000000bc06sc04i01')
2012-05-05 13:36:10,378 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'platform:pcspkr')
2012-05-05 13:36:10,378 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'serio:ty01pr00id00ex00')
2012-05-05 13:36:10,378 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'pci:v00001022d00001201sv00000000sd00000000bc06sc00i00')
2012-05-05 13:36:10,378 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw8,')
2012-05-05 13:36:10,378 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0xb690aacc> about HardwareID('modalias', 'acpi:PNP0103:')
2012-05-05 13:36:10,468 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:36:10,469 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:36:10,626 DEBUG: fglrx.enabled(fglrx): target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:36:10,627 DEBUG: XorgDriverHandler(%s, %s).enabled(): No X.org driver set, not checking
2012-05-05 13:36:10,725 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:36:10,726 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:36:10,860 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:36:10,861 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:36:10,952 DEBUG: fglrx.enabled(fglrx): target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:36:10,952 DEBUG: XorgDriverHandler(%s, %s).enabled(): No X.org driver set, not checking
2012-05-05 13:36:16,257 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:36:16,258 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:36:20,927 DEBUG: Installing package: fglrx-updates
2012-05-05 13:36:21,298 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 0.000000
2012-05-05 13:36:21,300 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 0.000000
2012-05-05 13:36:21,409 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 0.000000
2012-05-05 13:36:21,542 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 0.000000
2012-05-05 13:36:21,683 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 0.010407
2012-05-05 13:36:22,184 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 0.141286
2012-05-05 13:36:22,686 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 0.814378
2012-05-05 13:36:23,187 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 1.681919
2012-05-05 13:36:23,688 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 2.010986
2012-05-05 13:36:24,190 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 3.248727
2012-05-05 13:36:24,691 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 4.426637
2012-05-05 13:36:25,192 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 5.772821
2012-05-05 13:36:25,694 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 6.999344
2012-05-05 13:36:26,195 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 8.281957
2012-05-05 13:36:26,696 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 9.613183
2012-05-05 13:36:27,197 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 10.880840
2012-05-05 13:36:27,699 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 12.055011
2012-05-05 13:36:28,200 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 13.345103
2012-05-05 13:36:28,701 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 14.691287
2012-05-05 13:36:29,202 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 15.977640
2012-05-05 13:36:29,704 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 17.148072
2012-05-05 13:36:30,205 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 18.393292
2012-05-05 13:36:30,706 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 19.724518
2012-05-05 13:36:31,208 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 20.917386
2012-05-05 13:36:31,709 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 22.095297
2012-05-05 13:36:32,210 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 23.441480
2012-05-05 13:36:32,711 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 24.750270
2012-05-05 13:36:33,212 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 25.965574
2012-05-05 13:36:33,714 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 27.143485
2012-05-05 13:36:34,215 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 28.489669
2012-05-05 13:36:34,716 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 29.626446
2012-05-05 13:36:35,218 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 30.452853
2012-05-05 13:36:35,719 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 31.350309
2012-05-05 13:36:36,220 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 32.229068
2012-05-05 13:36:36,722 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 33.145220
2012-05-05 13:36:37,223 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 34.042676
2012-05-05 13:36:37,724 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 34.992483
2012-05-05 13:36:38,226 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 35.960988
2012-05-05 13:36:38,727 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 36.850964
2012-05-05 13:36:39,228 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 37.841905
2012-05-05 13:36:39,730 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 38.769276
2012-05-05 13:36:40,231 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 39.775174
2012-05-05 13:36:40,732 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 40.773594
2012-05-05 13:36:41,234 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 41.839322
2012-05-05 13:36:41,735 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 43.054627
2012-05-05 13:36:42,237 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 44.307326
2012-05-05 13:36:42,738 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 45.653509
2012-05-05 13:36:43,239 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 46.636971
2012-05-05 13:36:43,741 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 48.200040
2012-05-05 13:36:44,242 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 49.523787
2012-05-05 13:36:44,744 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 50.869971
2012-05-05 13:36:45,245 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 52.047881
2012-05-05 13:36:45,746 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 53.027604
2012-05-05 13:36:46,248 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 54.706594
2012-05-05 13:36:46,749 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 55.918159
2012-05-05 13:36:47,250 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 57.140942
2012-05-05 13:36:47,752 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 58.442253
2012-05-05 13:36:48,253 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 59.788437
2012-05-05 13:36:48,754 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 60.966347
2012-05-05 13:36:49,256 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 62.248961
2012-05-05 13:36:49,757 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 63.490442
2012-05-05 13:36:50,258 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 64.836625
2012-05-05 13:36:50,760 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 66.096803
2012-05-05 13:36:51,261 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 67.338283
2012-05-05 13:36:51,762 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 68.538630
2012-05-05 13:36:52,263 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 69.884814
2012-05-05 13:36:52,765 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 71.085161
2012-05-05 13:36:53,266 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 72.405168
2012-05-05 13:36:53,767 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 73.717697
2012-05-05 13:36:54,269 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 74.951699
2012-05-05 13:36:54,770 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 76.279186
2012-05-05 13:36:55,271 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 77.558060
2012-05-05 13:36:55,773 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 78.803280
2012-05-05 13:36:56,274 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 80.164421
2012-05-05 13:36:56,775 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 81.454514
2012-05-05 13:36:57,277 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 82.673558
2012-05-05 13:36:57,778 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 83.944953
2012-05-05 13:36:58,111 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 84.844942
2012-05-05 13:36:58,112 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 84.855520
2012-05-05 13:36:58,613 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 86.033431
2012-05-05 13:36:59,114 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 87.364657
2012-05-05 13:36:59,616 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 88.557525
2012-05-05 13:37:00,117 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 89.903708
2012-05-05 13:37:00,618 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 91.081619
2012-05-05 13:37:01,120 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 92.323099
2012-05-05 13:37:01,621 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 93.605713
2012-05-05 13:37:02,122 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 94.948157
2012-05-05 13:37:02,624 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 96.129807
2012-05-05 13:37:03,125 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 97.333894
2012-05-05 13:37:03,626 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 98.653902
2012-05-05 13:37:04,120 DEBUG: download progress <Package: name:'fglrx-updates' architecture='i386' id:12098L> 100.000000
2012-05-05 13:37:04,348 DEBUG: install progress dpkg-exec 0.000000
2012-05-05 13:37:04,704 DEBUG: install progress fglrx-amdcccle 0.000000
2012-05-05 13:37:04,787 DEBUG: install progress fglrx-amdcccle 6.250000
2012-05-05 13:37:04,788 DEBUG: install progress fglrx-amdcccle 12.500000
2012-05-05 13:37:05,100 DEBUG: install progress fglrx-amdcccle 18.750000
2012-05-05 13:37:05,590 DEBUG: install progress fglrx 18.750000
2012-05-05 13:37:05,691 DEBUG: install progress fglrx 25.000000
2012-05-05 13:37:29,735 DEBUG: install progress fglrx 31.250000
2012-05-05 13:37:30,623 DEBUG: install progress fglrx 37.500000
2012-05-05 13:37:30,826 DEBUG: install progress gnome-menus 37.500000
2012-05-05 13:37:31,011 DEBUG: install progress bamfdaemon 37.500000
2012-05-05 13:37:31,214 DEBUG: install progress ureadahead 37.500000
2012-05-05 13:37:31,441 DEBUG: install progress initramfs-tools 37.500000
2012-05-05 13:37:50,310 DEBUG: install progress libc-bin 37.500000
2012-05-05 13:37:50,765 DEBUG: install progress dpkg-exec 37.500000
2012-05-05 13:37:51,332 DEBUG: install progress fglrx-updates 37.500000
2012-05-05 13:37:51,433 DEBUG: install progress fglrx-updates 43.750000
2012-05-05 13:37:53,962 DEBUG: install progress fglrx-updates 50.000000
2012-05-05 13:37:54,080 DEBUG: install progress fglrx-updates 56.250000
2012-05-05 13:37:54,374 DEBUG: install progress fglrx-amdcccle-updates 56.250000
2012-05-05 13:37:54,475 DEBUG: install progress fglrx-amdcccle-updates 62.500000
2012-05-05 13:37:55,427 DEBUG: install progress fglrx-amdcccle-updates 68.750000
2012-05-05 13:37:55,548 DEBUG: install progress fglrx-amdcccle-updates 75.000000
2012-05-05 13:37:55,647 DEBUG: install progress ureadahead 75.000000
2012-05-05 13:37:56,013 DEBUG: install progress dpkg-exec 75.000000
2012-05-05 13:37:56,056 DEBUG: install progress fglrx-updates 75.000000
2012-05-05 13:37:56,511 DEBUG: install progress fglrx-updates 81.250000
2012-05-05 13:38:40,079 DEBUG: install progress fglrx-updates 87.500000
2012-05-05 13:38:40,828 DEBUG: install progress gnome-menus 87.500000
2012-05-05 13:38:41,055 DEBUG: install progress bamfdaemon 87.500000
2012-05-05 13:38:41,417 DEBUG: install progress fglrx-amdcccle-updates 87.500000
2012-05-05 13:38:41,551 DEBUG: install progress fglrx-amdcccle-updates 93.750000
2012-05-05 13:38:41,677 DEBUG: install progress fglrx-amdcccle-updates 100.000000
2012-05-05 13:38:41,795 DEBUG: install progress initramfs-tools 100.000000
2012-05-05 13:38:55,847 DEBUG: install progress libc-bin 100.000000
2012-05-05 13:38:57,252 DEBUG: (Reading database ... 207615 files and directories currently installed.)
Removing fglrx-amdcccle ...
Removing fglrx ...
Removing all DKMS Modules
Done.
update-alternatives: using /usr/lib/pxpress/ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode.
update-alternatives: warning: skip creation of /usr/bin/amdcccle because associated file /usr/lib/fglrx/bin/amdcccle (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/share/applications/ubuntu-amdcccle.desktop because associated file /usr/share/fglrx/amdcccle.desktop (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/share/applications/ubuntu-amdccclesu.desktop because associated file /usr/share/fglrx/amdccclesu.desktop (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/bin/amdupdaterandrconfig because associated file /usr/lib/fglrx/bin/amdupdaterandrconfig (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/bin/amdxdg-su because associated file /usr/lib/fglrx/bin/amdxdg-su (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/lib32/libaticalcl.so because associated file /usr/lib32/fglrx/libaticalcl.so (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/lib32/libaticalrt.so because associated file /usr/lib32/fglrx/libaticalrt.so (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: using /usr/lib/pxpress/alt_ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode.
update-alternatives: using /usr/lib/i386-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode.
update-initramfs: deferring update (trigger activated)
Processing triggers for gnome-menus ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.0.0-19-generic-pae
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously deselected package fglrx-updates.
(Reading database ... 207394 files and directories currently installed.)
Unpacking fglrx-updates (from .../fglrx-updates_2%3a8.911-0ubuntu0.1_i386.deb) ...
Selecting previously deselected package fglrx-amdcccle-updates.
Unpacking fglrx-amdcccle-updates (from .../fglrx-amdcccle-updates_2%3a8.911-0ubuntu0.1_i386.deb) ...
Processing triggers for ureadahead ...
Setting up fglrx-updates (2:8.911-0ubuntu0.1) ...
update-alternatives: using /usr/lib/fglrx/ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode.
update-alternatives: warning: skip creation of /etc/OpenCL/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/OpenCL/vendors/amdocl64.icd (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/lib32/libaticalcl.so because associated file /usr/lib32/fglrx/libaticalcl.so (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/lib32/libaticalrt.so because associated file /usr/lib32/fglrx/libaticalrt.so (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group i386-linux-gnu_gl_conf is broken.
update-alternatives: warning: skip creation of /etc/OpenCL/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/OpenCL/vendors/amdocl64.icd (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/lib32/libaticalcl.so because associated file /usr/lib32/fglrx/libaticalcl.so (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/lib32/libaticalrt.so because associated file /usr/lib32/fglrx/libaticalrt.so (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: using /usr/lib/fglrx/alt_ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode.
update-initramfs: deferring update (trigger activated)
update-initramfs: Generating /boot/initrd.img-3.0.0-19-generic-pae
Loading new fglrx-updates-8.911 DKMS files...
First Installation: checking all kernels...
Building only for 3.0.0-19-generic-pae
Building for architecture i686
Building initial module for 3.0.0-19-generic-pae
Done.

fglrx_updates:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.0.0-19-generic-pae/updates/dkms/

depmod......

DKMS: install Completed.
update-initramfs: deferring update (trigger activated)
Processing triggers for gnome-menus ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Setting up fglrx-amdcccle-updates (2:8.911-0ubuntu0.1) ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.0.0-19-generic-pae
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

2012-05-05 13:38:57,508 WARNING: /sys/module/fglrx_updates/drivers does not exist, cannot rebind fglrx_updates driver
2012-05-05 13:38:57,593 ERROR: xorg:fglrx_updates: get_alternative_by_name(fglrx-updates) returned nothing
2012-05-05 13:38:57,761 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:38:57,761 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:38:57,819 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:38:57,820 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:39:02,199 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:39:02,200 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:39:02,259 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:39:02,259 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:39:02,368 DEBUG: fglrx.enabled(fglrx): target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:39:02,369 DEBUG: XorgDriverHandler(%s, %s).enabled(): No X.org driver set, not checking
2012-05-05 13:39:02,479 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:39:02,480 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:39:02,538 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:39:02,538 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:39:02,679 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:39:02,679 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:39:02,738 DEBUG: fglrx.enabled(fglrx_updates): target_alt None current_alt /usr/lib/fglrx/ld.so.conf other target alt None other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:39:02,738 DEBUG: fglrx_updates is not the alternative in use
2012-05-05 13:39:02,836 DEBUG: fglrx.enabled(fglrx): target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:39:02,836 DEBUG: XorgDriverHandler(%s, %s).enabled(): No X.org driver set, not checking
2012-05-05 13:39:03,850 DEBUG: fglrx.enabled(fglrx): target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:39:03,851 DEBUG: XorgDriverHandler(%s, %s).enabled(): No X.org driver set, not checking
2012-05-05 13:39:05,158 DEBUG: fglrx.enabled(fglrx): target_alt /usr/lib/fglrx/ld.so.conf current_alt /usr/lib/fglrx/ld.so.conf other target alt /usr/lib/fglrx/alt_ld.so.conf other current alt /usr/lib/fglrx/alt_ld.so.conf
2012-05-05 13:39:05,159 DEBUG: XorgDriverHandler(%s, %s).enabled(): No X.org driver set, not checking
2012-05-05 13:39:05,348 DEBUG: Installing package: fglrx
2012-05-05 13:39:05,989 DEBUG: install progress dpkg-exec 0.000000
2012-05-05 13:39:06,346 DEBUG: install progress fglrx-amdcccle-updates 0.000000
2012-05-05 13:39:06,426 DEBUG: install progress fglrx-amdcccle-updates 6.250000
2012-05-05 13:39:06,427 DEBUG: install progress fglrx-amdcccle-updates 12.500000
2012-05-05 13:39:06,581 DEBUG: install progress fglrx-amdcccle-updates 18.750000
2012-05-05 13:39:07,134 DEBUG: install progress fglrx-updates 18.750000
2012-05-05 13:39:07,235 DEBUG: install progress fglrx-updates 25.000000
2012-05-05 13:39:11,412 DEBUG: install progress fglrx-updates 31.250000
2012-05-05 13:39:12,210 DEBUG: install progress fglrx-updates 37.500000
2012-05-05 13:39:12,396 DEBUG: install progress gnome-menus 37.500000
2012-05-05 13:39:12,598 DEBUG: install progress bamfdaemon 37.500000
2012-05-05 13:39:12,817 DEBUG: install progress ureadahead 37.500000
2012-05-05 13:39:12,986 DEBUG: install progress initramfs-tools 37.500000
2012-05-05 13:39:27,471 DEBUG: install progress libc-bin 37.500000
2012-05-05 13:39:27,934 DEBUG: install progress dpkg-exec 37.500000
2012-05-05 13:39:28,661 DEBUG: install progress fglrx 37.500000
2012-05-05 13:39:28,762 DEBUG: install progress fglrx 43.750000
2012-05-05 13:39:31,588 DEBUG: install progress fglrx 50.000000
2012-05-05 13:39:31,707 DEBUG: install progress fglrx 56.250000
2012-05-05 13:39:31,951 DEBUG: install progress fglrx-amdcccle 56.250000
2012-05-05 13:39:32,052 DEBUG: install progress fglrx-amdcccle 62.500000
2012-05-05 13:39:32,679 DEBUG: install progress fglrx-amdcccle 68.750000
2012-05-05 13:39:32,792 DEBUG: install progress fglrx-amdcccle 75.000000
2012-05-05 13:39:32,908 DEBUG: install progress ureadahead 75.000000
2012-05-05 13:39:33,298 DEBUG: install progress dpkg-exec 75.000000
2012-05-05 13:39:33,339 DEBUG: install progress fglrx 75.000000
2012-05-05 13:39:33,838 DEBUG: install progress fglrx 81.250000
2012-05-05 13:40:04,754 DEBUG: install progress fglrx 87.500000
2012-05-05 13:40:05,479 DEBUG: install progress gnome-menus 87.500000
2012-05-05 13:40:05,706 DEBUG: install progress bamfdaemon 87.500000
2012-05-05 13:40:06,059 DEBUG: install progress fglrx-amdcccle 87.500000
2012-05-05 13:40:06,185 DEBUG: install progress fglrx-amdcccle 93.750000
2012-05-05 13:40:06,277 DEBUG: install progress fglrx-amdcccle 100.000000
2012-05-05 13:40:06,362 DEBUG: install progress initramfs-tools 100.000000
2012-05-05 13:40:21,064 DEBUG: install progress libc-bin 100.000000
2012-05-05 13:40:22,469 DEBUG: (Reading database ... 207627 files and directories currently installed.)
Removing fglrx-amdcccle-updates ...
Removing fglrx-updates ...
Removing all DKMS Modules
Done.
update-alternatives: using /usr/lib/pxpress/ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode.
update-alternatives: warning: skip creation of /usr/bin/amdcccle because associated file /usr/lib/fglrx/bin/amdcccle (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/share/applications/ubuntu-amdcccle.desktop because associated file /usr/share/fglrx/amdcccle.desktop (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/share/applications/ubuntu-amdccclesu.desktop because associated file /usr/share/fglrx/amdccclesu.desktop (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /etc/OpenCL/vendors/amdocl64.icd because associated file /usr/lib/fglrx/etc/OpenCL/vendors/amdocl64.icd (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/bin/amdupdaterandrconfig because associated file /usr/lib/fglrx/bin/amdupdaterandrconfig (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/bin/amdxdg-su because associated file /usr/lib/fglrx/bin/amdxdg-su (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/lib32/libaticalcl.so because associated file /usr/lib32/fglrx/libaticalcl.so (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/lib32/libaticalrt.so because associated file /usr/lib32/fglrx/libaticalrt.so (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: not replacing /usr/lib/i386-linux-gnu/xorg/extra-modules with a link.
update-alternatives: using /usr/lib/pxpress/alt_ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode.
update-alternatives: using /usr/lib/i386-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode.
update-alternatives: warning: not replacing /usr/lib/i386-linux-gnu/xorg/extra-modules with a link.
update-initramfs: deferring update (trigger activated)
Processing triggers for gnome-menus ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for ureadahead ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.0.0-19-generic-pae
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously deselected package fglrx.
(Reading database ... 207395 files and directories currently installed.)
Unpacking fglrx (from .../fglrx_2%3a8.881-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package fglrx-amdcccle.
Unpacking fglrx-amdcccle (from .../fglrx-amdcccle_2%3a8.881-0ubuntu4.1_i386.deb) ...
Processing triggers for ureadahead ...
Setting up fglrx (2:8.881-0ubuntu4.1) 


Output:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
Line 1: error: expected identifier or '(' before numeric constant
Line 66: error: too many decimal points in number
Line 17: error: invalid digit "8" in octal constant
Line 20: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 20: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 155: warning: character constant too long for its type
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "8" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 77: error: expected identifier or '(' before numeric constant
Line 17: error: invalid digit "9" in octal constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 129: warning: character constant too long for its type
Line 147: warning: character constant too long for its type
Line 78: error: expected identifier or '(' before numeric constant
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 82: error: expected identifier or '(' before numeric constant
Line 17: error: invalid digit "9" in octal constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 129: warning: character constant too long for its type
Line 147: warning: character constant too long for its type
Line 83: error: expected identifier or '(' before numeric constant
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 88: error: expected identifier or '(' before numeric constant
Line 17: error: invalid digit "9" in octal constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 129: warning: character constant too long for its type
Line 147: warning: character constant too long for its type
Line 89: error: expected identifier or '(' before numeric constant
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 17: error: invalid digit "9" in octal constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 100: error: expected identifier or '(' before numeric constant
Line 17: error: invalid digit "9" in octal constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 101: error: expected identifier or '(' before numeric constant
Line 17: error: invalid digit "9" in octal constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 141: warning: character constant too long for its type
Line 102: error: expected identifier or '(' before numeric constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 17: error: invalid digit "9" in octal constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 122: warning: character constant too long for its type
Line 133: warning: character constant too long for its type
Line 112: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 124: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 133: warning: character constant too long for its type
Line 151: warning: character constant too long for its type
Line 125: error: expected identifier or '(' before numeric constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 126: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 134: warning: character constant too long for its type
Line 152: warning: character constant too long for its type
Line 127: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 131: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 137: warning: character constant too long for its type
Line 155: warning: character constant too long for its type
Line 132: error: expected identifier or '(' before numeric constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 133: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 137: warning: character constant too long for its type
Line 155: warning: character constant too long for its type
Line 134: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 136: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 133: warning: character constant too long for its type
Line 151: warning: character constant too long for its type
Line 137: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 140: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 129: warning: character constant too long for its type
Line 147: warning: character constant too long for its type
Line 141: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 143: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 129: warning: character constant too long for its type
Line 147: warning: character constant too long for its type
Line 144: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 146: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 135: warning: character constant too long for its type
Line 153: warning: character constant too long for its type
Line 147: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 151: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 152: error: expected identifier or '(' before numeric constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 153: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 154: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 156: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 157: error: expected identifier or '(' before numeric constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 158: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 132: warning: character constant too long for its type
Line 150: warning: character constant too long for its type
Line 159: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 163: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 131: warning: character constant too long for its type
Line 149: warning: character constant too long for its type
Line 164: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: multi-character character constant
Line 166: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: multi-character character constant
Line 128: warning: character constant too long for its type
Line 146: warning: character constant too long for its type
Line 167: error: expected identifier or '(' before numeric constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: multi-character character constant
Line 168: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: multi-character character constant
Line 128: warning: character constant too long for its type
Line 146: warning: character constant too long for its type
Line 169: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 174: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 137: warning: character constant too long for its type
Line 155: warning: character constant too long for its type
Line 175: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 180: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 181: error: expected identifier or '(' before numeric constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 182: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 132: warning: character constant too long for its type
Line 150: warning: character constant too long for its type
Line 183: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 185: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 133: warning: character constant too long for its type
Line 151: warning: character constant too long for its type
Line 186: error: expected identifier or '(' before numeric constant
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 187: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 131: warning: character constant too long for its type
Line 149: warning: character constant too long for its type
Line 188: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 79: warning: character constant too long for its type
Line 96: warning: character constant too long for its type
Line 113: warning: character constant too long for its type
Line 191: error: expected identifier or '(' before numeric constant
Line 71: warning: character constant too long for its type
Line 86: warning: character constant too long for its type
Line 103: warning: character constant too long for its type
Line 120: warning: character constant too long for its type
Line 129: warning: character constant too long for its type
Line 147: warning: character constant too long for its type
Line 192: error: expected identifier or '(' before numeric constant
Line 136: warning: character constant too long for its type
Line 148: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 130: warning: character constant too long for its type
Line 142: warning: character constant too long for its type
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 64: warning: character constant too long for its type
Line 93: warning: multi-character character constant
Line 20: error: invalid digit "8" in octal constant
Line 20: error: invalid digit "9" in octal constant
Line 386: error: missing terminating ' character
Line 387: error: missing terminating ' character
Line 388: error: missing terminating ' character
Line 389: error: missing terminating ' character
Line 390: error: missing terminating ' character
Line 391: error: missing terminating ' character
Line 392: error: missing terminating ' character
Line 46: error: too many decimal points in number
Line 50: error: invalid suffix "a8.911" on integer constant
Line 58: error: invalid suffix "ubuntu0.1_i386.deb" on integer constant
Line 68: error: invalid suffix "a8.911" on integer constant
Line 76: error: invalid suffix "ubuntu0.1_i386.deb" on integer constant
Line 34: error: invalid suffix "ubuntu0.1" on integer constant
Line 413: error: missing terminating ' character
Line 414: error: missing terminating ' character
Line 415: error: missing terminating ' character
Line 417: error: missing terminating ' character
Line 418: error: missing terminating ' character
Line 419: error: missing terminating ' character
Line 46: error: too many decimal points in number
Line 18: error: too many decimal points in number
Line 28: error: too many decimal points in number
Line 32: error: too many decimal points in number
Line 43: error: invalid suffix "ubuntu0.1" on integer constant
Line 46: error: too many decimal points in number
Line 20: error: invalid digit "9" in octal constant
Line 518: error: missing terminating ' character
Line 519: error: missing terminating ' character
Line 520: error: missing terminating ' character
Line 521: error: missing terminating ' character
Line 522: error: missing terminating ' character
Line 523: error: missing terminating ' character
Line 524: error: missing terminating ' character
Line 525: error: missing terminating ' character
Line 46: error: too many decimal points in number
Line 34: error: invalid suffix "a8.881" on integer constant
Line 42: error: invalid suffix "ubuntu4.1_i386.deb" on integer constant
Line 52: error: invalid suffix "a8.881" on integer constant
Line 60: error: invalid suffix "ubuntu4.1_i386.deb" on integer constant
Line 26: error: invalid suffix "ubuntu4.1" on integer constant


Create a new paste based on this one


Comments: