tar.bz2 가 풀리지 않습니다.

whkim02의 이미지

floppy 로 다운 받은 "install-8_24.tar.bz2"을 tar로 풀려고
[root@localhost floppy]# tar xvfj install-8_24.tar.bz2 하고 enter 치

Driverinstall/
Driverinstall/README
tar:Driverinstall/README:Cannot change ownership to uid 500, gid
100:
명령이 허용되지 않음
Driverinstall/install.sh
tar:Driverinstall/install.sh:Cannot change ownership to uid 500, gid
100:명령이 허용되지 않음
Driverinstall/sk98lin.4
tar:Driverinstall/sk98lin.4:Cannot change ownership to uid 500, gid
100:명령이 헝용되지 않음
Driverinstall/sk98lin.tar.bz2
tar:Driverinstall/sk98lin.tar.bz2:Cannot change ownership to uid
500,
gid 100:명령이 허용되지 않음
tar:Driverinstall:Cannot change ownership to uid 500, gid 100:명령이
허용되지 않음
tar:Error exit delayed from previous errors

위와 같은 error 가 나오면서 풀리지 않습니다.
"Cannot change ownership to uid 500, gid 100:명령이 허용되지 않음"

무슨 뜻이며 어떻게 해야 풀 수 있나요?

송효진의 이미지

플로피에서 직접 풀지 마시고,
하드로 옮겨서 푸세요.
다 안풀리는 이유는 용량때문인것 같고,

저 메세지는 권한설정이 불가능한 fs 라서 나오는겁니다.

익명 사용자의 이미지

-C /tmp
하셔도 될듯...

whkim02의 이미지

송효진님 감사합니다.
일러주신대로 하여 "install-8_24.tar.bz2"는 잘 풀었습니다.
[root@localhost whk5810]# tar xvfj install-8_24.tar.bz2 하고 enter치니
DriverInstall/
DriverInstall/README
DriverInstall/install.sh
DriverInstall/sk98lin.4
DriverInstall/sk98lin.tar.bz2
[root@localhost whk5810]# cd DriverInstall 엔터
[root@localhost DriverInstall]# ./install.sh 엔터

중간생략

Create tmp dir (/tmp/Sk98lHcZaNXfGqZWalmCppCQY) [ OK ]
Check userid (0) [ OK ]
Check Kernel Version (2.6.11-1.1369_FC4) [ OK ]
Check Kernel symbol file (/proc/kallsyms) [ OK ]
Check Kernel type (SP) [ OK ]
Check architecture (found) [ OK ]
Set architecture (i386) [ OK ]
Check compiler (/usr/bin/gcc) [ OK ]
Check mcmodel flags (none) [ OK ]
Check module Support (/sbin/insmod) [ OK ]
Check make (/usr/bin/make) [ OK ]
Check archive file (sk98lin) [ OK ]
Check Kernel gcc version (4.0.0) (Kernel:4.0.0 ==gcc:4.0.0) [ OK ]
Check sk98lin driver availability (not loaded) [ OK ]
Check Kernel header header files (not found) [ FAILED ]
Kernel header not found. Please install the linux header files
development package or create a symbolic link from the
/usr/src/KERNEL VERSION directory to linux
Example: ln -s /usr/src/KERNEL VERSION /usr/src/linux

Installation of sk98lin driver module failed.
Delete temp directories (done) [ OK ]

위와 같이 풀리는데 [ FAILED ]부분의 내용을 어떻게 하라는 건지 잘 모르겠네요.

위의 내용은 제가 fedora core 4 를 설치 했는데 eth0가 활성화 되지 않아서 IP주소를
받아 오지 못 하기 때문에 인터넷이 되지 않아 두어달 동안 백방으로 노력해 보았으나 허사였고 그래서
포기해 버리고 fedora core 1 을 쓰고 있는데 우연히 삽질을 하다 어느 분이 저와 같은 경우인데
리눅스 랜카드 드라이버 최신 버전인 "install-8_24.tar.bz2" 를 깔아 해결 했다고 해서 시도 하는 건데
잘 않됩니다. [ FAILED ]부분을 [ OK ]로 하려면 어떻게 해야합니까?
고수분들 확실한 답변 부탁합니다.

송효진의 이미지

현재 커널의 srpm 을 설치하세요.

/usr/src/linux 의 커널 소스와 설정을 참조합니다.

whkim02의 이미지

송효진님 "kernel-2.6.11-1.1369_FC4.src.rpm"을
설치해 보아도 않됩니다.
그래서 중간생략 부분을 채워 넣어 봤습니다.

Please read this carefully!

This script will automatically compile and load
the sk98lin driver on your system.
Before performing both compilation and loading,
it is necessary to shutdown any device using the
sk98lin kernel module and to unload the old sk98lin
kernel module.
This script will do this automatically per default.

Please plug a card into your machine.
Without a card we aren`t able to check the full driver
functionality.

Do you want proceed (Y/N)커서

위와 같은 중간 생략 부분이 있는데 이 것을 주의 깊게
읽어 봐도 어떻게 하라는 건지 잘 몰라 그냥 커서 부분에
Y를 넣었더니 아래에서 [ FAILED ]가 됬는지 모르겠네요.

어떻게 해야 완전한 설치가 될까요?
초보자라 자세히 설명해 주셔야 알아 듣습니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.