Search results

  1. Vagner

    A linked list of structures in kernel mode

    Thanks for your reply! I requested the parent structure via kvm_read, but this function copies elements to my pointer. If I get a pointer to LIST_HEAD, kvm_read copies its address to my pointer. But the original address pointer to LIST_HEAD is not correct for my address space:( Tell me please...
  2. Vagner

    A linked list of structures in kernel mode

    Could you tell me, please, how may I create a linked list of structures in kernel mode? If I use malloc I get address in heap (0xff), but I can't get it from userland. (gdb) p kshmptr->u.shm_pi $1 = (struct shmid_pi *) 0xfffffe0019cd3800 (gdb) p kshmptr->u.shm_pi->shm_pid Error accessing...
  3. Vagner

    Max length file name and dir name in UFS source

    Hi all! I find define MAXNAMLENGTH =255 at /usr/src/sys/ufs/ufs/dir.h, /usr/include/ufs/ufs/dir.h and define _POSIX_PATH_MAX at /usr/include/limits.h. But this define depends on the size of the block. How i can change this limit?
  4. Vagner

    Writing modules - FreeBSD 9.1-PRERELEASE

    Thanks, for your reply. Probably, it is because of the version PRERELEASE:(
  5. Vagner

    Writing modules - FreeBSD 9.1-PRERELEASE

    Hi all! I started to write test kernel module, but when compiling I get error: # make "/sys/conf/kmod.mk", line 116: Malformed conditional (${MK_CLANG_IS_CC} == "no" && ${CC:T:Mclang} != "clang") "/sys/conf/kmod.mk", line 120: if-less endif "/sys/conf/kern.mk", line 18: Malformed conditional...
  6. Vagner

    Wireless network in C at FreeBSD

    Hi guys! I'm writing network tool in C at FreeBSD, but I don't know how to use 802.11g lib for scan wireless network:( Man page ieee80211_scan(9) didn't help me:( Tell me please, which libs is use for this?
  7. Vagner

    Percona server with XtraDB 5.1

    Thank you. I will commit here new info about this. You may upload your port version here?
  8. Vagner

    Percona server with XtraDB 5.1

    The port installs the stable version of PerconaDB Server (extended MySQL). This port is considering dependencies for configuration of this server. Also it contains a pseudo-graphical menu for selecting configuration options. I included the optimal options as default. An rc script, a script for...
  9. Vagner

    Percona server with XtraDB 5.1

    Hi, guys! I want to suggest adding to the collection port Percona Server 5.1 with XtraDB. My version for port: http://www.bsdway.ru/downloads/ports/databases/xtradb.tgz Server Percona maintainer: http://www.percona.com/software/percona-server/ Thanks
  10. Vagner

    CARP interface at FreeBSD 9.0

    Sorry. I'll take this into account at the future. PS. I made a mistake in the choice of thread. You could move it into "Networking" tread?
  11. Vagner

    CARP interface at FreeBSD 9.0

    Thanks! My rc.conf file included ifconfig_em0="DHCP" but CARP needs static IP to work :)
  12. Vagner

    CARP interface at FreeBSD 9.0

    Sorry, full config rc.conf: hostname="srv1" ifconfig_em0="DHCP" # Real iface cloned_interfaces="carp0" ifconfig_carp0="vhid 1 pass coolpass 10.0.0.10/28 advskew 1 advbase 1" # loopback iface sshd_enable="YES"
  13. Vagner

    CARP interface at FreeBSD 9.0

    Hi guys! I need your help. I'm trying to set up a CARP interface on my server. All is fine, but if I set up settings in rc.conf, I get an error: ifconfig: (SIOCAIFADDR): can't assign requested address I understand that this is due to the fact that at the time when the interface has to assign an...
  14. Vagner

    stops responding FreeBSD after running Xorg

    Sorry, next time I will do so. My system just on ThinkPad 570 - classical model. Resources is small, but for now everything is working, except xorg. May be reinstall Xorg on an older version? Do you think it's because of driver Neomagic? Thanks for reply:)
  15. Vagner

    stops responding FreeBSD after running Xorg

    Hi all! I have a problem with stops responding FreeBSD after running startx. It is started after I update all packages (FreeBSD 7.3). I don't understand why this is happening. All logs has no records regarding it event. Stuck is a complete (connect and disconnect a network card - and netcard...
  16. Vagner

    very slow working with ssh or openvpn encryption

    I had a problem with very slow work of http, rdp and another network protocol through ssh tunnel or openvpn after i'm updating FBSD 7.2 to 7.3 on my laptop. Connection can be established more than 20 minutes and FBSD completely freezes... Please, help my understand this problem. In log no error...
  17. Vagner

    Sound lags when using console.

    I too. But it's not real to use text mode on my notebook... So, remains the choice - use console or listen music:(
  18. Vagner

    Sound lags when using console.

    How to fix it?:(
  19. Vagner

    Viewing photos from basic FreeBSD shell?

    Use zgv. # cd `whereis -q zgv` && make install clean This without gui and x-manager. Zgv uses svgalib.
  20. Vagner

    Sound lags when using console.

    The same problem on most vidcontrol modes of text and graphics:( pls help. Screen & tmux - similar behavior
Back
Top