search for: frans

Displaying 20 results from an estimated 1401 matches for "frans".

Did you mean: frank
2006 Apr 17
2
Understanding NT_STATUS_OBJECT_PATH_NOT_FOUND
[For those on both this and samba-technical - sorry for the duplication. I meant to send this here, but I experienced a user error. :-) ] I'm having a problem related to the NT_STATUS_OBJECT_PATH_NOT_FOUND error and I am having a little difficulty discovering what this means. [root@monkey admin]# smbclient \\\\dapper\\dfs mypassword -U Myuser -E -W CISNET -D home\\staff\\fran -d0 -Tqca
2020 Oct 31
4
doveadm sync usage ; root INBOX unsynced
Hi, I am trying to import a mail IMAP account using doveadm. Following https://serverfault.com/questions/605342/migrating-from-any-imap-pop3-server-to-dovecot I did it with: doveadm -D -v \ -o imapc_host=mail.oldserver.tld \ -o imapc_user=contact at domain.org \ -o imapc_password=xxxxxxx \ -o imapc_features=rfc822.size \ -o imapc_ssl=starttls \ -o
2012 Dec 21
2
ggplot2: setting martin
...n the standard plot system margins can be set with par(mar=c(...)), but this doesn't work in ggplot2 I thought I could do it with plot.margin, but p+theme(plot.margin= unit(c(0, 0, 0,3), "cm")) doesn't work,it adds extra, external margins. Does anyone know a solution? Thanks Frans ------------------- dr F.H.G. (Frans) Marcelissen DigiPsy ( <http://www.digipsy.nl/> www.DigiPsy.nl) Pomperschans 26 5595 AV Leende tel: 040 7630487 (let op: nieuw nummer, oude nummer blijft actief) skype adres: frans.marcelissen email: <mailto:frans.marcelissen@digipsy.nl> frans.marc...
2016 Jan 28
2
wiki editing rights request
Hi, I'd like wiki editing rights to create/update the StorageSIG Ceph pages. My username is Fran?oisCami and the subject of my future Wiki contributions is going to be Ceph (what else?). Proposed locations: https://wiki.centos.org/Fran%C3%A7oisCami https://wiki.centos.org/SpecialInterestGroup/Storage/ https://wiki.centos.org/SpecialInterestGroup/Storage/Ceph
2005 Sep 07
4
merging flac files
Hi! I was hoping there was a tool which would let me do something like: #flax -o existing.flac --append mytune.flac To merge the 2 files! Also; is it possible to change the velocity/gain of a flac track ? I would love to know how! Regards, Frans
2015 Mar 02
4
Quota and ldap
Content maildirsize : cat Maildir/maildirsize 0S 181243879 2032 19202 1 14239 1 31954 1 Le 02/03/15 14:21, Juan Bernhard a ?crit : > El 02/03/2015 a las 10:01 a.m., Jean-Fran?ois S?n?chal escibi?: >> now dovecot -n give >> >> protocol lmtp { >> mail_plugins = " quota" >> postmaster_address = jf at marche.be >> } >> >> But
2013 Feb 17
2
How to findout the name of a dataframe
...If mydata$v1 is passed to a function, is there way, then, to extract the name of the dataframe? What I now do is passing the name of the dataframe to the funcion, so passing two parameters. Maybe with mydata$v1 it is not possible, but with mydata['v1'] or mydata[,'v1'] it is? Thanks Frans ------------------- Frans Marcelissen fransiepansiekevertje@gmail.com [[alternative HTML version deleted]]
2006 May 11
7
Rails in Dr. Dobbs Journal ?
Hi, I''ve read that Dr. Dobbs Journal''s last issue has a cover article about Rails titled "Ruby On Rails - Java''s Successor?". Can''t find anything about it in http://www.ddj.com Does someone have the paper edition and can confirm that, and tell how the article looks like, and so on. Thanks, -- Jean-Fran?ois. -- ? la renverse.
2005 Oct 03
4
BlindDown doesn''t work anymore ?
Hi all ! Bad day for me. Customer calls, and says he can''t add phones and addresses to his contacts. A bit of looking around confirms the fact. I track HEAD for scriptaculous, because I need in place editor. So, a binary search in the scriptaculous repository revealed that r2137 works, and that r2138 and subsequent don''t. I also tried HEAD (r2444), to no avail. This is
2004 Jan 13
1
SMB Signature verification failed on incoming packet
My setup is Samba/smbclient version 3.0.1 on linux RedHat 9. \\snapper\dfs is a dfs share on snapper, a Win2k3 Active Directory server. My smb.conf contains: [global] realm = ciswinnet.cis.uab.edu workgroup=CISWINNET security = ADS encrypt passwords = yes password server = snapper.cis.uab.edu client use spnego = yes I am trying to run the following command: smbclient \\\\snapper\\dfs
2015 Mar 02
2
Quota and ldap
now dovecot -n give protocol lmtp { mail_plugins = " quota" postmaster_address = jf at marche.be } But nothing change in gosaMailQuota I set size in ko bytes gosaMailQuota : 100000 Le 02/03/15 13:37, Steffen Kaiser a ?crit : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Mon, 2 Mar 2015, Jean-Fran?ois S?n?chal wrote: > >> protocol lmtp {
2015 Mar 02
2
Problems with 2 DCs.
Le 02/03/2015 12:58, Rowland Penny a ?crit : > On 02/03/15 11:02, Jean-Fran?ois Morcillo wrote: >> Le 06/02/2015 17:49, Marc Muehlfeld a ?crit : >>> Hello Jean-Fran?ois, >>> >>> Am 04.02.2015 um 17:51 schrieb Jean-Fran?ois Morcillo: >>>> Troubles come into the place when I try to create a user on the 2nd >>>> DC, >>>> I get
2015 Mar 02
2
Problems with 2 DCs.
Le 06/02/2015 17:49, Marc Muehlfeld a ?crit : > Hello Jean-Fran?ois, > > Am 04.02.2015 um 17:51 schrieb Jean-Fran?ois Morcillo: >> Troubles come into the place when I try to create a user on the 2nd DC, >> I get the following error message: >> samba-tool user create usr1 usr1 >> ERROR(ldb): Failed to add user 'usr1': - >>
2006 Jul 25
7
Problem running rake db:migrate
I''m having a great deal of trouble getting rake to run migrations on our staging server. Everything works fine on my dev box, but trying to run the following on staging results in errors. ----- > rake db:migrate (in /var/www/apps/acadtech2/app) rake aborted! Don''t know how to build task ''db:migrate'' (See full trace by running task with --trace) ---- The
2007 May 17
4
How to mock helpers in view specs ?
Hi all, I am mocking the following Rails view (inside a partial): <%= render :partial => "forums/forum", :collection => forum_category.forums.readable_by(current_user? ? current_user : nil) %> My spec fails with the following message: 1) ActionView::TemplateError in ''forum_categories/index (anonymous user) should only render forums accessible to anonymous
2010 Mar 22
3
Virtio_console usage of early printk
Hi all, As far as I can see, early_put_chars is not used by virtio_console because it checks whether there is a port available before using it. If I understand correctly, this makes it useless because once we have a port, we can use the regular virtio transport to output things to the console. Does the attached patch seem valid ? Feedback from s390 and powerpc users who use this functionality
2010 Mar 22
3
Virtio_console usage of early printk
Hi all, As far as I can see, early_put_chars is not used by virtio_console because it checks whether there is a port available before using it. If I understand correctly, this makes it useless because once we have a port, we can use the regular virtio transport to output things to the console. Does the attached patch seem valid ? Feedback from s390 and powerpc users who use this functionality
1999 Oct 14
3
Slow initial access to shares
...e this problem. W95 machines logon to the network with the 'client for microsoft networks' logon. I did log a trace (loglevel 4, not included with this message) of the initial opening of a share and a subsequent access but can not make much of it. I would appreciate some advise very much, Frans -- Frans C. H. Schneider <mailto:f.schneider@nido.nl> NIDO Universal Machines BV <http://www.nido.nl> Industriestraat 34 <mailto:info@nido.nl> PO Box 30 tel. +31 (0) 548 370 000 7450 AA Holten fax +31 (0) 548 370 233 the Netherlands
2015 Mar 03
1
Problems with 2 DCs.
Le 02/03/2015 19:44, Rowland Penny a ?crit : > On 02/03/15 18:12, Jean-Fran?ois Morcillo wrote: >> Le 02/03/2015 12:58, Rowland Penny a ?crit : >>> On 02/03/15 11:02, Jean-Fran?ois Morcillo wrote: >>>> Le 06/02/2015 17:49, Marc Muehlfeld a ?crit : >>>>> Hello Jean-Fran?ois, >>>>> >>>>> Am 04.02.2015 um 17:51 schrieb
2010 May 21
3
CANCEL Reason
Hello all, I need that Asterisk Always use Reason in a CANCEL. How to do? thank you *Fran?ois * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100521/f3a91f36/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: francois.vcf Type: text/x-vcard Size: 400