similar to: Issues when updating CentOS 7

Displaying 20 results from an estimated 1000 matches similar to: "Issues when updating CentOS 7"

2019 Apr 08
0
Issues when updating CentOS 7
On Sat, Apr 6, 2019 at 1:03 AM Jyrki Tikka <jyrki.tikka at iki.fi> wrote: > > >I wanted to update my CentOS 7 install this morning and I > started>getting the errors from below. > >Any ideas on a fix? > Certainly! > >Error: Package: python34-xapps-overrides-1.0.4-13.el7.x86_64 (@epel) > > Requires: xapps(x86-64) = 1.0.4-13.el7 > >
2019 Apr 11
3
compile samba 4.10.2 centos 7.6
On Thu, Apr 11, 2019 at 8:43 AM Gabriel O. Franca via samba <samba at lists.samba.org> wrote: > > Good morning people, > > I am opening my lab with version 4.10.2 in centos 7.6. > I'm trying to compile using python3 without success. > Has anyone managed to compile using python3 in the centos 7.6 that might > give way to the stones? > Here is the error message
2019 Apr 12
2
compile samba 4.10.2 centos 7.6
Hi, I managed to compile 4.10.0 under CentOS 7.6. I did the following: - update the yum package repository cache: sudo yum makecache - install yum-utils: sudo yum install yum-utils - add the IUS package repository: sudo yum install https://centos7.iuscommunity.org/ius-release.rpm - update the yum package repository cache again: sudo yum makecache - install Python 3.6 including PIP: sudo yum
2019 Apr 05
1
Issues when updating CentOS 7
Hi all, I wanted to update my CentOS 7 install this morning and I started getting the errors from below. Any ideas on a fix? They seem to be related to cinnamon which I actually don't use at all (the machine was prepared by our IT at work and they install both Gnome and Cinnamon by default). Since I don't use it, I guess an option would be to remove it altogether and then I will
2010 Feb 25
1
secure Xapps tunnel
hi, eventually newbie: i want to show remote X-apps on my desktop. now, i know from google that xhost and xauth is not the way to so that very secure. now, i have a ssh_config with X forwarding enabled and a server with forwarding enabled, too. now when i connect to server i read that ssh creates automaticaly a Xauthory file. So i know that this is the xauth way with supercookies etc. but i
2020 Mar 18
2
vnc kde emacs redraw issue
On 03/18/2020 09:19 AM, Jyrki Tikka wrote: > On Wed, 2020-03-18 at 07:31 -0400, Steve Clark wrote: >> Does anyone have access to the following that could help me with the >> issue I am having trying to >> use kdrc with vnc and emacs. >> VNC redraw issues with emacs on KDE >> https://access.redhat.com/solutions/1585893 >> > There is a workaround: > >
2020 Apr 05
2
Windows 10 as guest on Centos 8
I agree with Liam. The good old tried and tested virt-manager will be obsoleted in the future but it is still available on RHEL/CentOS 8. Cockpit will replace it in the future but it still lacks a lot of essential features. Boxes is a tool that lacks even more functionality. As to why your computer freezes I have no clue. -- <(*) Jyrki On Sat, 2020-04-04 at 00:45 +0100, Liam O'Toole
2020 Aug 03
2
Boot failed on latest CentOS 7 update
On 2020-08-03 05:56, John Pierce wrote: > Legacy BIOS has its own set of issues, like no GPT support, MBR disks > are > max 2TB. I'm booting just fine on an old BIOS system from a pair (mdraid 1) of 3 TB GPT disks. The MBR compatibility on GPT disks allow the old machine to boot from a GPT disk and load GRUB. Then GRUB takes over and loads the kernel and the kernel has no
2019 Apr 21
2
compile samba 4.10.2 centos 7.6
Hi Nico, Glad to hear you're feeling better. So now we've got several builds of samba-4.10.x for centos7/rhel7: - Your 4.10.2 build (requires python36 from EPEL but is more future-proof) - Sergio's (don't know the details on those). - My modest builds (based on python2.7 and which don't require addons). As much as I agree that doing anything python2 these days in pretty much
2020 Mar 18
2
vnc kde emacs redraw issue
Does anyone have access to the following that could help me with the issue I am having trying to use kdrc with vnc and emacs. VNC redraw issues with emacs on KDE https://access.redhat.com/solutions/1585893 I can't access the portal since I am using CentOS. -- Stephen Clark Email Confidentiality Notice: The information contained in this transmission may contain privileged and confidential
2019 Apr 13
0
compile samba 4.10.2 centos 7.6
On Fri, Apr 12, 2019 at 7:20 AM Andreas Habel via samba <samba at lists.samba.org> wrote: > > Hi, > > I managed to compile 4.10.0 under CentOS 7.6. I did the following: I'll put muney down that you did not get it working as a full domain controller. The"--with-dc" option activates a gnutls >= 3.4.7 requirement. > - update the yum package repository cache:
2019 Apr 21
4
compile samba 4.10.2 centos 7.6
Hi Nico, I've understood about use export PYTHON=python3.4 in /etc/profile. The host that I've done it is in my test environment. I have only question about this: after samba 4.10.2 installed, it ever never need use python3 to do anything about samba? PS1: In my environment, the host run only Samba (samba and bind) service. I disagree about use python 3.6 instead python 3.4, though. In
2019 May 13
3
python3
Hi List I want to install samba 4.10.2 on centos. but after run the ./configure command show "/usr/bin/env: python3: no such file or directory" how to fix this problem, my friends. tanks.
2019 Apr 11
1
Kernel panic after removing SW RAID1 partitions, setting up ZFS.
On Wed, 10 Apr 2019 08:38:04 -0700, Benjamin Smith <lists at benjamindsmith.com> wrote >I drove to the site, picked up the machine, and last night found that the >problem wasn't anything to do with mdadm, but rather setting a partition to >GPT. For some reason, you *cannot* have a partition of type GPT and expect >Linux to boot. (WT F/H?!?) If you want to boot a BIOS
2019 Apr 21
2
compile samba 4.10.2 centos 7.6
Hi Gabriel, I've compiled Samba 4.10.2 on CentOS 7 successfully. I've read the wiki that 4.10.2 version is full compatible with python 3, specifically python 3.4. Then I've install, use the yum command, the package python34-devel and I've added an environment variable at /etc/profile with export PYTHON=python3.4. Thus, I've run ./configure, make and make install with no
2019 Apr 14
3
compile samba 4.10.2 centos 7.6
On Sat, 2019-04-13 at 07:43 -0400, Nico Kadel-Garcia via samba wrote: > On Fri, Apr 12, 2019 at 7:20 AM Andreas Habel via samba > <samba at lists.samba.org> wrote: > > > > Hi, > > > > I managed to compile 4.10.0 under CentOS 7.6. I did the following: > > I'll put muney down that you did not get it working as a full domain > controller.
2020 May 15
2
R 4.0.0
On Friday, 15 May 2020 11.33.26 WEST I?aki Ucar wrote: > The rationale behind the user settings is that the user dir is not > controlled by the system, so versioning it is the only way to avoid > breakage. For the system library, there are better tools to prevent > that. Do you know the difference between theory and practice? :-) In theory they are equal but in practice... :-) >
2019 May 08
3
youtube-dl No module named 'pkg_resources'
youtube-dl doesn't work for me after a recent update. I do not use it often, so do not know whether the update matters. It gives the error message: Traceback (most recent call last): File "/usr/bin/youtube-dl", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' I've tried reinstalling
2019 Apr 15
4
compile samba 4.10.2 centos 7.6
On Sun, 2019-04-14 at 10:38 -0400, Nico Kadel-Garcia via samba wrote: > On Sat, Apr 13, 2019 at 11:43 PM Sérgio Basto <sergio at serjux.com> > wrote: > > > > On Sat, 2019-04-13 at 07:43 -0400, Nico Kadel-Garcia via samba > > wrote: > > > On Fri, Apr 12, 2019 at 7:20 AM Andreas Habel via samba > > > <samba at lists.samba.org> wrote: > >
2019 May 28
3
python dist-utils and python-config [SEC=UNOFFICIAL]
UNOFFICIAL Hi, I'm trying to build samba-latest on CentOS 7. The PC is not online, so I have to download everything manually. Most of the prerequisites are on the CentOS Everything ISO so I don't have to download a lot. I installed all the documented dependencies and configure complained about python3. So I downloaded and installed python36-libs-3.6.8-1.el7.x86_64.rpm