Search results

  1. tim-m89

    Cannot start deluge

    The actual error that is hit, line 130 of ipcinterface.py seems like bad code that may have not been tested: if os.path.lexists(lockfile): try: os.kill(int(os.readlink(lockfile)), 0) ...when you consider the return values of the api used by I'm...
  2. tim-m89

    Cannot start deluge

    Here's what happens when I try to start deluge from a terminal. Recompiled deluge and all its direct dependencies didn't fix it. Any ideas?: % deluge ** (deluge:94059): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags' ** (deluge:94059)...
  3. tim-m89

    extundelete on FreeBSD?

    It turned out that all the files are still there not deleted but the FreeBSD driver seems to have an issue. ext4fuse accessed them no problem.
  4. tim-m89

    extundelete on FreeBSD?

    The problem is all the live Linux distros I've tried can only mount UFS partitions ro. sysrescue and parted magic you think would have rw support but no. This program called testdisk I found on these Linux distros is good. It can see the files on my EXT3 partition no problem. I'm not sure if the...
  5. tim-m89

    extundelete on FreeBSD?

    I've suddenly lost a lot of files on an ext2fs. Not sure if accidentally deleted them. There is no port of extundelete and can't compile it from source because it requires the e2fsprogs libraries which are not ported and can't compile: gmake[2]: Leaving directory...
  6. tim-m89

    Bonobo-WARNING **: Bonobo must be initialized before use

    I am getting pretty damn sick of the message that happens from every GTK tool that is run from a terminal. tim-desktop% gvim /usr/ports/UPDATING (gvim:48016): Bonobo-WARNING **: Bonobo must be initialized before use tim-desktop% The source of the message is in...
  7. tim-m89

    How do I change file creation times on a fat32

    By the looks of the documentation though it only handles modification and access times but not creation.
  8. tim-m89

    How do I change file creation times on a fat32

    I am able to create a file on a mounted fat32 filesystem. What I would like to do is go through each file in a directory in a alphabetical order and modify the files' creation time so that creation time is in the same order as alphabetical. This is because some media players choose to order by...
  9. tim-m89

    Cannot update gegl

    Here's my /etc/make.conf: RUBY_DEFAULT_VER=1.9 WITH_GTK2=yes WITH_PKGNG=yes # added by use.perl 2013-03-13 17:05:22 PERL_VERSION=5.14.2
  10. tim-m89

    Cannot update gegl

    I don't really know anything about gegl but it was once installed as a dependency but have not been able to upgrade it for a while despite regularly updating my ports tree. Any ideas? gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.2.0/tools' Making all in examples gmake[2]...
  11. tim-m89

    Partition discover issue

    When I plug my android phone into my computer via usb, it doesn't detect the partition on the sdcard directly. mount -t msdosfs /dev/da0s1 /mnt/usb mount_msdosfs: /dev/da0s1: No such file or directory da0s1 Doesn't exist until I do this: mount -t msdosfs /dev/da0 /mnt/usb mount_msdosfs...
  12. tim-m89

    Unable to build libreoffice-3.5.2.2

    New libreoffice seems to depend on boost and the problem has returned: [ build CMP ] avmedia/util/avmedia [ build MOD ] avmedia [ build ALL ] top level modules: bootstrap src.downloaded avmedia [ build ALL ] loaded modules: avmedia [ build CHK ] avmedia [ build CHK ] loaded modules: avmedia...
  13. tim-m89

    ImportError: No module named gi

    Thanks a lot, that worked. Anyone else running into this issue, run this as root with the attached file: patch /usr/local/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py < twisted-fix.diff
  14. tim-m89

    ImportError: No module named gi

    Hi I am trying to run deluge but everytime I get the error: % deluge /usr/local/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: RuntimeWarning: tp_compare didn't return -1 or -2 for exception from gtk import _gtk ImportError: No module named gi [ERROR ] 20:58:45 ui:168 No module...
  15. tim-m89

    Up mix stero sound

    Hi, what's available for upmixing stereo sound dynamically (while playing). My main purpose of this is to continue using my subwoofer connected to the black connector of my PC rather than a splitter connected to the green connector. I use freebsd FreeBSD 9, audacious to play music and snd_hda...
  16. tim-m89

    Unable to build libreoffice-3.5.2.2

    That's not a workaround, that's just giving up. I would like to take libreoffice for a spin but I'm just going to make do with openoffice for now too though.
  17. tim-m89

    Unable to build libreoffice-3.5.2.2

    My theory based on it failing on different modules randomly then working is that it perhaps is related to parallel builds. A quick look in the makefiles: /usr/ports/editors/libreoffice/Makefile: MAKE_JOBS_UNSAFE= yes /usr/ports/editors/openoffice-3/Makefile: MAKE_JOBS_SAFE= yes Maybe changing...
  18. tim-m89

    Unable to build libreoffice-3.5.2.2

    This was never part of my /etc/make.conf: WITH_QT_PHONON=yes RUBY_DEFAULT_VER=1.9 WITH_GTK2=yes # added by use.perl 2012-03-11 00:51:13 PERL_VERSION=5.14.2 And I have exact same error as alie. Edit not exactly the same. Mine failed on vcl rather than cppuhelper.
  19. tim-m89

    Cannot shutdown since upgrade

    I also posted this to the mailing list as something definitely broke between 8 and 9 and I'm surprised that I'm the only one affected. Help, anyone?
  20. tim-m89

    Cannot shutdown since upgrade

    It gets most of the way at shutting everything down, so unfortunately nothing is getting logged in messages. I get vnodes remaining messages, then the final thing on the screen should be shutdown by acpi message, I hear the hard drives spin down but then a lot of stuff speeds up the screen. It's...
Back
Top