Bug#1068752: openstack-cluster-installer-agent: switchport names not being detected

2024-04-10 Thread Jim Scadden
' or 'en'. On our switches (Dell S4148T-ONĀ and Dell N3248TE-ON running Dell OS10 and OS6 respectively) the interface names begin with 'ethernet' and 'Gi'. The commit adds those prefixes to the regex. I've raised a Merge Request [1] which adds the additional prefixes to the regex. -- Regards Jim

Bug#1066862: openstack-cluster-installer: Enhancement: Manage dnsmasq_dns_servers parameter

2024-03-14 Thread Jim Scadden
/config-dns-res.html The MR includes an update to README.md with instructions on the use of the new cluster option (--neutron-dnsmasq-dns-servers) -- Regards Jim Scadden (FloydianJim) [1] https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer/-/merge_requests/48

Bug#1064348: openstack-cluster-installer: Don't listen for SSH on ceph-cluster IPs

2024-02-20 Thread Jim Scadden
a 'management' network so there's no reason to want/need to use SSH over a ceph-cluster network. -- Regards Jim Scadden (FloydianJim) [1] https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer/-/merge_requests/47

Bug#1064277: openstack-cluster-installer: default volume type does not exist

2024-02-19 Thread Jim Scadden
to have been introduced in commit 1b054ece [1] when the list of cinder backends was changed from ['CEPH_1_perf1','CEPH_1_perf2'] to ['CEPH_1']. I've raised a merge request [2] to amend the default backend from 'CEPH_1_perf1' to 'CEPH_1'. -- Regards Jim Scadden (FloydianJim) [1] https

Bug#1063549: openstack-cluster-installer: Enhancement: preliminary Ceph radosgw support

2024-02-09 Thread Jim Scadden
this first merge request in before spending too much time on this, to (a) try to keep the commits as small as possible, and (b) find out as early as possible if I'm heading in the wrong direction! I'm intending to add firewall rules in the coming weeks. -- Regards Jim Scadden (FloydianJim) [1] https

Bug#1060443: openstack-cluster-installer: ceph-cluster IP not assigned to compute_is_cephosd nodes

2024-01-11 Thread Jim Scadden
also have an IP in the ceph-cluster network. I've raised a merge request on salsa [1] to also allocate a ceph-cluster IP to compute_is_cephosd nodes as well as cephmon nodes. -- Regards Jim Scadden (FloydianJim on OFTC) [1] https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer

Bug#1054649: openstack-cluster-installer: block device list can be incorrect when using NVMe drives and/or RAID

2023-10-27 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.3.0~bpo12+1 Tags: patch When the list of block devices is determined by enc.php there is different code used for different node types. Some of these assume that any drive which is not *da can be used as a non-OS block device. This however is not

Bug#1054648: openstack-cluster-installer: Puppet fails to determine cephnet IP address

2023-10-27 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.3.0~bpo12+1 Tags: patch When using a dedicated ceph-cluster network, puppet fails to determine a node's Ceph IP. This is due to the SQL SELECT query including the following impossible combination: networks.role='ceph-cluster' AND

Bug#1054604: openstack-debian-images: Failure when setting up RAID on NVMe drives

2023-10-26 Thread Jim Scadden
Package: openstack-debian-images Version: 1.73 Tags: patch Due to the different naming convention for NVMe device nodes, build-openstack-debian-image fails to set up a RAID array because it's trying to use /dev/nvme0n11 instead of nvme0n1p1. I've attached a patch which fixes this. -- Regards

Bug#1054603: openstack-cluster-installer: regex updates for Dell OS10 switches & BroadCom NXE NICs

2023-10-26 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.3.0~bpo12+1 Severity: minor Tags: patch During auto-racking the switchport name and NIC firmware version are rejected by OCI due to containing the / character: # lldpcli show n | grep -E '(SysDescr|PortID)' SysDescr: Dell EMC Networking

Bug#1054600: openstack-cluster-installer: /etc/network/interfaces NIC names set to Array

2023-10-26 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.3.0~bpo12+1 Tags: patch When provisioning a new node the interface names in /etc/network/interfaces are set to 'Array' if OCI is unable to find the correct interface to use. This is due to get_ethname_from_network_config() returning an array when

