search for: contan

Displaying 20 results from an estimated 23 matches for "contan".

Did you mean: contain
2017 Sep 08
3
Problems to configure IMAP Quota
...age on each mailbox is stored in a Mysql database. For several reasons, we would now want to use the IMAP quota feature, not only to let users have the quota displayed from their Mail clients. But testing that features, I encounter two problems : 1) It seems that when we use the sql dict, a map contaning the patern "priv/quota/limit/messages" is mandatory. Not specifying it in dovecot-dict-sql.conf.ext issues an error. As we are interested only by the storage size and don't want to process the number of messages, how to get rid of it ? 2) We store the storage value in kilobytes....
2016 Jan 13
1
FLAC__stream_decoder_seek_absolute calling write callback
...the write callback, my question would be whether this behaviour is guaranteed or not? Is seek_absolute guaranteed to implicitly process the frame containing the requested sample? (in other worfs: a process_single call after a successful seek_absolute call always processes the frame _after_ the one contaning the requested sample) Best regards, Tamas Zahola <tzahola at gmail.com> [1] https://xiph.org/flac/api/group__flac__stream__decoder.html#ga6a2eb6072b9fafefc3f80f1959805ccb
2008 Aug 27
1
conversion of data structure between R and Perl
Dear R users, I am trying to call a Perl subroutine from R . The subroutine returns an arrray contaning three elements wihch are all strings. But the calling in R return an integer which is 0. I have no idea how this could happen. Maybe becasue I shouldn't use system() in R or I should load a particular package for my R in windows. Please help .... -------------------------------------------...
2017 Mar 05
3
Missing security tab samba 4.1.13
>I think your problem is being caused by the OS not knowing your users >and groups, have a look here: >https://wiki.samba.org/index.php/Configuring_Winbindd_on_a_Samba_AD_DC   I will look into that, cheers! >But before you do that, UPGRADE your Samba version. I said that there >have been a lot of improvements, one of them is the 'winbind' built >into the
2013 Dec 31
1
SQLite database file gets corrupted and XP goes blue
...e screen on XP while populating SQLite database, using RStudio and RQLite package. The blue screen says "INVALID PROCESS ATTACH ATTEMPT" before goes into memory check and reboot. The database (file) is corrupted and not readable after this happens. I'm iterating over CSV files, each contans a time-series of as many as 500x5000: rows being dates, columns being dependent variables. For each CSV creates a 500x5000 matrix (preallocated), and it is "remove"-ed immediately after its use, among other relatively large objects. Without this explicit resource deallocation, the blue...
2017 Mar 05
2
Missing security tab samba 4.1.13
...tinct between probably upgrade > related problems and others in your current state The OP does have a working setup, it just isn't working as he expected, probably because he hasn't set up libnss_winbind. > > normally purge the configs and *also* "/var/lib/samba" which contans > all the databases should bring you in a state like nothing tried > before That will not work, mostly because the OP compiled Samba into the default location '/usr/local/samba' Rowland
2009 Aug 05
2
virtual plugin and ACL
...o luck with such settings. Directory /data/mail/%d/%n/data/virtual not even been created. Then I tried to setup ACL for virtual mailbox. Adding "acl" to mail_plugins in imap and lda section and acl=vfile to plugins config. Under /var/mail/virtual in each mailbox I create dovecot-acl file contaning: user=koshikov.n lrwstiekxa authenticated lrwstipe But this didn't work. * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN AUTH=LOGIN] Server ready. a login test qwe a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT THREAD=REFERENCES...
2016 Aug 25
2
Re: [PATCH 0/3] New API: find_inode
2016-08-25 14:09 GMT+03:00 Pino Toscano <ptoscano@redhat.com>: > On Wednesday, 24 August 2016 23:59:53 CEST Matteo Cafasso wrote: > > The find_inode API allows the User to search all the entries referring > > to a given inode and returns a tsk_dirent structure for each of them. > > > > As I didn't want to change unrelated code, there is a little bit > >
2016 Aug 25
0
Re: [PATCH 0/3] New API: find_inode
...ut I'd rather see the duplication dealt > > with sooner than later. > > > In the previous submissions, non related changes were rejected therefore I > thought that was the custom. I don't see how the two cases are the same: what was "rejected" was a single patch contaning both additions documented in the commit message, and unrelated changes such as formatting fixes. I remember to have said that it's a no-go as *single* patch, but they can be sent (and integrated) as different commits. In this case, refactoring and de-duplication of code should be done in di...
2016 Mar 24
0
Re: /proc/meminfo
...fs/cgroup/memory/machine.slice/machine-lxc\\x2dpuppet.infra.scope/memory.limit_in_bytes 17179869184 [root@node]# cat /sys/fs/cgroup/memory/machine.slice/machine-lxc\\x2dpuppet.infra.scope/memory.memsw.limit_in_bytes 18203869184 In our case limit exists and set to 16Gb mem and 16+1 Gb for mem +swap Contaner name puppet.infra, substitute here your container name. 2) if exists - simple attach cgroups to libvirt_lxc pid : node# yum install libcgroup-tools node# cgclassify -g memory:machine.slice/machine-lxc\\x2dLXC_CONTAINER_NAME.scope PID where pid in my case found as: [root@node]# ps ax | grep l...
2017 Sep 10
0
Problems to configure IMAP Quota
...Mysql database. > > For several reasons, we would now want to use the IMAP quota feature, > not only to let users have the quota displayed from their Mail clients. > > But testing that features, I encounter two problems : > > 1) It seems that when we use the sql dict, a map contaning the patern > "priv/quota/limit/messages" is mandatory. Not specifying it in > dovecot-dict-sql.conf.ext issues an error. As we are interested only by > the storage size and don't want to process the number of messages, how > to get rid of it ? Set it to unlimited?...
2017 Mar 05
0
Missing security tab samba 4.1.13
...ent config and Active Directory? as you currently don't have a working as desired setup i would start from scratch because you can't distinct between probably upgrade related problems and others in your current state normally purge the configs and *also* "/var/lib/samba" which contans all the databases should bring you in a state like nothing tried before
2017 Mar 05
0
Missing security tab samba 4.1.13
...rm -rf" is better and in case of a retry i would start with a rpm-spec with %files pointing to /usr/local/samba/ because that makes upgrades / downgrades in the future cleaner instead a "make install" >> normally purge the configs and *also* "/var/lib/samba" which contans >> all the databases should bring you in a state like nothing tried >> before > > That will not work, mostly because the OP compiled Samba into the > default location '/usr/local/samba' missed that - but must be the case because he refers to RHEL7/CentOS7 which ships...
2004 Dec 02
0
Incoming SIP calls not being sent to "s" extension
...e=very My FWD, SIPPhone, etc. accounts are configured *exactly* the same except for different usernames, secrets, and hosts and they work fine...calls to those numbers go to the "s" extension in context ivr-incoming as they should. I did come up with a workaround (make a special context contaning the "s00" username as an extension that just Gotos the s extension in ivr-incoming), but I shouldn't have to do that... -SC -- Stanley Cline -- sc1 at roamer1 dot org -- http://www.roamer1.org/ ... "Never put off until tomorrow what you can do today. There might be a law ag...
2004 Sep 17
0
HwGUI using Wine
...based in Windows API, and use the compilator xHarbour and Compilator C (in Linux GCC, in Windows Borlanc C++ or Visual C++ or Pelles C) but my question is; I need help to compile the HwGUI in Linux using Winelib, for this is necessary run the xHarbour and compilator GCC, and creation the LIB Hwgui contaning Winelib. The sourceforge for hwgui is http://sourceforge.net/projects/hwgui/ The xharbour www.xharbour.org Sourceforge http://sourceforge.net/projects/xharbour/ Escuse my bad english, not is my native languase. Best Regards Sandro Freire http://www.lumainformatica.com.br
2015 Jul 17
0
[PATCH 1/2] mllib: add and use read_first_line_from_file
Move the read_password_from_file helper in Password to mllib with a more generic name, and use it in place of the former. Also, use it in v2v instead of reading the whole file contaning a password: given that the documentation says that the whole content is used, there will not be newlines in the password file, so the behaviour will be preserved. The oly difference is that newline is no more an acceptable character for passwords, but that is a really unlikely (if not impossible...
2011 Aug 03
2
Malformed CSV Error
Hello, I am getting error :- #<CSV::MalformedCSVError: Unclosed quoted field on line 1892.>. I have following code :- -------------------------------------------------- @parsed_file = CSV.open("#{RAILS_ROOT}/private/sales_report_files/#{@file_folder}/#{@sub_file_folder}/#{@file_name.filename}",''r'',:col_sep =>?\t) @parsed_file.each_with_index do |row, index|
2015 Jun 26
3
Re: URI Handling Patch
> > > By default, when saving a URI using xmlSaveUri it escapes everything in > the URI. QEMU doesn't want anything escaped, so now I unescape > everything after the URI is generated. Unfortunately there's no flag to > change the default behavior. > > I'm not sure that's the actual issue here, but I'm somehow included to > think this is another
2013 Dec 15
3
Why doesn't Asterisk try to prevent transcoding
Let's say I have two devices configured and the follow call scenarios occur. [100] disallow=all allow=g722&ulaw Polycom phone with g722,ulaw,alaw,g729 [101] disallow=all allow=ulaw Polycom phone with g722,ulaw,alaw,g729 101 dials 100 -> ulaw to ulaw is chosen 100 dials 101 -> g722 to ulaw is chosen Ideally when 100 dials 101 ulaw would be chosen since it is the common format.
2011 Aug 05
2
Request for new UPS support : Tecnoware ECO LCD 650VA
Hello! I'm not a very happy owner of "Designed in Italy and manufactured in China" Tecnoware ECO LCD 650 UPS. Plan was to use it with FreeNAS 8 on HP Microserver... But this plan gone bad. I want to ask you to look at another "Megatec USB" protocol implementation. This UPS controlled by UPSilon 2000 program (Windows OS). Protocol type Mega(USB). Bad things: - Program does