Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

First run throws up errors on ubuntu 12.04 oneiric #3

Open
ghost opened this issue Aug 30, 2012 · 4 comments
Open

First run throws up errors on ubuntu 12.04 oneiric #3

ghost opened this issue Aug 30, 2012 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 30, 2012

Here's the output when i cd /tmp create the gitdir and mountp directories and run
phoenixfs mount gitdir mountp

anandjeyahar@anandjeyahar-Rev-1-0:tmp $ phoenixfs mount gitdir mountp
FUSE library version: 2.8.6
nullpath_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.17
flags=0x0000047b
max_readahead=0x00020000
INIT: 7.12
flags=0x00000011
max_readahead=0x00020000
max_write=0x00020000
unique: 1, success, outsize: 40
unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56
getattr /
unique: 2, success, outsize: 120
unique: 3, opcode: LOOKUP (1), nodeid: 1, insize: 47
LOOKUP /.Trash
getattr /.Trash
unique: 3, error: -2 (No such file or directory), outsize: 16
unique: 4, opcode: LOOKUP (1), nodeid: 1, insize: 52
LOOKUP /.Trash-1000
getattr /.Trash-1000
unique: 4, error: -2 (No such file or directory), outsize: 16

This is a ubuntu system with the latest updates. Let me know if there's anything else i can help in pinning down the issue.

@ghost
Copy link
Author

ghost commented Sep 1, 2012

Sorry about that report. It turned out,even though latest updated i had logged with a older kernel version to my ubuntu box. Reboot and on the latest version it works. thanks..

@ghost ghost closed this as completed Sep 1, 2012
@ghost
Copy link
Author

ghost commented Sep 1, 2012

Nope, i have to reopen it again.

phoenixfs mount gitdir mountp -- command gets executed and keeps running. It's a daemon right? But prints out these error messages.

phoenixfs mount gitdiri mountp
FUSE library version: 2.8.6
nullpath_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.17
flags=0x0000047b
max_readahead=0x00020000
INIT: 7.12
flags=0x00000011
max_readahead=0x00020000
max_write=0x00020000
unique: 1, success, outsize: 40
unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56
getattr /
unique: 2, success, outsize: 120
unique: 3, opcode: LOOKUP (1), nodeid: 1, insize: 47
LOOKUP /.Trash
getattr /.Trash
unique: 3, error: -2 (No such file or directory), outsize: 16
unique: 4, opcode: LOOKUP (1), nodeid: 1, insize: 52
LOOKUP /.Trash-1000
getattr /.Trash-1000
unique: 4, error: -2 (No such file or directory), outsize: 16

It doesn't seem to create any .git folders either.

@ghost ghost reopened this Sep 1, 2012
@ghost
Copy link
Author

ghost commented Sep 1, 2012

And here's the tail /tmp/phoenixfs.log..

0: phoenixfs_fuse:: fsback: /tmp/gitdiri, mountpoint: /tmp/mountp
l. 683: phoenixfs_fuse:: not loading packing info
l. 298: load_packing_info:: /tmp/gitdiri/.git/master.pack /tmp/gitdiri/.git/master.idx 0
l. 37: getattr:: /tmp/gitdiri/ 0
l. 37: getattr:: /tmp/gitdiri/.Trash 0
l. 146: find_dr:: missing /.Trash
l. 89: split_basename:: path: /.Trash, dirname: /, filename: .Trash
l. 146: find_dr:: missing /
l. 163: find_vfr:: not found /.Trash
l. 182: find_fr:: not found /.Trash
l. 37: getattr:: /tmp/gitdiri/.Trash-1000 0
l. 146: find_dr:: missing /.Trash-1000
l. 89: split_basename:: path: /.Trash-1000, dirname: /, filename: .Trash-1000
l. 146: find_dr:: missing /
l. 163: find_vfr:: not found /.Trash-1000
l. 182: find_fr:: not found /.Trash-1000
l. 541: destroy:: dumping fstree
l. 543: destroy:: packing loose objects
l. 455: dump_packing_info:: create
l. 640: phoenixfs_fuse:: fsback: /tmp/gitdiri, mountpoint: /tmp/mountp
l. 646: phoenixfs_fuse:: loading fstree
l. 687: phoenixfs_fuse:: loading packing info
l. 298: load_packing_info:: /tmp/gitdiri/.git/master.pack /tmp/gitdiri/.git/master.idx 1
l. 37: getattr:: /tmp/gitdiri/ 0
l. 37: getattr:: /tmp/gitdiri/.Trash 0
l. 146: find_dr:: missing /.Trash
l. 89: split_basename:: path: /.Trash, dirname: /, filename: .Trash
l. 146: find_dr:: missing /
l. 163: find_vfr:: not found /.Trash
l. 182: find_fr:: not found /.Trash
l. 37: getattr:: /tmp/gitdiri/.Trash-1000 0
l. 146: find_dr:: missing /.Trash-1000
l. 89: split_basename:: path: /.Trash-1000, dirname: /, filename: .Trash-1000
l. 146: find_dr:: missing /
l. 163: find_vfr:: not found /.Trash-1000
l. 182: find_fr:: not found /.Trash-1000
l. 541: destroy:: dumping fstree
l. 543: destroy:: packing loose objects
l. 455: dump_packing_info:: append
l. 48: packup_loose_objects:: Not rewriting idx

@artagnon
Copy link
Owner

artagnon commented Sep 2, 2012

Yeah, I have to get rid of those error messages. In the meantime, just open another terminal, browse to the mountp/ directory, and start using it. The .git/ directory should be created under gitdir/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant