From aditya at sunfire.in Wed Mar 15 06:06:49 2023 From: aditya at sunfire.in (Aditya Lokapalli) Date: Wed, 15 Mar 2023 06:06:49 +0000 Subject: Offline Installation of Bugzilla 5.0.6 on CentOS 7 Message-ID: Hello Team, I hope you are doing well. Our team at Sunfire is planning to install Bugzilla on a centos 7 server which is not connected to internet for security purposes. We are facing a lot of dependency issues while installing. I will be highly obliged if you provide us some support or documentation regarding the Offline Installation of Bugzilla 5.0.6 on CentOS 7. Please let me now if it is possible for you to provide any kind of assistance. Regards, Aditya Lokapalli Devops Engineer Mail-ID: aditya at sunfire.in Contact: +91 9561147055 [cid:image002.jpg at 01D921D1.CA9600D0] Sunfire Technologies Pvt. Ltd. www.sunfireindia.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 1070 bytes Desc: image001.jpg URL: From justdave at bugzilla.org Wed Mar 15 07:11:17 2023 From: justdave at bugzilla.org (Dave Miller) Date: Wed, 15 Mar 2023 03:11:17 -0400 Subject: Offline Installation of Bugzilla 5.0.6 on CentOS 7 In-Reply-To: References: Message-ID: I would find a server running the same platform and OS that does have Internet access and installing it there, then copy the "lib" directory created during the installation to the internal machine. On March 15, 2023 2:06:49 AM EDT, Aditya Lokapalli wrote: >Hello Team, > >I hope you are doing well. >Our team at Sunfire is planning to install Bugzilla on a centos 7 server which is not connected to internet for security purposes. >We are facing a lot of dependency issues while installing. >I will be highly obliged if you provide us some support or documentation regarding the Offline Installation of Bugzilla 5.0.6 on CentOS 7. > >Please let me now if it is possible for you to provide any kind of assistance. > >Regards, >Aditya Lokapalli >Devops Engineer >Mail-ID: aditya at sunfire.in >Contact: +91 9561147055 >[cid:image002.jpg at 01D921D1.CA9600D0] >Sunfire Technologies Pvt. Ltd. >www.sunfireindia.com > -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -------------- next part -------------- An HTML attachment was scrubbed... URL: From aditya at sunfire.in Wed Mar 15 07:20:51 2023 From: aditya at sunfire.in (Aditya Lokapalli) Date: Wed, 15 Mar 2023 07:20:51 +0000 Subject: Offline Installation of Bugzilla 5.0.6 on CentOS 7 In-Reply-To: References: Message-ID: Hello Dave, Thanks for the reply and solution. We are trying to install Bugzilla and facing below issue while accessing on browser and using Bugzilla 5.0.6 and MariaDB 10.11.2 Kindly let me know if you could help. Please refer below snippet. [cid:image003.png at 01D9573C.C4D359E0] Regards, Aditya Lokapalli Devops Engineer Mail-ID: aditya at sunfire.in Contact: +91 9561147055 [cid:image002.jpg at 01D921D1.CA9600D0] Sunfire Technologies Pvt. Ltd. www.sunfireindia.com From: Dave Miller Sent: 15 March 2023 12:41 To: support-list at bugzilla.org; Aditya Lokapalli Subject: Re: Offline Installation of Bugzilla 5.0.6 on CentOS 7 I would find a server running the same platform and OS that does have Internet access and installing it there, then copy the "lib" directory created during the installation to the internal machine. On March 15, 2023 2:06:49 AM EDT, Aditya Lokapalli > wrote: Hello Team, I hope you are doing well. Our team at Sunfire is planning to install Bugzilla on a centos 7 server which is not connected to internet for security purposes. We are facing a lot of dependency issues while installing. I will be highly obliged if you provide us some support or documentation regarding the Offline Installation of Bugzilla 5.0.6 on CentOS 7. Please let me now if it is possible for you to provide any kind of assistance. Regards, Aditya Lokapalli Devops Engineer Mail-ID: aditya at sunfire.in Contact: +91 9561147055 [cid:image002.jpg at 01D921D1.CA9600D0] Sunfire Technologies Pvt. Ltd. www.sunfireindia.com -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 47467 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.jpg Type: image/jpeg Size: 1069 bytes Desc: image004.jpg URL: From emmanuel at seyman.fr Wed Mar 15 23:44:41 2023 From: emmanuel at seyman.fr (Emmanuel Seyman) Date: Thu, 16 Mar 2023 00:44:41 +0100 Subject: Offline Installation of Bugzilla 5.0.6 on CentOS 7 In-Reply-To: References: Message-ID: * Aditya Lokapalli [15/03/2023 07:20] : > > We are trying to install Bugzilla and facing below issue while > accessing on browser and using Bugzilla 5.0.6 and MariaDB 10.11.2 The error message you gave us ("Can't initialize character set utf8") indicates that you're having issues with the connection to your database. You can try logging in to the database with the same user and password that bugzilla is using and run the command "SHOW VARIABLES LIKE 'character_set%';". That should tell us something. These days, I recommend Postgresql over MySQL or MariaDB but I realize that may not always be practical. If you're running into Perl dependency issues, I created rpms for the Perl packages that Bugzilla uses. You can install this instead of mucking around with lib/. https://copr.fedorainfracloud.org/coprs/eseyman/bugzilla-5.0/packages/ Note that CentOS 7 is actually quite old at this point and I'm not sure it's going to receive updates for a long time. I'ld look into using something that's going to be supported longer. Emmanuel From aleksandr.rybev at aechelon.com Wed Mar 22 22:17:03 2023 From: aleksandr.rybev at aechelon.com (Aleksandr Rybev) Date: Wed, 22 Mar 2023 22:17:03 +0000 Subject: Hello, I have a question In-Reply-To: References: Message-ID: Hello, I have a question. I would really appreciate if you could please help. How to view and to know how many restricted bugs associated to a specific group. (For example: we have created IT group for IT users. We would like to know how many restricted bugs associated to IT group) in Bugzilla. I am wondering if it could be via mysql query or via Bugzilla Gui interface. Thank you in advance, Sincerely , Aleks From justdave at bugzilla.org Wed Mar 22 22:47:59 2023 From: justdave at bugzilla.org (Dave Miller) Date: Wed, 22 Mar 2023 17:47:59 -0500 Subject: Hello, I have a question In-Reply-To: References: Message-ID: <0860D581-31E4-41A3-9164-E8FFE57FD20A@bugzilla.org> On the bottom of the advanced search page is a section where you can pick whatever fields you want to search from a drop down menu. You can select "group" there, and "equals" for the operator and the name of the group for the value and search for them that way, as long as the person running the search is also in that group. On March 22, 2023 5:17:03 PM CDT, Aleksandr Rybev wrote: >Hello, >I have a question. I would really appreciate if you could please help. >How to view and to know how many restricted bugs associated to a specific group. (For example: we have created IT group for IT users. We would like to know how many restricted bugs associated to IT group) in Bugzilla. >I am wondering if it could be via mysql query or via Bugzilla Gui interface. > >Thank you in advance, > >Sincerely , >Aleks >_______________________________________________ >support-list mailing list >support-list at bugzilla.org >https://lists.bugzilla.org/listinfo/support-list -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -------------- next part -------------- An HTML attachment was scrubbed... URL: From aleksandr.rybev at aechelon.com Fri Mar 24 17:21:13 2023 From: aleksandr.rybev at aechelon.com (Aleksandr Rybev) Date: Fri, 24 Mar 2023 17:21:13 +0000 Subject: Hello, I have a question In-Reply-To: <0860D581-31E4-41A3-9164-E8FFE57FD20A@bugzilla.org> References: <0860D581-31E4-41A3-9164-E8FFE57FD20A@bugzilla.org> Message-ID: Thank you so much Dave, It?s worked ! Regards, Aleks From: Dave Miller Sent: Wednesday, March 22, 2023 3:48 PM To: support-list at bugzilla.org; Aleksandr Rybev Subject: Re: Hello, I have a question On the bottom of the advanced search page is a section where you can pick whatever fields you want to search from a drop down menu. You can select "group" there, and "equals" for the operator and the name of the group for the value and search for them that way, as long as the person running the search is also in that group. On March 22, 2023 5:17:03 PM CDT, Aleksandr Rybev > wrote: Hello, I have a question. I would really appreciate if you could please help. How to view and to know how many restricted bugs associated to a specific group. (For example: we have created IT group for IT users. We would like to know how many restricted bugs associated to IT group) in Bugzilla. I am wondering if it could be via mysql query or via Bugzilla Gui interface. Thank you in advance, Sincerely , Aleks ________________________________ support-list mailing list support-list at bugzilla.org https://lists.bugzilla.org/listinfo/support-list -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -------------- next part -------------- An HTML attachment was scrubbed... URL: