Re: How to run qemu

2024-09-07 Thread Kenneth Adam Miller
\ -append "console=ttyS0 nokaslr" \ -initrd ramdisk.img \ -boot c -kernel $HOME/workspace/kvmctf-6.1.74/bzImage/bzImage On Sat, Sep 7, 2024 at 2:58 PM Kenneth Adam Miller < kennethadammil...@gmail.com> wrote: > Hello, > > I've got qemu built and now I

How to run qemu

2024-09-07 Thread Kenneth Adam Miller
Hello, I've got qemu built and now I need to figure out how to run it with what I've got. I have a vmlinux and a bzImage that I want to serve as the kernel that QEMU runs with, and a single binary, let's just call it literally `program`, that I want to issue a command to run once QEMU boots with t

Re: Build failure due to xen

2024-09-07 Thread Kenneth Adam Miller
I got this to build following option 2 listed and it built with ubuntu 18.04. On Sat, Sep 7, 2024 at 4:45 AM Peter Maydell wrote: > On Sat, 7 Sept 2024 at 07:39, Michael Tokarev wrote: > > > > 07.09.2024 02:59, Kenneth Adam Miller wrote: > > > Hello, > > > &

Build failure due to xen

2024-09-06 Thread Kenneth Adam Miller
Hello, I'm on commit bd80b59 and my host is: $lsb_release -s ... Description: Pop!_OS 20.04 LTS Release: 20.04In file included from ... I get a compile error: ... /home/kennethadammiller/workspace/vm_escape/qemu/include/hw/xen/xen_backend.h:4, from /home/kennethadammiller/worksp

Reproducing syzbot

2024-08-30 Thread Kenneth Adam Miller
Is there any way to obtain a downloadable version of something executable from syzbot that demonstrates the errors encountered? ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Looking for Some Help with Dovecot Configuration for IMAP Access

2024-07-26 Thread Adam Miller via dovecot
There are tons of tutorials available across the interwebs. Are you trying to set it up with a MySQL authentication backend or local accounts? Can you run “dovecot -n” to show us the full configuration for further assistance? Thank you -- Original Message -- From "Selena Thomas via d

Re[2]: [EXT] Re[8]: Sieve Filters with MySQL

2024-07-26 Thread Adam Miller via dovecot
t;Aki Tuomi via dovecot" ; "Adam Miller" Date 7/26/2024 12:54:28 AM Subject Re: [EXT] Re[8]: Sieve Filters with MySQL Sure. If you want. But this prevents your users from having multiple Sieve scripts, like one for vacation, and one for not-vacation. But sure. you can have sieveFi

Re[8]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
database tables, schemas and well organized data. I am a bit old school and a bit OCD. Thanks again, I appreciate it! -- Original Message -- From "Aki Tuomi via dovecot" To "Adam Miller" ; "Adam Miller via dovecot" Date 7/23/2024 10:06:38 PM Subject

Re[6]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
Is it possible to include extra fields? For example, the “isActive” and make sure it is true / 1? Thank you. -- Original Message -- From "Aki Tuomi via dovecot" To "Adam Miller" ; "Adam Miller via dovecot" Date 7/23/2024 4:44:30 AM Subject Re: Re[4]:

Re[7]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
ault”. It would be great if the documentation explained this. Thank you for your help, I appreciate it. -- Original Message ------ From "Adam Miller via dovecot" To "Aki Tuomi" ; "Adam Miller via dovecot" Date 7/23/2024 1:52:56 PM Subject Re[6]: Sieve

Re[6]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
old and do not use pieces that I have put together. I am seriously thinking about writing my own but need to get some other items in place first. Any additional help is appreciated. Thank you. -- Original Message -- From "Aki Tuomi via dovecot" To "Adam Miller" ;

Re[4]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
"Aki Tuomi" To "Adam Miller" ; "Adam Miller via dovecot" Date 7/23/2024 4:07:22 AM Subject Re: Re[2]: Sieve Filters with MySQL Jul 23 10:34:40 lmtp(redacted)<228576>: Debug: sieve: dict storage: script `default': Script `default' not found at path pr

Re[2]: Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
g to default delivery. Is there something specific I should be looking for? Thank you! -- Original Message -- From "Aki Tuomi via dovecot" To "Adam Miller" ; "Adam Miller via dovecot" Date 7/23/2024 3:35:17 AM Subject Re: Sieve Filters with MySQL Did you

Sieve Filters with MySQL

2024-07-23 Thread Adam Miller via dovecot
Me again! I am trying to get sieve filters working with a MySQL backend but same to be coming up short. Right now, the error I am getting received is: -- "User has no active script i

