Displaying 20 results from an estimated 101 matches for "jelle".
Did you mean:
belle
dnf-makecache.service failing every few days and dnf-automatic.service samba freeipa issues (again).
2023 Jan 09
2
dnf-makecache.service failing every few days and dnf-automatic.service samba freeipa issues (again).
...a conflicts in the
repositories?
I can not wrap my mind around that two big packages are not getting
security updates anymore, because they are conflicting. I will go to
FOSDEM in Belgium this year to figure out more, but I am considering
moving my centos systems to rockylinux.
Kind regards,
Jelle de Jong
On 12/16/22 16:59, Jelle de Jong wrote:
> Hello everybody,
>
> Could someone give me an estimate on when the repositories are resolving
> the right dependencies for the freeipa pacakges in CentOS Stream release 8?
>
> I have about +10 systems sending me alerts everyday...
2020 Apr 30
3
steps to get automatic home folder created at user logon windows 10 with samba 4.9.5-Debian
On 2020-04-30 22:57, Rowland penny via samba wrote:
> On 30/04/2020 20:57, Jelle de Jong via samba wrote:
>>
>> I never was able to get the backend = ad working
>>
>> I only need my user to be able to login to Windows 10 systems from a
>> domain joined machine.
>>
>> This is how I add my users:
>>
>> samba-tool user create...
2020 May 02
2
default backend = rid not showing full group information for users
On 02/05/2020 18:59, Jelle de Jong via samba wrote:
> On 2020-05-02 16:42, Rowland penny via samba wrote:
>> On 02/05/2020 15:07, Jelle de Jong via samba wrote:
>>> Am I wrong to expect that id user and getent group should list me
>>> the groups the user is part of.
>>>
>>> For e...
2023 Mar 30
2
wget http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/vmlinuz --max-redirect=0 --no-hsts
On 3/30/23 07:11, Gordon Messmer wrote:
> On 2023-03-29 11:52, Jelle de Jong wrote:
>> I am using pxelinux to install centos stream 9 systems but this
>> stopped working a while ago with mirror.stream.centos.org because it
>> started forcing HTTPS and pxelinux is HTTP only.
>
>
> I believe the recommended configuration is to have vmli...
2020 May 02
4
default backend = rid not showing full group information for users
On 02/05/2020 15:07, Jelle de Jong via samba wrote:
> Am I wrong to expect that id user and getent group should list me the
> groups the user is part of.
>
> For example wbinfo --group-info=office shows me that user jdoe and
> lgaga are part of the group, but then when doing id jdoe or id lgaga
> the off...
2020 Apr 29
3
how to use root preexec on user share with %U not as root user
...e/users/
read only = No
root preexec = /usr/local/bin/samba-mkdir-home %U
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin/
if [ ! -e /srv/storage/users/$1 ]; then
mkdir /srv/storage/users/$1
chown "$1":"domain user" /srv/storage/users/$1
fi
Kind regards,
Jelle de Jong
2015 Jun 08
2
ceph rbd pool and libvirt manageability (virt-install)
...;/>
<host name='ceph03.powercraft.nl' port='6789'/>
</source>
<target dev='vdc' bus='virtio'/>
</disk>
I use virt-install a lot to define, import and undefine domains, how
can I use virt-install to manage my rdb disks?
Kind regards,
Jelle de Jong
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iJwEAQECAAYFAlV1xlQACgkQ1WclBW9j5HkbPQP+PjNrzvlqysslOp2Yk7wH4Mxy
2sh2dn96G0KOAHEeEn3BN6IWlnD1TADZbHdpTtMwkdv48Xwn0sP1s+3QDM4pb3gP
n+z+dVxS8FouDIy/eiso3IBCj3g4TWbEX8ZHqs3jKqe0lZgAXBzB9xYSUowcEBrZ
ddkPbr8p8ozWyOG+9V8=
=lkK7
-----END PGP SIGNATU...
2004 Oct 14
3
is.vector() gives error (PR#7288)
Full_Name: Jelle Goeman
Version: 2.0.0
OS: windows
Submission from: (NULL) (145.88.209.33)
I get a strange error:
> is.vector(1:10)
Error: recursive default argument reference
What's recursive about is.vector?
Kind regards,
Jelle Goeman
My R:
platform i386-pc-mingw32
arch i386
os...
2018 Aug 07
1
Re: ceph rbd pool and libvirt manageability (virt-install)
On Mon, Aug 06, 2018 at 09:19:59PM +0200, Jelle de Jong wrote:
> Hello everybody,
>
> virt-install --version
> 1.4.0
>
> How do I create a ceph network disk with virt-install without having to
> edit it?
>
> <disk type='network' device='disk'>
> <driver name='qemu' type=...
2020 May 04
2
default backend = rid not showing full group information for users
On 04/05/2020 12:59, Jelle de Jong via samba wrote:
>
> root at samba01:~# cat /etc/nsswitch.conf? | grep winbind
> passwd:???????? files systemd winbind
> group:????????? files systemd winbind
OK, the only computer I have that runs systemd, is my Rpi4 running
Raspbian, which is basically Buster compiled for AR...
2020 May 02
2
default backend = rid not showing full group information for users
On 02/05/2020 19:28, Jelle de Jong via samba wrote:
> root at s4ad01:~# samba-tool user show jdoe
There is no apparent reason why the groups do not work with chgrp, the
only reason I can think of is that the group was created and when you
tried to 'chgrp' the file, winbind read from its cache and it wasn't...
2008 May 27
2
needs help, root inode gone after usb bus reset on sata disks
...with the second 750GB harddisk, I would like
all my data back.
fsck.ext3 -n /dev/sdd1 > fsck-crash-info.txt 2>&1
http://filebin.ca/mczmks/fsck-crash-info.zip
What should I do? What commands do you want me to run to provide more
info? How can i restore my root inode?
Thanks in advance,
Jelle de Jong
2020 Apr 30
2
how to use root preexec on user share with %U not as root user
On 2020-04-30 10:12, Rowland penny via samba wrote:
> On 30/04/2020 00:25, Jelle de Jong via samba wrote:
>> Hello everybody,
>>
>> I am trying to get samba 4 to make a user dir without the use of ADUC
>> to set the homeDirectory, but with samba-tool user create only.
>>
>> I created a root preexec but the %U is filled with root and not the...
2010 Jun 18
2
how to make ms xp save login credentials
...<passwd>
This works fine until the system is restarted and it will ask for the
username and passwords again.
How can I make Microsoft Windows XP remember the login credentials of
it shares?
Is there some extra option in the net command I should use?
Thanks in advance,
With kind regards,
Jelle de Jong
2023 Jan 13
1
CentOS Stream 8 sssd.service failing part of sssd-common-2.8.1-1.el8.x86_64 baseos package
On 12/30/22 04:06, Jelle de Jong wrote:
> On 12/27/22 22:55, Gordon Messmer wrote:
>> On 2022-12-25 07:44, Jelle de Jong wrote:
>>> A recent update of the sssd-common-2.8.1-1.el8.x86_64 package is
>>> causing sssd.service systemctl failures all over my CentosOS machines.
>> ...
>>>...
2007 Feb 21
1
avoiding a needless function evaluation in optimize() (PR#9523)
Full_Name: Jelle Goeman
Version: 2.4.0
OS: windows XP
Submission from: (NULL) (145.88.209.33)
Hi,
I like to use optimize() to optimize functions whose evaluation is costly in
terms of computation time. The Brent algorithm which is implemented in optimize
was designed to optimize a function with as few function...
2020 May 02
0
default backend = rid not showing full group information for users
On 2020-05-02 20:20, Rowland penny via samba wrote:
> On 02/05/2020 18:59, Jelle de Jong via samba wrote:
>> On 2020-05-02 16:42, Rowland penny via samba wrote:
>>> On 02/05/2020 15:07, Jelle de Jong via samba wrote:
>>>> Am I wrong to expect that id user and getent group should list me
>>>> the groups the user is part of.
>>>>...
2017 Jul 10
3
pxechain.com loops back with WDSNBP started using DHCP Referral
Thank you Gene!
On 10/07/17 17:54, Gene Cumm wrote:
> On Mon, Jul 10, 2017 at 11:25 AM, Jelle de Jong via Syslinux
> <syslinux at zytor.com> wrote:
>> Windows 2012 WDS server: 10.87.0.202
>> Windows DHCP server: 10.87.0.152
>> 066 (Boot Server Host Name): 10.87.3.19
>> 067 (Bootfile Name): pxelinux.0
>>
>> PXELinux CentOS 7 server : 10.87.3.19
&g...
2022 Dec 30
1
CentOS Stream 8 sssd.service failing part of sssd-common-2.8.1-1.el8.x86_64 baseos package
On 12/27/22 22:55, Gordon Messmer wrote:
> On 2022-12-25 07:44, Jelle de Jong wrote:
>> A recent update of the sssd-common-2.8.1-1.el8.x86_64 package is
>> causing sssd.service systemctl failures all over my CentosOS machines.
> ...
>> [sssd] [confdb_expand_app_domains] (0x0010): No domains configured,
>> fatal error!
>
>
> We...
2009 Dec 17
2
multiple usb apc smart ups with nut?
...:03 sammy kernel: [233360.931249] generic-usb
0003:051D:0002.0002: hiddev97,hidraw1: USB HID v1.10 Device [American
Power Conversion Smart-UPS 750 RM FW:619.3.I USB FW:8.1] on
usb-0000:00:12.1-1/input0
Could somebody help me with some configuration snippet to get this
working?
Thanks in advance,
Jelle de Jong