지금까지 사용하면서 뻗은적은 없지만(역설적으로 리눅스 커널이 안정적인걸지도)
최악의 경우 시스템을 통채로 뻗게 할 수 있다고 한다.

Problems with coLinux

The primary disadvantage of coLinux is that it has the ability to crash the entire machine (all cooperating operating systems) because the guest operating system runs in a privileged mode in the host kernel. It also has some dependencies on external software for normal operation (windows and networking support). Outside of this, it's quite easy to install and configure. In the many hours that I've used it, I've never seen a crash.
 

[링크 : http://www.ibm.com/developerworks/library/l-virtualization-colinux/]  

Posted by 구차니
프로그램 사용/coLinux2011. 9. 12. 12:45
Win7 64bit 깔고(메모리가 6기가라..)
룰루랄라 개발환경 잡는데 Portable Ubuntu(colinux)를 호환성모드로 돌려도
관리자 권한으로 돌려도 안된다 -_-

혹시나 해서 검색을 해봤더니 뜨아아~

"64bit 지원하나효?
대답은 : ㄴㄴ"


[링크 : http://colinux.wikia.com/wiki/FAQ]

대략 좌절 OTL 

'프로그램 사용 > coLinux' 카테고리의 다른 글

colinux 위험성  (0) 2012.03.06
portable ubuntu TRES 다운로드 경로  (0) 2011.09.07
portable fedora colinux  (0) 2011.03.15
coLinux에서 듀얼코어 지원이 되나요?  (0) 2010.09.26
Portable Ubuntu TRES / ubuntu 9.10  (6) 2010.05.07
Posted by 구차니
예전 링크는 사라졌고 -_-
아무튼, sourceforge는 아직 건재함!

2010-03-31 에 마지막으로 올라온것 봐서는
이 프로젝트도 고사직전인듯

[링크 : http://sourceforge.net/projects/portableubuntu/files/portableubuntu/TRES/]
Posted by 구차니
프로그램 사용/coLinux2011. 3. 15. 21:50
fedora core 8(fc8) 기반이지만 2009년 2월 10일 이후로 활동이 없음

[링크 : http://sourceforge.net/projects/fedoracolinux/]
Posted by 구차니
프로그램 사용/coLinux2010. 9. 26. 15:50
안됩니다!

라고 소쿨하게 대답해주는 센스 -_-

Q39. Does coLinux take advantage of dual core processors?

No, CoLinux is able to use only one CPU. Bear this in mind when speccing a machine to run coLinux on. A quad-core processor might seem like a good idea, however the more cores you have, the slower they are clocked. And coLinux is only going to be able to run on a single core.


[링크 : http://colinux.wikia.com/wiki/FAQ]

portable ubuntu 에서 cpu정보를 확인하면, cpu 모델명은 제대로 인식하지만
linux kernel에서 멀티코어를 지원하지 않아 부팅로그 상에서는 CPU#0만 존재하고 CPU#1이 존재하지 않는다.

$ dmesg | grep CPU
Initializing CPU#0
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 02

$ cat /proc/cpuinfo
processor    : 0
vendor_id    : AuthenticAMD
cpu family    : 15
model        : 107
model name    : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
stepping    : 2
cpu MHz        : 2435.000
cache size    : 512 KB
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 1
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch
bogomips    : 10511.97
clflush size    : 64
cache_alignment    : 64
address sizes    : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps




Posted by 구차니
구버전의 Portable Ubuntu를 쓰시는분은 신버전인
Portable Ubuntu Remix version TRES로 갈아 타시기 바랍니다!

Thursday, April 1st, 2010

Portable Ubuntu Remix version TRES released!

Changes:

  • Ubuntu 9.10 (Karmin Koala).
  • Colinux 0.80 (Kernel 2.6.33).
  • Root filesystem with 3.7 Gb.
  • Cygwin 1.7.
  • Cygwin/X.
  • Fixed configuration of the keyboard layout.
  • Optative graphics effects.
  • Fixed init scripts.

[링크 : http://portableubuntu.demonccc.com.ar/en/news]

제가 사용하던 구버전인 8.10(?) 의 경우
켜지는데 60초(1분)
꺼지는데 14초가 걸린 반면

TRES의 경우 (9.10)
켜지는데 26초
꺼지는데 5초가 걸렸습니다.


ㅆㅂ 이거슨 혁명이여 ㄱ-



사족 : 테스트 플랫폼 [센트리노 1.2Ghz / 1GB / TC-1100]
Posted by 구차니
프로그램 사용/coLinux2010. 1. 23. 20:49
colinux가 예전에 user mode linux라고 듣기는 했지만,
그게 UML 이라고 생각을 전혀 하지 못하다니 ㄱ-

아무튼 UML을 이용해서 독립적으로 구동되게 한것이 바로 colinux 이고,
가상화의 한종류 중에 하나이기도 하다.

[링크 : http://www.hanb.co.kr/network/view.html?bi_id=1395]  UML vs KML
[링크 : http://www.hanb.co.kr/network/view.html?bi_id=267] 시스템 재해 복구 연습 해보기

[링크 : http://www.colinux.org/]
[링크 : http://user-mode-linux.sourceforge.net/]
Posted by 구차니
프로그램 사용/coLinux2009. 8. 31. 16:57
colinux portalb ubuntu를 사용중인데, 이녀석은 별다른 설정이 없음에도 불구하고
항상 아이피가 10.0.2.15로 잡힌다.

$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:ff:75:39:d3:c1 
          inet addr:10.0.2.15  Bcast:10.0.2.255  Mask:255.255.255.0
          inet6 addr: fe80::2ff:75ff:fe39:d3c1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:12902 errors:0 dropped:0 overruns:0 frame:0
          TX packets:15244 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1303825 (1.2 MB)  TX bytes:7004618 (6.6 MB)
          Interrupt:2

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2004 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2004 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:572264 (558.8 KB)  TX bytes:572264 (558.8 KB)

portable_ubuntu.conf 파일의 내용에는 아래의 내용뿐이다.
eth0=slirp,00:ff:75:39:D3:C1,tcp:22:22
slirp를 통해서 외부로 접속을 하고,
맥 어드레스와 외부로 22번 포트를 열어주어 ssh 접속이 가능하도록 한다는 의미를 지닌다.

아무튼 ip에 신경쓰지 않고 로컬 포트처럼 사용하려면 위의 eth0의 마지막 tcp:22:22 뒤에 / 를 붙이고 붙여주면 된다.
예를 들어 tftp를 열어주고 colinux의 tftpd에 접속하도록 하고 싶다면
eth0=slirp,00:ff:75:39:D3:C1,tcp:22:22/udp:69:69
라고 입력해주면 된다.

[링크 : http://docs.blackfin.uclinux.org/doku.php?id=colinux:network]
[링크 : http://minangel.tistory.com/228] <- 원문 추적 실패
[링크 : http://colinux.wikia.com/wiki/Network]

'프로그램 사용 > coLinux' 카테고리의 다른 글

Portable Ubuntu TRES / ubuntu 9.10  (6) 2010.05.07
colinux와 UML  (0) 2010.01.23
ubuntu inetd.conf - tftp  (0) 2009.08.31
colinux portable ubuntu 용량 증설하기  (0) 2009.08.31
portable ubuntu (colinux) fstab  (0) 2009.08.31
Posted by 구차니
프로그램 사용/coLinux2009. 8. 31. 15:21
ubuntu에서 tftp를 쓰려고 설치했떠니, bsd inetd 어쩌구 하면서 당황을 시킨다 ㄱ-

$ more /etc/inetd.conf
tftp        dgram    udp    wait    nobody    /usr/sbin/tcpd    /usr/sbin/in.tftpd /srv/tftp

이녀석이 tftp의 root directory인데
페도라에서는 /tftpboot로 썼던게 편해서. 일단은 이녀석을 변경하면 /tftpboot로 변경하면 된다.
Posted by 구차니
프로그램 사용/coLinux2009. 8. 31. 14:59
예전에 웹초보님의 블로그에서 받은 우분투는 2GB로 rootfs가 잡혀있어서
조금만 설치하면 용량부족 에러가 발생한다.

아래의 내용을 참고해서 따라하니 그리 어렵지 않게 이전을 했다.
[링크 : http://colinux.wikia.com/wiki/FAQ#Q28._How_can_I_increase_the_size_of_a_coLinux_block_device_image.3F]


Step 1. 윈도우에서 rootfs를 생성한다. 넉넉한 용량을 위해 8기가를 생성한다.
(하고 나니.. 4기가면 충분했다는 생각이 든다. 8GB = 8 * 1024 * 1024 * 1024 = 8,589,934,592)
시작 - 실행 - cmd
fsutil file createnew C:\Portable_Ubuntu\images\new_rootfs.img 8589934592

[링크 : http://colinux.wikia.com/wiki/HowtoCreateSwapFile]

Step 2. 포터블 우분투의 부팅 설정 내용을 변경한다.
C:\Portable_Ubuntu\config\portable_ubuntu.conf

cobd0=images\rootfs.img
cobd3=images\new_rootfs.img

Step 3. 마운트 할 경로를 만들고, 새로 만든 파일 시스템을 포맷후 마운트 한다.
sudo mkfs.ext3 /dev/cobd3
sudo mkdir /tmp/mnt
sudo mount /dev/cobd3 /tmp/mnt

Step 4. 마운트 한 새로운 파일시스템으로 현재 내용들을 이전한다.
sudo cp -ax / /tmp/mnt
sudo cp -a /dev/* /tmp/mnt/dev/
sudo sync
sudo umount /tmp/mnt

Step 5. 종료하고, 부팅 설정 내용을 변경한다.
C:\Portable_Ubuntu\config\portable_ubuntu.conf

#cobd0=images\rootfs.img
cobd0=images\new_rootfs.img

위의 단계를 거치면 이전이 완료된다.
Posted by 구차니