similar to: systemd: Failed unmounting /var on reboot, should I worry about fs corruption?

Displaying 20 results from an estimated 100 matches similar to: "systemd: Failed unmounting /var on reboot, should I worry about fs corruption?"

2019 Nov 27
0
systemd: Failed unmounting /var on reboot, should I worry about fs corruption?
In article <db155fbf-7c80-f89f-d401-fcc1097dfe76 at c4.cz>, J??n Lalinsk?? <lalinsky at c4.cz> wrote: > Hi all, > > I have Centos 8 installed on a physical machine (www6) with separate LVM > volumes for /, /var, /var/lib/mysql etc. > > System boot proceeds without a hiccup, in terminal systemctl status says > everything is OK and running, journalctl says so as
2012 Sep 20
1
AIX 5.8p1?
Good Morning, We just performed some security scanning on one of our AIX systems and these vulnerabilities was returned: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4755 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-5000 We are currently running: 5.8.0.6101 The latest on IBMs
2004 Feb 12
1
Problem with Samba as PDC
I've download a PDC guide from IBM's website, https://www6.software.ibm.com/dw/education/esdd/samba/?x=50&y=6. I've follow the description line by line, but I can't join the domain from a windows Xp professional computer. Windows Xp answer with following error message... "Can't connect to a domain controller for the domain Fah-Technet" I can ping the computer
2007 Jan 16
4
Subdomain Account Keys Best Practice
Hi all, I''m thinking of useing sub-domains as account keys, something I''ve played with previously. I have accounts and users, fairly standard, except that users can belong to many accounts, and accounts can have many users. So I figure I need to have an area on the main domain, that allows users to view their account memberships and things. Sort of like a dashboard for each
2005 Jan 22
3
Stand alone media player supporting Ogg ?
1. Anyone know of an Ogg playing media player, similar to the Netgear MP101 or the Voyetra AudioTron-100 (neither of which play ogg) ? I need something that will display and play/stream ogg audio files stored on the PC, without having to use a tv as the viewer. I looked on the wiki but didn't find anything. If they don't use a tv they don't play ogg, so far anyway. Voyetra
1999 Mar 24
1
subdirectories
Hallo, is it possible to create subdirectories, let's say a shared public directory with shares from every user in it. [public] user1 user2 ... i want to have a shared user directory from each user in the shared public directory, where e.g. user1 can write to his share and the other users only have read acces to his shared dir. thanks achim --- Sent through Global Message Exchange -
2005 Apr 19
2
Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
Hi I had compiled my ssh Version on my Package Server. This is the Version: OpenSSH_3.9p1, OpenSSL 0.9.6m 17 Mar 2004 I install my Server over NIM with the Versions above. My Problem ist that i migrate one Server from AIX 4.3.3 to AIX 5.2 After the Migration we deinstalled the openssl and openssh and installed the new Version. What im not understand is wy the prerequisites will not be found in
2005 Apr 19
1
Antwort: Re: Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
Hi # lslpp -l perl.rte Fileset Level State Description ---------------------------------------------------------------------------- Path: /usr/lib/objrepos perl.rte 5.8.0.0 COMMITTED Perl Version 5 Runtime Environment # lppchk -vm3 # perl -V Summary of my perl5 (revision 5.0 version 8 subversion
2004 Jan 30
0
log errors - worry or don't worry?
Red Hat AS 3 Samba 3.0.0 (from distro) openldap-2.0.27-11 smbldap-tools-0.8.2-1 nss_ldap-207-5 PDC and LDAP Master / BDC and LDAP slave errors in client logs - should I worry? something I can fix? client log A - Worry? Don't Worry? [2004/01/29 08:08:59, 0] groupdb/mapping.c:init_group_mapping(139) Failed to open group mapping database [2004/01/29 08:08:59, 0]
2008 Oct 31
2
[LLVMdev] building for sparc-sun-solaris2.10
I am trying to do some research that involves instrumenting LLVM IR, that I need to test for performance and scalability on a bunch of systems. I've started trying by trying to get sparc-sun-solaris2.10 (niagara) working. It appears that neither llvm nor llvm-gcc will build natively on the system, so I think that I need to build an llvm-gcc cross compiler. The documentation for building
2001 Aug 02
2
Re: EXT3 Worries / Its the army brats that worry me!?!
2018 Jan 17
0
[RFC] [TargetTransformInfo] Introduce hook to tell middle-end to not worry about register pressure
Hi all, Currently in the llvm middle-end, we disable some optimizations because we worry about the register pressure, (e.g. GVNHoist and ArgumentPromotion). However, in the architecture that are register-rich, e.g. FPGAs, we do not need to worry about the register pressure at all. For these architecures, we may want to optimization the LLVM IR without worrying about the register pressure. I
2009 Mar 10
1
[LLVMdev] LLVM JIT + Boehm's GC, Need I Worry?
The virtual machine I'm implementing allocates objects on the heap using Boehm's garbage collector. I currently have an interpreter working for my language, and I'm working on a JIT that will compile some of the functions that would otherwise get interpreted. What I'm wondering is whether or not I need to perform special adjustments for the GC to work properly. My understanding is
2007 Nov 12
1
wbinfo -u - do I need to worry?
Hi all, Will keep this brief :-) Just trying to clear some things up regarding winbind. wbinfo -u returns "Error looking up domain users". I'm only using winbind for ntlm_auth which works fine. I'm not using AD or any Windows server-based domain. Samba only. There don't seem to be any obvious errors in the winbind log. Do I need to worry about that error? Should it
2017 Sep 07
0
Should I worry about the "vanished files" warning?
All it means is that rsync saw a file that needed transferring but the file was gone when rsync actually tried to open it. So look at the filenames and decide if it is a problem or not. On 09/07/2017 10:27 AM, Vangelis Katsikaros via rsync wrote: > Hi > > I would like to ask, when the "vanished files" warning is a sign that something bad is happening somewhere. I know that
2015 Oct 11
2
Should I worry about test failures in a release?
Hi all, I checked out everything mentioned in GettingStarted at tags/RELEASE_370/final and ran `make -j4 check-all`. I got three test failures: libc++abi :: catch_array_01.pass.cpp libc++abi :: catch_function_01.pass.cpp libc++abi :: catch_member_function_pointer_01.pass.cpp Should I worry? Here are the failures as reported, with the LLVM source directory replaced with ... for
2015 Oct 13
2
Should I worry about test failures in a release?
On 13 October 2015 at 13:45, Kuperstein, Michael M via llvm-dev <llvm-dev at lists.llvm.org> wrote: > As far as I know, the consensus was that all 3.x versions should retain > backward compatibility for bitcode. Emphasis on "should". :) I don't think we have enough tests to make sure we don't break that promise, precisely because it's important, but not crucial.
2005 Jul 24
1
Do I have to worry about interrupt sharing here?
Hello I am using a Junghanns QuadBRI ISDN card - the module name is qozap. If I like at my interrupt assignment, qozap is sharing interrupt 10 with libata and uhci_hcd. I think libata is the IDE hard drive module and uhci_hcd is a USB module. linux:~ # modprobe qozap linux:~ # cat /proc/interrupts CPU0 0: 12634579 XT-PIC timer 1: 10 XT-PIC i8042
2015 Oct 12
2
Should I worry about test failures in a release?
On 12 October 2015 at 16:29, Joachim Durchholz via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I've been planning to switch to a new release whenever it's out. > What are the advantages of following trunk? Some people prefer following releases and having a higher cost when migrating, other people prefer to spread the cost over many months, but you'll have to resolve
2006 Oct 19
1
lapack tests fail -- is this something to worry about?
I see the comment here about some 64bit combinations failing. Well, my configuration fails. Is this really something to worry about? for R-patched: fi1->cat SVN-REVISION Revision: 39576 Last Changed Date: 2006-10-03 fi1-> > ## failed for some 64bit-Lapack-gcc combinations: > sm <- cbind(1, 3:1, 1:3) > eigenok(sm, eigen(sm)) Error: abs(A %*% V - V %*% diag(lam)) < Eps is