similar to: Corrupted transaction log file

Displaying 20 results from an estimated 900 matches similar to: "Corrupted transaction log file"

2010 Sep 23
1
Auth error
Hello, I'm testing Dovecot 2.0. I plan to use Dovecot 2.0 with thousands of domains per server. My user base is under virtual MySQL. I my tests, the authentication fails intermittently, and I could not find what's wrong. Can anyone help me? ################################################################################ Sep 22 16:31:16 box5 dovecot: last message repeated 9 times Sep 22
2012 Apr 23
1
trash plugin bug?
Hey all, has anyone ever tried turning on the trash plugin when the directory is already over quota? I see some messages being deleted, but it seems it just deletes enough to fit the new email, not enough to go below quota. Example: . getquotaroot "Spam" * QUOTAROOT "Spam" "User quota" "Spam Quota" * QUOTA "User quota" (STORAGE 591036 5242880) *
2024 Jan 01
2
ssh keys hostname VS fqdn - offends?
Hi guys Though being a mere user, - as opposed to an expert - in many long years of ssh in my use this, is new: -> $ ssh box5.proxmox.mine hostname -i 10.3.1.78 -> $ ssh box5 hostname -i Warning: the RSA host key for 'box5' differs from the key for the IP address '10.3.1.78' Offending key for IP in /root/.ssh/known_hosts:2 Matching host key in /etc/ssh/ssh_known_hosts:2
2013 Sep 05
0
Re: SR-IOV Pool Availability
On 08/28/2013 05:25 AM, Brian Rak wrote: > If I'm using the SR-IOV Pool assignment method (from > http://wiki.libvirt.org/page/Networking#Assignment_from_a_pool_of_SRIOV_VFs_in_a_libvirt_.3Cnetwork.3E_definition > ), how would I check how many virtual functions are already in use? Hi Brian Hope the following can help you. [root@sriov2 images]# virsh net-dumpxml hostnet
2014 Jun 25
2
qemu-bridge-helper issue
Hi I'm able to run the below command using root permission.... sudo kvm -netdev bridge,br=qbr0ccdca50-fa,id=hostnet -M ppce500 Warning: netdev hostnet has no peer Could not initialize SDL(No available video device) - exiting However when I'm running the same command without root authority,I'm getting following logs... kvm -netdev bridge,br=qbr0ccdca50-fa,id=hostnet -M ppce500
2014 Jun 25
2
Re: qemu-bridge-helper issue
Hi Laine I'm able to run the qemu-bridge-helper but with root authority. I need to run it with non-root user.How can i do that? Thanks On Wed, Jun 25, 2014 at 5:43 PM, Laine Stump <laine@laine.org> wrote: > On 06/25/2014 10:22 AM, abhishek jain wrote: > > Hi > > > > I'm able to run the below command using root permission.... > > > > sudo kvm
2006 Aug 04
1
RC5 Outlook POP3 problem
We have been using dovecot v1.0 alpha3 for almost 1 year for our mail hosting. It was running great until more accounts added to the hosting. I have been trying to upgrade it to v1.0 rc5 and we have found that the RC5 has problem with Outlook (Express) with POP accounts. We are getting error with POP3 on Outlook Express: Your server has unexpectedly terminated the connection. Possible causes for
2014 Jun 25
0
Re: qemu-bridge-helper issue
On 06/25/2014 10:22 AM, abhishek jain wrote: > Hi > > I'm able to run the below command using root permission.... > > sudo kvm -netdev bridge,br=qbr0ccdca50-fa,id=hostnet -M ppce500 > Warning: netdev hostnet has no peer > Could not initialize SDL(No available video device) - exiting > > > However when I'm running the same command without root
2014 Jun 25
0
Re: qemu-bridge-helper issue
On 06/25/2014 03:28 PM, abhishek jain wrote: > Hi Laine > > I'm able to run the qemu-bridge-helper but with root authority. > I need to run it with non-root user.How can i do that? The entire point of qemu-bridge-helper is that it can be run by non-privileged users, but once run it has root privileges. This is done by the binary having the "suid bit" set. If your distro
2014 Jun 25
2
Re: qemu-bridge-helper issue
HI Laine, Looks like we are able to run qemu-bridge-helper and it internally tries to create tap interface. While creating this tap interface we are getting Operation not permitted error: * failed to create tun device: Operation not permitted* How we can create tun interface without root user is the issue. Please let us know how to proceed on this. On Wed, Jun 25, 2014 at 6:21 PM, Laine
2024 Jan 01
1
ssh keys hostname VS fqdn - offends?
--On Monday, January 01, 2024 1:01 PM +0100 lejeczek via CentOS <centos at centos.org> wrote: > -> $ ssh box5.proxmox.mine hostname -i > 10.3.1.78 > > -> $ ssh box5 hostname -i > Warning: the RSA host key for 'box5' differs from the key for the IP > address '10.3.1.78' > Offending key for IP in /root/.ssh/known_hosts:2 > Matching host key in
2019 May 23
2
[Libvirt failed to claim Virtual Functions on hostdev network after VM reboot]
Problem Statement: Libvirt failed to claim Virtual Functions on hostdev network after VM reboot. Version-Release number of selected component (if applicable): libvirtd (libvirt) 2.0.0 kernel-4.1.12-112.16.4.el7uek.x86_64 Reproducible: Not always Description: I am doing a reboot of Virtual machines and sometimes one of the VM does not start and fail with the following error In total I have
2011 Sep 01
4
[PATCH] xen,credit1: Add variable timeslice
Add a xen command-line parameter, sched_credit_tslice_ms, to set the timeslice of the credit1 scheduler. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> diff -r 4a4882df5649 -r 782284c5b1bc xen/common/sched_credit.c --- a/xen/common/sched_credit.c Wed Aug 31 15:23:49 2011 +0100 +++ b/xen/common/sched_credit.c Thu Sep 01 16:29:50 2011 +0100 @@ -41,15 +41,9 @@ */ #define
2013 Nov 13
3
[Patch] credit: Update other parameters when setting tslice_ms
From: Nate Studer <nate.studer@dornerworks.com> Add a utility function to update the rest of the timeslice accounting fields when updating the timeslice of the credit scheduler, so that capped CPUs behave correctly. Before this patch changing the timeslice to a value higher than the default would result in a domain not utilizing its full capacity and changing the timeslice to a value lower
2013 Sep 02
5
[BUG] unfairness in Xen's credit scheduler
Hi all, Since Xen 4.2.0, users can change time slice of the scheduler at runtime via xl command line, a very nice feature. However, it is not *correctly* implemented. Problem description -------------------- say you set the ''cap'' of one VM to 50 (a half core), -when setting the time slice to be *greater* than 30ms, the VM gets much *less* CPU cycles than its allocation -when
2023 Apr 03
1
SR-IOV pool with static MAC address and vlan
Hi Paul, You can set the static MAC address and VLAN in the interface section of the VM xml. So it will not change even when the VM shuts down and restarts. VM interface xml: <interface type='network'> <mac address='52:54:00:85:e2:cd'/> <source network='hostdev_net'/> <vlan> <tag id='42'/> </vlan>
2018 Apr 12
4
OpenSSH 7.7 t1 script breakage
After getting OpenSSH 7.7 to build :), the initial test fails as follows: test_kex: ............................................................................ ............................................................................ ............................................................................ ............................................................................
2024 Mar 09
2
Call for testing: OpenSSH 9.7
On 05/03/2024 01:24, Damien Miller wrote: > > Hi, > > OpenSSH 9.7p1 is almost ready for release, so we would appreciate testing > on as many platforms and systems as possible. This is a bugfix release. > Running the testsuite on Solaris 9 I see this: set -xe ; if /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh -Q key | grep -q ^ssh-rsa ; then \
2014 Nov 10
0
User's DPAPI/backupkey protected data lost when changing domain password
After a user changes their password (CTRL-ALT-DEL) in our Samba 4 domain (4.1.12) they lose access to any stored passwords on their Windows PC. I've set the log level in smb.conf to 4 and enabled the GPO to record DPAPI log entries in Windows to get the below log data. My reading of the two is that the Windows PC believes it is failing to reset the access to its DPAPI store (where the saved
2010 Mar 29
6
AD Auth Trusted Domain issues
I have been killing myself on this issue over the last 2 weeks. I have setup pam AD authentication using winbind on our companies email servers. That part is currently working. I have been trying to add an existing "Trusted" child domain and allow authentication from that domain as well. I am part of the way there, but not quite to the functional point as of yet. Our primary domain