search for: samj

Displaying 5 results from an estimated 5 matches for "samj".

Did you mean: same
2003 Jul 01
6
Shell Requirements for Shorewall 1.4.6
The 1.4.6 version of Shorewall makes additional demands on the shell. I have found that both the RH9.0 version of ash and the version of ash that has long been available from the Shorewall download sites are *not* suitable for use with Shorewall 1.4.6. The LEAF Bering version of ash on the other hand works fine. Attached is a small shell program that will allow you to test your shell for
2002 Dec 22
6
Renaming Interfaces on Boot
...ie aos-dmz instead of eth4), for risk of upsetting some broken software which makes assumptions about zone names. I believe the command to do so is ''ip link dev eth0 name aos-dmz''. Anyway I think this would be a really handy feature and would probably only take a few LOC. - samj -- Sam Johnston, Director Australian Online Solutions 1300 132 809
2001 Dec 20
0
Annoying error (read_socket_data: recv failure for 4)
...filling the logs with messages like those below. This isn't the first time I've had this problem, nor is it the first site. This is a win98 box I'm having troubles with now - it fails trying to log onto the domain... although I'm fairly sure it affects connecting to shares too. - samj [2001/10/18 11:30:57, 0] lib/util_sock.c:read_socket_data(478) read_socket_data: recv failure for 4. Error = Connection reset by peer [2001/10/23 02:31:10, 0] lib/util_sock.c:read_socket_data(478) read_socket_data: recv failure for 4. Error = Connection reset by peer [2001/10/25 21:36:17, 0] l...
1998 Jun 07
0
Guest access to samba server.
Hi there, I've had quite a few problems allowing other users to view/use samba shares when they do not have a valid account. How do I set it up such that when a user tries to connect, it checks for a valid account, then logs them on as the guest user if it doesn't exist. Usually they get a password prompt. Entering a password results in an incorrect password box, as samba tries to
2006 Aug 02
1
Ad-hoc database queries from models
Hi, I''m looking at how to do ad-hoc database queries from RoR models - more specifically I have built an app which tracks issues which uses its own nice clean database containing only issues that I care about. I would like to be able to (optionally) populate an issue from a few big, slow, unwieldly backend databases and want to know the best way to do it. It looks like doing