Linux/Ubuntu2012. 4. 11. 10:59
그새 또 패키지가 변경되었나 -_-?

xinetd tftp tftpd 세개를 설치하고 나서
/etc/xinetd.d/ 에서 작업을 해주면 된다.

/etc/xinetd.d/tftp
service tftp
{
   protocol = udp
   socket_type = dgram
   wait = yes
   server = /usr/sbin/in.tftpd
   server_args = -s /tftpboot
   disable = no
   user = nobody 
} 

[링크 : http://icesquare.com/wordpress/how-to-setup-tftp-on-ubuntu/]

처음에는 /tftpboot -s 였는데 그러니까 connection refused by remote host가 뜸... 

+
2016.11.07

Transfer timed out.
가 발생할 경우
user = nobody 추가



'Linux > Ubuntu' 카테고리의 다른 글

wget -r 로 웹 사이트 통채로 끌어오기  (0) 2012.04.13
ubuntu netboot image download  (0) 2012.04.13
gparted를 이용한 win7 복제하기  (2) 2012.04.08
우분투 SSD 설정하기  (0) 2012.04.04
powernow-k8 transition frequency failed  (0) 2012.04.02
Posted by 구차니
Linux/Ubuntu2012. 4. 8. 20:19
열심히 사이즈 조절하고 복제하는데 부팅이 안되는 현상이 발생 -_-
혹시나 해서 align 문제인가 해서 바꾸어서 해보지면 여전히 안되는데..
faq 찾아보니, 부트로더 복구 기능을 사용하라고 한다.
그나저나.. 딱 한번 저 부트가 깨졌다는걸 봤지
그냥 커서만 깜박이던데 문제 없으려나?
-> win7 cd 넣고 복구하니 부팅이 되지만, 이전의 파티션 설정이 달라져서 조금 미묘하게 된 느낌 -_-
시스템 예약이라는 E 드라이브는 원래 부트로더로서 보이지 않아야 하는데 보여버리고..
로컬 F는 기존의 D였는데 cdrom에도 우선순위가 밀려버렸다. 아무튼 문제없이 부팅은 됨.


Gparted Live cd를 노릇노릇 구워서 부팅하면 아래와 같은 화면이 나오는데 "엔터" 누름


언어 고르라는데 귀찮으면 엔터~(영문 기본)


그래픽 하게 보일꺼냐고 물어보는데 귀찮으니 엔터~


Gparted가 똭~!


ctrl-c,v 신공으로 드라이브 바꾸어 가면서 붙여주면 된다.
단, 줄여서 복사하는 경우에는 단일 파티션의 크기가 원래 하드보다 클 경우 복제가 불가능하고
파티션 중 단일 파티션으로 남은 공간보다 큰 경우는 복제가 불가능하다.
이 경우는 부팅용 드라이브와 부트로더만 복제하고 수작업으로 복제를 하거나,
원본 파티션 크기를 조절해서 옮기는 수 밖에 없을듯 하지만 위험을 감수해야 할 듯 하다.


친절한 Ctrl+C, Ctrl+V


복사할 파티션을 조절해주고 Apply를 누르면 겁주는데 Apply 눌러주면 시작~


먼가 열심히 복사를 꼼지락 꼼지락 한다.
단, 하드가 깨졌을 경우 디스크 검사를 해주어야지 안그러면 커널 패닉이 나는 경우도 있으니 주의해야 한다.


ctrl-v 하면 align이 MiB으로 기본 설정되어 있다.
굳이 변경하지 않아도 되고, 구형 하드의 경우 Cylinder로 하고 SSD라던가 신형은 MiB로 하라는데 차이는 모르겠다.
그리고 여기서 "New size"를 변경하면 파티션 복사시 크기를 줄이거나 늘릴수 있다.
(단 늘리거나 줄이는 것은 파일 시스템에 따라 제한이 되지만 ntfs는 모두 가능하다)


만약 부팅이 안되면(윈7/비스타는 100% 안되는듯?)
cd 넣고 부팅해서 "컴퓨터 복구"를 눌러준다.


난 관대하니까 크게 한번 더 찰칵


먼가 이상한거 쏼라쏼라 하지만 "시동 복구" 이거 눌러주면 다 해결됨.


---
[링크 : http://gparted.sourceforge.net/livecd.php]
[링크 : http://gparted.sourceforge.net/faq.php#faq-14]

[링크 : http://www.howtogeek.com/.../using-gparted-to-resize-your-windows-vista-partition/] // howto
[링크 : http://neosmart.net/blog/2009/windows-7-system-repair-discs/] // download
Posted by 구차니
Linux/Ubuntu2012. 4. 4. 21:35
fstab에서 마운트 옵션을 noatime, discard 를 추가해주면 된다고 한다.
noatime은 atime(Access TIME)을 변경하지 않도록 하는 것이고
discard는 블럭이 사용하지 않을때 TRIM 명령을 사용하도록 하는 것이다.

noatime
Do not update inode access times on this filesystem (e.g, for faster access on the news spool to speed up news servers). 

discard
/nodiscard
Controls whether ext4 should issue discard/TRIM commands to the underlying block device when blocks are freed. This is useful for SSD devices and sparse/thinly-provisioned LUNs, but it is off by default until sufficient testing has been done.

[링크 : 
http://linux.die.net/man/8/mount] 

아무튼 fstrim을 통해서 주기적으로 해주라는데 이건 옵션적인거니까 머 일단 패스?
FSTRIM(8)                                                            FSTRIM(8)



NAME
       fstrim - discard unused blocks on a mounted filesystem

SYNOPSIS
       fstrim [-o offset] [-l length] [-m minimum-extent] [-v] mountpoint


DESCRIPTION
       fstrim  is  used  on a mounted filesystem to discard (or "trim") blocks
       which are not in use by the filesystem.  This is useful for solid-state
       drives (SSDs) and thinly-provisioned storage.

       By  default,  fstrim  will discard all unused blocks in the filesystem.
       Options may be used to modify this behavior based on range or size,  as
       explained below.

       The  mountpoint  argument  is  the  pathname of the directory where the
       filesystem is mounted.


OPTIONS
       The offset, length, and minimum-free-extent arguments may  be  followed
       by  binary  (2^N) suffixes KiB, MiB, GiB, TiB, PiB and EiB (the "iB" is
       optional, e.g. "K" has the same meaning as  "KiB")  or  decimal  (10^N)
       suffixes KB, MB, GB, PB and EB.

       -h, --help
              Print help and exit.

       -o, --offset offset
              Byte offset in filesystem from which to begin searching for free
              blocks to discard.  Default  value  is  zero,  starting  at  the
              beginning of the filesystem.

       -l, --length length
              Number  of  bytes after starting point to search for free blocks
              to discard.  If the specified value extends past the end of  the
              filesystem,  fstrim  will  stop at the filesystem size boundary.
              Default value extends to the end of the filesystem.

       -m, --minimum minimum-free-extent
              Minimum contiguous free range to discard, in bytes. (This  value
              is  internally  rounded up to a multiple of the filesystem block
              size).  Free ranges smaller  than  this  will  be  ignored.   By
              increasing  this  value, the fstrim operation will complete more
              quickly  for  filesystems  with  badly   fragmented   freespace,
              although  not  all  blocks  will be discarded.  Default value is
              zero, discard every free block.

       -v, --verbose
              Verbose execution. When specified fstrim will output the  number
              of  bytes passed from the filesystem down the block stack to the
              device for potential discard. This number is a  maximum  discard
              amount  from  the  storage  device's perspective, because FITRIM
              ioctl called repeated will keep sending  the  same  sectors  for
              discard repeatedly.

              fstrim  will  report the same potential discard bytes each time,
              but only sectors which had been written to between the  discards
              would actually be discarded by the storage device.  Further, the
              kernel block layer reserves the  right  to  adjust  the  discard
              ranges  to fit raid stripe geometry, non-trim capable devices in
              a LVM setup, etc.  These reductions would not  be  reflected  in
              fstrim_range.len (the --length option).


AUTHOR
       Lukas Czerner <lczerner@redhat.com>
       Karel Zak <kzak@redhat.com>

SEE ALSO
       mount(8)

AVAILABILITY
       The  fstrim  command is part of the util-linux package and is available
       from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.



                                   Nov 2010                          FSTRIM(8) 

[링크 : http://www.wilderssecurity.com/showthread.php?t=310021]
Posted by 구차니
Linux/Ubuntu2012. 4. 2. 22:51
Ubuntu 11.10 Desktop 64bit 에서 발생하고 있고 AMD 4200+x2 이다.
대충 찾아봐도 Cool'n'Quiet 관련해서 문제라는 이야기가 있는데
내가 그걸 안켜놨던가...?


---
2012.4.3 추가

위의 에러는 ACPI 관련해서 문제가 발생하는 것으로 Cool'n'Quiet를 켜놓으면 발생한다고 한다.

On AMD with Xen, the cpuidle is set to use the halt one (this is b/c the halt
ends up doing a yield hypercall) - look in setup.c - and the hypervisor does
the appropiate halt operation (MWAIT, halt, etc, or schedules another guest on
the CPU). Anyhow, to not have the cpuidle trying to activate, the
"boot_option_idle_override" is set. Therefore, the ACPI _PSS driver
(processor.ko) ends up bailing out, b/c of that parameter. As such the "older"
AMD pstate driver is invoked (powernow-k8), and the older driver attempts to
use ACPI _PSD - but only if in UP mode, or it attempts to use the voltage
tables - which are k8 or earlier. To detect that, it use the MSR (sadly not
CPUID values), which Xen traps and returns 00, which the powernow-k8 driver
interprets as "buggy hardware - can't use". Which is exactly what you are
seeing.

I believe (and sadly I don't have the hardware to check this - but I think I
saw the somebody using it) if you were running on K8 hardware - it ought to
work.

Solution: Have the ACPI processor driver cooperate with Xen. Patches are in the
queue for it (if you are really interested look in oss.oracle.com/kwilk/xen.git
#devel/acpi-cpufreq.v2 - but they are not yet upstream-able material. Actually,
they are quite ugly).

Other solution:
The "easy" option for right now would be to do what Dave suggest until the
upstream patches are ready and reviewed.
---
Just to add, per Konrad's comment above.

This issue also occurs on K8 hardware (Athlon II 4850e) with powernow enabled
in the BIOS (aka Cool'n'quiet).

Disabling Cool'n'quiet removes the messages.

I just performed the standard Desktop install of the F16 Beta, installed Xen,
rebuilt the grub menu, and rebooted to dom0.  Syslog is full of the same
message per this bug.

It would be great to see Dave's solution (see comment 5 above); an interim
kernel-patch solution to this bug - as it currently stands dom0 functionality
is largely unuseable.
 
[링크 : https://bugzilla.redhat.com/show_bug.cgi?id=739159]  
---
2012.4.4 추가
확실히 Cool'n'Quiet를 끄니 에러가 발생하진 않음.


Posted by 구차니
Linux/Ubuntu2012. 4. 1. 16:42
세션을 Ubuntu 대신 unity나 gnome3로 하면된다.
그나저나 크롬과 충돌이 있나.. 그냥 터미널꺼 붙여 넣으면 span / div 태그로 도배되고 저장이 안되네 -_-

[링크 : http://kldp.org/node/128605]


---
2012.04.04 추가

아래의 두가지 방법중 하나를 골라서 하면된다.
$ sudo vi /etc/lightdm/lightdm.conf 

[SeatDefaults]
autologin-guest=false
autologin-user=minimonk
autologin-user-timeout=0
autologin-session=lightdm-autologin
greeter-session=unity-greeter
user-session=ubuntu-2d 

$ sudo /usr/lib/lightdm/lightdm-set-defaults -s ubuntu-2d  

[링크 : http://askubuntu.com/questions/62833/how-do-i-change-the-default-session-for-when-using-auto-logins
Posted by 구차니
Linux/Ubuntu2012. 3. 31. 22:07
적응이고 머고 간에 일단 짜증난다 -_-
드럽게 느리고 무겁고 버벅대고 하드 많이 쓰고
기존의 애플릿이 다 구조가 변경되서 추가하는것도 힘들고 왜이렇게 바뀐겨 -_-
12.04 LTS 나올것도 두렵네 -_-


기존의 cpufreq 유틸은 못찾았고
indicator-multiload를 수동으로 추가해서 상단에 cpu 사용량등을 보고할수는 있는듯

[링크 : http://askubuntu.com/questions/30334/what-application-indicators-are-available

---
죽어라 검색해보니 아래와 같이 추가하고, 설치하면 자동으로 시작프로그램이 등록이 된다.
$ sudo add-apt-repository ppa:artfwo/ppa
You are about to add the following PPA to your system:
 PPA
 This archive contains SuperCollider packages, some packages, related to bug 217611, libvorbis with aoTuV beta5.5 patchset and test packages of various projects.
 More info: https://launchpad.net/~artfwo/+archive/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.b1vZa1epBv --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 29CB7600B6F706CEDFED21EE9ED9A781DD9300F1
gpg: requesting key DD9300F1 from hkp server keyserver.ubuntu.com
gpg: key DD9300F1: public key "Launchpad PPA for Артём Попов" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
$ sudo apt-get update
$ sudo apt-get install indicator-cpufreq

[링크 : 
http://www.webcoz.com/...cpu-frequency-indicator-for-change-monitor-cpu-speed-in-ubuntu-ppa/] 

Posted by 구차니
Linux/Ubuntu2012. 3. 31. 19:23
Xnote LW25에 설치했더니 화면밝기가 가장 어둡게 나온다 -_-
그래서 인터넷 뒤져보니 echo 0를 넣으라는데
실험적으로 넣어보니 0~8 까지 입력이 가능했다.
/etc/rc.local에서 빨간 라인을 추가하고 리부팅 하면 다음번 부터 가장 밝게 나온다.

$ sudo vi /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

echo 8 > /sys/class/backlight/acpi_video0/brightness 
exit 0 
 

[링크 : http://askubuntu.com/questions/3841/desktop-doesnt-remember-brightness-settings-after-a-reboot]
Posted by 구차니
Linux/Ubuntu2012. 3. 29. 22:20
gnome-shell 하나 설치하면 해결끝이라는데...?

$ sudo apt-get install gnome-shell

[링크 : http://www.avinashtech.com/...disable-unity-in-ubuntu-11-10-and-get-old-classic-ubuntu-desktop/]  


---
2012.3.31 추가

기본세션을 영구적으로 변경하는 방법은 다음과 같다.
$ sudo apt-get install gnome-shell
$ sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-shell 

[링크 : http://ubuntuguide.net/ubuntu-11-10-how-to-auto-login-gnome-shell-gnome3-desktop]
[링크 : http://ubuntuguide.net/ubuntu-11-10-oneiric-login-to-classic-gnome2-and-gnome3gnome-shell]
Posted by 구차니
Linux/Ubuntu2012. 3. 27. 23:13

뜬금없이 저런 에러가 떠서 놀랐는데

(가뜩이나 좀 불량 기미가 보이는 cpu라서 -_-)


혹시나 BIOS에서 설정이 잘못된게 있나? 싶어서 확인해보니

Cool'n'Quiet가 Disable로 되어있었다. 이걸 Auto로 해주니 해결~!



2012/03/03 - [Linux/Ubuntu] - CPU 클럭 설정하기


Posted by 구차니
Linux2012. 3. 27. 14:46

mktime()을 사용하기 전에 1970을 빼고 값을 넣어준다면

localtime()으로 struct tm 형으로 받을 때에는 ts->tm_year + 1970 으로 출력을 해주어야 한다.

다른 시스템과의 혼용을 하지 않은다면은 1970을 빼지 않고 사용해도 되지만

유닉스 / 리눅스 시스템과 시간을 같이 사용하기 위해서는 1970 epoch를 계산해주어야 한다.


#include "stdio.h"
#include "time.h"

int main(void)
{
    time_t     now;
    struct tm  tmtm;
    struct tm  *ts;
    char       buf[80];

    /* Get the current time */
    //now = time(NULL);
    time(&now);

    /* Format and print the time, "ddd yyyy-mm-dd hh:mm:ss zzz" */
    ts = localtime(&now);
    strftime(buf, sizeof(buf), "%a %Y-%m-%d %H:%M:%S %Z", ts);
    printf("%s\n", buf);
    printf("%d\n",ts->tm_year);

    return 0;
}


2009/12/09 - [Linux] - 시간관련 함수/구조체 - time API on linux

---

혹시나 해서 찾아봤는데 시스템에 따라서는 epoch가 1900일수도 있다고 한다.

유닉스 계열은 1970 / NTP에서는 1900을 epoch로 사용한다.


[링크 : http://en.wikipedia.org/wiki/Epoch_(reference_date)]

'Linux' 카테고리의 다른 글

리눅스를 위한 아이튠스 서버 만들기  (0) 2012.07.08
G840 cpuinfo  (0) 2012.04.14
partitionless disk  (2) 2012.01.06
sudo와 selinux  (0) 2011.12.25
조이스틱 / 조이패드 on ubuntu  (2) 2011.12.23
Posted by 구차니