Displaying 20 results from an estimated 400 matches similar to: "你看到的,不一定会相信,你相信的I一定会看到"
2005 Oct 30
1
smbmount codepage/iocharset settings vs NT4
Hi,
I'm in the process of setting up a backup server for a somewhat
antiquated NT4 server. Backup server is CentOS-4 (~ RHEL-4),
kernel-2.6.9-11.EL, samba-client-3.0.10-1.4E, rsync-2.6.3-1,
LANG=en_US.UTF-8. NT4 shares are mounted on the server and rsynced to
local disk.
This setup is working pretty well, however on the NT box there are some
files with names containing odd characters like
2008 Feb 08
0
Re: discrepancy between what quota reports and what du reports
On Feb 7, 2008 4:31 PM, ankush grover <ankushcentos at gmail.com> wrote:
> Hi Friends,
>
>
> I am running samba as domain member of AD 2k3 on Centos 4.4 . Quota of
> 2GB is set for each user but for one of the user quota or edquota is
> showing wrong blocks even though disk space occupied by that user is
> 809M.
>
>
> quota bhavesh.kumar
> Disk quotas for
2008 Feb 19
1
discrepancy between what quota reports and what du reports (second time post)
Hi Friends,
I am running samba as domain member of AD 2k3 on Centos 4.4 . Quota of
2GB is set for each user but for 2-3 uers quota or edquota is
showing wrong blocks even though disk space occupied by that user is
very less than the quota specified for ex 810 MB.
quota bhavesh.kumar
Disk quotas for user bhavesh.kumar (uid 11254):
Filesystem blocks quota limit grace files quota
2013 Feb 08
0
Very long delay for shutdown.restart on usbhid-ups powercom
I'm testing a Powercom UPS (branded as Control System 2 STD80S:
http://www.cs2.it/home.php?goto=prodotti&cat=0&idp=2&subid=0) with NUT.
It is a USB HID device, with ID 0d9f:0004.
I configured nut-server to use driver usbhid-ups and it works almost
correctly: upsd communicates right with the device, upsmon catches its
events...
But when I try to perform a Forced Shutdown, UPS pauses
2014 Mar 02
0
Bug#710650: marked as done (xen-api: FTBFS: gcc: error: /home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xc/../../../../tools/libxc/libxenctrl.so: No such file or directory- build ocaml/xapi rrddump.opt)
Your message dated Sun, 02 Mar 2014 18:42:06 +0000
with message-id <E1WKBKw-0004SD-Mw at franck.debian.org>
and subject line Bug#740517: Removed package(s) from unstable
has caused the Debian Bug report #710650,
regarding xen-api: FTBFS: gcc: error: /home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xc/../../../../tools/libxc/libxenctrl.so: No such
2013 Sep 05
1
[LLVMdev] AVX calling convention?
I am tracking down an x86-64 code generation problem that has to do with AVX instructions. The symptom is: a function is called, and the upper half of the function argument (which is short16) is zero. This happens only when I compile code with pocl, but not when I use clang and/or llc manually.
I tracked this down to the following. The call site looks like
vmovdqa 24064(%rsp), %ymm0
vmovdqa
2014 Mar 02
1
cisco spa phones and sal
Hi
?? I have been trying for several days get 3 Cisco spa508g phones
(firmware 7.5.5) to work with asterisk 11.6 cert1 and sla. I can get
the phones to all ring when an incoming call arrives, and I see the
slatrunk working. However the blf function does not work. If one
extension picks up the call the others do not show the trunk in use.?
And as you might expect the hold and outbound dialing does
2005 Jul 21
0
Samba and permissions question
Hi
I am running Samba 3.0.14a on a Solaris box and want to permit users to set file permissions to 755 in their home directories as there is a lot of collaborative work involved in our products. I would have thought this should work in my smb.conf file. The smb.conf is live and running version and works fine through testparm....
[homes]
path=/home/%u
browsable = no
read only = no
create
2014 Mar 03
3
[LLVMdev] [cfe-dev] C++11 reverse iterators (was C++11 is here)
On Sun, Mar 2, 2014 at 9:26 PM, Chris Lattner <sabre at nondot.org> wrote:
>
> On Mar 2, 2014, at 8:53 PM, Renato Golin <renato.golin at linaro.org> wrote:
>
> > On 3 March 2014 12:32, Pete Cooper <peter_cooper at apple.com> wrote:
> >> Would those work with a foreach construct? Perhaps I forgot to mention
> that was what I'm trying to work out
2014 Mar 02
2
[LLVMdev] [RFC] C++11: beware unnecessary copies with auto
It’s easy to copy unintentionally when using ‘auto’, particularly inside
range-based for loops. My experience is that defaulting to const& makes
code easier to get right (and easier to read).
Anyone see an issue with the attached patch to the coding standards?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: beware-copies-with-auto.patch
Type:
2014 Mar 02
0
Dsync replication with LDAP and auth_bind=yes
Hello,
I have working dovecot configuration with LDAP based authentication in
Active Directory.
I'd like to use dsync replication but dovecot can't do user lookups.
Is it possible to configure replication in such architecture?
doveadm user '*'
Returns only one local dovecot user.
dovecot --version
2.2.10
My dovecot-ldap.conf look as follows:
hosts =
2014 Mar 03
2
[LLVMdev] [cfe-dev] C++11 reverse iterators (was C++11 is here)
On Mar 2, 2014, at 10:27 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
> On Sun, Mar 2, 2014 at 10:13 PM, Saleem Abdulrasool <compnerd at compnerd.org> wrote:
> On Sun, Mar 2, 2014 at 9:26 PM, Chris Lattner <sabre at nondot.org> wrote:
>
> On Mar 2, 2014, at 8:53 PM, Renato Golin <renato.golin at linaro.org> wrote:
>
> > On 3 March 2014
2014 Mar 02
2
[LLVMdev] Stub LLVM backend wanted
I'm trying to port LLVM to a new architecture. I'm finding that the
initial bootstrapping stage of getting something which will build, even
if it doesn't work, is complex and rather disheartening --- there's this
huge cliff of difficulty in just getting all the boilerplate laid out
correctly, before getting to the fun stuff. The other backends are of
limited use here because, of
2014 Mar 03
3
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
While doing the conversion of LLVM_OVERRIDE to 'override' last night, I
noticed that the code base is rather inconsistent on whether the 'virtual'
keyword is also used when 'override' is used.
Should we have a coding standard for this? What's the preferred direction
here? Seems not having 'virtual' is less overall text, but not sure how
others feel.
Related,
2011 May 23
3
samba 3.2.5 + ACLs - read/write permission become read only
IN SHORT:
- READ+WRITE becomes READ ONLY
- OWNER ACL Permissions for "another User" affects Group ACL Permissions
Hi Experts,
we recently figured some strange behaviour on our Debian 5 (Lenny, uname
2.6.26-2-686) + Samba 2:3.2.5-4lenny14 server that i would like to
discuss here. I cannot tell apart if its a bug or just lack of
understanding. Here is the Scenario:
I got a samba
2006 Jul 27
0
kernel BUG at fs/bio.c (kernel 2.6.9-34.0.2.EL)
Hi folks,
Backing up a host as noted below im getting over and over again the same issue
on actual kernel, details:
- Backup host has a pci/usb2.0 card, with a 250gb usb 2.0 disk attached,
- Celeron 900 family
- Remote host, local console from boot linux rescue:
# dd if=/dev/hda conv=sync,noerror | ssh -c blowfish root at 192.168.0.6 "dd
of=/media/backup/vol-hda.raw.img"
- Backup
2012 Sep 11
1
Bug#687284: /usr/lib/xcp/bin/xe-reset-networking uses Fedora-specific paths
Package: xcp-xapi
Version: 1.3.2-11
xe-reset-networking uses Fedora/CentOS-specific paths like /etc/firstboot.d (perhaps /var/lib/xcp/firstboot.d instead? - this is used in other places) and /etc/sysconfig and possibly others. The script doesn't properly reset networking due to this.
Regards,
Ognyan Kulev
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
2012 Nov 09
1
Bug#692841: xen-api: [INTL:ja] New Japanese translation
Package: xen-api
Version: 1.3.2-12
Severity: wishlist
Tags: patch l10n
Dear xen-api package maintainer,
Here's Japanese po-debconf template translation (ja.po) file that
reviewed by several Japanese Debian developers and users.
Could you apply it, please?
--
victory
http://userscripts.org/scripts/show/102724
-------------- next part --------------
A non-text attachment was
2013 Aug 06
1
Bug#718864: wrong default route
Package: xcp-xapi
Version: 1.3.2-15
Severity: important
New wheezy box
Follow the setup instructions for xcp-xapi, choosing openvswitch networking
Only loopback is defined in /etc/network/interfaces (the way it should
be for XCP)
IP address, router, DNS has been configured statically with
pif-reconfigure-ip
After reboot, the IP address is assigned correctly on the bridge
interface but some
2013 Dec 31
1
Bug#733694: please do not depend on module-init-tools
Package: xcp-networkd
Severity: important
Your package currently depends on the module-init-tools package,
which since March 2012 has become a dummy transitional package.
Please update your package to depend on kmod, because I want to
remove the transitional package.
You only need to replace "module-init-tools" with "kmod" in
debian/control.
--
ciao,
Marco
--------------