similar to: How to disallow to create files with bad charracters

Displaying 20 results from an estimated 300 matches similar to: "How to disallow to create files with bad charracters"

2006 Apr 10
2
Capistrano with CVS repository doesn''t seem to work
All, Does anyone has any experience with Capistrano against a CVS repository? I am unable to successfully pull a revision onto my remote server when hitting a CVS repository. Here is the relevant output from the cap "update_code" task: * executing "if [[ ! -d ~dusan/eSimplyTest/releases/20060410205540 ]]; then\n cd ~dusan/eSimplyTest/releases;\n
2004 Oct 01
9
Server not responding after Samba upgrade
Hi all, I used to run Samba 2.2.9 on Debian Woody. Yesterday I upgraded it (with all necessary packages) to 3.0.7. Since then, Samba on that server do not respond to netbios queries, only to direct access via IP. Also, when I try to resolv its name using nmblookup, I cannot find it. When I access to server via IP address everything works fine. Any idea ? TIA -- Eng. Dusan Djordjevic
2013 May 20
10
Problem creating user with Puppet
Hi, (Since I am relatively new to Puppet, this might be some trivial problem) I am trying to create a user with Puppet, using following code: user { "clavis": ensure => "present", home => "/home/clavis", name => "clavis", shell => "/bin/bash",
2006 Aug 08
6
rake migrate the first time - uses more than schema_info?
All, I have two migration files, file 1 and file 2. For reasons that I don''t want to go into unless I must, I want to only run file 2 on my production database (file 1 contains a bunch of table creation stuff for already existing tables). I figured if I created a schema_info table and set the version in it to 1, then I could just run rake db:migrate RAILS_ENV=production and just
2007 Feb 22
3
3.0.4-1 domU start problem
Hello, I made upgrade from 3.0.2-2 to 3.0.4-1. I can''t start more than one domUs concurently. for example: I had 3 domUs called www1, www2, www3. I can start www1 and it works fine. Next I start www2 and server go immediately for reboot. I can start www2 and it works fine. Next I start www3 and server go for reboot. ... What''s happened in 3.0.4-1 ? Thank''s Dusan
2013 Feb 05
1
dsync: Invalid server handshake
Hi list, I recently tried to backup mailboxes from an older server machine to a new one in order to move the service to the new machine. Both machines are in the same LAN, I used this command: dsync -R -u username backup ssh -i .ssh/id_rsa username at 192.168.1.11 /opt/local/bin/dsync and I get this error: dsync-local(dz): Error: Invalid server handshake: dsync-server 2 dsync-remote(dz):
2012 Nov 14
1
Switch "Groups" in ehplot (x-axis)
Hello everyone, I would like to switch the place of the Groups in the ehplot function. When I put my data (one vector) in a certain order for the "data vector" of ehplot function, the plot doesn't show me data in the order which I indicated. How to change that? I have one vector for data and one vector for names. This is how it looks like. I would like to have wt first, bimbid
2010 Mar 24
21
ZFS on a 11TB HW RAID-5 controller
Hello all, I am a complete newbie to OpenSolaris, and must to setup a ZFS NAS. I do have linux experience, but have never used ZFS. I have tried to install OpenSolaris Developer 134 on a 11TB HW RAID-5 virtual disk, but after the installation I can only use one 2TB disk, and I cannot partition the rest. I realize that maximum partition size is 2TB, but I guess the rest must be usable. For
2010 Mar 30
1
Resumen de R-help-es, Vol 13, Envío 31
Hola a todos, Sigo la discusin sobre la web de usuarios R y me pregunto porque nadie ha mencionado "Ning". A m me parece una herramienta perfecta para crear las redes sociales, y estoy seguro que satisfacera mayora, si no todos los requisitos propuestos (foros, blogs, fotos, videos, miembros ...) Para crear uno : http://www.ning.com/main/createyourown Aqu podis ver un ejemplo:
2004 Oct 18
1
domain member problem
Hi... I've installed samba3 from source onto a SuSE 8.1 system... I didn't do anything special when compiled, just a regular ./configure; make; make install... Now I added the following to the smb.conf file... security = domain workgroup = tssi password server = orl-fps netbios name = testbed server string = testbed (Samba3 source) socket options = TCP_NODELAY SO_RCVBUF=8192
1997 Oct 20
1
LPRng security
Hi all, I just looked into LPRng to see to what extent it is affected by the problems recently reported for the BSD lpd. It seems that it is fairly safe from those mentioned in the SNI advisory. > Problem 1: File creation > > Individuals with access to the line printer daemon from a privileged > port on a valid print client can tell lpd to create a file, providing > the name of
2017 Dec 22
2
Lua Auth
> On December 22, 2017 at 6:43 AM Mark Moseley <moseleymark at gmail.com> wrote: > > > > > > > > > > > > 2) Is there an appropriate way to return data with spaces in it (or > > presumably other non-alphanum chars. My quota name had a space in it, > > which > > somehow got interpreted as 'yes' , i.e.: > > > > imap:
2009 Nov 23
4
Check if string has all alphabets or numbers
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091123/470946bc/attachment-0001.pl>
2009 Mar 24
4
multiple paired t-tests
Hi R users, I have a very large data set that has two conditioning variables for the test I want to perform. A toy set can be simulated: type<-sample(1:3,100,replace=TRUE) class<-sample(1:20,100,replace=TRUE) value<-rnorm(100) data<-cbind(type,class,value) (though type and class are alphanum) I want to perform the three pair-wise t-tests between types for each class in data. Can
2008 Mar 11
2
Who's wrong, atmail or dovecot?
We recently switched to atmail, as well as dovecot. I noticed in atmail the size of the mailboxes was always reported as 0kb. So, I did some debugging, and it boiled down to the fact that the regular expression used by dovecot expected UID before SIZE, but Dovecot returned SIZE before UID. No biggy, I changed the regex, but I was curious if there was a standard. Here's the imap query
2004 Oct 20
0
Samba as domain member server cannot authenticate users
Hi all, I use Samba 3.0.9 on Debian Woody. I use it as domain member server: workgroup = testdomen security = domain When I join it to domain, it seems it is ok: newhas1:~# net rpc join -U dj.dule%pass Joined domain TESTDOMEN. wbinfo -u lists users, getent passwd also works fine. But when I try to access server from XP comp logged onto a domain, i cannot. I found this in logs: [2004/10/20
2012 Feb 22
0
question about wicd
Hello, I am using SLC6 and wicd for wi-fi. Always during system booting wicd asks me to fill superuser password/or ignore (but in this case wi-fi works bad). I am using KDE ... Do you know the way how to remove this message (exactly small special window) from monitor? Thank you. Regards, Dusan
2017 Dec 22
2
Lua Auth
> On December 22, 2017 at 8:20 AM Mark Moseley <moseleymark at gmail.com> wrote: > > > On Thu, Dec 21, 2017 at 9:51 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > > > > > On December 22, 2017 at 6:43 AM Mark Moseley <moseleymark at gmail.com> > > wrote: > > > > > > > > > > > > > > > > >
2007 Nov 02
3
atmail & centos
hi friends, i'm researching to see if i can run my own email server on centos. i'm looking at qmail & centos, but the problem that i have is it doesn't have the web interface that can similar with outlook. our users don't like squirrelmail, or NOCC, or horde interfaces) however, i found atmail.com and it seems to have what i'm looking for b/c it's kindda
2011 Jan 03
2
Finally upgrading from v1.0.15 to v1.2.16 -- advice please
It's long over due, but now I finally plan on upgrading from v1.0.15 to v1.2.16 on our servers. Would appreciate any comments! We have 7 servers, all running of the same GPFS filesystem. Both maildirs and indexes are stored here. We use dovecot for POP/IMAP and deliver. Currently we're using mysql as authentication source, but want to move to using ldap instead. Can we upgrade one server