similar to: samba question

Displaying 20 results from an estimated 200 matches similar to: "samba question"

2012 Oct 01
7
Passing http_proxy_host option
Hi, I''ve been trying to pass the http_proxy_host option to puppet but it''s not taking. I have tried the following: sudo puppet apply --debug --verbose --http_proxy_host http://user:pass@fqdn.com.au --modulepath ''/tmp/vagrant-puppet/modules-0'' /tmp/vagrant-puppet/manifests/default.pp sudo puppet apply --debug --verbose
2011 Jul 23
2
Dashboard not retrieving inventory
Hi All, Puppet-dashboard appears to be having some trouble. Under inventory, it says: "Could not retrieve facts from inventory service: Permission denied - certs/dashboard.private_key.pem" When I run: curl -k -H "Accept: yaml" https://puppet:8140/production/facts/host.domain I get the expected dump of facts. Versions: puppet-dashboard is 1.1.0 (using passenger) puppet-master
2014 Jul 02
3
number of users
Hello, i using roundcube with dovecot, i have a question if there is possible to know the number of users that using the mail system (in other word the online users) . thanks, best regards, ihab :) -- View this message in context: http://dovecot.2317879.n4.nabble.com/number-of-users-tp48701.html Sent from the Dovecot mailing list archive at Nabble.com.
2014 Mar 31
3
check the user number
There is a way to check the number of user using the system at anytime -- View this message in context: http://dovecot.2317879.n4.nabble.com/check-the-user-number-tp47327.html Sent from the Dovecot mailing list archive at Nabble.com.
2014 Jul 14
3
how many connection by pop3 ?
how many connection by pop3 ? Thanks, Best regrades, -- View this message in context: http://dovecot.2317879.n4.nabble.com/how-many-connection-by-pop3-tp48876.html Sent from the Dovecot mailing list archive at Nabble.com.
2012 Sep 23
2
"Could not find class drew" error message when trying to load module
I posted a vagrant/puppet issue https://groups.google.com/forum/?fromgroups=#!topic/vagrant-up/36lz6yKGfDw (still not sure where the issue lies) so I thought I''d try my luck on the puppet group too. I am trying to load the most basic example of a module as per the puppet docs, using a default vagrant setup which obviously has pupet installed. My folder looks like this: vdrew --
2008 Dec 08
1
Wine + BMO
Hi ALL Wine Users, I have a little Problem, everything is working with wine, but only BMO ( bmoworld.com ) not what can I do. Pls help mfg
2014 Jan 10
2
it's possible to send email from the system after the mailbox quota is full
it's possible to send email from the system after the mailbox quota is full i don't want warning mail i want something else because when i use warning on 100% or 99% or less some times the last message be too large (so if just 5% is free from quota size and the last msg size is 6% from quota ) after that the mailbox will not receive this message or warning message . -- View this
2004 Jun 09
1
authentification in ads2003
Hello, *This msg was already sent yesterday on this ml, but some i found some faults in the mail.* **If anyone can help me... the only thing i'm thinking now is to throw away the servers** I installed Samba 3.0.4 + kerberos 5 + winbind to make the debian woody server joining the Active directory service. Everything seems to be ok, except the authentification. If i try to go to the share of
2019 Jul 23
3
Any plans for ALTREP lists (VECSXP)?
Hello, I was wondering if there were any plans for ALTREP lists (VECSXP)? It seems to me that they could be supported in a similar way to how ALTSTRING works, with Elt() and Set_elt() methods, or would there be some problems with that I?m not seeing due to lists not being atomic vectors? I was taking an approach of converting each list element (of a file-based list data structure) to an ALTREP
2006 Mar 30
1
DID billing
Hi all, Aside from the obvious answer "write your own", anyone know of any DID billing software out there? I'm looking to possibly resell som DIDs to people and want to charge some per/minute rate when forwarding to their ATA devices. I can pull the data off mysql and create invoices but I'm kinda looking for an app similar to ASTCC, A2Billing, etc. where everything happens
2005 Jan 29
7
Sipura SPA-841 auto-answer support [patch]
Sipura has implemented auto-answer in version 0.9.5 of the SPA-841 firmware. However, it is implemented via the Call-Info header, which Asterisk stable doesn't currently support. The attached patch implments a quick hack to support the Call-Info header from the Dial() application by way of setting the CALL_INFO variable. For example, the following macro can be used to dial up a single
2019 Jul 19
2
ALTREP wrappers and factors
Hi Jiefei and Kylie, Great to see people engaging with the ALTREP framework and identifying places we may need more tooling. Comments inline. On Thu, Jul 18, 2019 at 12:22 PM King Jiefei <szwjf08 at gmail.com> wrote: > > If that is the case and you are 100% sure the reference number should be 1 > for your variable *y*, my solution is to call *SET_NAMED *in C++ to reset > the
2019 Jul 23
3
Any plans for ALTREP lists (VECSXP)?
Hi Kylie, Is it a list with only numerics in it? (I only see REALSXPs there, but obviously inspect isn't showing all of them). If so, you could load it up into one big vector and then also keep partitioning information around. Bioconductor does this (see ?IRanges::CompressedList ). The potential benefit here being that the underlying large vector could then be a big out-of-memory altrep. How
2013 Nov 07
2
my quota warning script not getting executed2
Why is my quota warning script not getting executed? :( dovecot version is 1.2.15 this is part of dovecot.conf protocol imap { listen = 127.0.0.1:143 #ji1 quota config mail_plugins = quota } quota = maildir:User quota quota_rule = *:storage=2M quota_exceeded_message=Quota exceeded please go http://www.go.com . quota_warning = storage=99%% /usr/local/bin/quota-warning.sh 99 %u quota_warning2 =
2013 Nov 12
1
how to make quota per user ??
I use dovecot version 1.2.15 and i put quota for all users , now i want to give more size for some emails , i already added the quota to user database , and i added the queries from http://wiki.dovecot.org/Quota/1.1 MySQL: user_query = select uid, gid, home, \ concat('*:bytes=', quota_bytes) as quota_rule \ from users where userid = '%u' # MySQL with userdb prefetch: Remember
2013 Nov 18
1
why the system give the user more size than quota
Hello i put quota rules in the dovecot 1.2.15 the quota is per user and the system read from data base but the system give to user size more than quota any help please -- View this message in context: http://dovecot.2317879.n4.nabble.com/why-the-system-give-the-user-more-size-than-quota-tp45448.html Sent from the Dovecot mailing list archive at Nabble.com.
2013 Nov 19
1
how can i change the content of rejected message
i use dovecot 1.2.15 and set quota in the system and when the quota full for one user1 and other user2 sent a email to this user1 a rejected email will sent to user2 i want to change the content and the title of this email ??? Thanks in advance -- View this message in context: http://dovecot.2317879.n4.nabble.com/how-can-i-change-the-content-of-rejected-message-tp45460.html Sent from the
2019 Jul 17
2
ALTREP wrappers and factors
Hello, I?m experimenting with ALTREP and was wondering if there is a preferred way to create an ALTREP wrapper vector without using .Internal(wrap_meta(?)), which R CMD check doesn?t like since it uses an .Internal() function. I was trying to create a factor that used an ALTREP integer, but attempting to set the class and levels attributes always ended up duplicating and materializing the
2004 Feb 13
0
Sharing A Windows Printer server printer queues With Linux Machines using samba
> Sharing A Windows Printer server printer queues With Linux Machines using samba > Ihab Khoury ikhoury at yahoo.com > Thu Feb 12 23:36:17 GMT 2004 > > > UPDATE:- > I was able to print using smbclient with a username > and use my PDC server pssword. You don't exactly describe what configuration you used so you can't expect an exact answer to your problem. I am