Displaying 12 results from an estimated 12 matches for "shep".
Did you mean:
sep
1998 Mar 24
5
Connection Problems
I am having problems with Samba. Things have been working I think but
they aren't now. We have 2 class C addresses, one doesn't seem to be
having as many problems as the other. When folks on the 207 side try
to connect to Samba shares they can usually but right now are failing
and getting a network busy error.
The file called log. which appears to be a system log file for samba
says:
2004 Jul 29
1
error: structure has no member named `rate''
...e sort of bitkeeper to anoncvs gateway be set up so that I
could check out the most recent version without having to install
bitkeeper?)
(I''m newly subscribed to this list. If this has already been dealt
with, then I failed to figure out what message to read in the archives.)
-Tim Shepard
shep@alum.mit.edu
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2007 Dec 31
2
episode 73 resulting in error: undefined method `stringify_keys!' for "33":String
...ributes)
picture_attributes.each do |attributes|
pictures.build(attributes)
end
end
undefined method `stringify_keys!'' for "33":String
Parameters: {"commit"=>"Edit", "product"=>{"image_url"=>"shep.jpg",
"price"=>"400.00", "title"=>"German Shepard Lab Mix #2b",
"category_ids"=>["6"],
"picture_attributes"=>{"33"=>{"title"=>"asdf2"},
"24"=>{"title"=&g...
2003 Mar 22
1
Redhat 8 printcap
Baxter,
I could be wrong, but I thought /etc/printcap was the config for bsd style printing - not cups. Anyone?
--
Christopher Barry
Manager of Information Systems
InfiniCon Systems
http://www.infiniconsys.com
-----Original Message-----
From: Baxter Shepperson [mailto:baxshep@cox.net]
Sent: Friday, March 21, 2003 5:24 PM
To: samba@samba.org
Subject: [Samba] Redhat 8 printcap
I am trying to printing working on my Redhat 8 Samba box. Shared drives
work fine so there's no problem w/ connectivity. I can see the printer from
Windows boxes bu...
2003 Mar 21
0
Redhat 8 printing problems Printcap?
...passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
username level = 8
map to guest = Bad User
security = user
message command = /bin/sh -c '/usr/bin/linpopup
server string = %h server (Samba %v)
workgroup = SHEP
syslog = 0
netbios name = PRINTSERVER
log file = /var/log/samba/log.%m
load printers = yes
os level = 35
default = printers
[homes]
path = %H
writeable = yes
valid users = bax,morbo,amy,nobody
comment = Home Directorie...
2003 Mar 22
1
Redhat 8 Samba+CUPS
...passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
username level = 8
map to guest = Bad User
security = user
message command = /bin/sh -c '/usr/bin/linpopup
server string = %h server (Samba %v)
workgroup = SHEP
syslog = 0
netbios name = PRINTSERVER
log file = /var/log/samba/log.%m
load printers = yes
os level = 35
default = printers
2004 Aug 06
2
Icecast2 access problem
...sfully listen to the stream (except for the computers on
the same side of the router, which can access and play the stream
without any problems). I have attached a copy of the icecast config
file that I am using.
Here is the link to the stream in question.
http://66.149.8.8:8000/example1.ogg
Jim Shepherd
contents of icecast.xml:
<icecast>
<location>Shepherd House</location>
<admin>jimshep@mindspring.com</admin>
<limits>
<clients>100</clients>
<sources>2</sources>...
2006 Apr 11
10
created new q_disc, inserted module, tc tells me unknown qdisc
Hi,
I am trying to install a proprietary qdisc made for research, it is not publically released yet, however its been used several times so i know it works.
The files included are:
q_xcp.c:
static int xcp_parse_opt()
static int xcp_print_opt()
static int xcp_print_xstats()
struct qdisc_util xcp_util = { "NULL", "xcp" ..... };
sch_xcp.c:
static int
2003 Mar 23
4
What am I missing here?!
...passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
username level = 8
map to guest = Bad User
security = share
message command = /bin/sh -c '/usr/bin/linpopup
server string = %h server (Samba %v)
workgroup = SHEP
syslog = 0
netbios name = PRINTSERVER
log file = /var/log/samba/log.%m
load printers = yes
os level = 35
default = printers
[printers]
comment = All Printers
path = /tmp
guest ok = Yes
use client driver = Yes
pr...
2006 Apr 16
9
how to do probabilistic packet loss in kernel?
Hi,
I am using iproute2 to setup fowarding, adding routes like "ip route add 192.168.1.3 via 192.168.1.2"
I was wondering where in the kernel I can insert probabilistic packet loss only for forwarded packets? So that for instance I can drop 5% of all forwarded packets?
I don''t need help with the actual code, just need help finding where to insert this code :)
Thanks!
George
2001 Dec 06
12
(Classical) Request for Standardization of expanded TAGS
A month or two ago I sent an email to this list proposing to expand
the list of "standard" tags for Ogg Vorbis. No tag would be required,
but if you wanted to encode certain types of information about a file,
you could use a standard tag.
I went through the whole discussion, and revised my proposal in light
of all the comments from everyone. Here is the updated proposal.
This
2010 Nov 18
0
Rails 3 upgrade - Custom cache store
I had a custom cache store set up in Rails 2.3. I''m in the process of
upgrading to rails 3, but have run into a snag. Before I had all the
setting in my environment.rb. It would basically load a yaml file
with my server settings, and set up the store via config.cache_store.
It seemed like the correct place for this in Rails 3 was as an
initializer. So I did basically the same thing,