Displaying 11 results from an estimated 11 matches for "store01".
2012 Mar 16
1
NFS Hanging Under Heavy Load
...ith some of our sensitive system's backup windows. On the NFS server side
we see the following in dmesg. Originally I thought it was related to
dirty writeback cache, but I adjusted dirty_writeback_centisecs and am
still seeing the issue.
dmesg during the problem window:
Mar 16 07:01:21 *****store01 kernel: __ratelimit: 11 callbacks suppressed
Mar 16 07:01:21 *****store01 kernel: nfsd: page allocation failure.
order:2, mode:0x20
Mar 16 07:01:21 *****store01 kernel: Pid: 6041, comm: nfsd Not tainted
2.6.32-220.4.2.el6.x86_64 #1
Mar 16 07:01:21 *****store01 kernel: Call Trace:
Mar 16 07:01:21 **...
2014 Sep 03
7
Does virsh actually work?
...e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f running
- 81c50b5a-24ef-47d5-88ae-16ee7f4f9537 shut off
- acd06610-c919-450b-97c8-8e49b9a0d45c shut off
root@huey:/tmp# virsh migrate --live --p2p
e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f qemu+ssh://10.10.11.204/system
error: Failed to open file
'/mnt/store01/virt/e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f.qcow2': No such
file or directory
root@huey:/tmp# ls -al /mnt/store01/virt
total 9140768
drwxr-xr-x 2 libvirt-qemu kvm 4096 Sep 3 10:17 .
drwxr-xr-x 13 root root 4096 Aug 28 10:39 ..
-rw-r--r-- 1 libvirt-qemu kvm 3271688192 Aug...
2016 Jan 30
2
fts_autoindex - index-worker problem
...ailLocalAddress=gk12k_0029 at 08wt09.jp
mailRoutingAddress mailLocalAddress -LLL
dn: uid=gk12k_0029,dc=08wt09,dc=jp
mailRoutingAddress: 0029 at 09.jp
mailLocalAddress: gk12k_0029 at 08wt09.jp
--------------------------------------------
dovecot log of the problem
------------------
Jan 31 01:19:51 store01 dovecot: lmtp(24252): Connect from 10.129.75.77
Jan 31 01:19:51 store01 dovecot: lmtp(0029 at 09.jp): copy from <lmtp
DATA>: box=INBOX, uid=40, msgid=<foobar>, size=377
Jan 31 01:19:51 store01 dovecot: lmtp(0029 at 09.jp):
pdn7JafirFa8XgAAbv3f4A: from=hogehoge at example.jp,
to=gk12k_00...
2014 Sep 03
0
Re: Does virsh actually work?
Try creating a blank file on the target system at
/mnt/store01/virt/e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f.qcow2 on 'dewey'.
Migrations really don't go well when the target disk doesn't exist. I'm
not certain why this is, I think the migration feature was mainly built
with shared storage in mind.
On 9/3/2014 3:05 PM, Gary Hook wrote:
>...
2014 Sep 03
0
Fwd: Does virsh actually work?
On Wed, Sep 3, 2014 at 2:12 PM, Brian Rak <brak@gameservers.com> wrote:
> Try creating a blank file on the target system at
> /mnt/store01/virt/e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f.qcow2 on 'dewey'.
>
Yes, tried that before posting. At least, with a simple "touch" command.
> Migrations really don't go well when the target disk doesn't exist. I'm
> not certain why this is, I think the migratio...
2007 Jun 22
1
Nagging performance issues with Vista
...e's my smb.conf:
--------------------------------------------
[global]
workgroup = PC
netbios name = safari
server string = Samba %v
log file = /var/log/samba/log.%m
max log size = 500
log level = 0
hosts allow = 192.168. 127.
guest account = smbguest
security = user
map to guest = Bad User
[store01]
path = /mnt/store01
browseable = yes
writable = yes
guest ok = yes
guest only = no
create mask = 0755
vfs objects = readahead
[store02]
path = /mnt/store02
browseable = yes
writable = yes
guest ok = yes
guest only = no
create mask = 0755
vfs objects = readahead
[store03]
path = /mnt/store03
comm...
2019 Mar 14
2
Quota questions
...r example this gives each user
# their own 100MB quota and one shared 1GB quota within the domain
plugin {
quota = dict:User quota::proxy::quota
quota2 = dict:Group quota:%d:proxy::quota_domain
quota_rule = *:storage=1024M
quota2_rule = *:storage=2048M
}
But If I run
[TEST] root at mail-store01.test.host.sk: /etc/dovecot # doveadm quota get -u '*'
Username Quota name Type Value Limit %
test01 at test.host.sk User quota STORAGE 1 1024...
2019 Mar 14
1
Quota questions
...>>
>> plugin {
>> quota = dict:User quota::proxy::quota
>> quota2 = dict:Group quota:%d:proxy::quota_domain
>> quota_rule = *:storage=1024M
>> quota2_rule = *:storage=2048M
>> }
>>
>>
>> But If I run
>> [TEST] root at mail-store01.test.host.sk: /etc/dovecot # doveadm quota get -u '*'
>> Username Quota name Type Value Limit %
>> test01 at test.host.sk User quota STORAGE 1 1024...
2004 Feb 03
3
How do I get pam_mkhomedir to work
...te mode = 0660
force directory mode = 0770
[homes]
path = /home/%D/%U
browseable = no
read only = no
create mask = 0600
directory mask = 0700
writable = yes
if I try su - DOMAIN+Username from a shell prompt
I get the following reply
[root@store01 pam.d]# su - LEARNINGDOMAIN+Administrator
su: warning: cannot change directory to /home/LEARNINGDOMAIN/Administrator: No
such file or directory
-bash-2.05b$
So I get logged in but I remain in the current working directory
any advice gratefully received
Tim
2019 Mar 14
0
Quota questions
...and one shared 1GB quota within the domain
>
> plugin {
> quota = dict:User quota::proxy::quota
> quota2 = dict:Group quota:%d:proxy::quota_domain
> quota_rule = *:storage=1024M
> quota2_rule = *:storage=2048M
> }
>
>
> But If I run
> [TEST] root at mail-store01.test.host.sk: /etc/dovecot # doveadm quota get -u '*'
> Username Quota name Type Value Limit %
> test01 at test.host.sk User quota STORAGE 1 1024...
2014 Sep 03
0
Fwd: Does virsh actually work?
...rsh migrate --live --p2p
>
> This command does not default to migrating storage,...
>
Oh, you mean like this?
root@huey:/tmp# virsh migrate --live --p2p --copy-storage-all
e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f qemu+ssh://10.10.11.204/system
--verbose
error: Failed to open file
'/mnt/store01/virt/e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f.qcow2': No such
file or directory
Apologies; I should have used this one in the first place. Too many
attempts in the command history....
I'm guessing I"m still missing something...
>
>
> > (huey is 10.10.11.203, dewey is 10.10...