[CentOS] Centos 7 installer alert! message

2021-03-16 Thread R C
When I install Centos 7,  I see an "alert!" message flash by, too fast 
to read it.   Is there a way to figure out what that message is/was 
(after install)  or make it wait so I can actually read it?



thanks,


Ron

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-7-x86_64-dvd-2009.iso is too big for DVD blanks

2021-03-16 Thread H
On March 16, 2021 11:16:21 AM EDT, Michael Hennebry 
 wrote:
>On Sun, 14 Mar 2021, Robert G. (Doc) Savage via CentOS wrote:
>
>> We need to ask the developers to make a re-spin that's about 5MB
>> smaller. And before someone suggests it, the 2010-vintage server I'm
>> trying to install CentOS on does not support booting from a thumb
>> drive, so that option is not available.
>
>What will it boot from?
>I do not use thumb drives.
>I have a USB interface to SD cards.
>Can you make the .iso file into a disk partition (not a file in it)?
>I've sometimes booted from one of those.

To the OP:

Is it possible to install an earlier release that might conceivably be smaller, 
then run yum update?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-7-x86_64-dvd-2009.iso is too big for DVD blanks

2021-03-16 Thread Michael Hennebry

On Sun, 14 Mar 2021, Robert G. (Doc) Savage via CentOS wrote:


We need to ask the developers to make a re-spin that's about 5MB
smaller. And before someone suggests it, the 2010-vintage server I'm
trying to install CentOS on does not support booting from a thumb
drive, so that option is not available.


What will it boot from?
I do not use thumb drives.
I have a USB interface to SD cards.
Can you make the .iso file into a disk partition (not a file in it)?
I've sometimes booted from one of those.

--
Michael   henne...@web.cs.ndsu.nodak.edu
"Sorry but your password must contain an uppercase letter, a number,
a haiku, a gang sign, a heiroglyph, and the blood of a virgin."
 --  someeecards
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-7-x86_64-dvd-2009.iso is too big for DVD blanks

2021-03-16 Thread Lamar Owen

On 3/16/21 9:37 AM, Lamar Owen wrote:
Sure, no problem.  I had a similar problem with a different version of 
CentOS, 8.3, which is too large to fit on a dual-layer DVD.

I should have done the math before posting, sorry.  Here's the math:
lowen@d10-lo-m6700:~$ dvd+rw-mediainfo /dev/sr0
INQUIRY:    [MATSHITA][BD-MLT UJ272    ][1.00]
GET [CURRENT] CONFIGURATION:
 Mounted Media: 2Bh, DVD+R Double Layer
...
READ TRACK INFORMATION[#1]:
...
Free Blocks:   4173824*2KB
 Track Size:    4173824*2KB
...

That's 8547991552 bytes.

Ok:
lowen@d10-lo-m6700:~$ ls -l CentOS*8.3*.iso
-rw-r--r-- 1 lowen lowen 9264168960 Mar 16 09:27 
CentOS-8.3.2011-x86_64-dvd1.iso

lowen@d10-lo-m6700:~$

That's 716177408 bytes too large.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-7-x86_64-dvd-2009.iso is too big for DVD blanks

2021-03-16 Thread Lamar Owen

On 3/15/21 5:04 PM, Stephen John Smoogen wrote:

On Mon, 15 Mar 2021 at 16:26, Lamar Owen  wrote:

Well, what's odd is that the actual upstream RHEL 7.9 DVD WILL fit on a
single-layer DVD.  Just burned one.

Well I am batting 0 for 1000 today. I am clearly not a good resource at the
moment :). Thanks Lamar for checking the real source.


Sure, no problem.  I had a similar problem with a different version of 
CentOS, 8.3, which is too large to fit on a dual-layer DVD.  I also had 
a similar problem with another product altogether, pfSense, which will 
no longer fit on a CD, even though the docs said 'CD/DVD image' and I 
was trying to repurpose an old server, 64-bit capable but very early 
64-bit, that had a CD drive (parallel ATA thinline!) with a special 
connector, and I didn't have a DVD drive available.  Oddly enough, that 
old box can boot USB, but only certain sticks, and so I used an old 1GB 
stick to boot pfSense on that box.  I was prepared to boot an older 
pfSense and upgrade up to current.



___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba config question

2021-03-16 Thread Anthony K

On 16/3/21 6:07 pm, Rob Kampen wrote:

On 16/03/21 4:24 pm, Robert G. (Doc) Savage via CentOS wrote:

After setting up /etc/samba/smb.conf and running "testparm" in CentOS
7.9.2011, I have noticed that the list of parameters echoed back for
the [global] section do not match those in the smb.conf file. Is this
normal?

[snip]...[/snip]

Is this normal behavior for Samba? I am particularly concerned about
workgroup = WORKGROUP missing in the "testparm" output.

Is it that testparm just outputs the non default values?


A quick glance at man smb.conf suggests that's exactly what's going on...
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba config question

2021-03-16 Thread Rob Kampen

On 16/03/21 4:24 pm, Robert G. (Doc) Savage via CentOS wrote:

After setting up /etc/samba/smb.conf and running "testparm" in CentOS
7.9.2011, I have noticed that the list of parameters echoed back for
the [global] section do not match those in the smb.conf file. Is this
normal?

[global] in /etc/samba/smb.conf:
unix charset = UTF-8
dos charset = CP932
vfs objs = acl_xattr
map acl inherit = yes
store dos attributes = yes
printing = cups
printcap = cups
load printers = yes
# Network related options
workgroup = WORKGROUP
server string = Samba Server Version %v
netbios name = SERVER01
interfaces = lo eth0 192.168.1.0/24
hosts allow = 127. 192.168.1.
# Logging options
log file = /var/log/samba/log.%m
max log size = 50
# Standalone Server Options
security = user
passdb backend = tdbsam
map to guest = Bad User
# Name Resolution
wins support = yes
dns proxy = yes
# Printing options
load printers = yes
cups options = raw
# Filesystem options
map archive = no
map hidden = no
map read only = no
map system = no
store dos attributes = yes

When I subsequently run "testparm", I get a shorter and in some cases

different list:

[global] in "testparm" output:
dos charset = CP932
interfaces = lo eth0 192.168.1.0/24
log file = /var/log/samba/log.%m
map to guest = Bad User
max log size = 50
printcap name = cups
security = USER
server string = Samba Server Version %v
wins support = Yes
idmap config * : backend = tdb
cups options = raw
hosts allow = 127. 192.168.1
map acl inherit = Yes
map archive = No
vfs objects = acl_xattr

Is this normal behavior for Samba? I am particularly concerned about
workgroup = WORKGROUP missing in the "testparm" output.

Is it that testparm just outputs the non default values?

V/R

--Doc Savage
     Fairview Heights, IL

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-7-x86_64-dvd-2009.iso is too big for DVD blanks

2021-03-16 Thread Rob Kampen

On 16/03/21 9:25 am, Lamar Owen wrote:

On 3/15/21 8:51 AM, Stephen John Smoogen wrote:
Exactly that. Upstream Fedora and RHEL went to require dual density 
around

Fedora 18, RHEL-7 because the amount of data was too much.
Well, what's odd is that the actual upstream RHEL 7.9 DVD WILL fit on 
a single-layer DVD.  Just burned one.
I seem to recall that RHEL and CentOS bundle their products differently 
- hence RHEL has bits divided into other groups, whereas CentOS combines 
them 


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos