Displaying 20 results from an estimated 7000 matches similar to: "CentOS 8 gvs question"
2016 Jan 21
0
Failed to start polkit.service: Connection timed out
This is related to another earlier post regarding "realm discover"
I want to set the timezone to Melbourne/Australia which failed with:
[root at sssd-testing ~]# timedatectl set-timezone Australia/Melbourne
Error getting authority: Error initializing authority: Error calling
StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached
(g-io-error-quark, 24)
Failed to set time
2017 Sep 17
0
Centos 7.4.1708 dependency problems
Everyone,
I had four Centos 7.4 machines of which I did a manual yum update and
ended up having the same problems on each machine.
It looks like the packages below have dependency problems with the
recent update to : CentOS Linux release 7.4.1708 (Core)
Packages skipped because of dependency problems:
gvfs-1.30.4-3.el7.x86_64 from base
gvfs-afc-1.30.4-3.el7.x86_64 from base
2018 Oct 19
2
Can't access Samba shares from Nautilus
Hi,
I'm currently experimenting with Samba on a few sandbox machines.
On the server side, I have setup CentOS 7 with a basic Samba setup and
two shares, one public, the other password-protected.
I have two Windows 7 boxes in my network, and I can access the shares
perfectly, log in to the password-protected share, read and write files,
so this seems to work OK.
On my main Linux workstation
2016 Aug 30
1
"Windows" share issue; access via smb:// fails, "mount -t cifs" works
Hi,
Is anyone here using smb:// URLs to access "Windows" shares? I've been
doing this for a while with common file systems at work, and it used to
work just fine. Then I while back, I started getting issues; I will now
just keep getting asked for a password when I try to access something
through smb://. I thought at first that this meant there had been some
kind of change
2017 Feb 17
2
getting files from a samsung flip phone
I'm trying to copy file from my samsung flip phone.
google has informed me of libmtp and gvfs,
but it doesn't seem to be helping.
[root at localhost yum.repos.d]# mtp-detect
libmtp version: 1.0.1
Listing raw device(s)
No raw devices found.
[root at localhost yum.repos.d]#
In case it helps, I did a diff of ls -R
from /dev before and after USB connection:
[hennebry at localhost dev]$
2017 Nov 07
0
lets talk abaut gstreamer 1.10.5, gstreamer-libav, ffmpeg, bluray and vlc
Hello guys,
my playground this days with gstreamer resources can be found at:
http://centos.cms4all.org/repo/7/gstreamer/
The best thing for centos I think to compile the given one by gstream
libav:
Has ffmpeg 3.2.5 not ffmpeg 2.8.13 what is the background for vlc. In
principal it's possible to build ffmpeg 3.4.
http://centos.cms4all.org/repo/7/gstreamer-ffmpeg3/
vlc 2.26 is only
2010 Aug 20
1
ocfs2 hang writing until reboot the cluster-dlm: set_fs_notified: set_fs_notified no nodeid 1812048064#012
Hello,
I hope this mailing list is correct.
I've a cluster pacemaker with a clone resource ocfs2 with
ocfs2-tools-1.4.1-25.6.x86_64
ocfs2-tools-o2cb-1.4.1-25.6.x86_64
on Opensuse 11.2
After some network problem on my switch I receive on one of 4 nodes of
my cluster the following messages
Aug 18 13:12:28 nodo1 openais[8462]: [TOTEM] The token was lost in the
OPERATIONAL state.
Aug 18 13:12:28
2006 Apr 05
0
WOW! Sphinx is awesome... but....(asterisk+sphinx+menus)
Hi Matt,
Any decent quad, quad-core Opteron system should be able to handle it
with ease! :)
--
Regards,
Hilton Travis Phone: +61 (0)7 3344 3889
(Brisbane, Australia) Phone: +61 (0)419 792 394
Manager, Quark IT http://www.quarkit.com.au
Quark AudioVisual http://www.quarkav.net
http://www.threatcode.com/
2015 Dec 06
1
Centos-7: odd yum output
Hi all!
On 7.1 + CR updates, running "yum list installed | grep -y totem" gives this:
yum list installed | grep -y totem
totem.x86_64 1:3.14.3-5.el7 @cr
totem-nautilus.x86_64 1:3.14.3-5.el7 @cr
totem-pl-parser.x86_64 3.10.5-1.el7 @cr
and "yum list installed |
2014 Mar 14
2
[LLVMdev] [ARM] [PIC] optimizing the loading of hidden global variable
Hi Tim,
The global merge pass puts the GVs into a sturcture to guarantee their
address are contiguous.
It works for static GVs but for global hidden GVs, this will cause name
resoltion fail during linking .o into .so
Any thoughs?
Thanks,
Weiming
> Hi Weiming,
>
> On 12 March 2014 17:43, Weiming Zhao <weimingz at codeaurora.org> wrote:
>> Clang will emit 1 GOT entry for
2011 Aug 10
3
sieveshell fails to start on CentOS 6.0
I don't know if this is the right place to report this or not.
I am building a new server on a 64 bit CentOS 6.0 platform.
[root at newmick ~]# cat /etc/redhat-release
CentOS Linux release 6.0 (Final)
[root at newmick ~]# uname -a
Linux newmick.halshome.net 2.6.32-71.29.1.el6.x86_64 #1 SMP
Mon Jun 27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
Mail subsystem consists of:
2010 Mar 23
0
[asterisk-ss7]Chan_ss7 issue
Dear all,
Do you have come acrross with this issue. My ss7 link get fluctuating. It
use chan_ss7 version 1.0.95-beta.
I have 8 E1s running on a DL380 server with Digium E1 cards ( 4 port cards).
This enable to have calls from sip to ss7 and vice versa. However ss7 links
are not stable.
linkset siuc, link l1, schannel 1, sls 0, NOT_ALIGNED, rx: 1, tx: 2/4,
sentseq/lastack: 127/127, total
1998 Jan 16
0
mtp2R.pl
I received some large data sets in Minitab Portable Worksheet (.mtp)
format and wanted to read them into R. Here is a _first cut_ at a
perl script that transforms .mtp files into something that can be
read by R. Comments, bug-fixes, enhancements and extensions are welcome.
#!/usr/bin/perl
# Convert a Minitab Portable Worksheet to an R (or S-PLUS) list structure
# $Id: mtp2R.pl,v 1.1 1998/01/16
2010 Mar 23
1
chan_ss7 issue
Dear all,
Do you have come acrross with this issue. My ss7 link get fluctuating. It
use chan_ss7 version 1.0.95-beta.
I have 8 E1s running on a DL380 server. This enable to have calls from sip
to ss7 and vice versa. However ss7 links are not stable.
linkset siuc, link l1, schannel 1, sls 0, NOT_ALIGNED, rx: 1, tx: 2/4,
sentseq/lastack: 127/127, total 4034145216, 4031118560
linkset siuc, link
2012 Jul 31
0
CEBA-2012:1124 CentOS 6 gvfs FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1124
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1124.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
1249e7bc487ca8897a0b107ba545cc0568364e666d9173efec0b8e83c5dbd36a gvfs-1.4.3-15.el6.i686.rpm
126056c90870f293f88509ea5836a6bfe3f8af7c5937b463e2abd71d5d5d458e
2014 Jun 02
0
CEBA-2014:0584 CentOS 6 gvfs Update
CentOS Errata and Bugfix Advisory 2014:0584
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0584.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
32fc8248d488ac2fd3ca91836af5b429f1d251b0a0b3a885bd241c5519613db7 gvfs-1.4.3-16.el6_5.i686.rpm
0bcd4bed50c6d03ad6ebd20dd182ddbcbed126f305f291e1f5f77f0f6fe7e169
2015 Feb 19
0
CEBA-2015:0237 CentOS 6 gvfs FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2015:0237
Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0237.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
7dcaac6f48780a284f3719ff9fc56bde1cc28ad20077cbcf66f1bd8716635dc0 gvfs-1.4.3-20.el6.i686.rpm
996d087774c30b30ebf9924653298e5dd1c34281713b7b151aea6bc4f44298d2
2016 Jul 29
2
centos7: ntpd not started on boot
Hi,
I have got problems with the ntp daemon.
It is enabled in systemd but is not started on boot.
# systemctl status ntpd
? ntpd.service - Network Time Service
Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled; vendor
preset: disabled)
Active: inactive (dead)
Starting manually works
# systemctl start ntpd
# systemctl status ntpd
? ntpd.service - Network Time Service
2019 Apr 28
0
CentOS 7, KDE, Dolphin and MTP support
Hi,
It looks like KDE's file manager Dolphin doesn't support MTP under
CentOS 7. When I plug in an MTP device like my Nikon camera or an
Android phone, Digikam shows its content OK, but Dolphin seems to ignore
it.
For now, my custom CentOS 7 + KDE desktop meets about 99 % of my needs.
Now I've decided to tackle the remaining 1 %. Yesterday for example, I
managed to correct the
2012 Jul 31
0
CentOS-announce Digest, Vol 89, Issue 16
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When