Displaying 8 results from an estimated 8 matches for "baseapps".
2016 Nov 19
1
kde-runtime fails to install on Custom ISO due to dependency error
Hi,
I have built successfully all the dependent packages of kde-runtime.
Following is the list of RPMs cloned and built from GIT:-
kde-runtime-4.10.5-8.el7.centos.x86_64.rpm
kde-runtime-drkonqi-4.10.5-8.el7.centos.x86_64.rpm
kde-runtime-libs-4.10.5-8.el7.centos.x86_64.rpm
kde-baseapps-4.10.5-4.el7.centos.x86_64.rpm
kde-baseapps-libs-4.10.5-4.el7.centos.x86_64.rpm
However, when we copy these RPMS to our ISO, anaconda installer fails to install due to dependency error:
package: kde-baseapps-4.10.5-4.el7.centos.x86_64
unresolved deps:
kde-runtime >= 0:4.14.8
On GIT kde...
2009 Feb 04
1
Issue with template.pp
Hi i am creating a template.pp for different OS.. Following is my
template.pp file
node basenode {
case $operatingsystem {
fedora: { include fedora }
default: { include debian }
}
include baseapps, sshd, admin, default
} <=== line 7
node default inherits basenode {}
I receive an error.
err: Could not parse for environment production: Syntax error at ''}''
at /etc/puppet/manifests/templates.pp:7
when i run : puppet --parseonly --ignoreimport /etc/puppet/manifests/
t...
2011 Mar 24
6
run stages in puppet 2.6
...-------------------
This is the relationship I setup in template.pp
--------------------------------------------------------
node basenode {
case $operatingsystem {
centos: { include centos }
ubuntu: { include ubuntu }
default: { include centos }
}
include baseapps, sshd
}
node default inherits basenode {}
node webserver inherits basenode {
## <-- I used to define ''include apache'' here
}
node dbserver inherits basenode {
include mysql
}
node mailserver inherits basenode {
include postfix
}
------------------------------...
2011 Mar 16
3
only one puppet client fails with yum
...d: Could not find package php-xml.i386
notice: Finished catalog run in 26.97 seconds
## packages install via yum on another identical ec2 cloud instance
notice: //apache/Package[php-xmlrpc.i386]/ensure: created
notice: //apache/Exec[create apache log dir]/returns: executed successfully
notice: //baseapps/Package[koan]/ensure: created
notice: //apache/Package[php-pear.noarch]/ensure: created
## this is the machine info on the machine that works
[root@kromep2 ~]# cat /etc/redhat-release
CentOS release 5.5 (Final)
[root@kromep2 ~]# uname -a
Linux kromep2 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:39:3...
2008 Oct 22
5
LDAP Problem
...cn: default
description: Default
objectClass: device
objectClass: top
objectClass: puppetClient
puppetclass: defaultapps
# basenode, Hosts, xyz.com
dn: cn=basenode,ou=Hosts,dc=xyz,dc=com
cn: basenode
description: Basenode
objectClass: device
objectClass: top
objectClass: puppetClient
puppetclass: baseapps
# webserver, Hosts, xyz.com
dn: cn=webserver,ou=Hosts,dc=xyz,dc=com
cn: webserver
description: Webserver
objectClass: device
objectClass: top
objectClass: puppetClient
parentnode: basenode
puppetclass: apache
puppetclass: squid
puppetclass: named
# www1.testing.com, Hosts, xyz.com
dn: cn=www1.tes...
2009 Jul 21
0
new puppet config - fileserver issue
...s/files
allow *.pinnacle.co.uk
[root@osiris3 puppet]# cat puppet.conf
[main]
server = puppetmaster.domain.co.uk
confdir = /data/puppet
# storeconfigs = true
# pluginsync = true
pluginsync=false
[puppetmasterd]
certname=puppetmaster.pinnacle.co.uk
[root@osiris3 classes]# cat baseapps.pp
class baseapps {
$packagelist = ["ntp","perl"]
package { $packagelist:
ensure => installed }
}
[root@osiris3 classes]# cat ntp.pp
class ntp {
service { "ntpd":
ensure => running,
# require => Package["ntp"],
}
file...
2019 Apr 28
0
CentOS 7, KDE, Dolphin and MTP support
...support in the Ark archive manager,
so I fetched the SRPM and rebuilt it to add RAR archive support, and it
works perfectly now.
I'd like to try something similar with Dolphin's MTP support, which
seems to have been disabled. According to rpm -qif /usr/bin/dolphin,
it's part of the kde-baseapps package. I fetched the SRPM and
experimented with it, but apparently, enabling/disabling MTP does not
happen here.
So my question here: which package in KDE 4 is responsible for MTP
support in Dolphin ?
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 307...
2015 Jun 16
0
Processed: raise severity of GCC 5 triggered build failures to important
...7921 [src:itksnap] itksnap: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 777922 important
Bug #777922 [src:jellyfish] jellyfish: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 777923 important
Bug #777923 [src:kde-baseapps] kde-baseapps: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 777924 important
Bug #777924 [src:kde-workspace] kde-workspace: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 777925 important
Bug #777925 [src:kde4libs...