Displaying 20 results from an estimated 500 matches similar to: "help with samba share: one write, many read"
2009 Feb 04
2
can't make 3.3.0 on Solaris 10
I downloaded 3.3.0 and tried compiling on Solaris 10 and got pretty
far into the make before this message:
Linking bin/smbd
./bin/libtdb.so: undefined reference to `write@SUNW_0.9'
./bin/libwbclient.so: undefined reference to `sleep@SUNW_0.7'
./bin/libtdb.so: undefined reference to `pread64@SUNW_1.4'
./bin/libtdb.so: undefined reference to `fcntl@SUNW_0.9'
./bin/libtalloc.so:
2012 Feb 01
1
locking problem
I have one user who can't read his e-mail. The /var/log/mail.log file
has this statement.
dovecot: IMAP(<user>): Timeout while waiting for lock for transaction
log file /users/<user>/mail/.imap/INBOX/dovecot.index.log
I tried killing the imap daemons and removing the lock file,
but it keeps coming back. Any idea what else to do?
This is the dovecot file:
dovecot -n
# 1.2.9:
2013 Jul 17
2
Linux Plumbers ACPI/PM, PCI Microconference
Myron,
On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe <myron.stowe at gmail.com> wrote:
>
> Shuah - You brought up the idea about "Converting drivers from Legacy
> PM ops to dev_pm_ops"; would you like to present what you have
> done/encountered so far?
>
Awesome. Yes, I would like to present what I have done so far and I do
have a couple of things that could
2013 Jul 17
2
Linux Plumbers ACPI/PM, PCI Microconference
Myron,
On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe <myron.stowe at gmail.com> wrote:
>
> Shuah - You brought up the idea about "Converting drivers from Legacy
> PM ops to dev_pm_ops"; would you like to present what you have
> done/encountered so far?
>
Awesome. Yes, I would like to present what I have done so far and I do
have a couple of things that could
2013 Jul 31
1
Linux Plumbers ACPI/PM, PCI Microconference
On 07/30/2013 05:38 PM, Rafael J. Wysocki wrote:
> On Wednesday, July 17, 2013 08:31:55 AM Shuah Khan wrote:
>> Myron,
>>
>> On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe <myron.stowe at gmail.com> wrote:
>>
>>>
>>> Shuah - You brought up the idea about "Converting drivers from Legacy
>>> PM ops to dev_pm_ops"; would you like to
2013 Jul 31
1
Linux Plumbers ACPI/PM, PCI Microconference
On 07/30/2013 05:38 PM, Rafael J. Wysocki wrote:
> On Wednesday, July 17, 2013 08:31:55 AM Shuah Khan wrote:
>> Myron,
>>
>> On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe <myron.stowe at gmail.com> wrote:
>>
>>>
>>> Shuah - You brought up the idea about "Converting drivers from Legacy
>>> PM ops to dev_pm_ops"; would you like to
2006 Feb 28
2
Authentication on delegated web service methods -or- How the heck do I protect these things?
I need to restrict access to only certain parts of a web service I''m building.
Instead of requiring a client to submit their user/pass with each interaction I''d like to login them in once (currently using acts_as_authenticated in the rest of the site) and not have to fuss with it again during that session. Only problem is I can''t use AAA on an ActionWebService
2007 May 19
3
Capistrano installation error--Zlib buffer error
I''m trying to install Capistrano. When I run gem install Capistrano
--include-dependencies, I get the following error:
ERROR: While executing gem ... (Zlib::BufError)
buffer error
Anyone got any ideas what''s causing this and how I can fix it? I''d
really like to use Capistrano to deploy my rails app, but I need to
install it first....
Thanks,
Myron
--
Posted
2007 Jun 12
1
Route Regex Requirement not working properly
I''m trying to get my routes to work properly. Here''s how I''m defining
one of my routes:
map.downloads '':category/downloads'', :controller => ''downloads'', :action
=> ''list_downloads_for_category'', :requirements => {:category =>
DownloadableFileCategory.category_regex}
And here''s the method
2013 Jul 31
2
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
Hi All,
The original announcement didn't go to linux-pm, so again:
On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote:
> Linux Plumbers has approved an ACPI/PM, PCI microconference. The
> overview page is here:
>
> http://wiki.linuxplumbersconf.org/2013:pci_subsystem
>
> We would like to start receiving volunteers for presenting topics of
> interest. There is a
2013 Jul 31
2
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
Hi All,
The original announcement didn't go to linux-pm, so again:
On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote:
> Linux Plumbers has approved an ACPI/PM, PCI microconference. The
> overview page is here:
>
> http://wiki.linuxplumbersconf.org/2013:pci_subsystem
>
> We would like to start receiving volunteers for presenting topics of
> interest. There is a
2006 Jul 12
1
Problem with CentOS 4.3 and ldap
I currently have a server with centos 4.3 setup to do email. I use
sendmail as the receiving agent and Dovecot as the pop/imap server. Users
authenticate off of a openldap server. Under a light load things appear
to work fine. However under a moderately heavy load connections are left
open in a waiting state. This causes some email to bounce with user
unknown, users authentications fails with
2009 Oct 23
1
upgrade to 5.4 openswan broke
Hi All,
I upgraded from 5.3 to 5.4 today on a vpn gateway using openswan. After
the upgrade the vpn stopped working. From what I could tell the new
version of openswan uses NSS. I tried following the instructions in
this thead https://bugzilla.redhat.com/show_bug.cgi?id=508107 without
success.
# certutil -N -d sql:/etc/ipsec.d
certutil: function failed: security library: bad database.
2008 Nov 27
2
How to remove ability to delete files
Hi, this is kind of a strange situation. I have a share that I want to
work like a drop box. I want users to be able to create new files and
read existing files, but not be able to delete them (except for the
owner of the dropbox). Does anyone know how to do this?
I've tried every combination I could think of write list, read only,
force group, and sticky bits on the directory itself.
2007 Jun 05
3
Do I need to use a DRB server?
I''m finishing up a rails app that uses Ferret / AAF. I''m using shared
hosting provided by railsplayground.com. My app is pretty small and is
never going to get much traffic, so I''m going with the cheapest plan.
Unfortunately, the cheapest plan doesn''t allow any static processes.
I''ve read multiple recommendations to use a DRB server when using ferret
2008 Nov 13
1
Fwd: Samba memory usage - how big is it?
Sorry forgot to include the list.
> From: Mike Gallamore <mike@mpi-cbg.de>
> Date: November 13, 2008 3:49:21 PM GMT+01:00
> To: Volker.Lendecke@SerNet.DE
> Subject: Re: [Samba] Samba memory usage - how big is it?
>
> I didn't include the whole output which would be about a page. Yeah
> it is just a total of the columns. There is commands for excluding
> shared
2013 Jul 31
1
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
On Wednesday, July 31, 2013 10:35:05 AM Shuah Khan wrote:
> On Wed, Jul 31, 2013 at 5:40 AM, Rafael J. Wysocki <rjw at sisk.pl> wrote:
> > Hi All,
> >
> > The original announcement didn't go to linux-pm, so again:
> >
> > On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote:
> >> Linux Plumbers has approved an ACPI/PM, PCI microconference. The
2013 Jul 31
1
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
On Wednesday, July 31, 2013 10:35:05 AM Shuah Khan wrote:
> On Wed, Jul 31, 2013 at 5:40 AM, Rafael J. Wysocki <rjw at sisk.pl> wrote:
> > Hi All,
> >
> > The original announcement didn't go to linux-pm, so again:
> >
> > On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote:
> >> Linux Plumbers has approved an ACPI/PM, PCI microconference. The
2013 Apr 18
1
2013 Linux Plumbers ACPI/PM, PCI Microconference proposal call for participaton
All:
We would like to hold a combined ACPI/PM, PCI focused microconference as
part of this year's Linux Plumbers conference but first we need to show
that there is enough interest and material that needs covered.
There is a lot of activity in these subsystems so please respond by
submitting presentation or discussion proposals that you would be willing
to cover for consideration (respond to
2013 Apr 18
1
2013 Linux Plumbers ACPI/PM, PCI Microconference proposal call for participaton
All:
We would like to hold a combined ACPI/PM, PCI focused microconference as
part of this year's Linux Plumbers conference but first we need to show
that there is enough interest and material that needs covered.
There is a lot of activity in these subsystems so please respond by
submitting presentation or discussion proposals that you would be willing
to cover for consideration (respond to