Re[2]: Invalid/Unmapped Key with Last Login Plugin

2024-07-17 Thread Adam Miller via dovecot
e 7/17/2024 2:07:29 PM Subject Re: Invalid/Unmapped Key with Last Login Plugin On 17/07/2024 22:59, Adam Miller via dovecot wrote: Yikes, this is my bad! I AM using the LMTP service for delivery. What I meant was that I do not necessarily need to track the logins to the LMTP service. I suppose

Re[2]: Missing IMAP METADATA Plugin

2024-07-17 Thread Adam Miller via dovecot
" To dovecot@dovecot.org Cc "Adam Miller" Date 7/17/2024 10:47:21 AM Subject Re: Missing IMAP METADATA Plugin Adam, There is no imap_metadata plugin. That feature is in the Dovecot core, and can be enabled with a setting, as outlined in the documentation here: https://doc.dovec

Re[2]: Invalid/Unmapped Key with Last Login Plugin

2024-07-17 Thread Adam Miller via dovecot
Yikes, this is my bad! I AM using the LMTP service for delivery. What I meant was that I do not necessarily need to track the logins to the LMTP service. I suppose it wouldn’t hurt to track them though. Any idea why it would be throwing this error? Which key is it expecting to be mapped? Am I m

Missing IMAP METADATA Plugin

2024-07-17 Thread Adam Miller via dovecot
OS: Ubuntu 22.04.1 Dovecot: 2.3.16 (7e2e900c1a) When trying to enable the “imap_metadata” plugin, I get the following error: Plugin 'imap_metadata' not found from directory /usr/lib/dovecot/modules I have searched high and low via Google, StackOverflow and even ChatGPT (haha) but I cannot se

Invalid/Unmapped Key with Last Login Plugin

2024-07-17 Thread Adam Miller via dovecot
OS: Ubuntu 22.04.1 Dovecot: 2.3.16 (7e2e900c1a) Hello all! I have the last login plugin working with the IMAP service however with LMTP, it errors. I do not necessarily need / want the LMTP service and did not explicitly enable it but it is throwing an error in my logs. Jul 17 10:22:14 lmtp(

Missing IMAP METADATA Plugin

2024-07-15 Thread Adam Miller via dovecot
OS: Ubuntu 22.04.1 Dovecot: 2.3.16 (7e2e900c1a) When trying to enable the “imap_metadata” plugin, I get the following error: Plugin 'imap_metadata' not found from directory /usr/lib/dovecot/modules I have searched high and low via Google, StackOverflow and even ChatGPT (haha) but I cannot se

Dovecot Stats Plugin

2024-06-07 Thread Adam Miller via dovecot
Hello again everyone! I am trying to get the “doveadm stats dump” command to work and even though it does not error, there are no stats. When I try to enable the stats, I get the following error: “Error: Plugin 'stats' not found from directory /usr/lib/dovecot/modules” which is correct, the “sta

Re: Unable to get quotas working

2024-06-01 Thread Adam Miller via dovecot
, determining the best approach to scalability and high availability. Thank you! On 6/1/24, 03:18, "Noel Butler via dovecot" mailto:dovecot@dovecot.org>> wrote: On 30/05/2024 20:06, Adam Miller via dovecot wrote: > however now I am having an issue trying to get the quota warnin

Re: Unable to get quotas working

2024-05-30 Thread Adam Miller via dovecot
what the issue was, I am not entirely positive. I started over with the quota configs and slowly added introduced new configs and it started working. Thank you! On 5/29/24, 21:55, "Aki Tuomi via dovecot" mailto:dovecot@dovecot.org>> wrote: > On 30/05/2024 02:21 EEST

Unable to get quotas working

2024-05-29 Thread Adam Miller via dovecot
Ubuntu Version: Linux 6.2.0-1017-aws x86_64 Ubuntu 22.04.4 LTS nfs4 Postfix: Version: 3.6.4 Dovecot Version: 2.3.16 (7e2e900c1a) Pigeonhole Version: 0.5.16 (09c29328) Rspamd Version: 3.8.4 Protocols: IMAP, LMTP, SMTP Setup: I have an email server running with virtual domains and virtual m

Re: [VoiceOps] Spike in customers numbers showing SPAM?

2024-02-01 Thread Adam Miller via VoiceOps
We have seen it as well, primarily with Verizon. Sent via mobile Adam Miller SimSIP, LLC From: VoiceOps on behalf of Carlos Alvarez via VoiceOps Sent: Thursday, February 1, 2024 12:39:25 PM To: VoiceOps Subject: Re: [VoiceOps] Spike in customers numbers

Re: [fricas-devel] Language Bindings

2023-11-22 Thread Kenneth Adam Miller
Um, actually, if I could get by with some serialization, I could work with anything I can write/read to via a subprocess. But I do need to be able to encode into the language, to submit for processing and to retrieve the results. I don't really need to reach into the runtime. But I can't use any of

Re: Access target TranslatorOps

2022-07-22 Thread Kenneth Adam Miller
st to understand the TCG documentation but this appears to not be too straightforward. On Fri, Jul 22, 2022 at 5:31 AM Alex Bennée wrote: > > Kenneth Adam Miller writes: > > > I need to determine the set of instruction encodings that the TCG can > support for a given platform. I am n

Re: Access target TranslatorOps

2022-07-21 Thread Kenneth Adam Miller
when the target encounters the instruction would be good. Additionally, the ability to force the translation of arbitrary encodings would be good. I would like to not have to engineer some binary file format. On Wed, Jul 20, 2022 at 1:37 PM Peter Maydell wrote: > On Wed, 20 Jul 2022 at 17

Re: Access target TranslatorOps

2022-07-20 Thread Kenneth Adam Miller
I have to query and interact with the TCG to find out what opcodes are supported or not. On Wed, Jul 20, 2022 at 4:46 AM Alex Bennée wrote: > > Kenneth Adam Miller writes: > > > Hello, > > > > I would like to be able to, from the linux-user/main.c, access the > ta

Access target TranslatorOps

2022-07-19 Thread Kenneth Adam Miller
Hello, I would like to be able to, from the linux-user/main.c, access the target's registered TranslatorOps instance. How would I do that when 1) the TCG is correctly initialized and ready to run 2) before QEMU starts to run or when it is safely paused?

Re: QEMU Disassembler

2022-06-26 Thread Kenneth Adam Miller
Actually, I have gotten the QEMU disassembler to run with some short customization. But I am having trouble understanding the output. I see lots of lines like this: | OBJD-H: 06040102a83507000cd8027620272573004c04cd20c100782244038c On Sun, Jun 26, 2022 at 11:00 PM Kenneth Adam Miller

QEMU Disassembler

2022-06-26 Thread Kenneth Adam Miller
Hello all, How can I call the QEMU disassembler to run on an argument set of bytes?

TCG development tools?

2022-06-18 Thread Kenneth Adam Miller
Hello all, Suppose I am wanting to implement and test for the TCG. Is there any set of interactive binaries or other things that I could use to work with it? Could I open a shell to it? Perhaps feed it specific byte sequences for tests to ensure correct operation? Are there a canonical set of uni

Types?

2022-06-01 Thread Kenneth Adam Miller
Hello, I am working on a qemu target under development. and I am wondering how I should differentiate the MachineState from the MachineClass.

Type table?

2022-05-29 Thread Kenneth Adam Miller
Hello all, I'm starting to develop with the surrounding qemu libraries trying to add the internals of a system target. I am working with the type system right now, which I do know how to interact with. I think there is like some way to script or interact with the qemu periphery via a cli. I found

Raspberry Pi?

2022-01-25 Thread Kenneth Adam Miller
Hello all, I would like to emulate something on a pi so that I don't have to pay as high of a translation penalty since the guest and host will share the same arch. I'm finding that on some forums that people have been having trouble getting QEMU to run on raspberry pi. The posts are kind of old,

Re: Cross Architecture Kernel Modules?

2022-01-19 Thread Kenneth Adam Miller
Would it be possible somehow to save the TCG cache, as with user binaries, but for a kernel module, before then loading that kernel module into memory the target architecture whether in or outside of QEMU? On Wed, Jan 19, 2022 at 2:42 PM Kenneth Adam Miller < kennethadammil...@gmail.com>

Re: Cross Architecture Kernel Modules?

2022-01-19 Thread Kenneth Adam Miller
The source for it isn't available in order that it be compiled to the desired architecture. What 3rd party forks take this approach? On Wed, Jan 19, 2022 at 2:06 PM Alex Bennée wrote: > > Kenneth Adam Miller writes: > > > Hello all, > > > > I just wa

Cross Architecture Kernel Modules?

2022-01-18 Thread Kenneth Adam Miller
Hello all, I just want to pose the following problem: There is a kernel module for a non-native architecture, say, arch 1. For performance reasons, the rest of all of the software needs to run natively on a different arch, arch 2. Is there any way to perhaps run multiple QEMU instances for the di

Re: Change TCG cache size?

2021-09-22 Thread Kenneth Adam Miller
Also, that command flag was *really really buried, and I couldn't find it at all in the help. On Wed, Sep 22, 2021 at 1:50 PM Kenneth Adam Miller < kennethadammil...@gmail.com> wrote: > It's just the overhead of running a cross architecture emulation. For Arm > to x86_64

Re: Change TCG cache size?

2021-09-22 Thread Kenneth Adam Miller
ck in to make sure that that wasn't it. I can't see it right now, I was just looking into it. On Wed, Sep 22, 2021 at 1:39 PM Alex Bennée wrote: > > Kenneth Adam Miller writes: > > > Well, maybe I'm understanding that wrong. I am talking the cache that > the

Re: Change TCG cache size?

2021-09-22 Thread Kenneth Adam Miller
54 AM Alex Bennée wrote: > > Kenneth Adam Miller writes: > > > Hello all, > > > > I just want to ask this one question: if I change the qemu tcg cache > > size (TB_JMP_CACHE_SIZE), will that force any errors at run time? > > Hopefully not - for both user-mo

Change TCG cache size?

2021-09-21 Thread Kenneth Adam Miller
Hello all, I just want to ask this one question: if I change the qemu tcg cache size ( TB_JMP_CACHE_SIZE), will that force any errors at run time?

Bootloading within QEMU?

2021-08-17 Thread Kenneth Adam Miller
Hello, I am trying to discover how to schedule QEMU to begin actual emulation as currently my target correctly starts QEMU but only shows the shell, and not even boot loading occurs within QEMU. I'm trying to learn from example, and so will focus my questions only on X86. I can see the MachineClas

Misc questions

2021-07-30 Thread Kenneth Adam Miller
Hello, I think I need a concurrent radix tree that is written to work with atomic updates. I would like to ask if anyone knows of one within qemu? Or at least to efficiently obtain the page address/mmu index corresponding for a given address. Is there any documentation on cpu_mmu_index? Each tar

Re: Error in accel/tcg?

2021-07-20 Thread Kenneth Adam Miller
ell > wrote: > > > > On Tue, 20 Jul 2021 at 10:06, Peter Maydell > wrote: > > > > > > On Mon, 19 Jul 2021 at 23:20, Kenneth Adam Miller > > > wrote: > > > > > > > > Hello, > > > > > > > > I get the f

Re: Error in accel/tcg?

2021-07-20 Thread Kenneth Adam Miller
I saw that TARGET_PAGE_SIZE gets a value that depends on TARGET_PAGE_BITS using tags and grep, but I did not see either of them take a value that is beyond the idxmap size. On Tue, Jul 20, 2021 at 5:07 AM Peter Maydell wrote: > On Mon, 19 Jul 2021 at 23:20, Kenneth Adam Miller >

Error in accel/tcg?

2021-07-19 Thread Kenneth Adam Miller
Hello, I get the following error: -c ../accel/tcg/cputlb.c ../qemu/accel/tcg/cputlb.c: In function 'tlb_flush_page_by_mmuidx': ../qemu/accel/tcg/cputlb.c:602:23: error: comparison is always true due to limited range of data type [-Werror=type-limits] } else if (idxmap < TARGET_PAGE_SIZE) {

Uninitialized variables err during dev

2021-07-16 Thread Kenneth Adam Miller
Hello all, I'm getting a strange error while doing some system target development. In the periphery of the qemu internals (things specifically other than the target), I'm getting uninitialized variable errors. I'm pretty sure I can't submit a patch to modify those internals, so I was wondering how

Re: QEMU System and User targets

2021-07-16 Thread Kenneth Adam Miller
After checking around, I don't see any _user_ss in any target directory. And I only see *_user_ss in the linux-user subdirectory. Were you talking about that meson.build in linux-user? On Fri, Jul 16, 2021 at 1:20 PM Kenneth Adam Miller < kennethadammil...@gmail.com> wrote: > Righ

Re: QEMU System and User targets

2021-07-16 Thread Kenneth Adam Miller
ar to me as I'm just becoming familiar with the code base. On Fri, Jul 16, 2021 at 1:05 PM Peter Maydell wrote: > On Fri, 16 Jul 2021 at 18:50, Kenneth Adam Miller > wrote: > > There's a lot of files and I don't want to muddy up the discussion with > too many detai

Re: QEMU System and User targets

2021-07-16 Thread Kenneth Adam Miller
ared. On Fri, Jul 16, 2021 at 10:38 AM Peter Maydell wrote: > On Fri, 16 Jul 2021 at 16:16, Kenneth Adam Miller > wrote: > > > > When I go to build the qemu softmmu target the shared files - the > i386_ss of my arch - gives problems where the build system isn't speci

Re: QEMU System and User targets

2021-07-16 Thread Kenneth Adam Miller
hu, Jul 15, 2021 at 11:39 AM Kenneth Adam Miller < kennethadammil...@gmail.com> wrote: > Oh I didn't know that there was a i386_user_ss in order to see that it was > intended that they were shared that way, so I initially thought that > i386_ss was user only until I saw it in the b

Re: QEMU System and User targets

2021-07-15 Thread Kenneth Adam Miller
Oh I didn't know that there was a i386_user_ss in order to see that it was intended that they were shared that way, so I initially thought that i386_ss was user only until I saw it in the build. On Thu, Jul 15, 2021 at 11:35 AM Peter Maydell wrote: > On Thu, 15 Jul 2021 at 17:25, Kenn

Re: QEMU System and User targets

2021-07-15 Thread Kenneth Adam Miller
M Peter Maydell wrote: > On Thu, 15 Jul 2021 at 16:59, Kenneth Adam Miller > wrote: > > > > If I am right, the softmmu/system build target for each architecture > subsumes the source of the user target. > > I'm not sure what you mean by "subsumes" here.

QEMU System and User targets

2021-07-15 Thread Kenneth Adam Miller
If I am right, the softmmu/system build target for each architecture subsumes the source of the user target. It's what I see in the build of i386. But then, I think the user targets have some dedicated user layer which allow a foreign architecture user binary to be relayed through in order to map t

meson difficulties?

2021-07-13 Thread Kenneth Adam Miller
Hello, I was wondering if the meson build system is symbolic when initializing variables? For example, I have: var1=ss.source_set() var2=ss.source_set() And in the body of the rest of meson.build there are mutually exclusive additions to var1 and var2. When I go to configure and build, I configu

Getting started developing

2021-07-03 Thread Kenneth Adam Miller
Hello, I just wanted to ask how I can get started developing other than just starting building? QEMU is a huge project, and getting familiar with all of the source and stuff is a lot of work. Probably, it wouldn't be helpful to know the entire source, but just what I need. I want to add a new sys

[ansible-devel] RFC: Execution Environments for Ansible Automation

2020-10-12 Thread Adam Miller
Hello ansible-devel! Today the Ansible Engineering Team would like to announce an idea we’ve been working on called “Execution Environments” which we are introducing in order to garner feedback and contributions from the community. We hope this is the start of an ongoing discussion with the com

Re: [ansible-devel] Filter plugin to convert executed command output to JSON

2020-07-31 Thread Adam Miller
Collection. Thank you again, -AdamM [0] - https://github.com/RedHatInsights/insights-core [1] - https://github.com/ansible-collections/community.general > > Kelly > > On Thursday, July 30, 2020 at 9:50:04 AM UTC-7, Adam Miller wrote: >> >> On Wed, Jul 29, 2020 at 7:15 PM

Re: [ansible-devel] Filter plugin to convert executed command output to JSON

2020-07-30 Thread Adam Miller
cribed to the Google Groups > "Ansible Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to ansible-devel+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ans

Re: [ansible-devel] Ansible async module issue

2020-04-02 Thread Adam Miller
received this message because you are subscribed to the Google Groups > "Ansible Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to ansible-devel+unsubscr...@googlegroups.com. > To view this discussion on the web vis

[ansible-devel] Request For Feedback: Security Operations Automation

2019-08-08 Thread Adam Miller
Hello all, This is a Request For Feedback (and potentially contributors if anyone is interested in joining the fun). I've started creating an Ansible Collection[0][1] with modules/plugins/roles/etc focused on Security Operators[2], or basically anyone working in a Security Operations Center wh

[ansible-project] Request For Feedback: Security Operations Automation

2019-08-08 Thread Adam Miller
Hello all, This is a Request For Feedback (and potentially contributors if anyone is interested in joining the fun). I've started creating an Ansible Collection[0][1] with modules/plugins/roles/etc focused on Security Operators[2], or basically anyone working in a Security Operations Center wh

[Python-modules-team] Bug#928275:

2019-04-30 Thread Adam Miller
This seems to result from the same issue pointed out in bug #837764 Without https://github.com/pypa/pip/pull/6373/commits/e4936da2e1b62c33f0ed9034f5c984ae17e38e86, resp.raise_for_status() raises requests.exceptions.HTTPError, whereas the except clause tries to catch pip._vendor.requests.exceptions

Bug#928275:

2019-04-30 Thread Adam Miller
This seems to result from the same issue pointed out in bug #837764 Without https://github.com/pypa/pip/pull/6373/commits/e4936da2e1b62c33f0ed9034f5c984ae17e38e86, resp.raise_for_status() raises requests.exceptions.HTTPError, whereas the except clause tries to catch pip._vendor.requests.exceptions

Re: [ansible-devel] loop and variables

2019-04-24 Thread Adam Miller
On Mon, Apr 22, 2019 at 12:37 PM wrote: > > Hi guys, > > How are you? > > I am new at Ansible and doing some great stuffs until now. > > I have those variables: > > asm_disks: > > - { device: 'sdc', asm_disk_name: 'ASM_GRID01', asm_diskgroup: 'GRID01', > asm_redundancy: 'NORMAL', separator: ','

Re: [ansible-project] Dropping Fedora rpms from https://releases.ansible.com/

2019-02-22 Thread Adam Miller
On Mon, Feb 18, 2019 at 7:45 PM Toshio Kuratomi wrote: > > Hey all, > > Recently we had a discussion internally about whether to build > upstream Ansible rpms on Fedora 29 using Python3 or Python2. This > lead to a question about how useful the Fedora rpms Ansible releases > on https://releases.a

Re: [ansible-devel] New module being not merged since monthes, a year now... PR #3483

2019-01-30 Thread Adam Miller
On Tue, Jan 22, 2019 at 4:07 PM wrote: > > Hello, > > I'm still looking for a mean to get this PR merged : > https://github.com/ansible/ansible/pull/34837 > > It has been submitted one year ago now. > We are using the module in production, all checks passed. > > I read Ansible's workflow again and

Re: [ansible-devel] My ansible playbook is very slow since couple of days and hangs alot while execution.

2019-01-30 Thread Adam Miller
On Mon, Jan 28, 2019 at 3:47 PM neelam poonawala wrote: > > Any suggestions how do I fix it? > > I do have this in my ansible.cfg file > > [defaults] > roles_path = ./roles > host_key_checking = False > > [ssh_connection] > pipelining = True > control_path = /tmp/ansible-ssh-%%h-%%p-%%r This mail

Re: [ansible-devel] Copy directory from remote

2019-01-15 Thread Adam Miller
On Mon, Jan 14, 2019 at 12:47 AM Mangai wrote: > > --- > - name: sync pull task > hosts: localhost > connection: local > become: true > become_user: user > tasks: > - name: copying file using pull > synchronize: > src: /home/sss/mypath/ > dest: /home/user/ansibleworkspa

Re: [ansible-devel] Ansible root permission

2019-01-03 Thread Adam Miller
On Tue, Dec 4, 2018 at 8:18 AM Subrat Nayak wrote: > > Hi All - We are doing set up of Ansible in our cloud environment. We wanted > to create an user "ansibleadmin" and use that user for all the installation > of ansible and middleware provisioning. Could you please help me if we can do > this

Re: [ansible-devel] Philosophical Question: To contribute or not to contribute

2019-01-03 Thread Adam Miller
On Tue, Dec 25, 2018 at 10:35 AM Randall Becker wrote: > > Hi All, > > To contribute or not to contribute? I have to (no choice) integrate an SCM > front-end product into Ansible that performs some very platform-specific > installation and activation tasks that do not have general applicability

Re: [ansible-devel] pull only the latest release in the artifactory

2018-12-13 Thread Adam Miller
On Fri, Nov 16, 2018 at 4:17 AM Kavya bhandari wrote: > > hi all, > > i am new to ansible and i wanted to whether > > ansible can download the latest release from artifactory by itself whenever > some new release is deployed to artifactory . > > please help me with your valuable suggestions :)

[ansible-devel] Requesting help from the Ansible *BSD community

2018-11-30 Thread Adam Miller
Hello all, I don't personally have enough experience with the BSDs to know what the correct bit of information to be looking for on the various distros is and I was hoping for some help. >From the Issue Ticket: Facts virtualization_role and virtualization_type are not set for KVM guests r

Re: [ansible-devel] Question on Ansible *NIX packages with Python3 dependencies

2018-11-26 Thread Adam Miller
On Tue, Nov 20, 2018 at 11:49 PM Toshio Kuratomi wrote: > > Red hat Enterprise Linux 7 ships with python 2.7 so we won't be able to > switch to python 3 there. You could take a look at the Fedora packages of > ansible, though, i believe that they've switched over to building against > python3

Re: regarding const variables/structures

2018-09-14 Thread Kenneth Adam Miller
Don't be discouraged! So, if you only read the code, it may appear to you that "in the small" you are understanding the code. But, the possible states and paths are a large combinatorial, and lots of things can happen at runtime that you will not be able to predict, even after only reading the cod

Re: [ansible-devel] How do i run python scripts which includes imports from other .py files in the same directory.

2018-08-31 Thread Adam Miller
On Thu, Aug 30, 2018 at 1:32 PM Alan Jose wrote: > > Hi, > > I have a python script which imports other external python modules. i have > copied all the .py files to a directory in the remote host. But, when i try > to run the script file, it gives me an error "ImportError: No module named > xy

Re: Co-Maintainer

2018-08-18 Thread Kenneth Adam Miller
come however to use your precious time > to contribute anything that you are capable to contribute. > > PS: I don't speak for other maintainers. I'm only a user. > > > > Sent: Saturday, August 18, 2018 at 9:28 PM > From: "Kenneth Adam Miller" > To:

Re: Co-Maintainer

2018-08-18 Thread Kenneth Adam Miller
gt; > > > Sent: Saturday, August 18, 2018 at 8:49 PM > From: "Kenneth Adam Miller" > To: laure...@mail.com > Cc: a...@lrde.epita.fr, help-bison@gnu.org, james@pentest.nz > Subject: Re: Co-Maintainer > > I know that's what I thought. Some volun

Re: Co-Maintainer

2018-08-18 Thread Kenneth Adam Miller
dismissed. On Sat, Aug 18, 2018 at 7:22 AM Laura Morales wrote: > Is this sarcastic? Is this a passive-aggressive way to say something? I > don't really understand the message. > > > > Sent: Saturday, August 18, 2018 at 9:01 AM > From: "Kenneth Adam Miller"

Re: Co-Maintainer

2018-08-18 Thread Kenneth Adam Miller
Yeah, we just have too much of that 50$ an hour labor here lying around. No need to just adopt someone else's free hours and enthusiasm, no matter how small the favor is. I have some thing like 20 different research ideas and small helpful tasks that I could just write about in the space of 15 min

Schedule for Monday's FESCo Meeting (2018-08-20)

2018-08-17 Thread Adam Miller
Following is the list of topics that will be discussed in the FESCo meeting Monday at 15:00UTC in #fedora-meeting-1 on irc.freenode.net. To convert UTC to your local time, take a look at http://fedoraproject.org/wiki/UTCHowto or run: date -d '2018-08-20 15:00 UTC' Links to all issues to be

[ansible-devel] Announcement: module_utils License Guidelines Change

2018-08-14 Thread Adam Miller
Hello all, Recently there was a discussion and a vote among the Core Developer Community about licencing of module_utils and it was decided to change the guideline[0]. There is a pull request with the changes to the Developer Docs[1] open, but the new Guideline is as follows: All modules shipp

Re: [ansible-devel] replace or lineinfile or ?

2018-08-10 Thread Adam Miller
On Thu, Aug 9, 2018 at 9:29 PM Henrik Schuetze wrote: > > For a replication project i have to dynamic create an .sql for execute with > mariadb. > i have two hosts (A and B) in my host variables, both with name, ip and ID. > > i think about create a local file, copy it to the destination hosts an

Re: [ansible-devel] mounting the nfs file system using autofs/ansible

2018-08-10 Thread Adam Miller
On Mon, Aug 6, 2018 at 8:52 PM containerkid wrote: > > Dear All. > I am working on a project where we have a scenario in which we have to mount > an NFS file system when each time system boots up ( we spin up using > AWS/GITLAB CI/CD approach) so each time i get new instance with new Private >

Re: [ansible-project] Is there a way to check if a service is already enabled on a linux machine?

2018-08-03 Thread Adam Miller
7;m apparently mistaken on). -AdamM > > On Friday, August 3, 2018 at 9:24:42 AM UTC-4, Pavel Cahyna wrote: >> >> On Fri, Aug 03, 2018 at 08:14:15AM -0500, Adam Miller wrote: >> > On Fri, Aug 3, 2018 at 7:52 AM yaakov.kuperman via Ansible Project >> > wrote: >

Re: [ansible-project] Is there a way to check if a service is already enabled on a linux machine?

2018-08-03 Thread Adam Miller
On Fri, Aug 3, 2018 at 7:52 AM yaakov.kuperman via Ansible Project wrote: > > Awesome! Thanks! As an option, you can also use the service_facts module to inspect service state: https://docs.ansible.com/ansible/latest/modules/service_facts_module.html#service-facts-module -AdamM > > YK > On Thu

[ansible-devel] Major yum and dnf refactor: requesting feedback and testing

2018-08-02 Thread Adam Miller
Hello all, I have recently opened a pull request that contains a bit of work to heavily refactor both the yum and dnf modules in hopes of making them easier to maintain going forward and also bring them into feature parity[0]. The initial goal is to ensure that the dnf module can do everything

Schedule for Friday's FESCo Meeting (2018-05-25)

2018-05-24 Thread Adam Miller
Following is the list of topics that will be discussed in the FESCo meeting Friday at 15:00UTC in #fedora-meeting on irc.freenode.net. To convert UTC to your local time, take a look at http://fedoraproject.org/wiki/UTCHowto or run: date -d '2018-05-25 15:00 UTC' Links to all issues below

Re: removal of python2-firewall

2018-05-23 Thread Adam Miller
On Wed, May 23, 2018 at 4:52 PM Miro Hrončok wrote: > On 23.5.2018 22:51, Martin Bukatovic wrote: > > What do you think? Do we want to continue dropping python2 modules and > > encourage people to reconfigure ansible to run under python 3 while > > shipping ansible with python 2 or do we want to

