public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* PAE-Kernel for Core 132 missing...
@ 2019-06-13  8:16 Matthias Fischer
  2019-06-13  8:32 ` Michael Tremer
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Fischer @ 2019-06-13  8:16 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 947 bytes --]

Hi,

it seems, I'm the only one running 32bit?

Because today I found by chance that after updating to Core 132, I'm
running an SMP kernel. Again... ;-)

root(a)ipfire: /boot # ls -l
total 44816
-rw-r--r-- 1 root root   162972 May  3 04:27 config-4.14.113-ipfire-pae
-rw-r--r-- 1 root root   163354 May 23 08:02 config-4.14.121-ipfire
drwxr-xr-x 5 root root     4096 Jun  9 08:54 grub
-rw-r--r-- 1 root root 15165872 Jun  9 08:55
initramfs-4.14.113-ipfire-pae.img
-rw-r--r-- 1 root root 15049772 May 23 08:04 initramfs-4.14.121-ipfire.img
drwx------ 2 root root    16384 Mar  9  2016 lost+found
-rw-r--r-- 1 root root  2732812 May  3 04:27 System.map-4.14.113-ipfire-pae
-rw-r--r-- 1 root root  2688754 May 23 08:02 System.map-4.14.121-ipfire
-rw-r--r-- 1 root root  4971328 May  3 04:27 vmlinuz-4.14.113-ipfire-pae
-rw-r--r-- 1 root root  4922912 May 23 08:02 vmlinuz-4.14.121-ipfire
***SNAP***

Could someone please take a look?

Best,
Matthias

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PAE-Kernel for Core 132 missing...
  2019-06-13  8:16 PAE-Kernel for Core 132 missing Matthias Fischer
@ 2019-06-13  8:32 ` Michael Tremer
  2019-06-13  8:55   ` Matthias Fischer
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Tremer @ 2019-06-13  8:32 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]

Do you have enough space on /boot?

Does pakfire show a pending update?

> On 13 Jun 2019, at 09:16, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> Hi,
> 
> it seems, I'm the only one running 32bit?
> 
> Because today I found by chance that after updating to Core 132, I'm
> running an SMP kernel. Again... ;-)
> 
> root(a)ipfire: /boot # ls -l
> total 44816
> -rw-r--r-- 1 root root   162972 May  3 04:27 config-4.14.113-ipfire-pae
> -rw-r--r-- 1 root root   163354 May 23 08:02 config-4.14.121-ipfire
> drwxr-xr-x 5 root root     4096 Jun  9 08:54 grub
> -rw-r--r-- 1 root root 15165872 Jun  9 08:55
> initramfs-4.14.113-ipfire-pae.img
> -rw-r--r-- 1 root root 15049772 May 23 08:04 initramfs-4.14.121-ipfire.img
> drwx------ 2 root root    16384 Mar  9  2016 lost+found
> -rw-r--r-- 1 root root  2732812 May  3 04:27 System.map-4.14.113-ipfire-pae
> -rw-r--r-- 1 root root  2688754 May 23 08:02 System.map-4.14.121-ipfire
> -rw-r--r-- 1 root root  4971328 May  3 04:27 vmlinuz-4.14.113-ipfire-pae
> -rw-r--r-- 1 root root  4922912 May 23 08:02 vmlinuz-4.14.121-ipfire
> ***SNAP***
> 
> Could someone please take a look?
> 
> Best,
> Matthias


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PAE-Kernel for Core 132 missing...
  2019-06-13  8:32 ` Michael Tremer
@ 2019-06-13  8:55   ` Matthias Fischer
  2019-06-13 10:05     ` Arne Fitzenreiter
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Fischer @ 2019-06-13  8:55 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

Hi,

On 13.06.2019 10:32, Michael Tremer wrote:
> Do you have enough space on /boot?

Yes:

***SNIP***
root(a)ipfire: ~ # df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        1.4G  4.0K  1.4G   1% /dev
tmpfs           1.4G   12K  1.4G   1% /dev/shm
tmpfs           1.4G  580K  1.4G   1% /run
/dev/sda3       2.2G  1.1G  981M  53% /
/dev/sda1       256M   49M  189M  21% /boot
/dev/sda4        27G  1.1G   24G   5% /var
/var/lock       8.0M   12K  8.0M   1% /var/lock
none            1.4G   24K  1.4G   1% /var/log/vnstat
none            1.4G   25M  1.4G   2% /var/log/rrd
***SNAP***

> Does pakfire show a pending update?

No. The only one was 'hostapd 2.7-47' today.

Best,
Matthias

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PAE-Kernel for Core 132 missing...
  2019-06-13  8:55   ` Matthias Fischer
@ 2019-06-13 10:05     ` Arne Fitzenreiter
  2019-06-13 10:38       ` Matthias Fischer
  0 siblings, 1 reply; 5+ messages in thread
From: Arne Fitzenreiter @ 2019-06-13 10:05 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 888 bytes --]

I have added the file to stable tree,
try pakfire update, pakfire upgrade again.

Arne


On 2019-06-13 10:55, Matthias Fischer wrote:
> Hi,
> 
> On 13.06.2019 10:32, Michael Tremer wrote:
>> Do you have enough space on /boot?
> 
> Yes:
> 
> ***SNIP***
> root(a)ipfire: ~ # df -h
> Filesystem      Size  Used Avail Use% Mounted on
> devtmpfs        1.4G  4.0K  1.4G   1% /dev
> tmpfs           1.4G   12K  1.4G   1% /dev/shm
> tmpfs           1.4G  580K  1.4G   1% /run
> /dev/sda3       2.2G  1.1G  981M  53% /
> /dev/sda1       256M   49M  189M  21% /boot
> /dev/sda4        27G  1.1G   24G   5% /var
> /var/lock       8.0M   12K  8.0M   1% /var/lock
> none            1.4G   24K  1.4G   1% /var/log/vnstat
> none            1.4G   25M  1.4G   2% /var/log/rrd
> ***SNAP***
> 
>> Does pakfire show a pending update?
> 
> No. The only one was 'hostapd 2.7-47' today.
> 
> Best,
> Matthias

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PAE-Kernel for Core 132 missing...
  2019-06-13 10:05     ` Arne Fitzenreiter
@ 2019-06-13 10:38       ` Matthias Fischer
  0 siblings, 0 replies; 5+ messages in thread
From: Matthias Fischer @ 2019-06-13 10:38 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]

Hi,

On 13.06.2019 12:05, Arne Fitzenreiter wrote:
> I have added the file to stable tree,
> try pakfire update, pakfire upgrade again.

Running with linux-pae... All is fine.

Thanks!

> Arne
> 
> 
> On 2019-06-13 10:55, Matthias Fischer wrote:
>> Hi,
>> 
>> On 13.06.2019 10:32, Michael Tremer wrote:
>>> Do you have enough space on /boot?
>> 
>> Yes:
>> 
>> ***SNIP***
>> root(a)ipfire: ~ # df -h
>> Filesystem      Size  Used Avail Use% Mounted on
>> devtmpfs        1.4G  4.0K  1.4G   1% /dev
>> tmpfs           1.4G   12K  1.4G   1% /dev/shm
>> tmpfs           1.4G  580K  1.4G   1% /run
>> /dev/sda3       2.2G  1.1G  981M  53% /
>> /dev/sda1       256M   49M  189M  21% /boot
>> /dev/sda4        27G  1.1G   24G   5% /var
>> /var/lock       8.0M   12K  8.0M   1% /var/lock
>> none            1.4G   24K  1.4G   1% /var/log/vnstat
>> none            1.4G   25M  1.4G   2% /var/log/rrd
>> ***SNAP***
>> 
>>> Does pakfire show a pending update?
>> 
>> No. The only one was 'hostapd 2.7-47' today.
>> 
>> Best,
>> Matthias
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-13 10:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13  8:16 PAE-Kernel for Core 132 missing Matthias Fischer
2019-06-13  8:32 ` Michael Tremer
2019-06-13  8:55   ` Matthias Fischer
2019-06-13 10:05     ` Arne Fitzenreiter
2019-06-13 10:38       ` Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox