Displaying 20 results from an estimated 10000 matches similar to: "Samba print share."
2002 Aug 07
2
print$ on merlin - Paused
Hello all.
When I use outlook express and try see the printer, it says "print$ on Merlin - Paused",
and I can't unpause it, I get: "You do hot have permission to modify the settings for this printer. If you need to change the settings, contact your network administrator." Merlin is the name of our samba server. Also, when I try click on properties, nothing happens
2002 Aug 06
1
Print share using hpoj.
Hello all.
The set up: - Kernel 2.4.18-3
- HP Office Jet K80.
- USB port
- hpoj-0.8 driver
I've been struggling installing and configuring the new driver for Linux/USB printing, due to a couple of silly mistakes.
The question here is are there any differences in setting up a print server using this new driver than the usual
2002 Sep 10
1
Fw: Problem joing a W2KSP1 client to a Samba PDC (2.2.5).
The Virus controllers wouldn't let me send the attachment...
----- Original Message -----
From: "Trevor Fraser" <trevor@systematic.co.za>
To: "Tommy Eriksson" <tommy.eriksson@ctakt.com>
Cc: <samba@lists.samba.org>
Sent: Tuesday, September 10, 2002 6:32 PM
Subject: Re: [Samba] Problem joing a W2KSP1 client to a Samba PDC (2.2.5).
> Hi Tommy.
>
>
2002 Jul 26
1
Subjects on a mailing list.
Hi Warren and all.
Nothing personal, just to make helping everyone easier, I'm using you as an example. The subject: "Help please" doesn't mean much on a "Help please" type of mailing list. Put a good subject on your mail, try even looking at the archives for a similar problem and use the same subject. I found this helped to get more response to my questions. You
2002 Jul 30
0
Printing:using usb port.
Hello All.
Thanks for the help so far. I've managed to get the 'access denied' error to disappear with the suggestion of 'use client driver = yes'. This worked, Thanks.
By the way, I'm running Samba 2.2.3a
I'm still not printing though. I removed the printers I configured using 'printconf-tui' and added a new local printer device, using /dev/usb. This was
2002 Aug 15
2
Directory missing on RH 7.3
Hello all.
Thanks for all the support.
I'm at the very beginning stage of an upgrade. I'm trying to # sh makerpms.sh, but it complains about there not being /usr/src/redhat/something/something, and I check and its not there. I went to my router which is running RedHat 7.1, and its there. Does 7.1 & 7.3 have different directory structures, or what's the story? Did I delete
2002 May 01
5
Roaming profiles problem
Hey all,
I've got a few WinXP workstations logging into a 2.2.4pre (CVS from April
30th, around 8 p.m. PDT) PDC, and I'm having some sort of odd problem with
roaming profiles.
The XP workstations can successfully (it seems) retrieve and save thier
profiles to the samba box; however, if I log off a user, say "gary", from
one workstation, and travel to the next one, and log in
2001 Dec 28
3
Compiling samba with solaris
Hi,
I just cvs the samba_2_2 branch with
cvs -d :pserver:cvs@samba.org:/cvsroot co -r SAMBA_2_2 samba
and i try to compile samba with gcc under solaris 8 (SUNultra10):
# pwd
/tmp/samba/source
# ./configure --with-automount --with-nisplus-home
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -O ) works... no
configure: error: installation or configuration
2013 Jun 18
1
How to Pass Jquery selected dropdown values and radio button values to controller
Hi,
I have an advance search page and its code is as follows -
I have written my code like this
<div class="container">
<%= form_tag search_index_path, method: :get do %>
<%= radio_button_tag ''user_type'', ''customer'' %><p>Customer</p>
<%= radio_button_tag ''user_type'',
2006 Jun 05
2
dropdown
I''m using a dropdown on my form for a simple cms which displays the
pages from the database. I want to add some options to the dropdown
that are not in the database. Is there a way to do this?
Here''s my code so far:
<p><label for="navigation_link">Link</label><br/>
<%= select("navigation", "link",
2006 Jul 08
2
Trouble getting select to work
I''ve tried pulling this together from examples in the book, searching
the web and this list, but so far I''ve not been able to get it working
just right.
My table is a categories table with id and category fields.
My form has the following:
<td><%= select(''category'', ''category'', @categories = Category.find(:all,
:order =>
2006 Apr 04
3
Forms, view & AJAX best practice help
What i''m trying to get working is I have a controller called
"permissions" and a view "permissions.rhtml". This view has a hidden div
that contains a form for adding new roles. Its just a single textfield.
Also on the page I have a dropdown list of roles and then underneath
that a div that contains a list of permissions for the role selected in
the dropdown. I
2006 Jan 13
3
related drop down list / ajax
Hi all,
I''m trying to create a related dropdown box:
In my view:
<select name="category" id="category">
<option value="">Select category</option>
<% @categories.each do |category| %>
<option value="<%= category.id %>">
<%= category.title %>
</option>
<% end %>
2010 Apr 10
2
Need a dropdown having "more.." option
I have a collection of products that I am showing in a dropdown. Now
at the first view it will show only first 10 products in the dropdown
with an option "more..." at last. if user clicks the "more..." he can
see all the following products in that dropdown list (this is not any
ajax request, just javascript show/hide). Of course the more... option
will hide when showing all
2002 May 14
1
Error in compiling from new SAMBA_2_2 On OpenBSD 3.1
If the following line is in Makefile, ld stops
with Error code 1.
This is a new development in Makefile.in;
I built from the SAMBA_2_2 code a couple
of days ago, and the previous Makefile's
DYNEXP= line doesn't have the
"-Wl,--export-dynamic" switches...
---------------------------------------
Line from current Makefile:
DYNEXP=-Wl,--export-dynamic
2006 Apr 22
3
Creating a select dropdown box with links to methods
What would be the best way to create a form select dropdown box and upon
"submit" have it directly go to a controller method view?
I have something that somewhat works, but I think there is probably a
much easier way to do it. As of now, I have the dropdown list which
when the form is submitted is handed to a controller method which
basically
I have my dropdown box:
<%=
2009 Apr 02
8
Problem with Custom matcher and Blocks
Hi,
I''m trying to write my first custom matcher.
Here''s a bit of my example group.
describe "/contact/index" do
include FormMatchers
before(:each) do
render ''contact/index''
end
it "should show the contact form" do
response.should have_a_contact_form
end
describe "the contact form" do
context
2007 Jul 02
3
list box poupulation using php,mysql and ptototype
I have some problems with php and Prototype.I am trying to implement
listbox population (second dropdown box values depend on first
dropdown) using php,Mysql and Prototype.But i have no idea how to
implement . I hope you all have sucessfully done this, please show me
an example
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2002 Jul 18
1
Compile error in Samba_2_2 CVS
The current samba_2_2 gives the following compile error
on RedHat 7.1 i386
cd packaging\RedHat
sh makerpms.sh
[snip...]
Compiling recycle/recycle.c
mkdir recycle/.libs
gcc -Wall -I../../source -I../../source/include -I../../source/ubiqx
-I../../source/smbwrapper -c recycle/recycle.c -fPIC -DPIC -o
recycle/.libs/recycle.lo
recycle/recycle.c: In function `do_parameter':
recycle/recycle.c:157:
2008 Mar 05
6
Prototype Observe Links (Mouseover)
Hi all,
I''am new to Prototype and after a 2 hours of research I didn''t find a
solution for the following question:
I have the following list:
<ul id="navi">
<li><a href="/about/">Home</a></li>
<li><a href="/about/" class="dropdown"
onmouseover="showSubnavi(this)">About</a>