similar to: [CentOS-devel] [OT, partly]epel question (Mate problem)

Displaying 20 results from an estimated 20000 matches similar to: "[CentOS-devel] [OT, partly]epel question (Mate problem)"

2014 Jun 21
2
[CentOS-devel] [OT, partly]epel question (Mate problem)
On Sat, Jun 21, 2014 at 05:38:35PM -0400, Fred Smith wrote: > On Fri, Jun 20, 2014 at 09:30:09PM -0500, Jim Perrin wrote: > > > > > > On 06/20/2014 08:37 PM, Fred Smith wrote: > > > I've installed MATE desktop (and related packages) from epel on my C7 VM, > > > just to see how it works on C7. > > > > > > The answer I've got is
2015 Apr 08
2
EPEL no php-pear package?
Does anyone know what package provides the pear utility for php on CentOS? I tried installing a php-pear module from epel and got this error: Resolving Dependencies --> Running transaction check ---> Package php-pear-DB.noarch 0:1.7.13-3.el6 will be installed --> Processing Dependency: php-pear(PEAR) for package: php-pear-DB-1.7.13-3.el6.noarch --> Processing Dependency:
2010 Jan 28
2
Starting a java applet from the desktop
CentOS-5.4 i86_64 I have a calculator applet on my desktop (superbcalc.jar). When I double click on it I get no response. If I right click and select open with java I get no response. If I open a terminal window and cd to Desktop and type java -jar superbcalc.jar then the applet opens. Does anyone have any idea why I am seeing this behaviour? There are no messages in the syslog file relating
2014 Nov 07
2
Non-gnome desktops on CentOS-7
Is there a writeup somewhere detailing how one installs a non-gnome desktop? I have installed both KDE and Mate and both fail with the same error. (EE) no screens found. I am a bit bewildered that neither the official KDE from centos nor the semi-official mate from epel pull in as part of their install the Xserver. I am also bothered by the fact that installing a desktop other than gnome 3
2014 Nov 13
0
Not To James B. Byrne
On Wed, November 12, 2014 15:50, g wrote: > > > On 11/12/2014 10:13 AM, Les Mikesell wrote: > >> >> Well, no. Per the headers: >> >> Authentication-Results: mx.google.com; spf=neutral (google.com: >> centos-bounces at centos.org does not designate permitted sender hosts) >> smtp.mail=centos-bounces at centos.org; dkim=neutral (body hash did not
2020 Jun 30
0
samab-4.10 nsupdate
> Could be because you added the wrong line to your smb4.conf (why does > freebsd call it smb4.conf ?), Why does freebsd put these things in /usr/local/etc/? Some questions have answers that are not worth the effort to know. > try: > nsupdate command = /usr/local/sbin/nsupdate -g I did catch that error earlier. But it makes no difference. samba_dnsupdate does not give any
2020 Jul 02
1
samab-4.10 nsupdate
Thank you for your patience. On Tue, June 30, 2020 16:48, Rowland penny wrote: > > From 'man smb.conf': > > nsupdate command (G) > > This option sets the path to the nsupdate command which is used for > GSS-TSIG dynamic DNS updates. > > Default: nsupdate command = /usr/bin/nsupdate -g > > dns update command (G) > > This
2020 Jul 03
0
samab-4.10 nsupdate
I changed the entries in smb4.conf (smb.conf) to this: [global] . . . dns update command = /usr/local/sbin/samba_dnsupdate nsupdate command = /usr/local/bin/samba-nsupdate -d -g And this is what results when I run: samba_dnsupdate --verbose -d8 --all-names . . . update(nsupdate): SRV _ldap._tcp.Default-First-Site-Name._sites.ForestDnsZones.brockley.harte-lyne.ca
2009 Mar 31
1
[Fwd: Re: Another rpm question re %make]
On Tue, March 31, 2009 13:03, James B. Byrne wrote: > Found it. No etc/at.allow and no etc/at.deny means only root can > submit jobs. > Well, that was not it. I still get the same errors after adding my user id to /etc/at.allow. I tested whether job control was enabled by moving top into the background using ctrl-z and fg to return and that worked. Any suggestions as to what I am
2011 Mar 05
0
[Fwd: Re: Centos 6 - What are you looking forward to?]
On Fri, March 4, 2011 14:12, aurfalien at gmail.com wrote: > On Mar 4, 2011, at 11:07 AM, Kenneth Porter wrote: > >> --On Thursday, March 03, 2011 10:11 AM -0500 Digimer >> <linux at alteeve.com >> > >> wrote: >> >>> How about the rest of you? What are you looking forward to in >>> CentOS 6 when it is released? >> >> A new
2008 Jul 17
0
Re: Howto: Java Plugin for Firefox 3.0.1? {SOLVED]]
On Thu, July 17, 2008 15:05, James B. Byrne wrote: > I have no clue how to get java to work in FF3.0.1 at the moment. Any help > would be appreciated. > Ah. I now have to put this logical link in the.mozilla/plugins directory under each users home directory. At least it works. Sorry for the interruption. -- *** E-Mail is NOT a SECURE channel *** James B. Byrne
2010 Sep 13
0
[Re: Problem with SSHD update [Work Around]
To get the server working again I reinstalled the previous version of openssh and the service came up without complaint. cd /tmp; rpm -i openssh-4.3p2-41.el5.i386.rpm --force --nodeps cd /tmp; rpm -iv openssh-server-4.3p2-41.el5.i386.rpm --force --nodeps cd /tmp; rpm -iv openssh-clients-4.3p2-41.el5.i386.rpm --force --nodeps cd /tmp; rpm -iv openssh-askpass-4.3p2-41.el5.i386.rpm --force
2010 Sep 14
0
[Fwd: Re: Problem with SSHD update.]
On Tue, September 14, 2010 02:30, R P Herrold wrote: > On Mon, 13 Sep 2010, Karanbir Singh wrote: > >> So, I'm quite keen on finding out what is it that is causing >> the breakage for you > > Karanbir, in the middle of the thread from the archive: > > James B. Byrne at Mon Sep 13 12:59:25 EDT 2010 >> Did that via webmin's command interface and nothing
2011 Jul 28
0
[Fwd: [SOLVED] Re: How to test for '.' in a script]
On Thu, July 28, 2011 14:30, James B. Byrne wrote: > I am trying to check for a single period '.' in a shell variable. > > $ I=. > $ echo $I > . > $ if [[ "$I" -eq '.' ]]; then echo true; fi > -bash: [[: .: syntax error: operand expected (error token is ".") > . . . > > How does one check to see for this in a bash script? Found
2012 Mar 28
0
[SOLVED] Re: Postfix problems with maximum messages size
On Wed, March 28, 2012 09:44, James B. Byrne wrote: > CentOS-6.2 > > I am confused. Yes, yes I am. I was looking at the wrong server. -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario
2008 Oct 06
3
[Fwd: Re: Install CentOS-5.0 on HP-ComPaq DC7700 Dual Core]
---------------------------- Original Message ---------------------------- Subject: Re: [CentOS] Install CentOS-5.0 on HP-ComPaq DC7700 Dual Core From: "James B. Byrne" <byrnejb at harte-lyne.ca> Date: Mon, October 6, 2008 12:26 To: cenos at centos.org Cc: "John Newbigin" <jnewbigin at ict.swin.edu.au>
2020 Jun 05
1
(no subject)
Previously, when I did this: >> samba-tool dns query localhost brockley.harte-lyne.ca brockley.harte-lyne.ca >> ALL -U administrator Then I saw this: >> Password for [BROCKLEY\administrator]: Now I see this: >> samba-tool dns query localhost brockley.harte-lyne.ca brockley.harte-lyne.ca >> ALL -U administrator >> Cannot do GSSAPI to an IP address >>
2014 Nov 14
0
CentOS7 and desktops
On Fri Nov 14 19:04:48 UTC 2014, Darr247 darr247 at gmail.com wrote: > I fully expect this laptop to die anytime, since I bought it > in 2006 (its current HDD is ~4-years old)... when that happens > my next laptop/notebook will have CentOS installed on it > (probably 7, even though I dislike GNOME3 about the same as > vista compared to XP), and my backup copy will probably be on
2014 Jan 15
1
Mock and Mock again
Question: If I use mock to build package rpmA from tarballA but rpmA has a dependency that can only be satisfied by package rpmB which must also be built from tarballB then how does the rpmB built from the tarballB get pulled into mock when building rpmA? I am trying to build httpd-2.4.7 from Apache and that needs apr-devel and apr-util-devel > 1.4. I can build apr and apr-utils in mock but
2020 Jun 03
1
samba-tool dns query
On Tue, June 2, 2020 11:13, Rowland penny wrote: > On 02/06/2020 16:03, James B. Byrne via samba wrote: >> Samba-4.11.8 on FreeBSd-12.1p5 >> >> How does one list all of the actual DNS records for Samba administered zones, >> forward and reverse? >> > Try: > > samba-tool dns query localhost brockley.harte-lyne.ca > brockley.harte-lyne.ca ALL -U