Schedule for Friday's FESCo Meeting (2018-04-20)

2018-04-19 Thread Adam Miller
Following is the list of topics that will be discussed in the FESCo meeting Friday at 15:00UTC in #fedora-meeting on irc.freenode.net. To convert UTC to your local time, take a look at http://fedoraproject.org/wiki/UTCHowto or run: date -d '2018-04-20 15:00 UTC' Links to all issues below ca

Summary/Minutes from today's FESCo Meeting (2018-01-19)

2018-01-19 Thread Adam Miller
(53) * jforbes (42) * nirik (41) * jsmith (38) * zodbot (35) * otaylor (30) * sgallagh (29) * kalev (29) * langdon (10) * mattdm (10) * puiterwijk (7) * kalev-afk (2) * rdieter (1) * Southern_Gentlem (1) * tyll (0) Generated by `MeetBot`_ 0.1.4 .. _`MeetBot`: http://wiki.debian.org/MeetBot On Thu

Schedule for Friday's FESCo Meeting (2018-01-19)

2018-01-18 Thread Adam Miller
Following is the list of topics that will be discussed in the FESCo meeting Friday at 16:00UTC in #fedora-meeting on irc.freenode.net. To convert UTC to your local time, take a look at http://fedoraproject.org/wiki/UTCHowto or run: date -d '2018-01-19 16:00 UTC' Links to all issues below ca

