Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: Linux Forum Linux-Web.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

10.02.2005, 15:15

Borland Kylix3 laesst sich net installen! 64bit?

1. Was bedeutet das?

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
                                   BORLAND KYLIX 3

Abhýgigkeiten werden berprft...
Kernel-Version >= 2.2.0....OK
Glibc-Version >= 2.1.2....OK
X11-Server....OK
Libjpeg-Version >= 6.2.0....OK
Libgtk-Version >= 1.2.0....OK


Diese Installtion untersttzt nicht glibc-2.1 an x86_64

Bitte wenden Sie sich an den technischen Support.


2. Ich will kein 64bit (ist doch noch net ausgereift)

3. Was kann ich tun?

2

16.10.2006, 01:05

vielleicht kann ja jetzt jemand helfen, hab nämlich dasselbe problem wie im post oben:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
                                   BORLAND KYLIX 3

Checking dependencies...
Kernel version >= 2.2.0....OK
Glibc version >= 2.1.2....OK
X11 Server....OK
Libjpeg version >= 6.2.0....OK
Libgtk version >= 1.2.0....OK


This installation does not support glibc-2.0 on x86_64

Please contact Technical Support.

ich habe einen amd64 und das passende 64-bit-system (xubuntu 6.06 lts für amd64).

synaptic und apt-get kennen kein paket namens "glibc-2.0", nicht mal glibc (synaptic-suche), aber warum sagt der installer mir, dass er das paket unter x86_64 nicht unterstützt ??

ich versteh das nicht, liegt es vielleicht wirklich am 64bit-system ? wenn ja: was kann ich machen, außer auf 32bit umzusteigen ? ich habe schonmal was von einer "chroot-umgebung" gehört, wenn das eine lösung sein könnte, postet bitte links, bei denen ich mich informieren kann.

wenn es wirklich nicht unter meinem system geht, kann mir dann jemand eine andere c++-rad empfehlen, die ich mit meinem system benutzen kann? soweit ich gelesen habe, ist kylix die einzige rad mit c++-unterstützung für linux.

vielen dank schonmal.
mfg,
julian

Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »-=Freaky=-« (16.10.2006, 01:08)


3

16.10.2006, 10:14

hab gerade gesehen, dass ich hier im suse-forum bin, sorry. aber der thread hat gepasst. bei notwendigkeit bitte verschieben.

mfg,
julian

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »-=Freaky=-« (16.10.2006, 10:14)


4

16.10.2006, 16:16

alo ich habe mal nach "chroot amd64" bei google gesucht und bin dann auf diesen link gestoßen.
ich bin in schritt für schritt durchgegangen, jedoch kamen bei einigen installationen unter der chroot-umgebung ("chroot /chroot" im terminal) fehler auf, die ich jedoch (aus faulheit, ich gebs ja zu) einfach ignoriert habe. später habe ich mir die fehlermeldung bei der syaptic-installation angeschaut, die fehlende gruppe / den fehlenden user erstellt und es hat geklappt. danach habe ich xfce4 und xdm per synaptic unter dem chroot-system installiert, wollte xdm starten, und es passierte kurz nichts, danach beendete sich das laufende x, ich war kurz in der konsole und xdm startete sich neu.
plötzlich konnte ich mich nicht mehr unter meinem user anmelden, nur noch als root.
als ich nachgeschaut habe, war mein /home-verzeichnis weg !!!
sind diese daten jetzt alle weg?? die waren wichtig, ich brauche sie noch. bewerbungen die ich noch abschicken muss, hausaufgaben, die noch abgegeben werden müssen, ....
wenn dieser ordner jetzt wirklich gelöscht wurde, gibt es dann eine möglichkeit, die daten wiederherzustellen?

hier der inhalt der /var/log/messages, falls der wichtig ist, ich wurde daraus nicht schlau

Quellcode

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
Oct 16 15:52:56 ubuntu syslogd 1.4.1#17ubuntu7: restart.
Oct 16 15:52:57 ubuntu kernel: Inspecting /boot/System.map-2.6.15-23-amd64-generic
Oct 16 15:52:57 ubuntu kernel: Loaded 22264 symbols from /boot/System.map-2.6.15-23-amd64-generic.
Oct 16 15:52:57 ubuntu kernel: Symbols match kernel version 2.6.15.
Oct 16 15:52:57 ubuntu kernel: No module symbols loaded - kernel modules not enabled. 
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Bootdata ok (command line is BOOT_IMAGE=/casper/vmlinuz boot=casper initrd=/casper/initrd.gz ramdisk_size=1048576 root=/dev/ram rw quiet splash --)
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Linux version 2.6.15-23-amd64-generic (buildd@yellow) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 SMP PREEMPT Tue May 23 13:45:47 UTC 2006
Oct 16 15:52:57 ubuntu kernel: [    0.000000] BIOS-provided physical RAM map:
Oct 16 15:52:57 ubuntu kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
Oct 16 15:52:57 ubuntu kernel: [    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
Oct 16 15:52:57 ubuntu kernel: [    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Oct 16 15:52:57 ubuntu kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
Oct 16 15:52:57 ubuntu kernel: [    0.000000]  BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
Oct 16 15:52:57 ubuntu kernel: [    0.000000]  BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
Oct 16 15:52:57 ubuntu kernel: [    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
Oct 16 15:52:57 ubuntu kernel: [    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
Oct 16 15:52:57 ubuntu kernel: [    0.000000] SRAT: PXM 0 -> APIC 0 -> Node 0
Oct 16 15:52:57 ubuntu kernel: [    0.000000] SRAT: Node 0 PXM 0 0-a0000
Oct 16 15:52:57 ubuntu kernel: [    0.000000] SRAT: Node 0 PXM 0 0-40000000
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Bootmem setup node 0 0000000000000000-000000003fff0000
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Nvidia board detected. Ignoring ACPI timer override.
Oct 16 15:52:57 ubuntu kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x4008
Oct 16 15:52:57 ubuntu kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Processor #0 15:15 APIC version 16
Oct 16 15:52:57 ubuntu kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
Oct 16 15:52:57 ubuntu kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 16 15:52:57 ubuntu kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 16 15:52:57 ubuntu kernel: [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Oct 16 15:52:57 ubuntu kernel: [    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
Oct 16 15:52:57 ubuntu kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 16 15:52:57 ubuntu kernel: [    0.000000] ACPI: BIOS IRQ0 pin2 override ignored.
Oct 16 15:52:57 ubuntu kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 16 15:52:57 ubuntu kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
Oct 16 15:52:57 ubuntu kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Setting APIC routing to physical flat
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Checking aperture...
Oct 16 15:52:57 ubuntu kernel: [    0.000000] CPU 0: aperture @ 86000000 size 32 MB
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Aperture from northbridge cpu 0 too small (32 MB)
Oct 16 15:52:57 ubuntu kernel: [    0.000000] No AGP bridge found
Oct 16 15:52:57 ubuntu kernel: [    0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Built 1 zonelists
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/casper/vmlinuz boot=casper initrd=/casper/initrd.gz ramdisk_size=1048576 root=/dev/ram rw quiet splash --
Oct 16 15:52:57 ubuntu kernel: [    0.000000] Initializing CPU#0
Oct 16 15:52:57 ubuntu kernel: [    0.000000] PID hash table entries: 4096 (order: 12, 131072 bytes)
Oct 16 15:52:57 ubuntu kernel: [    0.000000] time.c: Using 3.579545 MHz PM timer.
Oct 16 15:52:57 ubuntu kernel: [    0.000000] time.c: Detected 2216.545 MHz processor.
Oct 16 15:52:57 ubuntu kernel: [   21.662174] Console: colour VGA+ 80x25
Oct 16 15:52:57 ubuntu kernel: [   21.662782] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Oct 16 15:52:57 ubuntu kernel: [   21.663631] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Oct 16 15:52:57 ubuntu kernel: [   21.672602] Memory: 1020704k/1048512k available (2139k kernel code, 27420k reserved, 754k data, 180k init)
Oct 16 15:52:57 ubuntu kernel: [   21.732139] Calibrating delay using timer specific routine.. 4435.93 BogoMIPS (lpj=2217967)
Oct 16 15:52:57 ubuntu kernel: [   21.732186] Security Framework v1.0.0 initialized
Oct 16 15:52:57 ubuntu kernel: [   21.732192] SELinux:  Disabled at boot.
Oct 16 15:52:57 ubuntu kernel: [   21.732211] Mount-cache hash table entries: 256
Oct 16 15:52:57 ubuntu kernel: [   21.732305] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Oct 16 15:52:57 ubuntu kernel: [   21.732307] CPU: L2 Cache: 512K (64 bytes/line)
Oct 16 15:52:57 ubuntu kernel: [   21.732309] CPU 0(1) -> Node 0 -> Core 0
Oct 16 15:52:57 ubuntu kernel: [   21.732316] mtrr: v2.0 (20020519)
Oct 16 15:52:57 ubuntu kernel: [   21.732323] SMP alternatives: switching to UP code
Oct 16 15:52:57 ubuntu kernel: [   21.732587] checking if image is initramfs... it is
Oct 16 15:52:57 ubuntu kernel: [   22.254215] Freeing initrd memory: 7604k freed
Oct 16 15:52:57 ubuntu kernel: [   22.261042] ACPI: Looking for DSDT ... not found!
Oct 16 15:52:57 ubuntu kernel: [   22.275278] Using local APIC timer interrupts.
Oct 16 15:52:57 ubuntu kernel: [   22.320300] Detected 12.594 MHz APIC timer.
Oct 16 15:52:57 ubuntu kernel: [   22.320350] Brought up 1 CPUs
Oct 16 15:52:57 ubuntu kernel: [   22.320378] time.c: Using PIT/TSC based timekeeping.
Oct 16 15:52:57 ubuntu kernel: [   22.320380] testing NMI watchdog ... OK.
Oct 16 15:52:57 ubuntu kernel: [   22.330607] NET: Registered protocol family 16
Oct 16 15:52:57 ubuntu kernel: [   22.330628] ACPI: bus type pci registered
Oct 16 15:52:57 ubuntu kernel: [   22.330870] PCI: Using configuration type 1
Oct 16 15:52:57 ubuntu kernel: [   22.334046] PCI: Using MMCONFIG at e0000000
Oct 16 15:52:57 ubuntu kernel: [   22.334515] ACPI: Subsystem revision 20051216
Oct 16 15:52:57 ubuntu kernel: [   22.340953] ACPI: Interpreter enabled
Oct 16 15:52:57 ubuntu kernel: [   22.340956] ACPI: Using IOAPIC for interrupt routing
Oct 16 15:52:57 ubuntu kernel: [   22.341428] ACPI: PCI Root Bridge [PCI0] (0000:00)
Oct 16 15:52:57 ubuntu kernel: [   22.345559] PCI: Transparent bridge - 0000:00:09.0
Oct 16 15:52:57 ubuntu kernel: [   22.421223] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 7 9 10 11 12 14 15)
Oct 16 15:52:57 ubuntu kernel: [   22.421527] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 7 9 10 *11 12 14 15)
Oct 16 15:52:57 ubuntu kernel: [   22.421837] ACPI: PCI Interrupt Link [LNK3] (IRQs *3 4 5 7 9 10 11 12 14 15)
Oct 16 15:52:57 ubuntu kernel: [   22.422139] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.422438] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.422741] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.423043] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.423354] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 7 9 *10 11 12 14 15)
Oct 16 15:52:57 ubuntu kernel: [   22.423661] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.423962] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.424264] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.424567] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.424868] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.425182] ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 7 9 10 *11 12 14 15)
Oct 16 15:52:57 ubuntu kernel: [   22.425497] ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 *5 7 9 10 11 12 14 15)
Oct 16 15:52:57 ubuntu kernel: [   22.425812] ACPI: PCI Interrupt Link [LPCA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.426159] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.426495] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.426835] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.427176] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.427440] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.427797] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.428152] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.428506] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.428865] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.429221] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.429580] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.429932] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.430285] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.430650] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.431012] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.431376] ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.434671] Linux Plug and Play Support v0.97 (c) Adam Belay
Oct 16 15:52:57 ubuntu kernel: [   22.434681] pnp: PnP ACPI init
Oct 16 15:52:57 ubuntu kernel: [   22.440365] pnp: PnP ACPI: found 15 devices
Oct 16 15:52:57 ubuntu kernel: [   22.440382] PCI: Using ACPI for IRQ routing
Oct 16 15:52:57 ubuntu kernel: [   22.440386] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Oct 16 15:52:57 ubuntu kernel: [   22.440477] PCI-DMA: Disabling IOMMU.
Oct 16 15:52:57 ubuntu kernel: [   22.440881] pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
Oct 16 15:52:57 ubuntu kernel: [   22.440884] pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
Oct 16 15:52:57 ubuntu kernel: [   22.440886] pnp: 00:00: ioport range 0x4400-0x447f has been reserved
Oct 16 15:52:57 ubuntu kernel: [   22.440889] pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
Oct 16 15:52:57 ubuntu kernel: [   22.440891] pnp: 00:00: ioport range 0x4800-0x487f has been reserved
Oct 16 15:52:57 ubuntu kernel: [   22.440894] pnp: 00:00: ioport range 0x4880-0x48ff has been reserved
Oct 16 15:52:57 ubuntu kernel: [   22.441028] PCI: Bridge: 0000:00:09.0
Oct 16 15:52:57 ubuntu kernel: [   22.441031]   IO window: a000-afff
Oct 16 15:52:57 ubuntu kernel: [   22.441033]   MEM window: d0000000-d00fffff
Oct 16 15:52:57 ubuntu kernel: [   22.441035]   PREFETCH window: disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.441037] PCI: Bridge: 0000:00:0b.0
Oct 16 15:52:57 ubuntu kernel: [   22.441038]   IO window: disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.441040]   MEM window: disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.441041]   PREFETCH window: disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.441043] PCI: Bridge: 0000:00:0c.0
Oct 16 15:52:57 ubuntu kernel: [   22.441045]   IO window: disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.441049]   MEM window: disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.441050]   PREFETCH window: disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.441052] PCI: Bridge: 0000:00:0d.0
Oct 16 15:52:57 ubuntu kernel: [   22.441053]   IO window: disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.441055]   MEM window: disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.441056]   PREFETCH window: disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.441059] PCI: Bridge: 0000:00:0e.0
Oct 16 15:52:57 ubuntu kernel: [   22.441060]   IO window: disabled.
Oct 16 15:52:57 ubuntu kernel: [   22.441062]   MEM window: c8000000-cfffffff
Oct 16 15:52:57 ubuntu kernel: [   22.441064]   PREFETCH window: c0000000-c7ffffff
Oct 16 15:52:57 ubuntu kernel: [   22.441270] IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
Oct 16 15:52:57 ubuntu kernel: [   22.441495] audit: initializing netlink socket (disabled)
Oct 16 15:52:57 ubuntu kernel: [   22.441509] audit(1161013885.782:1): initialized
Oct 16 15:52:57 ubuntu kernel: [   22.441616] VFS: Disk quotas dquot_6.5.1
Oct 16 15:52:57 ubuntu kernel: [   22.441630] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 16 15:52:57 ubuntu kernel: [   22.441672] Initializing Cryptographic API
Oct 16 15:52:57 ubuntu kernel: [   22.441675] io scheduler noop registered
Oct 16 15:52:57 ubuntu kernel: [   22.441681] io scheduler anticipatory registered
Oct 16 15:52:57 ubuntu kernel: [   22.441686] io scheduler deadline registered
Oct 16 15:52:57 ubuntu kernel: [   22.441697] io scheduler cfq registered
Oct 16 15:52:57 ubuntu kernel: [   22.442031] pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
Oct 16 15:52:57 ubuntu kernel: [   22.442043] assign_interrupt_mode Found MSI capability
Oct 16 15:52:57 ubuntu kernel: [   22.442138] pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
Oct 16 15:52:57 ubuntu kernel: [   22.442150] assign_interrupt_mode Found MSI capability
Oct 16 15:52:57 ubuntu kernel: [   22.442208] pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
Oct 16 15:52:57 ubuntu kernel: [   22.442219] assign_interrupt_mode Found MSI capability
Oct 16 15:52:57 ubuntu kernel: [   22.442274] pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
Oct 16 15:52:57 ubuntu kernel: [   22.442285] assign_interrupt_mode Found MSI capability
Oct 16 15:52:57 ubuntu kernel: [   22.452947] Real Time Clock Driver v1.12
Oct 16 15:52:57 ubuntu kernel: [   22.452979] Linux agpgart interface v0.101 (c) Dave Jones
Oct 16 15:52:57 ubuntu kernel: [   22.453059] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 16 15:52:57 ubuntu kernel: [   22.455183] serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 16 15:52:57 ubuntu kernel: [   22.455424] serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 16 15:52:57 ubuntu kernel: [   22.455448] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
Oct 16 15:52:57 ubuntu kernel: [   22.455539] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Oct 16 15:52:57 ubuntu kernel: [   22.456917] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Oct 16 15:52:57 ubuntu kernel: [   22.457283] RAMDISK driver initialized: 16 RAM disks of 1048576K size 1024 blocksize
Oct 16 15:52:57 ubuntu kernel: [   22.457320] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Oct 16 15:52:57 ubuntu kernel: [   22.457323] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Oct 16 15:52:57 ubuntu kernel: [   22.457445] mice: PS/2 mouse device common for all mice
Oct 16 15:52:57 ubuntu kernel: [   22.457904] NET: Registered protocol family 2
Oct 16 15:52:57 ubuntu kernel: [   22.467049] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
Oct 16 15:52:57 ubuntu kernel: [   22.467289] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
Oct 16 15:52:57 ubuntu kernel: [   22.468564] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Oct 16 15:52:57 ubuntu kernel: [   22.469192] TCP: Hash tables configured (established 131072 bind 65536)
Oct 16 15:52:57 ubuntu kernel: [   22.469195] TCP reno registered
Oct 16 15:52:57 ubuntu kernel: [   22.469273] TCP bic registered
Oct 16 15:52:57 ubuntu kernel: [   22.469281] NET: Registered protocol family 1
Oct 16 15:52:57 ubuntu kernel: [   22.469288] NET: Registered protocol family 8
Oct 16 15:52:57 ubuntu kernel: [   22.469289] NET: Registered protocol family 20
Oct 16 15:52:57 ubuntu kernel: [   22.469419] ACPI wakeup devices: 
Oct 16 15:52:57 ubuntu kernel: [   22.469420] HUB0 XVR0 XVR1 XVR2 XVR3 USB0 USB2 MMAC MMCI UAR1 
Oct 16 15:52:57 ubuntu kernel: [   22.469425] ACPI: (supports S0 S1 S3 S4 S5)
Oct 16 15:52:57 ubuntu kernel: [   22.469498] Freeing unused kernel memory: 180k freed
Oct 16 15:52:57 ubuntu kernel: [   22.502555] vga16fb: mapped to 0xffff8100000a0000
Oct 16 15:52:57 ubuntu kernel: [   22.520453] input: AT Translated Set 2 keyboard as /class/input/input0
Oct 16 15:52:57 ubuntu kernel: [   22.705591] Console: switching to colour frame buffer device 80x25
Oct 16 15:52:57 ubuntu kernel: [   22.705595] fb0: VGA16 VGA frame buffer device
Oct 16 15:52:57 ubuntu kernel: [   23.719817] Capability LSM initialized
Oct 16 15:52:57 ubuntu kernel: [   23.866637] ACPI: Fan [FAN] (on)
Oct 16 15:52:57 ubuntu kernel: [   23.870821] ACPI: Thermal Zone [THRM] (40 C)
Oct 16 15:52:57 ubuntu kernel: [   24.315556] SCSI subsystem initialized
Oct 16 15:52:57 ubuntu kernel: [   24.317114] ACPI: bus type scsi registered
Oct 16 15:52:57 ubuntu kernel: [   24.318984] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
Oct 16 15:52:57 ubuntu kernel: [   24.318989] GSI 16 sharing vector 0xD9 and IRQ 16
Oct 16 15:52:57 ubuntu kernel: [   24.318994] ACPI: PCI Interrupt 0000:00:07.0[A] -> Link [APSI] -> GSI 23 (level, low) -> IRQ 217
Oct 16 15:52:57 ubuntu kernel: [   24.319181] ata1: SATA max UDMA/133 cmd 0x9F0 ctl 0xBF2 bmdma 0xD800 irq 217
Oct 16 15:52:57 ubuntu kernel: [   24.319204] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xB72 bmdma 0xD808 irq 217
Oct 16 15:52:57 ubuntu kernel: [   24.520639] ata1: no device found (phy stat 00000000)
Oct 16 15:52:57 ubuntu kernel: [   24.520642] scsi0 : sata_nv
Oct 16 15:52:57 ubuntu kernel: [   24.722211] ata2: no device found (phy stat 00000000)
Oct 16 15:52:57 ubuntu kernel: [   24.722214] scsi1 : sata_nv
Oct 16 15:52:57 ubuntu kernel: [   24.722939] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 22
Oct 16 15:52:57 ubuntu kernel: [   24.722945] GSI 17 sharing vector 0xE1 and IRQ 17
Oct 16 15:52:57 ubuntu kernel: [   24.722949] ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [APSJ] -> GSI 22 (level, low) -> IRQ 225
Oct 16 15:52:57 ubuntu kernel: [   24.723092] ata3: SATA max UDMA/133 cmd 0x9E0 ctl 0xBE2 bmdma 0xC400 irq 225
Oct 16 15:52:57 ubuntu kernel: [   24.723109] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xB62 bmdma 0xC408 irq 225
Oct 16 15:52:57 ubuntu kernel: [   24.923783] ata3: no device found (phy stat 00000000)
Oct 16 15:52:57 ubuntu kernel: [   24.923786] scsi2 : sata_nv
Oct 16 15:52:57 ubuntu kernel: [   25.124358] ata4: no device found (phy stat 00000000)
Oct 16 15:52:57 ubuntu kernel: [   25.124361] scsi3 : sata_nv
Oct 16 15:52:57 ubuntu kernel: [   25.125825] NFORCE-CK804: IDE controller at PCI slot 0000:00:06.0
Oct 16 15:52:57 ubuntu kernel: [   25.125840] NFORCE-CK804: chipset revision 242
Oct 16 15:52:57 ubuntu kernel: [   25.125842] NFORCE-CK804: not 100%% native mode: will probe irqs later
Oct 16 15:52:57 ubuntu kernel: [   25.125845] NFORCE-CK804: BIOS didn't set cable bits correctly. Enabling workaround.
Oct 16 15:52:57 ubuntu kernel: [   25.125849] NFORCE-CK804: 0000:00:06.0 (rev f2) UDMA133 controller
Oct 16 15:52:57 ubuntu kernel: [   25.125857]     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
Oct 16 15:52:57 ubuntu kernel: [   25.125865]     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
Oct 16 15:52:57 ubuntu kernel: [   25.796006] hda: HL-DT-ST DVDRAM GSA-4040B, ATAPI CD/DVD-ROM drive
Oct 16 15:52:57 ubuntu kernel: [   26.102949] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Oct 16 15:52:57 ubuntu kernel: [   26.575352] hdd: Maxtor 6L200P0, ATA DISK drive
Oct 16 15:52:57 ubuntu kernel: [   26.629169] ide1 at 0x170-0x177,0x376 on irq 15
Oct 16 15:52:57 ubuntu kernel: [   26.662092] hda: ATAPI 32X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
Oct 16 15:52:57 ubuntu kernel: [   26.662107] Uniform CD-ROM driver Revision: 3.20
Oct 16 15:52:57 ubuntu kernel: [   26.684194] hdd: max request size: 1024KiB
Oct 16 15:52:57 ubuntu kernel: [   26.685710] hdd: 398297088 sectors (203928 MB) w/8192KiB Cache, CHS=24792/255/63, UDMA(133)
Oct 16 15:52:57 ubuntu kernel: [   26.687268] hdd: cache flushes supported
Oct 16 15:52:57 ubuntu kernel: [   26.687417]  hdd: hdd1 hdd2 hdd3 < hdd5 > hdd4
Oct 16 15:52:57 ubuntu kernel: [   27.054961] usbcore: registered new driver usbfs
Oct 16 15:52:57 ubuntu kernel: [   27.055369] usbcore: registered new driver hub
Oct 16 15:52:57 ubuntu kernel: [   27.056630] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
Oct 16 15:52:57 ubuntu kernel: [   27.056636] GSI 18 sharing vector 0xE9 and IRQ 18
Oct 16 15:52:57 ubuntu kernel: [   27.056640] ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [APCL] -> GSI 21 (level, low) -> IRQ 233
Oct 16 15:52:57 ubuntu kernel: [   27.056721] ehci_hcd 0000:00:02.1: EHCI Host Controller
Oct 16 15:52:57 ubuntu kernel: [   27.056746] ehci_hcd 0000:00:02.1: debug port 1
Oct 16 15:52:57 ubuntu kernel: [   27.056933] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
Oct 16 15:52:57 ubuntu kernel: [   27.056942] ehci_hcd 0000:00:02.1: irq 233, io mem 0xfeb00000
Oct 16 15:52:57 ubuntu kernel: [   27.056948] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Oct 16 15:52:57 ubuntu kernel: [   28.261987] hub 1-0:1.0: USB hub found
Oct 16 15:52:57 ubuntu kernel: [   28.261993] hub 1-0:1.0: 10 ports detected
Oct 16 15:52:57 ubuntu kernel: [   28.263028] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 20
Oct 16 15:52:57 ubuntu kernel: [   28.263033] GSI 19 sharing vector 0x32 and IRQ 19
Oct 16 15:52:57 ubuntu kernel: [   28.263037] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 20 (level, low) -> IRQ 50
Oct 16 15:52:57 ubuntu kernel: [   28.263114] ohci_hcd 0000:00:02.0: OHCI Host Controller
Oct 16 15:52:57 ubuntu kernel: [   28.274373] forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.48.
Oct 16 15:52:57 ubuntu kernel: [   28.363301] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
Oct 16 15:52:57 ubuntu kernel: [   28.363312] ohci_hcd 0000:00:02.0: irq 50, io mem 0xd0103000
Oct 16 15:52:57 ubuntu kernel: [   28.416578] hub 2-0:1.0: USB hub found
Oct 16 15:52:57 ubuntu kernel: [   28.416588] hub 2-0:1.0: 10 ports detected
Oct 16 15:52:57 ubuntu kernel: [   28.517286] ohci1394: $Rev: 1313 $ Ben Collins <bcollins@debian.org>
Oct 16 15:52:57 ubuntu kernel: [   28.517585] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
Oct 16 15:52:57 ubuntu kernel: [   28.517589] GSI 20 sharing vector 0x3A and IRQ 20
Oct 16 15:52:57 ubuntu kernel: [   28.517594] ACPI: PCI Interrupt 0000:05:07.2[B] -> Link [APC3] -> GSI 18 (level, low) -> IRQ 58
Oct 16 15:52:57 ubuntu kernel: [   28.567754] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[58]  MMIO=[d0019000-d00197ff]  Max Packet=[2048]
Oct 16 15:52:57 ubuntu kernel: [   28.568034] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
Oct 16 15:52:57 ubuntu kernel: [   28.568038] GSI 21 sharing vector 0x42 and IRQ 21
Oct 16 15:52:57 ubuntu kernel: [   28.568041] ACPI: PCI Interrupt 0000:05:0b.0[A] -> Link [APC1] -> GSI 16 (level, low) -> IRQ 66
Oct 16 15:52:57 ubuntu kernel: [   28.618231] ohci1394: fw-host1: OHCI-1394 1.1 (PCI): IRQ=[66]  MMIO=[d0018000-d00187ff]  Max Packet=[2048]
Oct 16 15:52:57 ubuntu kernel: [   28.620196] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
Oct 16 15:52:57 ubuntu kernel: [   28.620201] ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [APCH] -> GSI 23 (level, low) -> IRQ 217
Oct 16 15:52:57 ubuntu kernel: [   28.733705] usb 2-4: new full speed USB device using ohci_hcd and address 2
Oct 16 15:52:57 ubuntu kernel: [   29.132104] eth0: forcedeth.c: subsystem: 01043:8141 bound to 0000:00:0a.0
Oct 16 15:52:57 ubuntu kernel: [   30.483352] loop: loaded (max 8 devices)
Oct 16 15:52:57 ubuntu kernel: [   30.504350] Registering unionfs 1.1.2
Oct 16 15:52:57 ubuntu kernel: [   30.586377] squashfs: version 3.0prerelease (2006/1/24) Phillip Lougher
Oct 16 15:52:57 ubuntu kernel: [   92.686765] ath_hal: module license 'Proprietary' taints kernel.
Oct 16 15:52:57 ubuntu kernel: [   92.686965] ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413)
Oct 16 15:52:57 ubuntu kernel: [   93.233287] wlan: 0.8.6.0 (EXPERIMENTAL)
Oct 16 15:52:57 ubuntu kernel: [   93.289686] ath_rate_sample: 1.2
Oct 16 15:52:57 ubuntu kernel: [   93.611330] ath_pci: 0.9.6.0 (EXPERIMENTAL)
Oct 16 15:52:57 ubuntu kernel: [   93.611706] ACPI: PCI Interrupt 0000:05:06.0[A] -> Link [APC1] -> GSI 16 (level, low) -> IRQ 66
Oct 16 15:52:57 ubuntu kernel: [   93.904280] eth0: no link during initialization.
Oct 16 15:52:57 ubuntu kernel: [   94.072407] Floppy drive(s): fd0 is 1.44M
Oct 16 15:52:57 ubuntu kernel: [   94.153746] FDC 0 is a post-1991 82077
Oct 16 15:52:57 ubuntu kernel: [   94.257487] Build date: May 29 2006
Oct 16 15:52:57 ubuntu kernel: [   94.257489] Debugging version (IEEE80211)
Oct 16 15:52:57 ubuntu kernel: [   94.257492] ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
Oct 16 15:52:57 ubuntu kernel: [   94.257495] ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
Oct 16 15:52:57 ubuntu kernel: [   94.257502] ath0: turboG rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
Oct 16 15:52:57 ubuntu kernel: [   94.257507] ath0: H/W encryption support: WEP AES AES_CCM TKIP
Oct 16 15:52:57 ubuntu kernel: [   94.257511] ath0: mac 7.9 phy 4.5 radio 5.6
Oct 16 15:52:57 ubuntu kernel: [   94.257514] ath0: Use hw queue 1 for WME_AC_BE traffic
Oct 16 15:52:57 ubuntu kernel: [   94.257516] ath0: Use hw queue 0 for WME_AC_BK traffic
Oct 16 15:52:57 ubuntu kernel: [   94.257517] ath0: Use hw queue 2 for WME_AC_VI traffic
Oct 16 15:52:57 ubuntu kernel: [   94.257519] ath0: Use hw queue 3 for WME_AC_VO traffic
Oct 16 15:52:57 ubuntu kernel: [   94.257521] ath0: Use hw queue 8 for CAB traffic
Oct 16 15:52:57 ubuntu kernel: [   94.257523] ath0: Use hw queue 9 for beacons
Oct 16 15:52:57 ubuntu kernel: [   94.257524] Debugging version (ATH)
Oct 16 15:52:57 ubuntu kernel: [   94.257527] ath0: Atheros 5212: mem=0xd0000000, irq=66
Oct 16 15:52:57 ubuntu kernel: [   95.032788] gameport: EMU10K1 is pci0000:05:07.1/gameport0, io 0xa400, speed 1205kHz
Oct 16 15:52:57 ubuntu kernel: [   96.134445] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Oct 16 15:52:57 ubuntu kernel: [   96.383888] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 16 15:52:57 ubuntu kernel: [   96.839590] parport: PnPBIOS parport detected.
Oct 16 15:52:57 ubuntu kernel: [   96.839635] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
Oct 16 15:52:57 ubuntu kernel: [   97.069903] input: PC Speaker as /class/input/input1
Oct 16 15:52:57 ubuntu kernel: [   97.453521] i2c_adapter i2c-0: nForce2 SMBus adapter at 0x4c00
Oct 16 15:52:57 ubuntu kernel: [   97.453641] i2c_adapter i2c-1: nForce2 SMBus adapter at 0x4c40
Oct 16 15:52:57 ubuntu kernel: [   97.486547] input: PS2++ Logitech MX Mouse as /class/input/input2
Oct 16 15:52:57 ubuntu kernel: [   97.565747] NET: Registered protocol family 17
Oct 16 15:52:57 ubuntu kernel: [   97.592651] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
Oct 16 15:52:57 ubuntu kernel: [   97.592658] GSI 22 sharing vector 0x4A and IRQ 22
Oct 16 15:52:57 ubuntu kernel: [   97.592679] ACPI: PCI Interrupt 0000:05:07.0[A] -> Link [APC2] -> GSI 17 (level, low) -> IRQ 74
Oct 16 15:52:57 ubuntu kernel: [   97.595119] Installing spdif_bug patch: Audigy 2 ZS [SB0350]
Oct 16 15:52:57 ubuntu kernel: [   97.810694] ts: Compaq touchscreen protocol output
Oct 16 15:52:57 ubuntu kernel: [   99.467092] Adding 3012148k swap on /dev/hdd5.  Priority:-1 extents:1 across:3012148k
Oct 16 15:52:57 ubuntu kernel: [   99.716750] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
Oct 16 15:52:57 ubuntu kernel: [   99.716754] md: bitmap version 4.39
Oct 16 15:52:57 ubuntu kernel: [  100.348516] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
Oct 16 15:52:57 ubuntu kernel: [  111.552937] ACPI: Power Button (FF) [PWRF]
Oct 16 15:52:57 ubuntu kernel: [  111.552946] ACPI: Power Button (CM) [PWRB]
Oct 16 15:52:57 ubuntu kernel: [  111.645165] pcc_acpi: loading...
Oct 16 15:52:57 ubuntu kernel: [  112.550112] powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.50.4)
Oct 16 15:52:57 ubuntu kernel: [  112.550148] powernow-k8:    0 : fid 0xe (2200 MHz), vid 0x6 (1400 mV)
Oct 16 15:52:57 ubuntu kernel: [  112.550151] powernow-k8:    1 : fid 0xc (2000 MHz), vid 0x8 (1350 mV)
Oct 16 15:52:57 ubuntu kernel: [  112.550153] powernow-k8:    2 : fid 0xa (1800 MHz), vid 0xa (1300 mV)
Oct 16 15:52:57 ubuntu kernel: [  112.550156] powernow-k8:    3 : fid 0x2 (1000 MHz), vid 0x12 (1100 mV)
Oct 16 15:53:04 ubuntu hpiod: 0.9.7 accepting connections at 45926... 
Oct 16 15:53:13 ubuntu kernel: [  129.385837] lp0: using parport0 (interrupt-driven).
Oct 16 15:53:13 ubuntu kernel: [  129.442651] ppdev: user-space parallel port driver
Oct 16 15:53:25 ubuntu gconfd (ubuntu-6287): starting (version 2.14.0), pid 6287 user 'ubuntu'
Oct 16 15:53:25 ubuntu gconfd (ubuntu-6287): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Oct 16 15:53:25 ubuntu gconfd (ubuntu-6287): Resolved address "xml:readwrite:/home/ubuntu/.gconf" to a writable configuration source at position 1
Oct 16 15:53:25 ubuntu gconfd (ubuntu-6287): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2
Oct 16 15:53:25 ubuntu gconfd (ubuntu-6287): Resolved address "xml:readonly:/var/lib/gconf/debian.defaults" to a read-only configuration source at position 3
Oct 16 15:53:25 ubuntu gconfd (ubuntu-6287): Resolved address "xml:readonly:/var/lib/gconf/defaults" to a read-only configuration source at position 4
Oct 16 15:53:25 ubuntu kernel: [  140.881018] Bluetooth: Core ver 2.8
Oct 16 15:53:25 ubuntu kernel: [  140.881021] NET: Registered protocol family 31
Oct 16 15:53:25 ubuntu kernel: [  140.881023] Bluetooth: HCI device and connection manager initialized
Oct 16 15:53:25 ubuntu kernel: [  140.881032] Bluetooth: HCI socket layer initialized
Oct 16 15:53:26 ubuntu kernel: [  141.841478] Bluetooth: L2CAP ver 2.8
Oct 16 15:53:26 ubuntu kernel: [  141.841481] Bluetooth: L2CAP socket layer initialized
Oct 16 15:53:26 ubuntu kernel: [  141.950713] Bluetooth: RFCOMM socket layer initialized
Oct 16 15:53:26 ubuntu kernel: [  141.950726] Bluetooth: RFCOMM TTY layer initialized
Oct 16 15:53:26 ubuntu kernel: [  141.950728] Bluetooth: RFCOMM ver 1.7
Oct 16 15:53:27 ubuntu kernel: [  142.501940] NET: Registered protocol family 10
Oct 16 15:53:27 ubuntu kernel: [  142.502011] lo: Disabled Privacy Extensions
Oct 16 15:53:27 ubuntu kernel: [  142.502043] ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 16 15:53:27 ubuntu kernel: [  142.502099] IPv6 over IPv4 tunneling driver
Oct 16 15:53:45 ubuntu gconfd (ubuntu-6287): Resolved address "xml:readwrite:/home/ubuntu/.gconf" to a writable configuration source at position 0
Oct 16 15:54:41 ubuntu kernel: [  180.820650] kjournald starting.  Commit interval 5 seconds
Oct 16 15:54:41 ubuntu kernel: [  180.820887] EXT3 FS on hdd4, internal journal
Oct 16 15:54:41 ubuntu kernel: [  180.820960] EXT3-fs: mounted filesystem with ordered data mode.
Oct 16 15:54:58 ubuntu gconfd (root-6799): starting (version 2.14.0), pid 6799 user 'root'
Oct 16 15:54:58 ubuntu gconfd (root-6799): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Oct 16 15:54:58 ubuntu gconfd (root-6799): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 1
Oct 16 15:54:58 ubuntu gconfd (root-6799): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2
Oct 16 15:54:58 ubuntu gconfd (root-6799): Resolved address "xml:readonly:/var/lib/gconf/debian.defaults" to a read-only configuration source at position 3
Oct 16 15:54:58 ubuntu gconfd (root-6799): Resolved address "xml:readonly:/var/lib/gconf/defaults" to a read-only configuration source at position 4
Oct 16 15:57:01 ubuntu kernel: [  247.720386] ADDRCONF(NETDEV_UP): ath0: link is not ready
Oct 16 15:57:04 ubuntu kernel: [  248.952295] ADDRCONF(NETDEV_CHANGE): ath0: link becomes ready
Oct 16 15:57:12 ubuntu kernel: [  252.709519] ADDRCONF(NETDEV_UP): ath0: link is not ready
Oct 16 15:57:14 ubuntu kernel: [  255.094178] ADDRCONF(NETDEV_CHANGE): ath0: link becomes ready
Oct 16 13:58:11 ubuntu kernel: [  281.027381] NTFS driver 2.1.25 [Flags: R/O MODULE].
Oct 16 13:58:11 ubuntu kernel: [  281.038162] NTFS volume version 3.1.
Oct 16 13:58:29 ubuntu kernel: [  289.415003] NTFS volume version 3.1.
Oct 16 13:59:23 ubuntu gconfd (root-6799): GConf server is not in use, shutting down.
Oct 16 13:59:23 ubuntu gconfd (root-6799): Exiting
Oct 16 14:00:08 ubuntu gconfd (root-7286): starting (version 2.14.0), pid 7286 user 'root'
Oct 16 14:00:08 ubuntu gconfd (root-7286): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Oct 16 14:00:08 ubuntu gconfd (root-7286): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 1
Oct 16 14:00:08 ubuntu gconfd (root-7286): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2
Oct 16 14:00:08 ubuntu gconfd (root-7286): Resolved address "xml:readonly:/var/lib/gconf/debian.defaults" to a read-only configuration source at position 3
Oct 16 14:00:08 ubuntu gconfd (root-7286): Resolved address "xml:readonly:/var/lib/gconf/defaults" to a read-only configuration source at position 4
Oct 16 14:12:56 ubuntu -- MARK --

