similar to: Corrupt file systems

Displaying 20 results from an estimated 900 matches similar to: "Corrupt file systems"

2011 Mar 23
1
ESXi 4.1 and Cluster Fencing
Hi. I'm new to configuring Clustering . The CentOS 5.5 guest machines will be running on ESXi 4.1 . I'm configuring the clustering using "Conga" . I see that there is support for using ESX to do the fencing. The problem I have is that the guest machines are not allowed to have access the "management network" as per security policies. The guest machines don't no
2020 Apr 26
2
assembly code for array iteration generated by llvm is much slower than gcc
Hi all developers, I'm changing compiler from gcc to llvm on a RISCV target now. but I found in some case the assembly code generated by llvm is much more than gcc. It cause my program's performance about 40% decrease. The flowing is a simple test code. It shows the problem. We can see than gcc prefer to use pointer to iterate the array, but llvm perfere to use index to iterate
2017 Jun 12
2
Open bug count passes 10,000 mark
FYI: The open bug count for all LLVM projects has passed a new milestone this week. Status Total<https://bugs.llvm.org/yui-dt0-href-total> NEW 9384<https://bugs.llvm.org/buglist.cgi?action=wrap&resolution=---&bug_status=NEW&=%20> 9384<https://bugs.llvm.org/buglist.cgi?action=wrap&resolution=---&bug_status=NEW> ASSIGNED
2020 Jan 07
0
Thunderbird Subscription missing
I notice to use this command but does tell me a lot either. # doveconf -n # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.13 (7b14904) # OS: Linux 4.4.0-130-generic x86_64 Ubuntu 16.04.6 LTS disable_plaintext_auth = no mail_location = maildir:~/Maildir namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk {
2020 Jan 07
1
Thunderbird Issue - Dovecot
I have not ever heard of or use dovecot before. Our users uses thunderbird client which happens to be the lastest version. Below is what we get as you can see we are missing folders from September 2019. Dovecot seem to be running but I am not sure why it be missing these folders. The server Dovecot is running on is Unbuntu 16.04 version. # dovecot --version 2.2.22 (fe789d2) The above is the
2015 Apr 21
2
How to upload new ups driver to NUT
Dear Sir , Can anyone tell me how to upload new ups driver to NUT website ? Best regards, Bluefish [cid:image001.jpg at 01D07C3E.C4ADB780] ?? ?? ?? ?????? ?????(??)???? ??????????107?????467?(?????) ??????5?1?A?2?4? 1-4F, Building 5, YuSheng lndustrial Park, No.467, Section Xixiang, National Highway 107, Xixiang, Bao An District, Shenzhen, China Tel: + 86-755-8601-6601 Ext. 8598 Fax:
2014 Aug 28
3
PXE booting WinPE with UEFI architecture
Anyone have luck with pxechn32 and bootmgfw.efi? I'm getting the "Unable to retrieve first package" issue as reported by others. Really, any advice for UEFI booting into a winpe environment off of pxelinux 6.03 would be beneficial. Jason Jones Sr. Associate, Network Services | End User Computing 3947 N Oak St Ext | Valdosta, GA 31605 O +15137844955 E jason.s.jones at
2024 Jan 11
1
404 - The file you requested could not be found
Marius, Yes, I think you nailed it. I built it from source and I did as root. And yes I am able to get audio at http://hostname:8000/voice. So now I know what the problem is but not sure how to fix it. A clean install? I kinda messed with the file permissions in the web directory shown below but that didn't solve my problem. [cid:image001.png at 01DA44A8.DF3507C0] [cid:image002.png at
2023 Mar 02
2
Realizar anovas, por cada uno de los niveles de uno de los factores del ensayo
Buenas tardes. Tengo un ensayo de dos factores (Variedad y dosis) Quisiera hacer anovas para cada una de las dos variedades que estoy evaluando. Lo puedo hacer cogiendo los datos primero de una variedad y luego de la otra. Pero creo que hay un comando "by variedad" que lo hace si necesidad de andar modificando el archivo de datos. Pero no sé dónde hay que colocarlo. Si alguno me puede
2020 Jan 07
2
Thunderbird Subscription missing
Hello, I have an usual isshere we are using thunderbird for client. The version of dovecot is as followed: # dovecot --version 2.2.22 (fe789d2) The dovecot service is runnon on VERSION="16.04.6 LTS (Xenial Xerus)" Thunderbird version 68.3.1 (32 bit) version. What happening when managing subscription there seems to be folders that are missing. They were not purged nor did anything
2020 Aug 23
3
clang performing worse than gcc for this loop
I am analyzing a clang 10.0.0 vs gcc 7.3 performance difference that I can reproduce in the following test. unsigned foo(unsigned t1, unsigned t2, int count, int step) { unsigned tmp = 0; int state = 0; for (int i = 0 ; i < count ; i += step) { state++; if (state > 5) state = 0; if (state == 3) tmp += t2; } return tmp; }
2014 Apr 23
2
Syslinux 64 EFI boot WIM
Is it possible to boot a Windows image file (.wim) directly from Syslinux 6.xx EFI? If not, is this a feature that will ever be added? This may be related to bug #17: http://bugzilla.syslinux.org/show_bug.cgi?id=17 Bryan Romine [Description: Description: Description: green] Sr. Software Engineer | AMD Validation 7171 Southwest Parkway, Austin, TX 78735 USA O +(1) 512-602-2042 [Description:
2013 Jul 08
2
[LLVMdev] Problem Using libLLVM-3.3.so
We're using the LLVM 3.3 AArch64 disassembler in the following way. We have built LLVM 3.3 on Linux as a shared library; and have a main program that dynamically loads shared objects (.so libraries). The program is a simulator (though that shouldn't be relevant to this question), and the shared objects it loads are electronic components that participate in the simulation. If the electronic
2024 Jan 17
2
404 - The file you requested could not be found
Just follow up on this: Anyone know how to uninstall Icecast from RHEL after compiling from source? Thank you so much Martin From: Icecast <icecast-bounces at xiph.org> On Behalf Of Mayiani, Martin Martine - mayianmm Sent: Thursday, January 11, 2024 4:22 PM To: Icecast streaming server user discussions <icecast at xiph.org> Subject: Re: [Icecast] 404 - The file you requested could
2012 Feb 08
2
vsz_limit
Hello Timo and dovecot teamwork, We have dovecot 2.0.10 installed with this configuration: # dovecot -n # 2.0.10: /usr/local/dovecot/etc/dovecot/dovecot.conf # OS: Linux 2.6.18-92.1.18.el5 x86_64 Scientific Linux SL release 5.2 (Boron) auth_cache_size = 500 k auth_cache_ttl = 1000 secs disable_plaintext_auth = no first_valid_uid = 501 lock_method = dotlock mail_fsync = always mail_gid = vmail
2018 Aug 08
0
Error: connect(ipc-proxy) failed: Permission denied
Hello: We have got 2 directors and three backend mailbox servers. I get the following error " Error: connect(ipc-proxy) failed: Permission denied". I have read the article https://www.dovecot.org/list/dovecot/2012-August/137349.html and we have done as signaled in the two director servers with no success, So, we have tried now to set it like this: service ipc {
2020 Apr 29
0
Inquiry for UPS Monitoring Software.
Dear Manager, We are using UPS from multiple vendor in distributed remote sites for different network devices, including Workstation which is running on MS Windows 10 Operation system. We are looking for a software that will be running on the local Workstation and able to shut the same machine depending the power condition of the UPS. Please note that UPS will be communicating to the software
2012 Feb 29
2
Gluster Management Console
Hi, I am trying to set up the Gluster Management Console (backend servers - centos 6, glusterfs 3.3beta2, management gateway - centos 6). I can launch the java app and make it through the password changing screen. Then I choose "register" and input the cluster name and the IP of one of the backend servers. I made it through the part where I had to set the root password on the backend
2023 Apr 20
1
Source code for AGI GET DATA command
Hi All, I’m having issues figuring out how to set no DTMF timeout on the AGI GET DATA command as “0” still has a multi-second timeout if no input is given. I am trying to find the source code of the AGI command to figure it out, but I can’t for the life of me find the underlying source code. The closest I’ve found is XML that defines the command syntax but can’t trace it from there. PS. I am on
2014 Nov 27
0
speexenc.exe problem
Hi Jean My name is Jakob Aagesen. I'm using speexenc.exe when I record audio. The problem I'm having is that when making a very small recording, speexenc gives me a file that is composed like shown in below picture: [cid:image001.png at 01D00A54.B79880E0] The granulepos say that the speex audio is 0.1360544 ms. long (granulepos/sample rate). The problem is that it seems that the audio is