Re: [ansible-devel] Question about development workflow

2018-01-17 Thread Adam Miller
On Wed, Jan 10, 2018 at 4:29 AM, Richard Bywater wrote: > Hi > > Was just wanting to check in regarding the way the dev workflow works for > Ansible. > > I've got a PR that's currently open that has an approved review on it so was > wondering if there is something else that I need to do with it to

Re: [ansible-project] Using ansible tower best practice to segregate data

2018-01-02 Thread Adam Miller
On Fri, Dec 29, 2017 at 11:52 PM, Dhaval Joshi wrote: > Hello > > I am migrating from puppet to ansible and using tower, > > I have question on managing data as per the role of server (dmz/core) or as > per different region or datacentre (similar to hiradata in puppet) whats best > way to acheiv

Re: [ansible-devel] looking to help out with import_playbook bugs/features

2017-12-13 Thread Adam Miller
On Fri, Dec 8, 2017 at 4:18 PM, Wayne Warren wrote: > Howdy folks! > > So I am relatively new to ansible as a user, but I think I've found some > bugs I would like to try my hand at hacking this weekend: > > https://github.com/ansible/ansible/issues/29008 > https://github.com/ansible/ansible/issue

Re: [ansible-devel] Copy module: move directories recursively

2017-12-13 Thread Adam Miller
On Wed, Nov 29, 2017 at 10:58 AM, Willian Paixão wrote: > Hello, > > I've been trying to move a folder and its contents to another path, > after a few tries and a couple of googles, I found that it can't be done > just using file or copy modules, rather command or synchronize modules, > which is n

Re: FBR: bodhi-dequeue-stable dies

2017-11-15 Thread Adam Miller
On Tue, Nov 14, 2017 at 10:53 PM, Randy Barlow wrote: > I'd like to get a freeze break request to do two things: > > 1) Apply the patch from #2005[0] to production bodhi-backend01. > 2) Manually run bodhi-dequeue-stable on backend01. > > I guess I should technically ask for review on [0] as well,

Announce: Fedora Layered Image Release

2017-11-14 Thread Adam Miller
Hello all, On behalf of the Fedora Atomic WG[0] and Fedora Release Engineering[1], I am pleased to announce the latest Fedora Layered Image Release. This follows the latest Atomic Host Release that came out today[2]. At this time the following Container Images are available in the Fedora Regis

  1   2   3   4   5   6   7   8   9   10   >