Advertisement
Guest User

Untitled

a guest
Sep 28th, 2011
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.22 KB | None | 0 0
  1. krishna@krishna-laptop:~$ sudo minicom
  2. [sudo] password for krishna:
  3. minicom: cannot open /dev/ttyUSB0: No such file or directory
  4. krishna@krishna-laptop:~$ sudo minicom
  5. minicom: cannot open /dev/ttyUSB0: No such file or directory
  6. krishna@krishna-laptop:~$ sudo minicom
  7. minicom: cannot open /dev/ttyUSB0: No such file or directory
  8. krishna@krishna-laptop:~$ sudo minicom -s
  9.  
  10. Welcome to minicom 2.4
  11.  
  12. OPTIONS: I18n
  13. Compiled on Jan 25 2010, 06:49:09.
  14. Port /dev/ttyUSB1
  15.  
  16. Press CTRL-A Z for help on special keys
  17.  
  18. CC�Uk��ݹ command '�`�Ṟ�~�������`�怞�~������' - try 'help'
  19. OMAP3 beagleboard.org # AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
  20. syntax error
  21. OMAP3 beagleboard.org # ubuntu
  22. Unknown command 'ubuntu' - try 'help'
  23. OMAP3 beagleboard.org #
  24.  
  25. Texas Instruments X-Loader 1.5.0 (Jun 24 2011 - 01:31:59)
  26. Beagle xM
  27. Reading boot sector
  28. Loading u-boot.bin from mmc
  29.  
  30.  
  31. U-Boot 2011.03-rc1-00000-g9a3cc57-dirty (Apr 04 2011 - 12:36:16)
  32.  
  33. OMAP3630/3730-GP ES2.1, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz
  34. OMAP3 Beagle board + LPDDR/NAND
  35. I2C: ready
  36. DRAM: 512 MiB
  37. NAND: 0 MiB
  38. MMC: OMAP SD/MMC: 0
  39. *** Warning - readenv() failed, using default environment
  40.  
  41. In: serial
  42. Out: serial
  43. Err: serial
  44. B*AI=5 on expansion board
  45. Die ID #31e200029ff800000160716408020014
  46. Hit any key to stop autoboot: 0
  47. The user button is currently NOT pressed.
  48. SD/MMC found on device 0
  49. reading uEnv.txt
  50. C(怢��ѕ� read
  51. Loaded environment from uEnv.txt
  52. Importing environment from mmc ...
  53. reading boot.scr
  54.  
  55. 407 bytes read
  56. Running boot.scr script from mmc ...
  57. ## Executing script at 80200000
  58. reading uImage
  59.  
  60. 3314604 bytes read
  61. reading uInitrd
  62.  
  63. 3693423 bytes read
  64. ## Booting kernel from Legacy Image at 80300000 ...
  65. Image Name: 3.0.4-x3
  66. Image Type: ARM Linux Kernel Image (uncompressed)
  67. Data Size: 3314540 Bytes = 3.2 MiB
  68. Load Address: 80008000
  69. Entry Point: 80008000
  70. Verifying Checksum ... OK
  71. ## Loading init Ramdisk from Legacy Image at 81600000 ...
  72. Image Name: initramfs
  73. Image Type: ARM Linux RAMDisk Image (uncompressed)
  74. Data Size: 3693359 Bytes = 3.5 MiB
  75. Load Address: 00000000
  76. Entry Point: 00000000
  77. Verifying Checksum ... OK
  78. Loading Kernel Image ... OK
  79. OK
  80.  
  81. Starting kernel ...
  82.  
  83. Uncompressing Linux... done, booting the kernel.
  84. [ 0.000000] Initializing cgroup subsys cpuset
  85. [ 0.000000] Initializing cgroup subsys cpu
  86. [ 0.000000] Linux version 3.0.4-x3 (root@panda-a1-1gb) (gcc version 4.5.2 (U1
  87. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387f
  88. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
  89. [ 0.000000] Machine: OMAP3 Beagle Board
  90. [ 0.000000] Beagle expansionboard: none
  91. [ 0.000000] Reserving 12582912 bytes SDRAM for VRAM
  92. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  93. [ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
  94. [ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
  95. [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
  96. [ 0.000000] Reprogramming SDRC clock to 332000000 Hz
  97. [ 0.000000] PERCPU: Embedded 7 pages/cpu @c0daa000 s7712 r8192 d12768 u32768
  98. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pa0
  99. [ 0.000000] Kernel command line: console=ttyO2,115200n8 console=tty0 root=/do
  100. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  101. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  102. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  103. [ 0.000000] allocated 2097152 bytes of pagecgroup
  104. [ 0.000000] please try 'cgroupdisable=memory' option if you don't want memos
  105. [ 0.000000] Memory: 494MB = 494MB total
  106. [ 0.000000] Memory: 485780k/485780k available, 38508k reserved, 0K highmem
  107. [ 0.000000] Virtual kernel memory layout:
  108. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  109. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  110. [ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
  111. [ 0.000000] vmalloc : 0xe0800000 - 0xf8000000 ( 376 MB)
  112. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  113. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  114. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  115. [ 0.000000] .init : 0xc0008000 - 0xc0061000 ( 356 kB)
  116. [ 0.000000] .text : 0xc0061000 - 0xc086dc78 (8244 kB)
  117. [ 0.000000] .data : 0xc086e000 - 0xc08e1290 ( 461 kB)
  118. [ 0.000000] .bss : 0xc08e12b4 - 0xc09a5110 ( 784 kB)
  119. [ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, 1
  120. [ 0.000000] Hierarchical RCU implementation.
  121. [ 0.000000] NRIRQS:410
  122. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrups
  123. [ 0.000000] Total of 96 interrupts on 1 active controller
  124. [ 0.000000] omaphwmod: gpt12fck: missing clockdomain for gpt12fck.
  125. [ 0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
  126. [ 0.000000] schedclock: 32 bits at 32kHz, resolution 30517ns, wraps every 1s
  127. [ 0.000000] Console: colour dummy device 80x30
  128. [ 0.000000] console [tty0] enabled
  129. [ 0.000701] Calibrating delay loop... 497.82 BogoMIPS (lpj=1941504)
  130. [ 0.032653] pidmax: default: 32768 minimum: 301
  131. [ 0.032867] Security Framework initialized
  132. [ 0.032928] AppArmor: AppArmor initialized
  133. [ 0.033203] Mount-cache hash table entries: 512
  134. [ 0.033935] Initializing cgroup subsys cpuacct
  135. [ 0.033996] Initializing cgroup subsys memory
  136. [ 0.034057] Initializing cgroup subsys devices
  137. [ 0.034088] Initializing cgroup subsys freezer
  138. [ 0.034210] CPU: Testing write buffer coherency: ok
  139. [ 0.034484] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 countee
  140. [ 0.035217] Brought up 1 CPUs
  141. [ 0.035247] SMP: Total of 1 processors activated (497.82 BogoMIPS).
  142. [ 0.035858] devtmpfs: initialized
  143. [ 0.039093] omaphwmod: populatempurtbase found no mpurtva for l4core
  144. [ 0.039215] omaphwmod: _populatempurtbase found no mpurtva for l4per
  145. [ 0.039245] omaphwmod: populatempurtbase found no mpurtva for l4wkup
  146. [ 0.052673] omaphwmod: i2c1: softreset failed (waited 10000 usec)
  147. [ 0.064941] omaphwmod: i2c2: softreset failed (waited 10000 usec)
  148. [ 0.077209] omaphwmod: i2c3: softreset failed (waited 10000 usec)
  149. [ 0.078735] printconstraints: dummy:
  150. [ 0.079071] NET: Registered protocol family 16
  151. [ 0.079254] GPMC revision 5.0
  152. [ 0.080444] OMAP GPIO hardware version 2.5
  153. [ 0.080657] OMAP GPIO hardware version 2.5
  154. [ 0.080871] OMAP GPIO hardware version 2.5
  155. [ 0.081085] OMAP GPIO hardware version 2.5
  156. [ 0.081268] OMAP GPIO hardware version 2.5
  157. [ 0.081481] OMAP GPIO hardware version 2.5
  158. [ 0.082153] omapmuxinit: Add partition: #1: core, flags: 0
  159. [ 0.083282] OMAP3 Beagle Rev: xM C
  160. [ 0.087524] Found NAND on CS0
  161. [ 0.087554] Registering NAND on CS0
  162. [ 0.087860] Unable to get DVI reset GPIO
  163. [ 0.087921] hw-breakpoint: debug architecture 0x4 unsupported.
  164. [ 0.090637] OMAP DMA hardware revision 5.0
  165. [ 0.097564] bio: create slab <bio-0> at 0
  166. [ 0.098876] SCSI subsystem initialized
  167. [ 0.100189] usbcore: registered new interface driver usbfs
  168. [ 0.100280] usbcore: registered new interface driver hub
  169. [ 0.100524] usbcore: registered new device driver usb
  170. [ 0.101318] omapi2c omapi2c.1: bus 1 rev4.0 at 2600 kHz
  171. [ 0.104125] twl4030: PIH (irq 7) chaining IRQs 368..375
  172. [ 0.104187] twl4030: power (irq 373) chaining IRQs 376..383
  173. [ 0.104736] twl4030: gpio (irq 368) chaining IRQs 384..401
  174. [ 0.107910] printconstraints: VUSB1V5: 1500 mV normal standby
  175. [ 0.108337] printconstraints: VUSB1V8: 1800 mV normal standby
  176. [ 0.108764] printconstraints: VUSB3V1: 3100 mV normal standby
  177. [ 0.110717] twl4030usb twl4030usb: Initialized TWL4030 USB module
  178. [ 0.111572] printconstraints: VMMC1: 1850 <--> 3150 mV at 3000 mV normal sty
  179. [ 0.112060] printconstraints: VDAC: 1800 mV normal standby
  180. [ 0.112457] printconstraints: VDVI: 1800 mV normal standby
  181. [ 0.112976] printconstraints: VSIM: 1800 <--> 3000 mV at 1800 mV normal stay
  182. [ 0.123870] omapi2c omapi2c.2: bus 2 rev4.0 at 400 kHz
  183. [ 0.136871] omapi2c omapi2c.3: bus 3 rev4.0 at 100 kHz
  184. [ 0.137847] Advanced Linux Sound Architecture Driver Version 1.0.24.
  185. [ 0.138549] NetLabel: Initializing
  186. [ 0.138580] NetLabel: domain hash size = 128
  187. [ 0.138610] NetLabel: protocols = UNLABELED CIPSOv4
  188. [ 0.138671] NetLabel: unlabeled traffic allowed by default
  189. [ 0.138977] Switching to clocksource 32kcounter
  190. [ 0.143554] Switched to NOHz mode on CPU #0
  191. [ 0.153350] AppArmor: AppArmor Filesystem Enabled
  192. [ 0.164489] musb-hdrc: version 6.0, musb-dma, otg (peripheral+host)
  193. [ 0.168151] musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using D2
  194. [ 0.168731] NET: Registered protocol family 2
  195. [ 0.169128] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  196. [ 0.170257] TCP established hash table entries: 16384 (order: 5, 131072 byte)
  197. [ 0.170715] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
  198. [ 0.171081] TCP: Hash tables configured (established 16384 bind 16384)
  199. [ 0.171081] TCP reno registered
  200. [ 0.171112] UDP hash table entries: 256 (order: 1, 8192 bytes)
  201. [ 0.171173] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  202. [ 0.171661] NET: Registered protocol family 1
  203. [ 0.172393] RPC: Registered named UNIX socket transport module.
  204. [ 0.172424] RPC: Registered udp transport module.
  205. [ 0.172454] RPC: Registered tcp transport module.
  206. [ 0.172485] RPC: Registered tcp NFSv4.1 backchannel transport module.
  207. [ 0.172760] Trying to unpack rootfs image as initramfs...
  208. [ 0.542022] Freeing initrd memory: 3604K
  209. [ 0.542938] PMU: registered new PMU device of type 0
  210. [ 0.543457] omapdspinit: 600000 bytes @ 9ee00000
  211. [ 0.544158] audit: initializing netlink socket (disabled)
  212. [ 0.544250] type=2000 audit(0.562:1): initialized
  213. [ 0.701324] VFS: Disk quotas dquot6.5.2
  214. [ 0.701812] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  215. [ 0.705383] Registering unionfs 2.5.9 (for 2.6.39-rc5)
  216. [ 0.706634] fuse init (API version 7.16)
  217. [ 0.707946] Btrfs loaded
  218. [ 0.708007] msgmni has been set to 955
  219. [ 0.709533] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
  220. [ 0.709564] io scheduler noop registered
  221. [ 0.709594] io scheduler deadline registered
  222. [ 0.709686] io scheduler cfq registered (default)
  223. [ 0.771942] OMAP DSS rev 2.0
  224. [ 0.773773] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  225. [ 0.774932] omapuart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
  226. [ 0.775177] omapuart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
  227. [ 0.775390] omapuart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
  228. [ 1.590332] console [ttyO2] enabled
  229. [ 1.594238] omapuart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
  230. [ 1.607635] brd: module loaded
  231. [ 1.613769] loop: module loaded
  232. [ 1.619689] omap2-nand driver initializing
  233. [ 1.624420] No NAND device found.
  234. [ 1.628112] No NAND device found.
  235. [ 1.631805] OneNAND driver initializing
  236. [ 1.636199] usbcore: registered new interface driver cdcether
  237. [ 1.642425] usbcore: registered new interface driver rndishost
  238. [ 1.648651] cdcncm: 01-June-2011
  239. [ 1.652160] usbcore: registered new interface driver cdcncm
  240. [ 1.658508] ehcihcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  241. [ 3.678192] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
  242. [ 3.684387] ehci-omap ehci-omap.0: new USB bus registered, assigned bus numb1
  243. +6�f�&&啖] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
  244. [ 3.709472] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
  245. [ 3.716156] hub 1-0:1.0: USB hub found
  246. [ 3.720153] hub 1-0:1.0: 3 ports detected
  247. [ 3.748535] Initializing USB Mass Storage driver...
  248. [ 3.753753] usbcore: registered new interface driver usb-storage
  249. [ 3.760070] USB Mass Storage support registered.
  250. [ 3.767913] gether gadget: using random self ethernet address
  251. k�r�vFv��+v_ether gadget: using random host ethernet address
  252. [ 3.781158] usb0: MAC 5a:1e:ca:23:4b:bc
  253. [ 3.785186] usb0: HOST MAC 7a:e9:db:bc:ac:46
  254. [ 3.789733] gether gadget: Ethernet Gadget, version: Memorial Day 2008
  255. [ 3.796691] gether gadget: gether ready
  256. [ 3.800903] musb-hdrc musb-hdrc: MUSB HDRC host driver
  257. [ 3.806579] musb-hdrc musb-hdrc: new USB bus registered, assigned bus number2
  258. [ 3.814788] hub 2-0:1.0: USB hub found
  259. [ 3.818817] hub 2-0:1.0: 1 port detected
  260. [ 3.823425] mousedev: PS/2 mouse device common for all mice
  261. kšr��Fv] input: twl4030pwrbutton as /devices/platform/omap/omapi2c.1/i2c0
  262. [ 3.841735] i2c /dev entries driver
  263. [ 3.845977] lircdev: IR Remote Control driver registered, major 250
  264. [ 3.853271] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  265. [ 3.860260] device-mapper: uevent: version 1.0.3
  266. [ 3.865539] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-m
  267. [ 3.875061] device-mapper: multipath: version 1.3.0 loaded
  268. [ 3.880828] device-mapper: multipath round-robin: version 1.0.0 loaded
  269. [ 3.888153] cpuidle: using governor ladder
  270. [ 3.892517] cpuidle: using governor menu
  271. [ 3.896697] sdhci: Secure Digital Host Controller Interface driver
  272. [ 3.903167] sdhci: Copyright(c) Pierre Ossman
  273. k�.909362] omaphsmmc: probe of omaphsmmc.1 failed with error -16
  274. [ 3.918212] usbcore: registered new interface driver snd-usb-6fire
  275. [ 3.925933] OMAP3 Beagle/Devkit8000 SoC init
  276. [ 4.020874] asoc: twl4030-hifi <-~ omap-mcbsp-dai.1 mapping ok
  277. [ 4.027740] ALSA device list:
  278. [ 4.030914] #0: omap3beagle
  279. [ 4.035278] TCP cubic registered
  280. [ 4.039642] NET: Registered protocol family 10
  281. [ 4.047485] NET: Registered protocol family 17
  282. [ 4.052490] Registering the dnsresolver key type
  283. k��Vv�Vf] VFP support v0.3: implementor 41 architecture 3 part 30 variant c3
  284. [ 4.065643] ThumbEE CPU extension supported.
  285. [ 4.070129] Registering SWP/SWPB emulation handler
  286. [ 4.076812] usb 1-2: new high speed USB device number 2 using ehci-omap
  287. [ 4.085815] srinit: No PMIC hook to init smartreflex
  288. [ 4.091339] smartreflex smartreflex.0: omapsrprobe: SmartReflex driver inid
  289. [ 4.099700] smartreflex smartreflex.1: omapsr_probe: SmartReflex driver inid
  290. kF�檊v�v] SmartReflex Class3 initialized
  291. [ 4.117706] clock: disabling unused clocks to save power
  292. [ 4.124267] registered taskstats version 1
  293. [ 4.128814] fbcvt: 1280x720@60: CVT Name - .921M9-R
  294. [ 4.154327] Console: switching to colour frame buffer device 160x45
  295. [ 4.172027] regulatorinit_complete: VDAC: incomplete constraints, leaving on
  296. [ 4.179748] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  297. kF��抆fv���+f“+�K�� init memory: 356K
  298. [ 4.234466] hub 1-2:1.0: USB hub found
  299. [ 4.241088] hub 1-2:1.0: 5 ports detected
  300. [ 4.268524] mmc0: host does not support reading read-only switch. assuming w.
  301. [ 4.294372] mmc0: new SDHC card at address 354b
  302. [ 4.303283] mmcblk0: mmc0:354b SD04G 3.69 GiB
  303. [ 4.319366] mmcblk0: p1 p2
  304. [ 4.380645] udev[67]: starting version 167
  305. k�r�6��VV] usb 1-2.1: new high speed USB device number 3 using ehci-omap
  306. [ 5.675964] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesysm
  307. [ 5.686706] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  308. kf�6�悺���] EXT4-fs (mmcblk0p2): recovery complete
  309. [ 6.442321] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. )
  310.  
  311. Ubuntu 11.04 omap ttyO2
  312.  
  313. omap login: ubunt�
  314. Password:
  315.  
  316. Login incorrect
  317. omap login: ubuntu
  318. ���ݽ�ɑ:
  319. Last login: Sun Sep 25 06:53:58 CDT 2011 on ttyOj
  320. Welcome to Ubuntu 11.04 (GNU/L)
  321.  
  322. * Documentation: https://help.ubuntu.com/
  323. ubuntu@omap:~$ ifup e�h0��ifup: failed to open statefile /var/run/network/ifstad
  324. ubuntu@omap:~$ s�d� ió�p eth0
  325. [sudo] password for ubuntu:
  326. ifup: interface eth0 already configured
  327. u�ݹ��ѽ���:~$ ^C
  328. ubuntu@omap:~$
  329. ubuntu@omap:~$
  330. ubuntu@omap:~$
  331. �]չ��ṽ���:~$
  332. ubuntu@omap:~$ dhcliennh�-��et�0C�-bash: dhclienteth0: command not found
  333. ubuntu@omap:~$ dhclient eth0
  334. SIOCSIFADDR: Permission denied
  335. SIOCSIFFLAGS: Permission denied
  336. SIOCSIFFLAGS: Permission denied
  337. ubuntu@omap:~$ sudo dhcl�e�t eth0C�ubuntu@omap:~$ sudo a᷸t-get install z��ش-x11c
  338. Reading package lZ.�... Done%
  339. Building dependency tree
  340. Reading state information... Don� installed:
  341. cpp cpp-4.5 fontconfig-config libavahi-client&b啥���م��-commo�"��х5
  342. libavahi-1
  343. libfreetype6 lib+jj��ͅ-dri libgl1-mesa-glx libgmp3c2 libgmpxx4ldbl libice6
  344. libjpeg62 libmpc2 libmpfr4 libppl-c2 libppl7 libsm6 libutempter0
  345. !b����ᙥ���3 libxft2 libxi6 libᕥ���Ʌ��1 libxmub�����4 libxrandr2 libxdamage1
  346. libxrender1 libxt6 libxtst6 libxv1 libxxᵲ"��1 libxxf86vm1 tcl tcl8.4 tk
  347. tk8.4 ttf-dejavu-core x11-common x11-utils x11vnc-data xbit[X� xterm
  348. Suggested packages:
  349. cpp-doc gcc-4.5-locales libglide3 libvncserver0-dbg tclreadline mesa-utils
  350. xfonts-cyrillic
  351. The following NEW packages will be installed:
  352. cpp cpp-4.5 fontconfig-configbͥ���م��-client3 libavahi-common-data
  353. libava+�i�����3 libcloog-ppl0 libelfg0 libfontconfig1 libfontenc1
  354. libfreetype6 libgl1-mesa-dri lib+jj��ͅ-glx libgmp3c2 libgmpxx4ldbl libice6
  355. libjpeg62 libmpc2 libmpfr4 libppl-c2 libppl7 libsm6 libutempter0
  356. libvncserver0 libxaw7 libxcb-atom1 libxcb-shape0 libxcomposiWVb����ᑅ����1
  357. libxfixes3 libxft2 libxi6 lib����Ʌ��1 libxmu6 libxpm4 libxrandr2
  358. libxrender1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 tcl tcl8.4 tk
  359. tk8.4 ttf-dY+��-core x11-common x11-utils x11vnc x11vnc-data xbitmaps xterm
  360. 0 upgraded, 53 newly installed, 0 to remove and 0 not upgraded.
  361. Need to get 14.4 MB of archives.
  362. After this operation, 40.4 MB f additional disk space will be used.
  363. Do you want to continue ٕ/n]? y
  364. Get:1 http://ports.ubuntu.com/ubuntu-ports/ natty-updates/main libfreetype6 arm5
  365. CT:2 http://ports.ubuntu.com/ubuntu-ports/ natty/main ttf-dejavu-c]
  366. Get:3 http://ports.ubuntu.com/ubuntu-ports/ natty/main fontconfig-config all 2.]
  367. � � �5
  368. �� ��5
  369. ��]
  370. Get:7 http://ports.ubuntu.com/ubuntu-ports/ natty/main libavahi-common3 armel 0]
  371. Get:8 http://ports.ubuntu.com/ubuntu-ports/ natty/main libavahi-client3 armel 05
  372. �� �]
  373. �6
  374. ]
  375. �5
  376. 14% [Workiѝu �����Z k/�.��š5]
  377. ��j5
  378. ~~]
  379. Get:16 http://ports.ubuntu.com/ubuntu-ports/ natty/main libxft2 armel 2..0-2ubu5
  380. ^]
  381. ~�]
  382. Get:19 http://ports.ubuntu.com/ubuntu-ports/ natty/main libxrandr2 armel��Ҋr�r�]
  383. �� j]
  384. � �5
  385. 16% [Working] ~��~&ZZ /s 1min]
  386. Get:23 http://ports.ubuntu.com/buntu-ports/ natty/main libgmpxx4ldbl armel 2:4.]
  387. �� ]
  388. � ��]
  389. � �]
  390. Get:27 http://ports.ubuntu.com/buntu-ports/ natty/main libelfg0 armel 0.8.13-1[]
  391. �� �5
  392. Get:29 http://ports.ubuntu.com/���չ��-ports/ natty/main libmpc2 s
  393. �ѵ�� 0.9-1 [31�5
  394. � ��]
  395. � ��]
  396. � � �]
  397. ���]
  398. T:35 http://ports.ubuntu.com/]�չ��-ports/ naW/main libutempter0 armel 1.1.5-3 ]
  399. ᵊ�Қr�r�jʊ���չ]
  400. ���j5
  401. ��]
  402. � � 5
  403. Get:42 http://ports.ubuntu.com/u�չ��-ports/ natty/main libxxf8�V1 armel 2:1.1]
  404. �� �]
  405. Get:44 http://ports.ubuntu.com/buntu-ports/ natty/main tcl all 8.4.16-2 [4,1545
  406. ����5
  407. �� 5
  408. � �
  409. P5
  410. >� ]
  411. Get:49 http://ports.ubuntu.com/]�չ��-ports/ natty/universe x11vnc-data all 0.9)]
  412. 76% [Working] � 111 kB/s 31s]
  413. Get:51 http://ports.ubuntu.com/]�չ��-ports/ natty/main xbitmaps all 1.1.1-1 [2ѓ5
  414. ����j]
  415. ^]
  416. Fetched 14.4 MB in 1min 50s (130 kB/s) ss
  417. Extracting temp+�͕� from packages: 100%
  418. Preconfiguring packages ...
  419. Selecting previously deselected package libfreetype6.
  420. (Reading database ... 13028 files and directories currently installed.)
  421. Unpacking libfreetype6 (from .../�����ɕ����ѕ62.��j����չ��2.1armel.deb) ...
  422. Selecting previously deselected х����� ttf-dejavu-core.
  423. Unpacking ttf-dejavu-core (from .../ttf-dejavu-core2.31-1all.deb) ...
  424. Selecting previously deselected pX�+�� fontconfig-config.
  425. Unpacking fontconfig-config (from .../fontconfig-config2.8.0-2.1ubuntu3all.de.
  426. Selecting previously deselected package libfontconfig1.
  427. Unpacking libfontconfig1 (from ../libfontconfig12.8.0-2.1ubuntu3armel.deb) ..4
  428. .
  429. Unpacking libxrender1 (from .../libxrender11%3a0.9.6-1ubuntu1armel.deb) ...
  430. S������ libavahi-common-data (frэ���� libavahi-common3.data0.3i�j����չ��2arme.
  431. Unpacking libavahi-common3 (from .../libavahi-common30.6.30-0ubuntu2armel.debj
  432. .
  433. Unpacking libavahi-client3 (from .../libavahi-client30.6.30-0ubuntu2armel.debj
  434. .
  435. Unpacking x11-common (from .../x11-common1%3a7.6+4ubuntu3.1all.deb) ...
  436. Selecting previously deselected p�ckage libice6.C�Unpacking libice6 (from .../l.
  437. Selecting previously deselected package libsm6.
  438. Unpacking libsm6 (from .../libsm62%3a1.2.0-1ubuntu1armel.deb) ��ѩH�Selecting .
  439. Unpacking libxcb-shape0 (from .../libxcb-shape01.7-2ubuntu2armel.deb) ...
  440. Selecting previously deselected pX�+�� libxcomposite1.
  441. Unpacking libxcomposite1 (from .�������+K��፽����ͥ�ѕ1%3a0.4.3-1ubuntu1armel.deb) .
  442. Unpacking libxfixes3 (from .../libxfixes31%3a4.0.5-1ubuntu1armel.deb) ...
  443. U���ѥ�� previously deselected package libxdamage1.
  444. Unpacking libxdamage1 (from .../libxdamage11%3a�)r�j���չ��1armel.deb) ...
  445. Selecting previously deselected package libxft2.
  446. Unpacking libxft2 (from .../libxft22.2.0-2ubuntu2armel.deb) ...
  447. U���ѥ�� prev .
  448. Unpacking libxi6 (from .../libxi62%3a1.4.1-1ubuntu2armel.deb) ...
  449. Selecting previously deselected package libxinerama1.
  450. Unpacking libxinerama1 (from .../libxinerama12%3a1.1.1-1ubuntu1_armel.deb) ...
  451. S������ libxrandr2 (from .../libxrandr22%3a1.3.1-1ubuntu1armel.deb) ...
  452. Selecting previously deselected package libxt6.
  453. Unpacking libxt6 (from .../libxt61%3a1.0.9-1ubu��1armel.deb) ...
  454. Selecting previously deselected ������ libxxf86vm1.
  455. Unpacking libxxf86vm1 (from .../libxxf86vm11%3a1.1.1������ libgmp3c2 (from ....
  456. Selecting previously deselected package libgmpxx4ldbl.
  457. Unpacking libgmpxx4ldbl (from .../libgmpxx4ldbl2%3a4.3.2+dfsg-1ubuntu3armel.dj
  458. @Unpacking libppl7 (from .../libppl70.10.2-10ubuntu1armel.deb) �ɩH�Selectin .
  459. Selecting previously deselected ackage libcloog-��0.
  460. Unpacking libcloog-ppl0 (from .../libcloog-ppl00.15.9-2armel.deb) ...
  461. Selecting previously deselected package libelfg0.
  462. Unpacking libelfg0 (from .../libelfg00.8.13-1armel.deb) ...
  463. Selecting previously deselected package libmpfr4.
  464. Unpacking libmpfr4 (from .../libmpfr43.0.0-7ar[Y�"��) ...
  465. Selecting previously deselected ������ libmpc2.
  466. Unpacking libmpc2 (from .../libmpc20.9-1armel.deb) ...
  467. @Unpacking cpp-4.5 (from .../cpp-4.54.5.2-8ubuntu4armel.deb) ...
  468. U���ѥ�� previously deselected ������ cpp.
  469. Unpacking cpp (from .../cpp4%3a4.5.2-1ubuntu3armel.deb) ...
  470. Selecting previously deselected ������ libfontenc1.
  471. Unpacking libfontenc1 (from .../libfontenc11%3a1.1.0-1armel.deb) ...
  472. Selecting previously deselected package libgl1-mesa-glx.
  473. Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx7.10.2-0ubuntu2armel.deb) .
  474. Unpacking libjpeg62 (from .../libjpeg626b1-1ubu��1armel.deb) �ɩH�Selecting p .
  475. Unpacking libutempter0 (from .../libutempter01.1.5-3armel.deb) ...
  476. Selecting previously deselected ������ libvncserver0.
  477. Unpacking libvncserver0 (from .../libvncserver00.9.7-2ubuntu1armel.deb) ...
  478. Selecting previously deselected package libxmu6.C�Unpacking libxmu6 (from .../l.
  479. Selecting previously deselected ������ libxpm4.C�Unpacking libxpm4 (from .../li.
  480. Selecting previously deselected ������ libxaw7.
  481. Unpacking libxaw7 (from .../libxaw72%3a1.0.9-2armel.deb) ...
  482. U���ѥ�� previously deselected ������ libxtst6
  483. Unpacking libxtst6 (from .../libxtst62%3a1.2.0-1armel.deb) ...C�Selecting pre.
  484. Unpacking libxv1 (from .../libxv12%3a1.0.6-1ar[Y�"��) ...
  485. SJ��ѥ�� previously deselected ������ libxxf86dga1.
  486. Un������ tcl8.4 (from .../tcl8.48.4.19-4ubuntu3armel.deb) ...l.d��) ...
  487. Selecting previously deselected ������ tcl..4.
  488. Unpacking tcl (from .../archives/tcl8.4.16-2all.deb) ...
  489.  
  490.  
  491.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement