Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items
updated/upgraded/installed during upgrade saw "Oracle" flashing by on
several item names kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items updated/upgraded/installed during upgrade saw "Oracle" flashing by on several item names
kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
Henry Crun wrote:
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items updated/upgraded/installed >> during upgrade saw "Oracle" flashing by on several item names
kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
There are plenty of 'oracle' related files in the Ub repo/s incl
kernels. Maybe you installed something that has an oracle kernel
dependency that you didn't realize.
locate -i Oracle
Am Mittwoch, 07. September 2022, um 18:03:42 Uhr schrieb Henry Crun:
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items
updated/upgraded/installed during upgrade saw "Oracle" flashing by on
several item names kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
These are special kernels, they are not installed by default if you use
the official desktop/server ISOs. Is that the case or did you use a
special installer image, e.g. on a virtual machine?
My original 20.04 had no mention of oracle IIRC.
To my best recollection, I have never installed anything related to
Oracle (I may of course be remembering wrong) and/or nvidia
FTR, my little Ubuntu 20.04 LTS installed on a Raspberry Pi doesn't
seem to have oracle anything.
Henry Crun <[email protected]> writes:
My original 20.04 had no mention of oracle IIRC.
To my best recollection, I have never installed anything related to
Oracle (I may of course be remembering wrong) and/or nvidia
You can use apt-file search or dpkg -S to find which package brought in
some file. Or maybe run apt list --installed|grep oracle to see which installed packages have oracle in the name. Then aptitude why may hint
at why that specific package was installed.
FTR, my little Ubuntu 20.04 LTS installed on a Raspberry Pi doesn't seem
to have oracle anything.
Mike Easter wrote:
Henry Crun wrote:Search the first oracle in
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items updated/upgraded/installed >>> during upgrade saw "Oracle" flashing by on several item names
kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
There are plenty of 'oracle' related files in the Ub repo/s incl kernels. Maybe you installed something that has an
oracle kernel dependency that you didn't realize.
There are nvidia modules that require oracle kernel.
I see in synaptic that there are other things which parts that want oracle stuff or mention oracle in the description,
such as Java and Tomcat.
/var/log/apt/history.log
/var/log/apt/term.log
/var/log/dpkg.log
Henry Crun wrote:
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items
updated/upgraded/installed
during upgrade saw "Oracle" flashing by on several item names
kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
There are plenty of 'oracle' related files in the Ub repo/s incl
kernels. Maybe you installed something that has an oracle kernel
dependency that you didn't realize.
There are nvidia modules that require oracle kernel.
I see in synaptic that there are other things which parts that want
oracle stuff or mention oracle in the description, such as Java and Tomcat.
On 08/09/2022 14:22, Andrei Z. wrote:
Mike Easter wrote:
Henry Crun wrote:Search the first oracle in
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items
updated/upgraded/installed
during upgrade saw "Oracle" flashing by on several item names
kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
There are plenty of 'oracle' related files in the Ub repo/s incl
kernels. Maybe you installed something that has an oracle kernel
dependency that you didn't realize.
There are nvidia modules that require oracle kernel.
I see in synaptic that there are other things which parts that want
oracle stuff or mention oracle in the description, such as Java and
Tomcat.
/var/log/apt/history.log
/var/log/apt/term.log
/var/log/dpkg.log
You mean like this?
<quote>
~$ grep -i oracle /var/log/apt/history.log | head -n1
Install: linux-oracle-headers-5.15.0-1017:amd64 (5.15.0-1017.22,
automatic), linux-image-5.15.0-47-generic:amd64 (5.15.0-47.51,
automatic), linux-headers-5.15.0-47-generic:amd64 (5.15.0-47.51,
automatic), linux-image-generic-hwe-22.04:amd64 (5.15.0.47.47,
automatic), linux-image-5.15.0-1017-oracle:amd64 (5.15.0-1017.22,
automatic), linux-modules-5.15.0-47-generic:amd64 (5.15.0-47.51,
automatic), linux-modules-5.15.0-1017-oracle:amd64 (5.15.0-1017.22, automatic), linux-headers-generic-hwe-22.04:amd64 (5.15.0.47.47,
automatic), linux-generic-hwe-22.04:amd64 (5.15.0.47.47, automatic), linux-headers-5.15.0-47:amd64 (5.15.0-47.51, automatic), linux-modules-extra-5.15.0-47-generic:amd64 (5.15.0-47.51, automatic), linux-modules-extra-5.15.0-1017-oracle:amd64 (5.15.0-1017.22,
automatic), linux-headers-5.15.0-1017-oracle:amd64 (5.15.0-1017.22, automatic)
~$
~$
~$ grep -i oracle /var/log/apt/term.log | head -n1
Selecting previously unselected package linux-oracle-headers-5.15.0-1017.
~$
~$
~$
~$ grep -i oracle /var/log/dpkg.log | head -n1
2022-09-07 16:44:01 install linux-oracle-headers-5.15.0-1017:all <none> 5.15.0-1017.22
~$
</quote>
Thanks,
Mike
On Wed, 7 Sep 2022 18:03:42 +0300, Henry Crun wrote:
Upgraded focal to jammy ran sudo apt update and sudo upgrade - 87
items updated/upgraded/installed during upgrade saw "Oracle"
flashing by on several item names kernel name is now
"5.15.0-1017-oracle" I have not nor have I ever had any use for
Oracle. Any explanation would be gratefully accepted.
What's the problem with Oracle? It's all open source, right?
Upgraded focal to jammy ran sudo apt update and sudo upgrade - 87
items updated/upgraded/installed during upgrade saw "Oracle"
flashing by on several item names kernel name is now
"5.15.0-1017-oracle" I have not nor have I ever had any use for
Oracle. Any explanation would be gratefully accepted.
Thanks, Mike
On 08.09.2022 at 14:26, mechanic scribbled:
On Wed, 7 Sep 2022 18:03:42 +0300, Henry Crun wrote:
Upgraded focal to jammy ran sudo apt update and sudo upgrade - 87
items updated/upgraded/installed during upgrade saw "Oracle"
flashing by on several item names kernel name is now
"5.15.0-1017-oracle" I have not nor have I ever had any use for
Oracle. Any explanation would be gratefully accepted.
What's the problem with Oracle? It's all open source, right?
Yes, but Oracle is a company name, and I guess it makes some people
freak out.
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items
updated/upgraded/installed during upgrade saw "Oracle" flashing by on
several item names kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
Am Mittwoch, 07. September 2022, um 18:03:42 Uhr schrieb Henry Crun:
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items
updated/upgraded/installed during upgrade saw "Oracle" flashing by on
several item names kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
We discussed that topic in de.comp.os.unix.linux.misc. These kernels
are intended to run on special virtualized environments in the cloud of specific vendors, like Oracle. They don't contain all kernel modules
because there is only a small amount of emulated hardware.
https://ubuntu.com/blog/cloud-optimized-linux-kernels
Am Mittwoch, 07. September 2022, um 18:03:42 Uhr schrieb Henry Crun:
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items
updated/upgraded/installed during upgrade saw "Oracle" flashing by on
several item names kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
We discussed that topic in de.comp.os.unix.linux.misc. These kernels
are intended to run on special virtualized environments in the cloud of specific vendors, like Oracle. They don't contain all kernel modules
because there is only a small amount of emulated hardware.
https://ubuntu.com/blog/cloud-optimized-linux-kernels
Marco Moock wrote:
Am Mittwoch, 07. September 2022, um 18:03:42 Uhr schrieb Henry Crun:$ apt show linux-image-oracle
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items
updated/upgraded/installed during upgrade saw "Oracle" flashing by on
several item names kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
We discussed that topic in de.comp.os.unix.linux.misc. These kernels
are intended to run on special virtualized environments in the cloud of
specific vendors, like Oracle. They don't contain all kernel modules
because there is only a small amount of emulated hardware.
https://ubuntu.com/blog/cloud-optimized-linux-kernels
Package: linux-image-oracle
..
Provides: virtualbox-guest-modules (= 5.15.0-1017), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1)
Depends: linux-image-5.15.0-1017-oracle, linux-modules-extra-5.15.0-1017-oracle
..
Description: Linux kernel image for Oracle systems.
This package will always depend on the latest kernel image available for Oracle systems.
$ apt show linux-modules-extra-5.15.0-1017-oracle
..
Geared toward Oracle Cloud systems.
Andrei Z. wrote:
Marco Moock wrote:
Am Mittwoch, 07. September 2022, um 18:03:42 Uhr schrieb Henry Crun:$ apt show linux-image-oracle
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items
updated/upgraded/installed during upgrade saw "Oracle" flashing by on
several item names kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
We discussed that topic in de.comp.os.unix.linux.misc. These kernels
are intended to run on special virtualized environments in the cloud of
specific vendors, like Oracle. They don't contain all kernel modules
because there is only a small amount of emulated hardware.
https://ubuntu.com/blog/cloud-optimized-linux-kernels
Package: linux-image-oracle
..
Provides: virtualbox-guest-modules (= 5.15.0-1017), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1)
Depends: linux-image-5.15.0-1017-oracle, linux-modules-extra-5.15.0-1017-oracle
..
Description: Linux kernel image for Oracle systems.
This package will always depend on the latest kernel image available for Oracle systems.
$ apt show linux-modules-extra-5.15.0-1017-oracle
..
Geared toward Oracle Cloud systems.
$ apt show linux-oracle
Package: linux-oracle
..
Provides: kernel-testing--linux-oracle--full--oracle, kernel-testing--linux-oracle--full--preferred
Depends: linux-image-oracle (= 5.15.0.1017.15), linux-headers-oracle (= 5.15.0.1017.15)
..
Description: Complete Linux kernel for Oracle systems.
This package will always depend on the latest complete Linux kernel available for Oracle systems.
Is linux-oracle installed?
On 09/09/2022 12:20, Andrei Z. wrote:
Andrei Z. wrote:Not any more.
Marco Moock wrote:
Am Mittwoch, 07. September 2022, um 18:03:42 Uhr schrieb Henry Crun:$ apt show linux-image-oracle
Upgraded focal to jammy
ran sudo apt update and sudo upgrade - 87 items
updated/upgraded/installed during upgrade saw "Oracle" flashing by on >>>>> several item names kernel name is now "5.15.0-1017-oracle"
I have not nor have I ever had any use for Oracle.
Any explanation would be gratefully accepted.
We discussed that topic in de.comp.os.unix.linux.misc. These kernels
are intended to run on special virtualized environments in the cloud of >>>> specific vendors, like Oracle. They don't contain all kernel modules
because there is only a small amount of emulated hardware.
https://ubuntu.com/blog/cloud-optimized-linux-kernels
Package: linux-image-oracle
..
Provides: virtualbox-guest-modules (= 5.15.0-1017), wireguard-modules
(= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1)
Depends: linux-image-5.15.0-1017-oracle,
linux-modules-extra-5.15.0-1017-oracle
..
Description: Linux kernel image for Oracle systems.
This package will always depend on the latest kernel image available
for Oracle systems.
$ apt show linux-modules-extra-5.15.0-1017-oracle
..
Geared toward Oracle Cloud systems.
$ apt show linux-oracle
Package: linux-oracle
..
Provides: kernel-testing--linux-oracle--full--oracle,
kernel-testing--linux-oracle--full--preferred
Depends: linux-image-oracle (= 5.15.0.1017.15), linux-headers-oracle
(= 5.15.0.1017.15)
..
Description: Complete Linux kernel for Oracle systems.
This package will always depend on the latest complete Linux kernel
available for Oracle systems.
Is linux-oracle installed?
it was among the packages purged
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 22:51:48 |
| Calls: | 12,105 |
| Calls today: | 5 |
| Files: | 15,006 |
| Messages: | 6,518,137 |