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
[root@li224-139 ~]# rm /etc/profile.d/locale.sh
[root@li224-139 ~]# rm -rf /var/run /var/lock
[root@li224-139 ~]# pacman -Syf filesystem
:: Synchronizing package databases...
 core                    106.0K  234.0K/s 00:00:00 [######################] 100%
 extra                  1410.7K 1314.2K/s 00:00:01 [######################] 100%
 community              1765.2K 1557.1K/s 00:00:01 [######################] 100%
:: The following packages should be upgraded first :
    pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] n

resolving dependencies...
looking for inter-conflicts...

Targets (1): filesystem-2012.6-4

Total Download Size:    0.00 MB
Total Installed Size:   0.30 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from core...
 filesystem-2012.6-...     4.1K   54.1K/s 00:00:00 [######################] 100%
(1/1) checking package integrity                   [######################] 100%
error: could not get current working directory
(1/1) upgrading filesystem                         [######################] 100%
warning: /etc/group installed as /etc/group.pacnew
warning: /etc/gshadow installed as /etc/gshadow.pacnew
[root@li224-139 ~]# pacman -Sy tzdata
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: The following packages should be upgraded first :
    pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] n

resolving dependencies...
looking for inter-conflicts...

Targets (1): tzdata-2012c-1

Total Download Size:    0.13 MB
Total Installed Size:   5.41 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from core...
 tzdata-2012c-1-any      132.9K  294.0K/s 00:00:00 [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
error: could not get current working directory
(1/1) upgrading tzdata                             [######################] 100%

[root@li224-139 ~]# pacman -Syu --ignore glibc
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: The following packages should be upgraded first :
    pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] n

:: Starting full system upgrade...
warning: glibc: ignoring package upgrade (2.14-6 => 2.16.0-2)
:: Replace libusb with core/libusbx? [Y/n] y
:: Replace module-init-tools with core/kmod? [Y/n] y
:: Replace procps with core/procps-ng? [Y/n] y
:: Replace udev with core/systemd-tools? [Y/n] y
resolving dependencies...
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "binutils"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.15", a dependency of "pacman"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      binutils  coreutils  cronie  cryptsetup  db  dbus-core  device-mapper
      dnsutils  e2fsprogs  gcc-libs  gettext  glib2  gmp  grep  groff
      heirloom-mailx  initscripts  iproute2  iputils  jfsutils  krb5  less
      libarchive  libldap  libsasl  logrotate  lvm2  man-db  mkinitcpio  netcfg
      ntp  openssh  openssl  pacman  pam  pcmciautils  pcre  perl
      reiserfsprogs  shadow  sudo  syslog-ng  sysvinit  systemd-tools
      util-linux  vim  vim-runtime  wget  wpa_supplicant  xfsprogs

Do you want to skip the above packages for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: binutils: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: pacman: requires glibc>=2.15
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
:: gcc-libs: requires glibc>=2.16
[root@li224-139 ~]# pacman -Syu --ignore glibc
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: The following packages should be upgraded first :
    pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] n

:: Starting full system upgrade...
warning: glibc: ignoring package upgrade (2.14-6 => 2.16.0-2)
:: Replace udev with core/systemd-tools? [Y/n] y
resolving dependencies...
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "binutils"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.15", a dependency of "pacman"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
warning: ignoring package glibc-2.16.0-2
warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      binutils  coreutils  cronie  cryptsetup  db  dbus-core  device-mapper
      dnsutils  e2fsprogs  gcc-libs  gettext  glib2  gmp  grep  groff
      heirloom-mailx  initscripts  iproute2  iputils  jfsutils  krb5  less
      libarchive  libldap  libsasl  logrotate  lvm2  man-db  mkinitcpio  netcfg
      ntp  openssh  openssl  pacman  pam  pcmciautils  pcre  perl
      reiserfsprogs  shadow  sudo  syslog-ng  sysvinit  systemd-tools
      util-linux  vim  vim-runtime  wget  wpa_supplicant  xfsprogs

Do you want to skip the above packages for this upgrade? [y/N] y
looking for inter-conflicts...

Remove (3): libusb-1.0.8-1  module-init-tools-3.16-1  procps-3.2.8-4

Total Removed Size:   1.81 MB

Targets (58): attr-2.4.46-2  acl-2.2.51-2  ncurses-5.9-3  readline-6.2.003-2
              bash-4.2.036-1  bzip2-1.0.6-4  zlib-1.2.7-1  cracklib-2.8.18-2
              dhcpcd-5.5.6-1  eventlog-0.2.12-3  expat-2.1.0-1  file-5.11-1
              findutils-4.4.2-4  gawk-4.0.1-1  gdbm-1.10-1  gpm-1.20.6-8
              gzip-1.5-1  idnkit-1.0-2  iptables-1.4.14-2  kbd-1.15.3-2
              keyutils-1.5.5-3  libcap-2.22-3  libedit-20120311_3.0-1
              libgpg-error-1.10-2  libgcrypt-1.5.0-3  texinfo-4.13a-7
              libidn-1.25-1  libnl-3.2.11-1  libusbx-1.0.12-2  libpcap-1.3.0-1
              libpipeline-1.2.1-1  libusb-compat-0.1.4-2  licenses-2.9-1
              linux-api-headers-3.4.4-1  linux-firmware-20120625-1
              man-pages-3.41-1  mdadm-3.2.5-2  mkinitcpio-busybox-1.20.1-1
              kmod-9-2  mtr-0.82-1  nano-2.2.6-2  net-tools-1.60.20110819cvs-3
              pacman-mirrorlist-20120626-1  hwids-20120711-1  pciutils-3.1.10-1
              popt-1.16-5  ppp-2.4.5-3  procps-ng-3.3.3-3  psmisc-22.19-1
              run-parts-4.3.2-1  sed-4.2.1-4  sysfsutils-2.1.0-8  tar-1.26-2
              unzip-6.0-6  usbutils-006-1  which-2.20-5  whois-5.0.17-1
              xz-5.0.4-1

Total Download Size:    30.66 MB
Total Installed Size:   114.07 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from core...
 attr-2.4.46-2-i686       64.7K  211.6K/s 00:00:00 [######################] 100%
 acl-2.2.51-2-i686       124.8K  325.5K/s 00:00:00 [######################] 100%
 ncurses-5.9-3-i686      982.7K  986.8K/s 00:00:01 [######################] 100%
 readline-6.2.003-2...   323.6K  469.6K/s 00:00:01 [######################] 100%
 bash-4.2.036-1-i686     774.6K  919.7K/s 00:00:01 [######################] 100%
 bzip2-1.0.6-4-i686       54.4K  177.8K/s 00:00:00 [######################] 100%
 zlib-1.2.7-1-i686        91.6K  239.2K/s 00:00:00 [######################] 100%
 cracklib-2.8.18-2-i686  238.4K  444.4K/s 00:00:01 [######################] 100%
 dhcpcd-5.5.6-1-i686      67.2K  219.4K/s 00:00:00 [######################] 100%
 eventlog-0.2.12-3-i686   14.1K   92.0K/s 00:00:00 [######################] 100%
 expat-2.1.0-1-i686      114.2K  269.7K/s 00:00:00 [######################] 100%
 file-5.11-1-i686        213.1K  370.2K/s 00:00:01 [######################] 100%
 findutils-4.4.2-4-i686  336.2K  438.2K/s 00:00:01 [######################] 100%
 gawk-4.0.1-1-i686       762.2K  827.3K/s 00:00:01 [######################] 100%
 gdbm-1.10-1-i686         86.6K  226.3K/s 00:00:00 [######################] 100%
 gpm-1.20.6-8-i686       126.0K  328.9K/s 00:00:00 [######################] 100%
 gzip-1.5-1-i686          72.3K  236.2K/s 00:00:00 [######################] 100%
 idnkit-1.0-2-i686       121.0K  286.0K/s 00:00:00 [######################] 100%
 iptables-1.4.14-2-i686  251.8K  468.4K/s 00:00:01 [######################] 100%
 kbd-1.15.3-2-i686      1001.5K 1080.6K/s 00:00:01 [######################] 100%
 keyutils-1.5.5-3-i686    54.8K  178.5K/s 00:00:00 [######################] 100%
 libcap-2.22-3-i686       34.3K  149.4K/s 00:00:00 [######################] 100%
 libedit-20120311_3...    89.1K  232.7K/s 00:00:00 [######################] 100%
 libgpg-error-1.10-...    47.8K  207.8K/s 00:00:00 [######################] 100%
 libgcrypt-1.5.0-3-i686  305.8K  442.9K/s 00:00:01 [######################] 100%
 texinfo-4.13a-7-i686    658.5K  857.4K/s 00:00:01 [######################] 100%
 libnl-3.2.11-1-i686     198.8K  369.1K/s 00:00:01 [######################] 100%
 libusbx-1.0.12-2-i686    39.6K  172.0K/s 00:00:00 [######################] 100%
 libpcap-1.3.0-1-i686    191.4K  382.5K/s 00:00:01 [######################] 100%
 libpipeline-1.2.1-...    32.5K  141.2K/s 00:00:00 [######################] 100%
 libusb-compat-0.1....    10.4K  135.0K/s 00:00:00 [######################] 100%
 licenses-2.9-1-any       59.4K  193.2K/s 00:00:00 [######################] 100%
 linux-api-headers-...   598.3K  778.9K/s 00:00:01 [######################] 100%
 linux-firmware-201...    15.1M    4.8M/s 00:00:03 [######################] 100%
 man-pages-3.41-1-any      4.4M    3.4M/s 00:00:01 [######################] 100%
 mdadm-3.2.5-2-i686      267.4K  496.7K/s 00:00:01 [######################] 100%
 mkinitcpio-busybox...   156.6K  340.4K/s 00:00:00 [######################] 100%
 kmod-9-2-i686            79.1K  257.0K/s 00:00:00 [######################] 100%
 nano-2.2.6-2-i686       294.8K  480.9K/s 00:00:01 [######################] 100%
 net-tools-1.60.201...   112.8K  293.7K/s 00:00:00 [######################] 100%
 pacman-mirrorlist-...     2.3K   25.4M/s 00:00:00 [######################] 100%
 hwids-20120711-1-any    273.9K  446.5K/s 00:00:01 [######################] 100%
 pciutils-3.1.10-1-i686   82.1K  214.6K/s 00:00:00 [######################] 100%
 popt-1.16-5-i686         65.2K  213.2K/s 00:00:00 [######################] 100%
 ppp-2.4.5-3-i686        261.2K  424.8K/s 00:00:01 [######################] 100%
 procps-ng-3.3.3-3-i686  211.6K  389.6K/s 00:00:01 [######################] 100%
 psmisc-22.19-1-i686      83.7K  241.4K/s 00:00:00 [######################] 100%
 run-parts-4.3.2-1-i686   16.8K  109.8K/s 00:00:00 [######################] 100%
 sed-4.2.1-4-i686        107.2K  280.1K/s 00:00:00 [######################] 100%
 sysfsutils-2.1.0-8...    29.5K  128.6K/s 00:00:00 [######################] 100%
 tar-1.26-2-i686         560.6K  721.6K/s 00:00:01 [######################] 100%
 usbutils-006-1-i686      50.6K  187.1K/s 00:00:00 [######################] 100%
 which-2.20-5-i686        13.4K   87.1K/s 00:00:00 [######################] 100%
 xz-5.0.4-1-i686         246.5K  456.7K/s 00:00:01 [######################] 100%
:: Retrieving packages from extra...
 libidn-1.25-1-i686      183.6K  397.3K/s 00:00:00 [######################] 100%
 mtr-0.82-1-i686          26.3K  170.8K/s 00:00:00 [######################] 100%
 unzip-6.0-6-i686        115.1K  298.7K/s 00:00:00 [######################] 100%
 whois-5.0.17-1-i686      17.4K  113.6K/s 00:00:00 [######################] 100%
(58/58) checking package integrity                 [######################] 100%
(58/58) checking for file conflicts                [######################] 100%
(1/3) removing libusb                              [######################] 100%
(2/3) removing module-init-tools                   [######################] 100%
(3/3) removing procps                              [######################] 100%
error: could not get current working directory
( 1/58) upgrading attr                             [######################] 100%
( 2/58) upgrading acl                              [######################] 100%
( 3/58) upgrading ncurses                          [######################] 100%
( 4/58) upgrading readline                         [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
( 5/58) upgrading bash                             [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
( 6/58) upgrading bzip2                            [######################] 100%
( 7/58) upgrading zlib                             [######################] 100%
( 8/58) upgrading cracklib                         [######################] 100%
( 9/58) upgrading dhcpcd                           [######################] 100%
(10/58) upgrading eventlog                         [######################] 100%
(11/58) upgrading expat                            [######################] 100%
(12/58) upgrading file                             [######################] 100%
(13/58) upgrading findutils                        [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(14/58) upgrading gawk                             [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(15/58) upgrading gdbm                             [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(16/58) upgrading gpm                              [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(17/58) upgrading gzip                             [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(18/58) upgrading idnkit                           [######################] 100%
(19/58) upgrading iptables                         [######################] 100%
(20/58) upgrading kbd                              [######################] 100%
(21/58) upgrading keyutils                         [######################] 100%
(22/58) upgrading libcap                           [######################] 100%
(23/58) upgrading libedit                          [######################] 100%
(24/58) upgrading libgpg-error                     [######################] 100%
(25/58) upgrading libgcrypt                        [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(26/58) upgrading texinfo                          [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(27/58) upgrading libidn                           [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(28/58) upgrading libnl                            [######################] 100%
(29/58) installing libusbx                         [######################] 100%
(30/58) upgrading libpcap                          [######################] 100%
(31/58) upgrading libpipeline                      [######################] 100%
(32/58) upgrading libusb-compat                    [######################] 100%
(33/58) upgrading licenses                         [######################] 100%
(34/58) upgrading linux-api-headers                [######################] 100%
(35/58) upgrading linux-firmware                   [######################] 100%
(36/58) upgrading man-pages                        [######################] 100%
(37/58) upgrading mdadm                            [######################] 100%
(38/58) upgrading mkinitcpio-busybox               [######################] 100%
(39/58) installing kmod                            [######################] 100%
(40/58) upgrading mtr                              [######################] 100%
(41/58) upgrading nano                             [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(42/58) upgrading net-tools                        [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(43/58) upgrading pacman-mirrorlist                [######################] 100%
warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
(44/58) installing hwids                           [######################] 100%
(45/58) upgrading pciutils                         [######################] 100%
(46/58) upgrading popt                             [######################] 100%
(47/58) upgrading ppp                              [######################] 100%
(48/58) installing procps-ng                       [######################] 100%
(49/58) upgrading psmisc                           [######################] 100%
(50/58) upgrading run-parts                        [######################] 100%
(51/58) upgrading sed                              [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(52/58) upgrading sysfsutils                       [######################] 100%
(53/58) upgrading tar                              [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(54/58) upgrading unzip                            [######################] 100%
(55/58) upgrading usbutils                         [######################] 100%
(56/58) upgrading which                            [######################] 100%
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by sh)
sh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libreadline.so.6)
error: command failed to execute correctly
(57/58) upgrading whois                            [######################] 100%
(58/58) upgrading xz                               [######################] 100%
[root@li224-139 ~]# pacman-key --init &
[1] 2333
-bash: pacman-key: command not found
[root@li224-139 ~]# while [ "$(ps aux | grep [p]acman-key | wc -l)" != "0" ] ; do mandb > /dev/null 2>&1 ; done
ps: /lib/libc.so.6: version `GLIBC_2.15' not found (required by ps)
[1]+  Exit 127                pacman-key --init
[root@li224-139 ~]# pacman-key --populate archlinux
-bash: pacman-key: command not found
[root@li224-139 ~]# rm -r /lib/modules

[root@li224-139 ~]# pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: The following packages should be upgraded first :
    pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] n

:: Starting full system upgrade...
:: Replace udev with core/systemd-tools? [Y/n] y
resolving dependencies...
looking for inter-conflicts...

Remove (1): udev-173-3

Total Removed Size:   1.68 MB

Targets (67): glibc-2.16.0-2  binutils-2.22-9  gcc-libs-4.7.1-4  db-5.3.21-1
              pambase-20120701-1  pam-1.1.5-4  gmp-5.0.5-1  coreutils-8.17-1
              cronie-1.4.8-2  util-linux-2.21.2-5  pcre-8.31-1  libffi-3.0.11-1
              glib2-2.32.3-1  libsystemd-186-2  systemd-tools-186-2
              device-mapper-2.02.96-3  cryptsetup-1.4.3-1  shadow-4.1.5.1-1
              dbus-core-1.6.2-2  perl-5.16.0-2  openssl-1.0.1.c-1
              e2fsprogs-1.42.4-1  libsasl-2.1.23-9  libldap-2.4.31-4
              krb5-1.10.2-2  dnssec-anchors-20120422-1  dnsutils-9.9.1.P1-1
              gettext-0.18.1.1-4  grep-2.13-1  groff-1.21-2
              heirloom-mailx-12.5-3  iproute2-3.4.0-2  sysvinit-2.88-6
              initscripts-2012.06.3-2  iputils-20101006-4  jfsutils-1.1.15-3
              less-444-3  libarchive-3.0.4-1  logrotate-3.8.1-2  lvm2-2.02.96-3
              man-db-2.6.2-1  mkinitcpio-0.9.2-2  netcfg-2.8.5-3
              ntp-4.2.6.p5-7  ldns-1.6.13-1  openssh-6.0p1-3
              ca-certificates-20120623-1  libssh2-1.4.2-1  curl-7.26.0-1
              pth-2.0.7-4  libksba-1.2.0-1  libassuan-2.0.3-1  pinentry-0.8.1-4
              dirmngr-1.1.0-4  gnupg-2.0.19-2  gpgme-1.3.1-4
              archlinux-keyring-20120622-1  pacman-4.0.3-3  pcmciautils-018-4
              reiserfsprogs-3.6.21-4  sudo-1.8.5.p2-1  syslog-ng-3.3.5-2
              vim-runtime-7.3.600-1  vim-7.3.600-1  wget-1.13.4-1
              wpa_supplicant-1.0-1  xfsprogs-3.1.8-2

Total Download Size:    61.40 MB
Total Installed Size:   288.01 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from core...
 glibc-2.16.0-2-i686       7.6M    5.4M/s 00:00:01 [######################] 100%
 binutils-2.22-9-i686      3.3M    3.1M/s 00:00:01 [######################] 100%
 gcc-libs-4.7.1-4-i686   814.4K  965.1K/s 00:00:01 [######################] 100%
 db-5.3.21-1-i686       1427.7K 1434.7K/s 00:00:01 [######################] 100%
 pambase-20120701-1-any    1.0K   11.5M/s 00:00:00 [######################] 100%
 pam-1.1.5-4-i686        622.4K  809.9K/s 00:00:01 [######################] 100%
 gmp-5.0.5-1-i686        486.2K  634.2K/s 00:00:01 [######################] 100%
 coreutils-8.17-1-i686  2005.1K 1741.7K/s 00:00:01 [######################] 100%
 cronie-1.4.8-2-i686      56.0K  182.8K/s 00:00:00 [######################] 100%
 util-linux-2.21.2-...  1424.9K 1422.1K/s 00:00:01 [######################] 100%
 pcre-8.31-1-i686        865.3K  939.8K/s 00:00:01 [######################] 100%
 libffi-3.0.11-1-i686     32.5K  141.5K/s 00:00:00 [######################] 100%
 glib2-2.32.3-1-i686    1853.7K 1728.0K/s 00:00:01 [######################] 100%
 libsystemd-186-2-i686    56.9K  186.0K/s 00:00:00 [######################] 100%
 systemd-tools-186-...   422.2K  611.3K/s 00:00:01 [######################] 100%
 device-mapper-2.02...   149.2K  325.3K/s 00:00:00 [######################] 100%
 cryptsetup-1.4.3-1...   120.2K  261.7K/s 00:00:00 [######################] 100%
 shadow-4.1.5.1-1-i686  1026.6K 1162.5K/s 00:00:01 [######################] 100%
 dbus-core-1.6.2-2-i686  412.2K  538.6K/s 00:00:01 [######################] 100%
 perl-5.16.0-2-i686       12.0M    3.1M/s 00:00:04 [######################] 100%
 openssl-1.0.1.c-1-i686    2.5M  705.0K/s 00:00:04 [######################] 100%
 e2fsprogs-1.42.4-1...   759.1K  582.8K/s 00:00:01 [######################] 100%
 libsasl-2.1.23-9-i686   115.4K  297.1K/s 00:00:00 [######################] 100%
 libldap-2.4.31-4-i686   400.1K  475.1K/s 00:00:01 [######################] 100%
 krb5-1.10.2-2-i686     1043.7K  604.1K/s 00:00:02 [######################] 100%
 dnssec-anchors-201...     1.1K    9.9M/s 00:00:00 [######################] 100%
 dnsutils-9.9.1.P1-...   371.5K  482.4K/s 00:00:01 [######################] 100%
 gettext-0.18.1.1-4...     4.9M  874.9K/s 00:00:06 [######################] 100%
 grep-2.13-1-i686        188.6K  351.1K/s 00:00:01 [######################] 100%
 groff-1.21-2-i686      1615.7K  725.4K/s 00:00:02 [######################] 100%
 heirloom-mailx-12....   197.1K  368.1K/s 00:00:01 [######################] 100%
 iproute2-3.4.0-2-i686   403.9K  501.5K/s 00:00:01 [######################] 100%
 sysvinit-2.88-6-i686     76.0K  199.0K/s 00:00:00 [######################] 100%
 initscripts-2012.0...    18.8K  118.5K/s 00:00:00 [######################] 100%
 iputils-20101006-4...    65.1K  212.5K/s 00:00:00 [######################] 100%
 jfsutils-1.1.15-3-i686  169.1K  315.7K/s 00:00:01 [######################] 100%
 less-444-3-i686          87.4K  228.4K/s 00:00:00 [######################] 100%
 libarchive-3.0.4-1...   633.4K  516.8K/s 00:00:01 [######################] 100%
 logrotate-3.8.1-2-i686   28.1K  122.4K/s 00:00:00 [######################] 100%
 lvm2-2.02.96-3-i686     621.3K  476.9K/s 00:00:01 [######################] 100%
 man-db-2.6.2-1-i686     344.5K  428.0K/s 00:00:01 [######################] 100%
 mkinitcpio-0.9.2-2-any   25.4K  165.8K/s 00:00:00 [######################] 100%
 netcfg-2.8.5-3-any       29.9K  129.9K/s 00:00:00 [######################] 100%
 ldns-1.6.13-1-i686      370.0K  438.4K/s 00:00:01 [######################] 100%
 openssh-6.0p1-3-i686    526.5K  457.8K/s 00:00:01 [######################] 100%
 ca-certificates-20...   127.1K  300.5K/s 00:00:00 [######################] 100%
 libssh2-1.4.2-1-i686    202.0K  329.4K/s 00:00:01 [######################] 100%
 curl-7.26.0-1-i686      564.8K  420.8K/s 00:00:01 [######################] 100%
 pth-2.0.7-4-i686         76.2K  248.6K/s 00:00:00 [######################] 100%
 libksba-1.2.0-1-i686    110.8K  262.6K/s 00:00:00 [######################] 100%
 libassuan-2.0.3-1-i686   77.1K  251.8K/s 00:00:00 [######################] 100%
 pinentry-0.8.1-4-i686    92.2K  240.7K/s 00:00:00 [######################] 100%
 dirmngr-1.1.0-4-i686    161.9K  302.0K/s 00:00:01 [######################] 100%
 gnupg-2.0.19-2-i686    1427.4K  433.2K/s 00:00:03 [######################] 100%
 gpgme-1.3.1-4-i686      205.6K  298.3K/s 00:00:01 [######################] 100%
 archlinux-keyring-...   323.0K  336.9K/s 00:00:01 [######################] 100%
 pacman-4.0.3-3-i686     523.2K  379.2K/s 00:00:01 [######################] 100%
 pcmciautils-018-4-i686   18.4K  115.5K/s 00:00:00 [######################] 100%
 reiserfsprogs-3.6....   215.9K  312.8K/s 00:00:01 [######################] 100%
 sudo-1.8.5.p2-1-i686    549.6K  367.4K/s 00:00:01 [######################] 100%
 syslog-ng-3.3.5-2-i686  343.2K  340.9K/s 00:00:01 [######################] 100%
 wget-1.13.4-1-i686      415.6K  361.5K/s 00:00:01 [######################] 100%
 wpa_supplicant-1.0...   277.3K  329.1K/s 00:00:01 [######################] 100%
 xfsprogs-3.1.8-2-i686   632.2K  344.1K/s 00:00:02 [######################] 100%
:: Retrieving packages from extra...
 ntp-4.2.6.p5-7-i686     439.3K  301.6K/s 00:00:01 [######################] 100%
 vim-runtime-7.3.60...     4.3M  669.8K/s 00:00:07 [######################] 100%
 vim-7.3.600-1-i686      777.1K  692.8K/s 00:00:01 [######################] 100%
(67/67) checking package integrity                 [######################] 100%
(67/67) checking for file conflicts                [######################] 100%
error: failed to commit transaction (conflicting files)
glibc: /lib exists in filesystem
Errors occurred, no packages were upgraded.