Search:

Type: Posts; User: thinking; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.34 seconds.

  1. [SOLVED] Re: why does linking simple cpp example for ulockmgr_op() for fuse filesystem fail?

    yeah - you're right - thank you very much

    the following c++ code links without problems


    extern "C"{
    #include <ulockmgr.h>
    }
    #include <iostream>
  2. [SOLVED] why does linking simple cpp example for ulockmgr_op() for fuse filesystem fail?

    Hi all,

    i'm working on a fuse filesystem where i try to implement the lock() function
    which in the standard example uses ulockmgr_op().
    (The example can be found here:...
  3. Replies
    1
    Views
    575

    [ubuntu] why is there no real time firewall gui?

    Hi all,

    maybe i miss something, but i cant find a firewall which allows me to allow/deny network traffic decisions in real time
    using some kind of popup/gui.
    i'm searching for something like...
  4. Re: HOWTO: Automatically mount NFS shares without autofs

    just wanted to mention another script which is able
    to process fstab-like files and automatically mount/umount
    if the corresponding host is up/down
    ...
  5. Replies
    3
    Views
    4,579

    [other] [SOLVED] xsane invalid argument

    hi,

    just wanted to mention the error i got a few minutes ago and how i solved it
    the error from xsane GUI was "invalid argumen"
    /var/log/syslog states
    Jan 14 23:26:54 host xsane:...
  6. [ubuntu] [SOLVED] searching for workaround for "failed command: READ DMA"

    hi,

    i have a SSD OCZ-ONYX disk in my via artigo A1000 server which causes
    the following dmesg error log


    [ 189.441055] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
    [ ...
  7. [ubuntu] Re: how to check if mount.cifs will need a password?

    one possiblity i found is using smbclient like this
    smbclient -N -c "cd ." -U username [my fstab based smb server]
  8. [ubuntu] [SOLVED] how to check if mount.cifs will need a password?

    hi,

    i have a daemon running which automatically mounts cifs shares using /etc/fstab entries
    but one of those entries also needs a password which i dont have access to
    the problem is that the...
  9. [ubuntu] bios settings for ubuntu server on VIA Artigo A1000

    hi

    since i had a bit of trouble with usb drive detection and installing 11.04
    ill post here my bios settings during setup:

    how i created the usb drive:
    using my 11.04 desktop i used an 8GB...
  10. [lubuntu] Re: force grub to ignore specific kernel version?

    excellent
    thanks
  11. [lubuntu] [SOLVED] force grub to ignore specific kernel version?

    hi all

    i just upgraded my storage server to maverick and it seems the 2.6.35-25 kernel doestn like the hardware im using
    since im pretty sure its a hardware related problem and the previous...
  12. Replies
    1
    Views
    491

    [ubuntu] Re: blkid not recognizing filesystem?

    bump
  13. Replies
    1
    Views
    491

    [ubuntu] blkid not recognizing filesystem?

    hi,

    my ubuntu server has 4 2TB disks attached
    im using udev on boot to mount the disks
    suddenly one partition of such a hd cant be mounted
    it seems that udev isnt recognizing the filesystem...
  14. [ubuntu] not able to resize window on dual monitor

    hi all

    i have a dual monitor environment running latest ubuntu 10.04
    i think since the last update of lucid im not able to
    resize a window - like firefox or nautilus - to be bigger than one...
  15. Replies
    1
    Views
    455

    [ubuntu] hal on server edition?

    hi all

    i currently try to mount 4 internal sata disks using hal on a server installation?
    i did
    apt-get install hal
    and copied a .fdi script to ...
  16. Replies
    2
    Views
    582

    [ubuntu] Re: automount sata disks on start

    excuse for my late response
    ure right, fstab is not mainboard/hardware related - my fault

    the problem i see with fstab is: its very tight bound to the OS
    thus if i add hardware i have to check...
  17. Replies
    2
    Views
    582

    [ubuntu] automount sata disks on start

    hi all
    i installed latest ubuntu server 9.10 on my mini itx board which i have 1 4gb IDE disk and 4x2TB sata disks attached
    no i want those disks to automount on startup
    is there a way without...
  18. Replies
    1
    Views
    351

    [ubuntu] Re: hd video editing hardware?

    bump
  19. Replies
    1
    Views
    351

    [ubuntu] hd video editing hardware?

    hi all

    i just bought a new hd camcorder which uses a SD card as its storage medium
    but it seems my current (3/4 year old) ubuntu (8.10 intrepid) powered pc cant handle the video
    hardware info:...
  20. Replies
    0
    Views
    380

    [ubuntu] debug kernel network activity?

    hi

    im wondering myself how to debug the kernel so that i know how a packet
    travels through the kernel
    at work i was confronted with a situation where the kernel just droped packets during...
  21. Replies
    2
    Views
    401

    [all variants] Re: guidance on monitoring network activity

    well
    tcpdump would indeed be the easiest solution
    i already thought about that

    the thing is that tcpdump is a user space application and thus
    it is possible that it dosnt log all packets cause...
  22. Replies
    2
    Views
    401

    [all variants] guidance on monitoring network activity

    what i try to do:
    currently i want to log timestamps of events during a tcp connection
    those events are for example:
    first packet
    connection initialized
    first packet which can be read by the...
  23. [all variants] encrypted file system which accepts wrong passes?

    hi all

    im using luks - which works great for my purpose
    but just of interest im asking myself
    is there a file system which can be mounted
    without a password OR the wrong password?
    to be more...
  24. [ubuntu] Re: cant open file for r/w altough same group?

    bump
  25. [ubuntu] cant open file for r/w altough same group?

    hi all

    maybe i missunderstood the linux permission concept so heres what i do
    using apache i create a file /tmp/wtf.log and set the permissions to 0660 (rw,rw,)
    the user/group is www-data as...
Results 1 to 25 of 34
Page 1 of 2 1 2