Search results

  1. B

    Offline mail reader software for FreeBSD mailing lists?

    I'm interested in rsyncing the mailing lists directly from the FreeBSD servers and reading them offline rather than having them sent to me through email. Is there an application or web server app anyone would recommend for reading (and indexing) them directly from the files?
  2. B

    router_enable and aliases

    I have gateway_enable="YES". That allows routing between different networking interfaces. router_enable="YES" (aka routed="YES") runs a RIP daemon that will transparently configure routing tables. The problem in my original post is a very strange "bug", I'm just trying to isolate it. It only...
  3. B

    router_enable and aliases

    Just upgraded my firewall to 9.0 with a fresh install and slightly larger drive. At the same time I though I'd try jails on that box but I ran across a problem. When I have router_enable="YES" in rc.conf the first alias command fails. I get a "file open" error message. If I wait a couple...
  4. B

    Unicode, python, readline, and ncursesw

    Just an update. I decided not to play around with the ports version of readline. I ended up simply changing: LDADD= -ltermcap to LDADD= -ltermcapw in ./gnu/lib/libreadline/readline/Makefile. I compiled it locally and copied the libreadline.so.8 into /lib. After this I just recompiled...
  5. B

    Unicode, python, readline, and ncursesw

    ncursesw is a drop in library for curses, it just extends it to also handle unicode. I'm trying to program curses through python. I want to use the unicode line drawing glyphs as well as being able to view accented characters. Problem is that it uses the readline library. The readline in the...
  6. B

    Multiple /usr/local and packages

    I'm interested in making my own live CD with my own packages for laptops. I want to have some default packages installed on the CD but I would also like to be able to mount an NFS share /usr/local and be able to compile/install other ports/packages. What I'm trying to do is have a general...
  7. B

    email program imap browsing

    Which email clients are there (text or gui) that won't permanently download email locally? I can live with index files but I don't want the email program to keep copies of all email or all email that I have read. I just want to be able to browse my email remotely like one can from webmail...
  8. B

    pam_krb5.so

    Ok, I was mistaken it does work with "login" in pam.d. But SSH is a no go. sshd is doing some funny stuff. Probably has something to do with threads or processes. I've tried: UsePrivilegeSeparation no without success. But at least I have a direction search for a solution now.
  9. B

    Debug a library in place

    I am trying to debug a module in PAM. I would like to debug it in place, i.e. have the debugger be aware when the library get loaded and set appropriate break points... Is this possible?
  10. B

    pam_krb5.so

    I'm trying to get pam_krb5.so working. It's supposed to save ticket to a ccashe file for credentials when you log in unless other options are specified. So once you log in at say the terminal you don't have to do a kinit... all automatic. But it's not working. I've tracked it so far into...
  11. B

    Remote Controls

    After discovering that webcamd has progressed beyond its name to including many/most linux USB devices I was surprised to find out how relatively easy it was to get my USB transceivers working and setup Lirc for a slick MCE remote. The transceiver and software is working! (One great thing about...
  12. B

    Pulseaudio/linux-compat/flash

    I suppose I'm confusing libflashsupport with libflashplayer and seeing the 9... so ignored it... I'll give it a go although I don't suppose you'd make a port... just neater when there is a port. Should it be installed under root or under compat? System directory or plugin directory? And...
  13. B

    Pulseaudio/linux-compat/flash

    I run several servers/workstations and I've been playing with Pulseaudio and rather like the concept of a network sound server so please no flames, I'm just experimenting. First does linux-f10 compat have an ALSA Pulseaudio "driver"? I see there is a linux-f10-pulseaudio but that just looks...
  14. B

    Revision dates or cvs tags for beta releases?

    I would like to try the official beta version of the kernel but I don't want to do a fresh install, I would like to do it the normal way which is to cvsup the source and built it myself with my kernel options. But betas appear to not have any official tags. While I could go ahead and just...
Back
Top