Displaying 17 results from an estimated 17 matches for "fc41".
Did you mean:
fc4
2024 Jul 17
1
default pager is more
...ed --More--
prompt for viewing, rather than allowing arrow key navigation as on
RHEL. It turns out it uses a system command for paging and the current
default pager is more:
grep PAGER /usr/lib64/R/etc/Renviron
PAGER=${PAGER-'/usr/bin/more'}
rpm -qf /usr/lib64/R/etc/Renviron
R-core-4.4.1-3.fc41.x86_64
This primarily affects function help, where less is much more capable
for navigation and searching.
Back in 2011 there was some discussion on this list, it it seems the
intention is the default should be less:
https://stat.ethz.ch/pipermail/r-sig-fedora/2011-August/000194.html
I hadn'...
2024 Jul 18
1
default pager is more
...ther than allowing arrow key navigation as on
> RHEL. It turns out it uses a system command for paging and the current
> default pager is more:
> grep PAGER /usr/lib64/R/etc/Renviron
> PAGER=${PAGER-'/usr/bin/more'}
>
> rpm -qf /usr/lib64/R/etc/Renviron
> R-core-4.4.1-3.fc41.x86_64
>
This was dropped as part of an effort to minimize dependencies of R-core,
with e.g. containers in mind.
> This primarily affects function help, where less is much more capable
> for navigation and searching.
>
> Back in 2011 there was some discussion on this list, it it s...
2013 May 21
1
Unauthorized ADD_SUBNET, but known subnet
...quot;. Whenever
a new node is added to the mesh, a process generates and drops its host
file in the server's host directory before the node is booted and tries
to connect.
For instance, I create a node "node_2" and a host file with the
following subnet is created:
Subnet = fd65:fc41:c50f:2:0:0:0:0/64
When the node boots I see the following messages in tinc's log:
1369133834 tinc.confine[2550]: Connection from 10.241.0.2 port 50858
...
1369133834 tinc.confine[2550]: Connection with node_2 (10.241.0.2 port
50858) activated
...
1369133834 tinc.confine[2550]: Got ADD_SUBNE...
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
Thanks, I?aki, for your answer. Unfortunately, that package was
already installed on my machine:
# dnf install xorg-x11-fonts-Type1
Updating and loading repositories:
Repositories loaded.
Package "xorg-x11-fonts-Type1-7.5-39.fc41.noarch" is already installed.
Nothing to do.
root at localhost:/home/x#
Nothing to do.
#
Paul
On Sat, Nov 2, 2024 at 8:54?PM I?aki Ucar <iucar at fedoraproject.org> wrote:
>
> I've seen this before. Please run:
>
> $ sudo dnf install xorg-x11-fonts-Type1
>
> a...
2024 Nov 03
2
RStudio crashes with segmentation fault on F41
...t;>
>> Thanks, I?aki, for your answer. Unfortunately, that package was
>> already installed on my machine:
>>
>> # dnf install xorg-x11-fonts-Type1
>> Updating and loading repositories:
>> Repositories loaded.
>> Package "xorg-x11-fonts-Type1-7.5-39.fc41.noarch" is already installed.
>>
>> Nothing to do.
>> root at localhost:/home/x#
>>
>>
>> Nothing to do.
>> #
>>
>> Paul
>>
>>
>> On Sat, Nov 2, 2024 at 8:54?PM I?aki Ucar <iucar at fedoraproject.org> wrote:
>>...
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
...lt;phhs80 at gmail.com> wrote:
> Thanks, I?aki, for your answer. Unfortunately, that package was
> already installed on my machine:
>
> # dnf install xorg-x11-fonts-Type1
> Updating and loading repositories:
> Repositories loaded.
> Package "xorg-x11-fonts-Type1-7.5-39.fc41.noarch" is already installed.
>
> Nothing to do.
> root at localhost:/home/x#
>
>
> Nothing to do.
> #
>
> Paul
>
>
> On Sat, Nov 2, 2024 at 8:54?PM I?aki Ucar <iucar at fedoraproject.org> wrote:
> >
> > I've seen this before. Please ru...
2025 Jan 11
1
IPV4 Only Environments Kpasswd5 Port 464 Not Showing when ipv6.disable=1 on Kernel CLI
...ng specific for kpasswd5 port
> 464, but in any case.
>
> This AD server is a Fedora 41 box running
I take it you are aware that the Fedora Samba packages are classed as
experimental because they use MIT kerberos ?
>
> root at ad:~# uname -ra
> Linux ad.example.com 6.11.10-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC
> Sat Nov 23 00:51:20 UTC 2024 x86_64 GNU/Linux
>
> Here is the join command:
>
> realm join --automatic-id-mapping=no ad.example.com
No, that is the freeipa join command, the Samba one is:
net ads join -U administrator
>
> Here is the smb.c...
2024 Jul 18
1
default pager is more
...navigation as on
>> RHEL. It turns out it uses a system command for paging and the current
>> default pager is more:
>> grep PAGER /usr/lib64/R/etc/Renviron
>> PAGER=${PAGER-'/usr/bin/more'}
>>
>> rpm -qf /usr/lib64/R/etc/Renviron
>> R-core-4.4.1-3.fc41.x86_64
>
>
> This was dropped as part of an effort to minimize dependencies of R-core, with e.g. containers in mind.
>
R-core is > 100MB not including dependencies.
"R" additionally pulls R-devel and another 167MB of installed dependencies.
less is ~370kB (and incidentally...
2025 Jan 10
1
IPV4 Only Environments Kpasswd5 Port 464 Not Showing when ipv6.disable=1 on Kernel CLI
...able-1 from the kernel command line
everything works fine. So I don't think it is a samba config issue per se,
unless of course I need something specific for kpasswd5 port 464, but in
any case.
This AD server is a Fedora 41 box running
root at ad:~# uname -ra
Linux ad.example.com 6.11.10-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Nov
23 00:51:20 UTC 2024 x86_64 GNU/Linux
Here is the join command:
realm join --automatic-id-mapping=no ad.example.com
Here is the smb.conf file of the ad.example.com server:
# Global parameters
[global]
dns forwarder = 10.10.14.27,10.11.12.10
n...
2024 Jul 22
1
default pager is more
...L. It turns out it uses a system command for paging and the current
> >> default pager is more:
> >> grep PAGER /usr/lib64/R/etc/Renviron
> >> PAGER=${PAGER-'/usr/bin/more'}
> >>
> >> rpm -qf /usr/lib64/R/etc/Renviron
> >> R-core-4.4.1-3.fc41.x86_64
> >
> >
> > This was dropped as part of an effort to minimize dependencies of
> R-core, with e.g. containers in mind.
> >
>
> R-core is > 100MB not including dependencies.
> "R" additionally pulls R-devel and another 167MB of installed depende...
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
...unately, that package was
>> >> already installed on my machine:
>> >>
>> >> # dnf install xorg-x11-fonts-Type1
>> >> Updating and loading repositories:
>> >> Repositories loaded.
>> >> Package "xorg-x11-fonts-Type1-7.5-39.fc41.noarch" is already installed.
>> >>
>> >> Nothing to do.
>> >> root at localhost:/home/x#
>> >>
>> >>
>> >> Nothing to do.
>> >> #
>> >>
>> >> Paul
>> >>
>> >>
&g...
2025 Jan 11
1
IPV4 Only Environments Kpasswd5 Port 464 Not Showing when ipv6.disable=1 on Kernel CLI
...ut in any case.
> >
> > This AD server is a Fedora 41 box running
>
> I take it you are aware that the Fedora Samba packages are classed as
> experimental because they use MIT kerberos ?
>
> >
> > root at ad:~# uname -ra
> > Linux ad.example.com 6.11.10-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC
> > Sat Nov 23 00:51:20 UTC 2024 x86_64 GNU/Linux
> >
> > Here is the join command:
> >
> > realm join --automatic-id-mapping=no ad.example.com
>
> No, that is the freeipa join command, the Samba one is:
>
> net ads join -U adm...
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
...>> >> already installed on my machine:
> >> >>
> >> >> # dnf install xorg-x11-fonts-Type1
> >> >> Updating and loading repositories:
> >> >> Repositories loaded.
> >> >> Package "xorg-x11-fonts-Type1-7.5-39.fc41.noarch" is already
> installed.
> >> >>
> >> >> Nothing to do.
> >> >> root at localhost:/home/x#
> >> >>
> >> >>
> >> >> Nothing to do.
> >> >> #
> >> >>
> >> &g...
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
...lready installed on my machine:
>> >> >>
>> >> >> # dnf install xorg-x11-fonts-Type1
>> >> >> Updating and loading repositories:
>> >> >> Repositories loaded.
>> >> >> Package "xorg-x11-fonts-Type1-7.5-39.fc41.noarch" is already
>> installed.
>> >> >>
>> >> >> Nothing to do.
>> >> >> root at localhost:/home/x#
>> >> >>
>> >> >>
>> >> >> Nothing to do.
>> >> >> #
>>...
2024 Nov 26
2
Random EINVAL when opening files with SMB3 POSIX extensions enabled
...recycle:versions = yes
ea support = no
smb3 unix extensions = yes
log level = 3
[home]
path = %H
read only = no
recycle:exclude = *, *.*
# Other shares omitted
Both the client and server are running Fedora 41 with:
kernel-6.11.8-300.fc41.x86_64
cifs-utils-7.1-2.fc41.x86_64
samba-4.21.1-7.fc41.x86_64
The client mounts the share with the following fstab entry:
//sm-1.int.chiller3.com/home /media/sm-1/home cifs nofail,credentials=/etc/samba/credentials/sm-1,uid=chenxiaolong,gid=chenxiaolong,posix,x-systemd.automo...
2024 Nov 02
1
RStudio crashes with segmentation fault on F41
I've seen this before. Please run:
$ sudo dnf install xorg-x11-fonts-Type1
and try again.
Best,
I?aki
On Sat, 2 Nov 2024 at 17:10, Paul Smith <phhs80 at gmail.com> wrote:
> Dear All,
>
> I am facing this problem when running rstudio on F41:
>
> $ rstudio
> [19788:1102/160811.250292:ERROR:gl_factory.cc(120)] Requested GL
> implementation (gl=none,angle=none) not
2025 Jan 12
1
IPV4 Only Environments Kpasswd5 Port 464 Not Showing when ipv6.disable=1 on Kernel CLI
...t; > This AD server is a Fedora 41 box running
>>
>> I take it you are aware that the Fedora Samba packages are classed as
>> experimental because they use MIT kerberos ?
>>
>> >
>> > root at ad:~# uname -ra
>> > Linux ad.example.com 6.11.10-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC
>> > Sat Nov 23 00:51:20 UTC 2024 x86_64 GNU/Linux
>> >
>> > Here is the join command:
>> >
>> > realm join --automatic-id-mapping=no ad.example.com
>>
>> No, that is the freeipa join command, the Samba one is:
&...