Displaying 14 results from an estimated 14 matches for "mod_nam".
Did you mean:
mod_name
2006 May 05
1
Help with ActiveRecord
...'
end
Interacting with it in script/console
>> AdminQueue.new
=> #<AdminQueue:0x240a910 @attributes={"topic_id"=>nil,
"resolved"=>nil, "updated_on"=>nil, "action"=>nil, "type"=>nil,
"post_id"=>nil, "mod_name"=>nil, "count"=>1, "user_id"=>nil,
"comment"=>nil}, @new_record=true>
>> AdminQueue.find(:all)
SyntaxError: (eval):1:in `compute_type'': compile error
(eval):1: parse error, unexpected tINTEGER
Object::0
^
from /opt/lo...
2018 Jul 26
8
[RFC PATCH v1 0/6] Resolve unwanted DMA backing with IOMMU
Hello,
There is a trouble on ARM with DMA allocations made by device drivers,
the trouble is that DMA allocations are getting implicitly backed with
IOMMU mapping by the driver core if IOMMU presents in a system and IOMMU
could handle device. This is an undesired behaviour for drivers that
manage IOMMU by themselves, like NVIDIA Tegra GPU driver. On arm32 the
implicit backing happens if
2008 Aug 18
0
Error loading module ad.so on AIX
...LAGS=-I/opt/pware/include LDFLAGS=-L/opt/pware/lib
I then edited the Makefile so that the following libraries were included:
LIBS=-liconv -ldl -lcom_err -lnsl
And then to fix an AIX specific error I updated a line in
/usr/include/sys/stropts.h to read:
#define mod_filename ...
instead of:
#define mod_name
I was able to successfully compile and link everything and start samba up.
However, I'm unable to get user info from winbind (using wbinfo -i) or convert
SIDs to uids, uids to SIDs, SIDs to usernames or usernames to SIDs. However,
wbinfo -u and wbinfo -g work just fine.
When I looked at lo...
2010 May 19
0
[Announce] Samba 3.5.3 Available for Download
...* BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
* BUG 7417: Fix setting of passwords via 'net rpc user password' command.
* BUG 7418: Fix 'net rpc printer list' command.
o Olaf Flebbe <o.flebbe at science-computing.de>
* BUG 7421: Rename mod_name to module_name.
o Bj?rn Jacke <bj at sernet.de>
* BUG 7352: Make TIME_T_MAX defines consistent.
* BUG 7385: Fix building with Solaris' gcc.
o Jeff Layton <jlayton at redhat.com>
* BUG 7315: Fix segfault in mount.cifs.
o Volker Lendecke <vl at samba.org>...
2010 May 19
0
[Announce] Samba 3.5.3 Available for Download
...* BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
* BUG 7417: Fix setting of passwords via 'net rpc user password' command.
* BUG 7418: Fix 'net rpc printer list' command.
o Olaf Flebbe <o.flebbe at science-computing.de>
* BUG 7421: Rename mod_name to module_name.
o Bj?rn Jacke <bj at sernet.de>
* BUG 7352: Make TIME_T_MAX defines consistent.
* BUG 7385: Fix building with Solaris' gcc.
o Jeff Layton <jlayton at redhat.com>
* BUG 7315: Fix segfault in mount.cifs.
o Volker Lendecke <vl at samba.org>...
2012 Jan 10
3
I am looking to try to mixing sounrce and content in a file instance
Let''s start with this:
class whatever ( $myType=''other'' ) {
file { "some-config-file":
...
content => $myType ? {
''this'' => template("whatever/this.erb"),
''that'' => template("whatever/that.erb"),
''other'' =>
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi,
This series of patches implements the Xen paravirt-ops interface. It
applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think
"unwinder" is the only patch which doesn't apply to git13, and the
sched-clock patches are the only ones which this series actually
needs).
Changes since the last posting:
- More netfront review and cleanup
- Added ability to
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi,
This series of patches implements the Xen paravirt-ops interface. It
applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think
"unwinder" is the only patch which doesn't apply to git13, and the
sched-clock patches are the only ones which this series actually
needs).
Changes since the last posting:
- More netfront review and cleanup
- Added ability to
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi,
This series of patches implements the Xen paravirt-ops interface. It
applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think
"unwinder" is the only patch which doesn't apply to git13, and the
sched-clock patches are the only ones which this series actually
needs).
Changes since the last posting:
- More netfront review and cleanup
- Added ability to
2007 May 22
35
[patch 00/33] xen: Xen paravirt_ops implementation
Hi,
This is the Xen implementation for the paravirt_ops interface. The
series is based on 2.6.22-rc1-mm1, and I think its ready to be cooked
in -mm with a view to being merged in 2.6.23.
The first part of the series is some small changes to the core kernel.
Apart from the new code added in "Allocate and free vmalloc areas"
(posted many times before), they are simply a few one-liners
2007 May 22
35
[patch 00/33] xen: Xen paravirt_ops implementation
Hi,
This is the Xen implementation for the paravirt_ops interface. The
series is based on 2.6.22-rc1-mm1, and I think its ready to be cooked
in -mm with a view to being merged in 2.6.23.
The first part of the series is some small changes to the core kernel.
Apart from the new code added in "Allocate and free vmalloc areas"
(posted many times before), they are simply a few one-liners
2007 May 22
35
[patch 00/33] xen: Xen paravirt_ops implementation
Hi,
This is the Xen implementation for the paravirt_ops interface. The
series is based on 2.6.22-rc1-mm1, and I think its ready to be cooked
in -mm with a view to being merged in 2.6.23.
The first part of the series is some small changes to the core kernel.
Apart from the new code added in "Allocate and free vmalloc areas"
(posted many times before), they are simply a few one-liners
2007 May 04
31
[patch 00/29] xen: Xen implementation for paravirt_ops
Hi Andi,
This series of patches implements the Xen paravirt-ops interface.
It applies to 2.6.21-git3 + ff patches-2.6.21-git3-070501-1.tar.gz.
Changes since the last posting:
- reviews of xenbus (me), netfront (hch, rusty, herbert xu) and
blockfront (hch), with most comments addressed. Netfront review
revealed a couple of real bugs, and the code for all three is looking
cleaner
2007 May 04
31
[patch 00/29] xen: Xen implementation for paravirt_ops
Hi Andi,
This series of patches implements the Xen paravirt-ops interface.
It applies to 2.6.21-git3 + ff patches-2.6.21-git3-070501-1.tar.gz.
Changes since the last posting:
- reviews of xenbus (me), netfront (hch, rusty, herbert xu) and
blockfront (hch), with most comments addressed. Netfront review
revealed a couple of real bugs, and the code for all three is looking
cleaner