similar to: chown and chgrp on 4.5 vs 5.0

Displaying 20 results from an estimated 500 matches similar to: "chown and chgrp on 4.5 vs 5.0"

2008 Aug 25
1
Re: Please die if you wait "too long" RtlpWaitForCriti
Dee Ayy wrote: > On Sun, Aug 24, 2008 at 10:33 PM, vitamin <wineforum-user at winehq.org> wrote: > > > It can only work from cmd.exe. However I'm not sure if it's properly implemented there yet. > > Of course your app have to be console app not gui. > > > > My app is console. But this is an MSVC++ compiled app which runs on > MS Windows cmd.exe
2008 Aug 25
3
Re: Please die if you wait "too long" RtlpWaitForCriti
Dee Ayy wrote: > How can I insure that it gets unlocked? > What you describe indicates that something has gone wrong because a critical section has not been released in a reasonable amount of time. Normally one might be entered for a few milliseconds, if that. Try turning on debug flags to look at the logs to see what calls have been made but have not returned before the
2008 Jul 26
0
No subject
(((echo "some stuff" | wine myexe | tee stdout.txt) 3>&1 1>&2 2>&3 | tee stderr.txt) 3>&1 1>&2 2>&3) > mypipe 2>&1 But I don't think cmd.exe likes pipes nor redirection. I'd hate to have to resort to splitting myexe into two exe's so that I can see if the problem is in the quote section or the ordering section (UNLESS
2007 Mar 08
0
chown/chgrp for winbind users doesn`t work
Hello, I have two Samba Domains and each trust each other (PDCs run 3.0.22). Also I have a samba member server (3.0.24) that runs winbind. When I use wbinfo I can see the user and groups of both domains. I also can chown/chgrp files with users of the domain the server is member of. But I can`t chown/chgrp with accounts of the trusted domain. chown doesn`t work at all. chgrp works, but then only
2006 Oct 31
0
6362068 zfs chown/chgrp doesn''t always work
Author: marks Repository: /hg/zfs-crypto/gate Revision: daa24505790be2859c3416a615beb97cbe02db68 Log message: 6362068 zfs chown/chgrp doesn''t always work Files: update: usr/src/uts/common/fs/zfs/zfs_vnops.c update: usr/src/uts/common/os/policy.c update: usr/src/uts/common/sys/policy.h
2018 Oct 09
2
how to use for example Domain Users of samba using chown chgrp
i am using chgrp and chown to change ownership from centos command line of paths for example domain users to use it in chgrp bur it is telling me the error that no such group exist. what i must do to be able to use samba users and groups from command line using chown and chgrp thank you
2012 Aug 14
2
chown, chgrp?
Hi all, Is there an R wrapper for chown/chgrp (a la Sys.chmod)? I couldn't find one with a few minutes of searching, but it seems like a curious omission. Thanks, Hadley -- Assistant Professor Department of Statistics / Rice University http://had.co.nz/
2008 Nov 24
5
[Bug 1541] New: sftp: the do_stat() failure is ignored for chown, chgrp ops. in parse_dispatch_command()
https://bugzilla.mindrot.org/show_bug.cgi?id=1541 Summary: sftp: the do_stat() failure is ignored for chown, chgrp ops. in parse_dispatch_command() Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 Component: sftp
2008 Aug 27
1
Re: Please die if you wait "too long" RtlpWaitForCriti
Dee Ayy wrote: > On Mon, Aug 25, 2008 at 12:44 AM, vitamin <wineforum-user at winehq.org> wrote: > > > Try: > > > > Code: > > $ wine cmd > > c:> echo "some stuff" | myexe > > > > Interesting way to run wine. However, I get the same response. Then either your program is buggy or Wine's cmd doesn't fully implement what
2012 May 02
6
On Ubuntu 12.04 64 bits : stack overflow
Hi, I have little experience with Wine. I use it to run two old applications I made on Windows98. With WINE 1.4 installed on Ubuntu 11.10 32 bits, they both run fine. On my new install of Ubuntu 12.10 64 bits, with the same settings, one of them won't run. First I installed WINE 1.5.3 from the Wine ppa. Then I uninstalled it and installed WINE 1.4 from the Ubuntu repositories. In both
2016 Jan 21
2
Propagation of foreign c++ exceptions (msvc, x64, llvm 3.7.1, MCJIT) through IR code
Hi all, I have the following code: [use llvm to generate ir_func() ] in side the ir_func() there's a call to a native cpp function that throws an exception. (Just imagine changing the fibonacci example and calling a native c++ func that throws inside the fibonacci body) I can't seem to catch "foreign" exception or any exception using the following pseudo code: try { // cast
2016 Jul 05
2
how to build/install pulseaudio 6.0 on centos 6.8
Hi, Centos 6.8 comes with pulseaudio 0.9, but I want to use pulseaudio 6.0 or higher version, which is used on centso 7. How to build/install new pulseaudio on centso 6.8? Are there some dependency libs for pulseaudio? is there some rpm of pulseaudio 6.0 for centos 6.8? Thanks Regards andrew
2006 Sep 19
2
Deliver-Problem
Hi, I installed a Emailserver based on Debian Sarge, exim (4.50-8sarge2) and dovecot (1.0.rc2-1bpo1). Delivering Mails with Exim to my Maildir works fine. Because I want to filter my messages with Sieve, I tried to deliver mails with deliver, but get the following error message (example with a testmail and user "Debian-exim", not delivered via Exim): --8<-- dovecot: 2006-09-19
2016 Jul 05
4
how to build/install pulseaudio 6.0 on centos 6.8
>> Centos 6.8 comes with pulseaudio 0.9, but I want to use pulseaudio >> 6.0 or higher version, which is used on centso 7. How to >> build/install new pulseaudio on centso 6.8? Are there some dependency >> libs for pulseaudio? is there some rpm of pulseaudio 6.0 for centos >> 6.8? > > From your recent previous posts, you appear to want to have a CentOS 7
2007 May 22
0
tcl font size issue on centso 4.4 x86_64
I have a simply script that I cannot get a font size bigger than 40. Changing the font_size value to 80 does not make the font any bigger just the background. How do I get a bigger font than 40? I run this script as "wish -f file.tcl" What am I doing wrong to not get bigger fonts? THanks, Jerry --------------------------------------------- set font_size 40 set show_window_title 0
2012 Jan 22
2
Centso 6.2 bug ?
Hello, is anyone experiencing this ? I have a sympa process (bulk.pl) which triggers this bug: ------------[ cut here ]------------ WARNING: at kernel/sched.c:5914 thread_return+0x232/0x79d() (Not tainted) Hardware name: X8DTU-LN4+ Modules linked in: cpufreq_ondemand acpi_cpufreq freq_table mperf ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 xt_state nf_conntrack ip6table_filter ip6_tables ipv6
2004 Dec 20
1
rsync: chgrp ... Operation not permitted
Hi all, I've installed rsync to synchronize my linux box and my PowerBook. I have a server whose conf file looks like [letters] use chroot = yes uid = www gid = lha.utils path = /var/hdb/letters read only = no list = yes auth users = pascal,lha secrets file = /etc/rsyncd.secret but when the client tries to write I have: rsync: chgrp "/file/path/here" failed: Operation not
2011 Nov 09
1
default Dovecot-LDA CHGRP/CHMOD
I am familiar with this article http://wiki.dovecot.org/LDA#multipleuids I want to disable setuid-root, but I don't know the default group and permissions. sudo chgrp root /usr/libexec/dovecot/dovecot-lda sudo chmod 00750 /usr/libexec/dovecot/dovecot-lda but my delivery is still failing Nov 9 18:22:39 vl42 postfix/pipe[23039]: DEC54700B1: to=<user at domain.com>, orig_to=<user at
2016 Apr 05
0
chgrp "Domain Admins" on folder return invalid group "Domain Admins"
Hi Jules, > I am trying to deploy Samba4 as a domain controller and a file server and > having some issues.* > > The domain have been well provisioned with option --use-rfc2307 > > I am then trying to create share by following this samba wiki > https://wiki.samba.org/index.php/Shares_with_Windows_ACLs > > The problem is that i cannot succeed to change the group owner of
2016 Apr 05
0
chgrp "Domain Admins" on folder return invalid group "Domain Admins"
On 05/04/16 13:46, Jules Houantonon wrote: > Dear all, > > thank you for your previous mails. It realy help me. > > Denis, Following your mail and thanks to the link i configure my > /etc/nsswitch.conf file by adding windbind to user and group line and > execute winbindd command. > > As i install samba4 from sernet package, init script are created for > starting