Bug#1054598: openstack-cluster-installer: reduce PHP warnings in apache log

2023-10-26 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.3.0~bpo12+1 Severity: minor Tags: patch When adding a new node to the OpenStack cluster there are a number of PHP warnings which appear in the apache error log, which can potentially be misleading when diagnosing problems. I've attached a couple

Bug#1054593: openstack-cluster-installer: ocicli machine-guess-racking returns error when no match found

2023-10-26 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.3.0~bpo12+1 Severity: minor Tags: patch It looks like something went wrong with the patch which I provided in #1053506, so the problem still exists. I've attached a rebased patch. Original code: if(sizeof($ret["data"]) == 0){ Current code (as at

Bug#1053514: openstack-cluster-installer-agent: (oci-system-serial) Bugfix for handling NICs which do not report a speed

2023-10-05 Thread Jim Scadden
Package: openstack-cluster-installer-agent Version: 42.3.0~bpo12+1 The command used in openstack-cluster-installer-agent to determine the speed of a NIC can in some cases return the string "null", but the script only checks for an empty response when checking if no speed could be determined # ip

Bug#1053513: openstack-cluster-installer-common: (oci-system-serial) Use system serial on QEMU VMs

2023-10-05 Thread Jim Scadden
Package: openstack-cluster-installer-common Version: 42.3.0~bpo12+1 The oci-system-serial command is currently unable to determine the serial number on my libirtd/QEMU VMs as the fallback dmidecode commands do not return any data. I've attached a patch to use the system-uuid instead. I also

Bug#1053510: openstack-cluster-installer: puppetserver sign command needs updating for puppet 7

2023-10-05 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.3.0~bpo12+1 The puppetserver command for signing a client cert has changed in puppet 7. This causes errors when installing new nodes. root@oci-01:~# puppetserver cert --help puppetserver: 'cert' is not a puppetserver command. See 'puppetserver

Bug#1053507: openstack-cluster-installer: 500 error on oci agent first report

2023-10-05 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.3.0~bpo12+1 When PXE booting a new node, on its first report there is an error in the apache logs: [Tue Oct 03 08:48:00.052212 2023] [php:error] [pid 83221] [client 10.10.48.12:54344] PHP Fatal error: Uncaught mysqli_sql_exception: Unknown

Bug#1053506: openstack-cluster-installer: ocicli machine-guess-racking returns error when no match found

2023-10-05 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.3.0~bpo12+1 When testing out auto racking, the machine-guess-racking command returns and error when there is no match, rather than reporting 'No racking info could be guessed.' as expected root@oci-01:~# ocicli machine-guess-racking

Bug#1028481: Acknowledgement (Feature request: Support for custom repository package signing key)

2023-01-12 Thread Jim Scadden
It looks like having brackets in comments in the config file breaks the parsing of the config file in PHP. Updated patch attached. -- Jim diff --git a/etc/openstack-cluster-installer/openstack-cluster-installer.conf b/etc/openstack-cluster-installer/openstack-cluster-installer.conf index

Bug#1028481: Feature request: Support for custom repository package signing key

2023-01-11 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.2.1~bpo11+1 Severity: wishlist Tags: patch Further to, and dependent upon, Bug#1028393, I would like to use OpenStack Cluster Installer with packages from an internal aptly mirror repository. Unfortunately as the packages hosted by aptly are signed

Bug#1028457: BIOS version on Intel servers does not fit in database column

2023-01-11 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.2.1~bpo11+1 The BIOS versions on Intel servers exceed the 32 character limit of the 'bios_version' column in the 'machines' table ot he OCI database: # for attrib in system-manufacturer system-product-name bios-version; do echo -n "${attrib}: " ;

Bug#1028393: Feature request: Support for custom repository package signing key

2023-01-10 Thread Jim Scadden
On Tue, Jan 10, 2023 at 03:50:15PM +, Jim Scadden wrote: > I just noticed a minor typo in an error message produced when no value > is given to the new --debootstrap-keyring-file parameter. Updated patch > attached. Trying again with the right file this time. Cheers Jim diff --gi

Bug#1028393: Acknowledgement (Feature request: Support for custom repository package signing key)

2023-01-10 Thread Jim Scadden
I just noticed a minor typo in an error message produced when no value is given to the new --debootstrap-keyring-file parameter. Updated patch attached. Cheers Jim .TH build\-openstack\-debian\-image 1 .SH NAME build\-openstack\-debian\-image \- build a Debian image to be used with OpenStack .SH

Bug#1028393: Feature request: Support for custom repository package signing key

2023-01-10 Thread Jim Scadden
Package: openstack-debian-images Version: 1.72 Severity: wishlist Tags: patch I would like to use build-openstack-debian-image to install OpenStack (a la OpenStack Cluster Installer) using packages from an internal aptly mirror repository. Unfortunately as the packages hosted by aptly are signed

Bug#1027800: tty autologin not working in live image

2023-01-03 Thread Jim Scadden
Package: openstack-cluster-installer Version: 42.2.1~bpo11+1 (Using osbpo.debian.net archive on bullseye) When booting the live image built using openstack-cluster-installer-build-live-image, agetty fails to autologin and does not present any login prompt at all. Checking the service status

Bug#772318: kmix: bashism in /bin/sh script

2014-12-07 Thread Jim Scadden
tags 772318 + upstream patch forwarded 772318 https://bugs.kde.org/show_bug.cgi?id=341640 thanks I've raised this upstream on the KDE BTS with a patch. I've also attached a copy of the patch here. -- Jim Scadden Description: Allow kmixremote to function correctly when using dash as /bin/sh

Bug#745556: Closing dialog for allowing invalid SSL certificate causes default to be accepted

2014-11-26 Thread Jim Scadden
This has been fixed upstream in 4.14.3 http://commits.kde.org/kdelibs/38a89ca0195dedee30240647b86c7b6df6788723 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#756492: system-config-printer-kde: Authentication Dialog cannot receive focus

2014-11-17 Thread Jim Scadden
forwarded 756492 https://bugs.kde.org/show_bug.cgi?id=328014 tags 756492 + upstream thanks -- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#749577: Dolphin: unable tio create files on cifs mount - dsik full

2014-06-23 Thread Jim Scadden
nasty surprises. REVIEW: 117044 FIXED-IN: 4.13.2 -- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#745556: Closing dialog for allowing invalid SSL certificate causes default to be accepted

2014-06-23 Thread Jim Scadden
On Mon, Jun 09, 2014 at 11:43:46AM +0100, Jim Scadden wrote: Attached is a proposed patch which I have forwarded upstream which modifies the behaviour of the dialog box in question so that closing it will return the user back to the previous dialog After testing my patch for a while I do

Bug#525599: kdelibs5-data: Unknown media type in type 'all/all'

