You are not logged in.

#1 2004-06-17 04:21:18

o00o
Member
Registered: 2003-11-23
Posts: 18

plz, captive-ntfs

Offline

#2 2004-06-17 04:39:36

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: plz, captive-ntfs

search.png

EDIT:  Crap, nevermind.  I swear I saw this post before.  Must've gotten removed.  Crap!  It was very thrillling making a huge search icon!


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#3 2004-06-17 04:42:30

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: plz, captive-ntfs

It's late at night, I can't sleep.  I think I'll try to make a captiventfs package.


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#4 2004-06-17 04:48:02

o00o
Member
Registered: 2003-11-23
Posts: 18

Re: plz, captive-ntfs

:?
punkrockguy318 what  with  that fucky picture

Offline

#5 2004-06-17 04:50:31

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: plz, captive-ntfs

I thought there was already a topic on this, I'm SURE i've read through one like this.  But apparently, it got deleted or something.  My search reminding skills are not as great as xerxes2.


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#6 2004-06-17 05:00:09

o00o
Member
Registered: 2003-11-23
Posts: 18

Re: plz, captive-ntfs

me too  lol  lol so shoot here

Offline

#7 2004-06-17 05:21:53

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: plz, captive-ntfs

i tried it but it doesn't work if you use it in fstab for mounting it automatically at startup
it doesn't compile from source
thats it
it's a little bit experimental so far

Offline

#8 2004-06-17 05:26:37

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: plz, captive-ntfs

Well buddy, I tried.  I even went through the trouble of trying to patch it!  Captive's broken my friend.  We'll just have to wait for the next release... For now, I guess you should try the binary package on the captive site.


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#9 2004-06-21 16:43:02

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: plz, captive-ntfs

I made a package from the static binaries... See if you have any luck with it...
PKGBUILD:

pkgname=captive
pkgver=1.1.5
pkgrel=1
pkgdesc="The i386 version of captive-ntfs"
url="http://www.jankratochvil.net/project/captive"
license=""
depends=(gtk2)
makedepends=()
conflicts=()
replaces=()
backup=()
install=captive.install
source=(http://www.jankratochvil.net/project/captive/dist/$pkgname-static-$pkgver.tar.gz)

md5sums=()

build() {
  cd $startdir/src/$pkgname-static-$pkgver
  bzip2 -dc root.tar.bz2 | tar x
  rm etc/captive-uninstall.sh
  cp -R etc sbin usr var $startdir/pkg
}

captive.install:

# arg 1:  the new package version
post_install() {

        /usr/sbin/groupadd -r captive 2>/dev/null || 
           /usr/sbin/groupadd captive 2>/dev/null || 
           true
        /usr/sbin/useradd -r -c "Captive Sandbox" -s /sbin/nologin -g captive -d /var/lib/captive captive 2>/dev/null || 
           /usr/sbin/useradd -c "Captive Sandbox" -s /sbin/nologin -g captive -d /var/lib/captive captive 2>/dev/null || 
           true
#        /usr/sbin/captive-install-fstab --add
        /usr/sbin/captive-install-acquire --scan-disks-quick

        # LUFS
        depmod -aq

  /bin/true
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  /bin/true
}

# arg 1:  the old package version
pre_remove() {
  /bin/true
}

# arg 1:  the old package version
post_remove() {
  userdel -r captive
  groupdel captive
  /bin/true
}

op=$1
shift
$op $*

EDIT:  I fixed it, now it works.  Just make sure none of your real users are named captive.


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#10 2004-06-21 17:08:27

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: plz, captive-ntfs

I know you probobly hate non-source packages, but it's either this or nothing.  I noted in the description that it's i386. Deal with it or write a patch for the source  big_smile


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#11 2006-10-28 10:29:14

fyllemisstaget
Member
From: Sweden
Registered: 2006-04-14
Posts: 40

Re: plz, captive-ntfs

this doesnt work =/

Offline

#12 2006-10-28 11:15:37

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: plz, captive-ntfs


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB