Displaying 20 results from an estimated 200000 matches similar to: "reinstall"
2016 Apr 21
0
Dual boot C7 with Window 10
On Tue, Apr 19, 2016 at 5:42 AM, Jerry Geis <geisj at pagestation.com> wrote:
> I have a laptop with windows 10.
> I went into the Windows disk manager and shrunk the volume
> to make room for C7. That worked.
>
> I also changed the BIOS from secure boot to "both" (secure/legacy)
Both is a problem. There's no practical way for an installer to
support both.
2018 Aug 29
2
Remote update OS from 6 to 7
Hello all...
I have a remote machine running C6. I desire to update it to C7. Not
possible to be on-site. Can I copy the Everything ISO for C7 to the
machine,
mount -o loop C7.Everything.iso /media/cdrom
then do a "yum upgrade" ?
Will that work? The server is using software raid.
Thanks
Jerry
2016 Jun 02
5
vnc on C7
I am trying to get a remote screen on C7.
I did the following on C7 server:
yum install tigervnc-server
cp /lib/systemd/system/vncserver at .service
/etc/systemd/system/vncserver@:1.service
systemctl daemon-reload
edit /etc/systemd/system/vncserver@:1.service and replace
<USER> with myuser
su - myuser run
2016 Aug 16
3
hfsplus on C7
I followed the instructions (I thought) for hfsplus on C7.
Installed elrepo
Then installed hfsplus hfsplus-tools and kmod-hfsplus kmod-hfs
rpm -qa | grep hfs clearly shows the items
kmod-hfsplus-0.0-2.el7.elrepo.x86_64
hfsplus-tools-540.1.linux3-4.el7.x86_64
kmod-hfs-0.0-2.el7.elrepo.x86_64
When I do my mount command
mount -t hfsplus -o loop Mac.dmg /mnt/mac
mount: unknown filesystem type
2016 Jun 02
0
vnc on C7
On Thu, Jun 2, 2016 at 7:56 AM, Jerry Geis <geisj at pagestation.com> wrote:
> I am trying to get a remote screen on C7.
> I did the following on C7 server:
> yum install tigervnc-server
> cp /lib/systemd/system/vncserver at .service
> /etc/systemd/system/vncserver@:1.service
> systemctl daemon-reload
> edit
2016 Apr 19
6
Dual boot C7 with Window 10
I have a laptop with windows 10.
I went into the Windows disk manager and shrunk the volume
to make room for C7. That worked.
I also changed the BIOS from secure boot to "both" (secure/legacy)
I installed C7, went fine. About the time it was done I realized I never
saw anything about "other" boot options (seems I saw that in the past).
Anyway sure enough, got done and C7
2017 Jun 06
4
Crazy thought about upgrading to new major release
I have older systems out there that work fine, just for what ever reason
would be great to upgrade from a C5 -> C7 (due to no longer supported) or
C6 > C7 (for updated packages).
Sounds like the upgrade tool is not quite an option...
I was thinking...
What would be wrong with any "easy" script that did the following:
1) Removed all packages with the --justdb option.
2) Import
2011 Apr 11
5
whats the package that allows copy and paste between windows
What is the package that allows copy and paste between windows?
I think I need to yum reinstall it.
after the 5.6 update I get the copy button when I right click - (for
example in thunderbird)
put when I then goto a console window and try to right click and paste
the paste is grey-ed or ghosted.
Is there a package that controls the clip board or something?
Thanks
Jerry
2017 Jun 06
0
Crazy thought about upgrading to new major release
On 6/6/2017 12:38 PM, Jerry Geis wrote:
> I have older systems out there that work fine, just for what ever reason
> would be great to upgrade from a C5 -> C7 (due to no longer supported) or
> C6 > C7 (for updated packages).
>
> Sounds like the upgrade tool is not quite an option...
> I was thinking...
>
> What would be wrong with any "easy" script that did
2016 Aug 16
0
hfsplus on C7
> modprobe hfsplus
>
I get an error doing that:
modprobe hfsplus
modprobe: FATAL: module hfsplus not found
I redid the listing
rpm -qa | grep hfs
kmod-hfs-0.0-2.el7.elrepo.x86_64
kmod-hfsplus-0.0-2.el7.elrepo.x86_64
hfsplus-tools-540.1.linux3-4.el7.x86_64
Thoughts?
Jerry
On Tue, Aug 16, 2016 at 10:14 AM, Jerry Geis <geisj at pagestation.com> wrote:
> I followed the
2017 Sep 13
4
Update to 7.4 using DVD
I am attempting to update to 7.4 using the DVD
I get these errors(truncated list)
Error: Package: libgpod-0.8.3-14.el7.x86_64 (@epel)
Requires: libusbmuxd.so.2()(64bit)
Removing: usbmuxd-1.0.8-11.el7.x86_64 (@anaconda)
libusbmuxd.so.2()(64bit)
Obsoleted By: usbmuxd-1.1.0-1.el7.x86_64 (c7-media)
Not found
Error: Package:
2016 Sep 07
0
DNF update
On 09/06/2016 08:57 PM, Jerry Geis wrote:
> I was searching tonight how to update OLD systems.
> I have C5 and C6 systems that need updating and they are remote systems.
> ...
> Is this a valid option for updating C5 and C6 to take them to C7?
First, a bit of nomeclature clarification is in order. To me, and to
most in the RHEL-derived world, an 'update' means staying within
2017 Sep 13
0
Update to 7.4 using DVD
On 09/13/2017 09:14 AM, Jerry Geis wrote:
> I am attempting to update to 7.4 using the DVD
>
> I get these errors(truncated list)
> Error: Package: libgpod-0.8.3-14.el7.x86_64 (@epel)
> Requires: libusbmuxd.so.2()(64bit)
> Removing: usbmuxd-1.0.8-11.el7.x86_64 (@anaconda)
> libusbmuxd.so.2()(64bit)
> Obsoleted By:
2016 Jul 18
3
Help with C7 start script
Under the old C6 I put an entry in rc.local to run my programs I want. We
will call it /path/boot.sh
Worked fine.
Under C7 I have created a new service file for systemd. It looks like:
---------------
[Unit]
Description=Company
After=network.target
[Service]
Type=forking
ExecStart=/path/boot.sh
[Install]
WantedBy=multi-user.target
-----------
For the most part this works every time on boot.
2017 Jun 06
0
Crazy thought about upgrading to new major release
Jerry Geis wrote:
> I have older systems out there that work fine, just for what ever reason
> would be great to upgrade from a C5 -> C7 (due to no longer supported) or
> C6 > C7 (for updated packages).
>
> Sounds like the upgrade tool is not quite an option...
> I was thinking...
>
> What would be wrong with any "easy" script that did the following:
>
2016 Jul 18
0
Help with C7 start script
Try this
https://ask.fedoraproject.org/en/question/26898/what-is-the-auto-start-file-like-rclocal/
Eero
18.7.2016 6.42 ip. "Jerry Geis" <geisj at pagestation.com> kirjoitti:
> Under the old C6 I put an entry in rc.local to run my programs I want. We
> will call it /path/boot.sh
> Worked fine.
>
> Under C7 I have created a new service file for systemd. It looks
2017 Jun 07
1
Crazy thought about upgrading to new major release
On 6/6/2017 5:29 PM, m.roth at 5-cent.us wrote:
> Jerry Geis wrote:
>> I have older systems out there that work fine, just for what ever reason
>> would be great to upgrade from a C5 -> C7 (due to no longer supported) or
>> C6 > C7 (for updated packages).
>>
>> Sounds like the upgrade tool is not quite an option...
>> I was thinking...
>>
>>
2006 Feb 10
3
quick question on yum
I think I saw where up2date is going away (perhaps browsing FC5 new and
changed items)
"yum update" will ask me if it wants to proceed. I have not seen a way
to not have
the prompt for Y/N? Is there a way to not prompt and just go ahead and
do the update.
Thanks,
Jerry
2017 Feb 23
2
Problems installing packages from the CD
So I did a minimal install of centos 7 vm guest just to find out it did not
install perl. Since as of right now I have no properly functioning network
on that machine (different issue; we can talk about that in another post),
I went for the next best thing: install CD.
I grabbed the CentOS-7-x86_64-Everything-1611.iso CD (around 8GB), attached
it to the guest, and mounted it on /mnt. Then I
2017 Feb 23
0
Problems installing packages from the CD
On 02/23/2017 05:24 AM, Mauricio Tavares wrote:
> So I did a minimal install of centos 7 vm guest just to find out it did not
> install perl. Since as of right now I have no properly functioning network
> on that machine (different issue; we can talk about that in another post),
> I went for the next best thing: install CD.
>
> I grabbed the CentOS-7-x86_64-Everything-1611.iso