2014-06-20 Thread Jim Scadden
/files/kdelibs-4.7.96-mimetypes.patch There's also an upstream bug open for this : https://bugs.kde.org/show_bug.cgi?id=303627 I've attached a copy of the Gentoo patch (updated against the copy of kde.xml in kde4libs-4.13.1 -- Jim Scadden --- a/mimetypes/kde.xml +++ b/mimetypes/kde.xml

Bug#641747: Closed?

2014-06-09 Thread Jim Scadden
report it appears that this was a problem with the package browser-plugin-libreoffice rather than konqueror, so if the problem returns then a new bug can always be raised against that package. -- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#737396: kscreensaver: locked screen allows any password if a third session (vt9) is also active

2014-06-09 Thread Jim Scadden
/show_bug.cgi?id=330526 -- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#745556: kmail accepts invalid SMTP TLS certificate against user action

2014-06-09 Thread Jim Scadden
-- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#745556: Closing dialog for allowing invalid SSL certificate causes default to be accepted

2014-06-09 Thread Jim Scadden
back to the previous dialog -- Jim Scadden Index: kde4libs-4.13.1/kio/kssl/sslui.cpp === --- kde4libs-4.13.1.orig/kio/kssl/sslui.cpp +++ kde4libs-4.13.1/kio/kssl/sslui.cpp @@ -75,66 +75,76 @@ bool KIO::SslUi::askIgnoreSslErrors

Bug#750995: Cannot reject invalid SSL certificate for IMAP server as dialog keeps appearing

2014-06-09 Thread Jim Scadden
. This has the side effect that if you eventually give up and accept the certificate, there are numerous bad password dialogs which you have to close. -- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#750995: Cannot reject invalid SSL certificate for IMAP server as dialog keeps appearing

2014-06-09 Thread Jim Scadden
forwarded 750995 https://bugs.kde.org/show_bug.cgi?id=335994 tags 750995 + upstream patch thanks Bug forwarded to KDE BTS https://bugs.kde.org/show_bug.cgi?id=335994 with patches which provide a workaround -- Jim Scadden --- a/kimap/loginjob.cpp +++ b/kimap/loginjob.cpp @@ -535,7 +535,7

Bug#750995: does this bug affect wheezy too?

2014-06-09 Thread Jim Scadden
don't know; I don't have a Wheezy install handy. I have just set up wheezy on a VM and cancelling the connection works as expected. This bug only appears to affect jessie. -- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe

Bug#737396: kscreensaver: locked screen allows any password if a third session (vt9) is also active

2014-06-03 Thread Jim Scadden
in /var/log/auth.log ? -- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#749769: writing to mounted smb shares fails and no display of free space

2014-05-31 Thread Jim Scadden
-10 kio/kfile/kdiskfreespaceinfo.cpp http://commits.kde.org/kdelibs/9a8426ae2ed35ac900b89a623618fc158d24ee6a -- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#737396: kscreensaver: locked screen allows any password if a third session (vt9) is also active

2014-05-29 Thread Jim Scadden
gives 0, for the others authentication failure 1. This looks like the authentication is actually passing. Could you try installing pamtester (which is availale for jessie/sid) and run the following command and provide the results: pamtester -v login username authenticate -- Jim Scadden

Bug#745556: kmail accepts invalid SMTP TLS certificate against user action

2014-05-26 Thread Jim Scadden
. At that point, the mail feeder will happily send user credentials over to the untrusted server. This is a problem with kio. Closing the dialog causes the default option to be selected. I have raised this in KDE BTS along with a proposed patch: https://bugs.kde.org/show_bug.cgi?id=335375 -- Jim Scadden

Bug#737396: kscreensaver: locked screen allows any password if a third session (vt9) is also active

2014-05-25 Thread Jim Scadden
$? Thanks -- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#631671: Running a kommander script fails

2014-05-25 Thread Jim Scadden
tags 631671 + upstream patch forwarded 631671 http://bugs.kde.org/show_bug.cgi?id=335327 thanks Patch forwarded upstream -- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#565978: kommander does not recognize --stdin option

2014-05-25 Thread Jim Scadden
requires the use of patch(es) in bug #631671 for kommander to run -- Jim Scadden Index: kdewebdev-4.12.3/kommander/executor/instance.cpp === --- kdewebdev-4.12.3.orig/kommander/executor/instance.cpp +++ kdewebdev-4.12.3/kommander/executor

Bug#631671: Running a kommander script fails

2014-05-18 Thread Jim Scadden
and debian/kommander.install I have built packages using the patches on wheezy jessie and also used pbuilder to build against sid. Please let me know if any further modifications are necessary. If everything is ok then I would be happy to submit the upstream patch to the KDE BTS. Thanks -- Jim

Bug#631671: Running a kommander script fails

2014-05-17 Thread Jim Scadden
(No such file or directory) access(/usr/lib/libkommanderwidgets.so, R_OK) = -1 ENOENT (No such fileor directory) The debian package contains .so.4.2.0 and .so.4 but not .so The attached patch resolves the problem by including libkommanderwidgets.so back in to the package. -- Jim Scadden --- a/debian

Bug#651548: kdm: Non usable system

2014-05-17 Thread Jim Scadden
You reported a bug some time ago in kdm Please could you confirm if this bug is still present or if it was caused by a bug in the nVidia drivers as described in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651155 -- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#530386: kmail: crash when i click in the listview of messages exceeding size

2014-05-14 Thread Jim Scadden
-- Jim Scadden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org