Search found 9 matches
- 2019/07/30 15:54:03
- Forum: CentOS 7 - General Support
- Topic: mirror external repositories
- Replies: 6
- Views: 309
Re: mirror external repositories
I wrote this a while ago, but it's still very applicable to your question: http://nuxref.com/2016/10/06/hosting-rpm-repository/
- 2019/07/30 15:44:51
- Forum: CentOS 7 - General Support
- Topic: Untrusted application launcher (desktop launchers)
- Replies: 14
- Views: 9669
Re: Untrusted application launcher (desktop launchers)
I realize this post is old, but I was having the same problem and needed to automate this for an installation. Those who found this ticket searching how to automate the .desktop files to be trusted (without user interaction) and want some closure... Just do the following: # As the user who should be...
- 2017/05/27 14:16:20
- Forum: CentOS 7 - Software Support
- Topic: [SOLVED] CentOS 7.x i686 Support
- Replies: 3
- Views: 3117
Re: CentOS 7.x i686 Support
Trevor and toracat; you guys are awesome.
Trevor, I'll check out the latest info you passed along, but i solved my problem yesterday using Toracat's help. I had to modify the cfg just a wee-bit, but otherwise, it worked great.
You can lock/close this thread if you want! Kudos to all your help!
Trevor, I'll check out the latest info you passed along, but i solved my problem yesterday using Toracat's help. I had to modify the cfg just a wee-bit, but otherwise, it worked great.
You can lock/close this thread if you want! Kudos to all your help!
- 2017/05/26 20:38:27
- Forum: CentOS 7 - Software Support
- Topic: [SOLVED] CentOS 7.x i686 Support
- Replies: 3
- Views: 3117
[SOLVED] CentOS 7.x i686 Support
Mock doesn't provide a i386/32-bit configuration file for CentOS 7. I'm curious how 32-bit packages are rebuilt for this distribution as a result? For example... the package sip (python bindings to C++): # Closest i can get is a command like this (on a 64-bit system): linux32 rpmbuild --target=i386 ...
- 2017/01/14 15:30:49
- Forum: Website Problems
- Topic: Additional Repositories Update
- Replies: 0
- Views: 4714
Additional Repositories Update
With respect to this link on your wiki, what are the parameters to add another repository here? I wouldn't mind adding http://nuxref.com/nuxref-repository/ to the list if I'm able. I mostly just blog about new stuff and create new packages that aren't otherwise already available to people. But I pla...
- 2016/10/12 20:12:34
- Forum: CentOS 7 - Software Support
- Topic: how to backup installed rpm files to reinstall
- Replies: 10
- Views: 6708
Re: how to backup installed rpm files to reinstall
But i suppose if you really want to acompiish OP's goal, you could do the following: tar cvfz backup.tgz $(rpm -ql name ) Where name is the RPM that is installed without the version, architecture and .rpm extension. Hence lets, say you were installing a new version of nginx (e.g. nginx-1.10.1-1.el7....
- 2016/10/11 20:49:38
- Forum: CentOS 7 - Software Support
- Topic: kickstart virtual terminal switching during %pre section
- Replies: 0
- Views: 932
kickstart virtual terminal switching during %pre section
In earlier versions of CentOS, you could have an interactive kickstart installation by just changing the virtual terminal using chvt ; eg: %pre # Change Virtual Terminal so we can get some input from the user chvt 3 exec </dev/tty3 >/dev/tty3 2>/dev/tty3 ( echo "PRE INSTALL START: $(date)" # write a...
- 2016/10/06 17:00:45
- Forum: CentOS 7 - General Support
- Topic: HOWTO: Hosting Your Own RPM Repositories
- Replies: 0
- Views: 535
HOWTO: Hosting Your Own RPM Repositories
Not sure if this is any good for any of you, but I ended up documenting the steps i learned along the way and put it all in a blog here.
- 2016/09/21 14:45:40
- Forum: CentOS 7 - General Support
- Topic: [Resolved] RAID/BIOS Booting Issue
- Replies: 0
- Views: 1161
[Resolved] RAID/BIOS Booting Issue
Guys, I flashed my BIOS to the latest and greatest without considering how beautiful my system worked beforehand. Anyway, now i can't boot back into CentOS 7 now. ... [ 1.732340] localhost kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.733917] loc...