bitte um schnelle hilfe,
mfg,
julian

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »-=Freaky=-« (16.10.2006, 16:19)


5

18.10.2006, 16:52

hallo? keiner zuhause?
weiß keiner was dazu? natürlich weiß einer was! warum antwortet keiner?
auch wenn ich einfach was dumes gemacht habe und die daten einfach weg sind, sagt es mir bitte, damit ich ruhigen gewissens alles neu machen kann.

mfg,
julian

renegade

macht was er will

  • »renegade« ist männlich

Beiträge: 2 842

Wohnort: Ostfriesland

Beruf: root

  • Nachricht senden

6

18.10.2006, 18:00

Wiso befolgst du eine Anlitung von der du nicht einmal ansatzweise verstanden hast worum es geht?

Warum soll sich hier jemand hinsetzen und versuchen dir zu helfen wenn man schon weiß das man dir nicht helfen kann weil du eben nicht weißt was du gemacht hast?

Warum drengelst du hier rum ohne mir Kohle auf mein Konto überwiesen zu haben?

Aber mal wieder zum Thema:

Es gibt zwei Möglichkeiten für Dich:

1. Verabschiede Dich von Deinen Daten und installiere die Kiste neu
2. Du lernst was chroot ist und erklärst uns dann was du falsch gemacht hast. Weil erst wenn du das verstanden hast kann man Dir wirklich helfen! Allerdings solltest du Dein Problem dann auch schon fast selber lösen können.

