Displaying 20 results from an estimated 200 matches similar to: "Drivers supporting space_hard_limit"
2017 May 10
3
Using smbclient and mount.cifs with SPN in Keytab
Hi,
for a static cifs mount (automount from fstab) I would like to use
kerberos with a SPN. The share is accessed from a http service, so I use
HTTP/www.samdom.example.com with the username
http-www.samdom.example.com. Unfortunately I can not get it to work.
The keytab is generated as described on [1].
# klist -kt /etc/http.keytab
Keytab name: FILE:/etc/http.keytab
KVNO Timestamp
2017 Apr 04
1
Apache2 Kerberos-Authentication and LDAP-Authorization
Hi,
I built an apache config which combines Kerberos-Authentication and
LDAP-Authorization to allow SSO and require ldap-group at the same time.
I think this might be interesting to add to [1], but before that, I
would like to have it double-checked, to be sure that it adds no
security issues.
The steps to create the keytab file, etc are from the other two guides,
except that the user
2019 Dec 17
7
Hosted printer drivers can not be used
Hi,
I have problems setting up the printer drivers using samba. I use a
fresh setup of Samba Version 4.11.4-SerNet-Debian-6.buster and followed
* https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
* https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Print_Server
* .../Setting_up_Automatic_Printer_Driver_Downloads_for_Windows_Clients
Cups is the default debian setup with
2019 Dec 18
0
Hosted printer drivers can not be used
Hi Rowland,
> Well yes, you may have, but at least Samba will know who your users are ;-)
>
> This needs fixing before the printers can be.
Fixed it, I have now the following and reset all file permissions:
idmap config * : backend = tdb
idmap config * : range = 3000-7999
idmap config SAMDOM : backend = rid
idmap config SAMDOM : range = 10000-999999
Unfortunately I have
2017 May 10
0
Using smbclient and mount.cifs with SPN in Keytab
Does it work if you test like this.
kinit testuser at EXAMPLE.COM
mount -t cifs -o sec=krb5 //server.example.com/export /mnt/cifs
Have a look here :
https://runops.wordpress.com/2015/03/05/setup-linux-cifs-autofs-automount-using-kerberos-authentication/
I cant tell much about automount, i use it but through systemd for my nfsv4 mounts.
Greetz,
Louis
> -----Oorspronkelijk
2019 Dec 17
3
Hosted printer drivers can not be used
On 17/12/2019 14:20, L.P.H. van Belle via samba wrote:
>>> smb.conf:
>>> [global]
>>> security = ADS
>>> realm = SAMDOM.EXAMPLE.COM (redacted)
>>> workgroup = SAMDOM (redacted)
>>>
>>> idmap config * : backend = tdb
>>> idmap config * : range = 3000-7999
>> Whilst you have read
2019 Dec 18
3
Hosted printer drivers can not be used
Hai Christian,
Hm,, you tried that Universal driver and it did not work for you,. .. :-/
That worked fine for me, so its one to have a better look at.
I saw you used acl_xattr:ignore system acl also.
After you changed smb.conf, did you re-apply also the rights on the shares?
Try it in this order, first setup the share and correct the rights.
Then correct the rights on the file system,
2012 Mar 19
0
Sankey Diagrams in R
Dear R-list,
I am trying to visualize where the dropout happens in our patient flow. We are currently using traditional flowcharts and it bothers me that I can't visualize both the percentage and the flow in one diagram.
The other day I came across some interesting diagrams doing exactly what I wanted, they had both flow and percentages visualized on one diagram. Here is some nice examples
2007 Jun 08
1
Question about Running C code from R
Dear R-devel,
Apologies for sending what is probably a very simple question to R-devel: I am definitely missing something very simple and can't work out what it is. I've been trying to find the problem here for about a month and need some help!
I am trying to work out how to run a C program from an R script. Rather than try the C program directly, I'm trying to get a much simpler
2013 Sep 24
0
Re: how to mount /dev/shm on system container
On Tue, Sep 24, 2013 at 03:07:11PM +0530, Aarti Sawant wrote:
> i have create a system container test1 and trying to mount /dev/shm inside
> a container
>
> <domain type='lxc'>
> <name>test1</name>
> <memory>102400</memory>
> <os>
> <type>exe</type>
> <init>/sbin/init</init>
> </os>
>
2013 Sep 24
2
how to mount /dev/shm on system container
i have create a system container test1 and trying to mount /dev/shm inside
a container
<domain type='lxc'>
<name>test1</name>
<memory>102400</memory>
<os>
<type>exe</type>
<init>/sbin/init</init>
</os>
<vcpu>1</vcpu>
<devices>
<console type='pty'/>
2011 Aug 18
2
problem installing WINE
Hi, I had to rearrange the user accounts on my iMac (10.6.8) and need to re-instal WINE from the new admin account since the original one got mucked up (for one thing, the .wine directory got deleted which is in user space). It's objecting to the activation of python27:
---> Activating python27 @2.7.2_0+universal
Error: Target org.macports.activate returned: Image error:
2009 Jul 14
4
[Bug 22765] New: Nouveau KMS makes framebuffer consoles unusable on 9800M
http://bugs.freedesktop.org/show_bug.cgi?id=22765
Summary: Nouveau KMS makes framebuffer consoles unusable on 9800M
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at
2018 Oct 22
1
Re: Questions regarding migration from QEMU to libvirt
Hi,
First of all, thanks for your feedback :)
On 10/17, Martin Kletzander wrote:
> On Wed, Oct 03, 2018 at 01:04:50PM -0300, Rodrigo Siqueira wrote:
> > Hi,
> >
> > My colleagues and I have a set of scripts that we use to automate our
> > daily tasks related to the Linux Kernel. As a result, most of our code
> > relies on the QEMU features; and recently we
2006 Jan 16
3
routing to controller inside module
Hey,
am i to stupid to find the information about how to route to a
controller in a module? Maybe module support has gone!
The controller is under:
app/controllers/admin/my_controller.rb
The my_controller.rb file looks like this:
module Admin
class MyController
def index
render :text => ''Hello!''
end
end
end
How does a route to all controllers under module
2007 Feb 09
1
Confusion regarding standard file permissions.
Hello,
I am attempting to extend the standard manifest generated by puppetd --genmanifest. Interestingly, it seems like my file configurations are not being honored in terms of permissions and ownership. Instead, the default permissions and owners are being set. Is there some way to override the defaults from within a manifest?
Also, I attempted to use the special parameters in the
2005 May 17
1
Simple Ajax form submission question
Hello,
I''m new to this Ajax thing but it''s perfect for a project of mine.
But I can''t figure out how to best pass the form data. This is a text
field that should be on every page of my application. In my layout,
the form submission looks like this:
<%= form_remote_tag :update => ''comment'', :url => { :controller
=>
2006 Feb 08
2
Adding routes via a plugin...
I have a plugin that I am working on that will as part of its distribution
contain a controller. I would like to be able to add a route for it in the
plugin''s init.rb so that when the plugin is loaded, the route will
automatically be registered without having to force the user to edit
routes.rb or even make a rake task to do it for them.
I saw the following code in one of the SVN
2005 Mar 01
3
problems with apache
Hi all
I''m currently running rails on apache/windows and it seems like rails
has trouble getting started the first few times I start apache and
request a page.
I created a blank controller called ''test'', and it has an index method
and associated index.rhtml file. (All it contains is <p>hello world</p>)
I keep getting ''500 server
2007 May 03
2
SIP peer / Maximum retries exceeded on transmission
Hi Everyone,
I was hoping someone might know why I am experiencing a problem with
Asterisk logging the event:
[May 3 12:07:41] WARNING[30371] chan_sip.c: Maximum retries exceeded on transmission 03f007af2b15cd0b54b0c368265d97be@sip.externalprovider.com for seqno 669371069 (Critical Response)
This is happening after:
- call is setup, 2 way audio
- call can function correctly for up to 5