PS: Und nein ich werde Dir nicht erklären was chroot ist
Sokrates (468 v.Chr. - 399 v.Chr.)
"Es ist keine Schande, nichts zu wissen, wohl aber, nichts lernen zu wollen."

7

18.10.2006, 19:37

in einer chroot-umgebung wird ein anderes verzeichnis zum root-verzeichnis gemacht, soviel wusste ich. nur nicht, wie ich ein 32-bit-system innerhalb meines 64-bit-hauptsystems laufen lassen kann. dazu wird nun dchroot verwendet. ein neues 32-bit-system wird in das verzeichnis der chroot-umgebung kopiert und /home, /tmp, /dev, /proc, /usr/share/fonts und /media/cdrom0 werden "in die entsprechenden ordner im chroot-erzeichnis gemountet" (ist das der richtige ausdruck?), mithilfe der /etc/fstab.
mittels dchroot kann man sich dann in der chroot-umgebung (also dem 32bit-system) anmelden und damit arbeiten.

aber ich frage mich, wie dadurch jetzt mein /home-verzeichnis verschwinden kann.
die beiden zeilen, von denen ich wirklich keine ahnung habe, haben doch nichts damit zu tun, das ist doch nur der eintrag in /etc/fstab. oder irre ich mich?

mfg,
julian

Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von »-=Freaky=-« (18.10.2006, 19:41)


Thema bewerten