Sponsored Content
The Lounge What is on Your Mind? VBulletin 3.8 to Discourse on Docker Migration Test Take Two Post 303045172 by Neo on Friday 13th of March 2020 01:23:43 AM
Old 03-13-2020
I check the migration of all vB forums and sub (child) forums to discourse categories.

This works fine; and it will only takes a few hours of time, once done, to reorganize the categories to make certain categories the parent or child category of another.

I think I'll ask one of our mods to volunteer for that task.

Anyone interested to do this, once I get 'final port" done?

Also, confirmed..... bbcode tags to markdown plugin is not working. Will have to fix this before the next test run.


still migrating....

Code:
importing posts...
   114156 / 651550 ( 17.5%)

 

7 More Discussions You Might Find Interesting

1. Web Development

Removing VBSEO for vbulletin – Reverting back to vbulletin URLs

Please note, this information was copied from vbseo.com, now showing a database error. This is posted for reference since vbSEO seems to be going out of business: If you ever need to uninstall vBSEO , you can use the following instructions. Make sure you carefully follow each step. Login... (37 Replies)
Discussion started by: Neo
37 Replies

2. Linux

Docker and pipework,ip with other subnet

Recently i found this for give to docker a "personal" ip ip addr del 10.1.1.133/24 dev eth0 ip link add link eth0 dev eth0m type macvlan mode bridge ip link set eth0m up ip addr add 10.1.1.133/24 dev eth0m route add default gw 10.1.1.1On container i did ... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

3. AIX

AIX - FC Switch migration, SAN Migration question!

I'm New to AIX / VIOS We're doing a FC switch cutover on an ibm device, connected via SAN. How do I tell if one path to my remote disk is lost? (aix lvm) How do I tell when my link is down on my HBA port? Appreciate your help, very much! (4 Replies)
Discussion started by: BG_JrAdmin
4 Replies

4. Shell Programming and Scripting

Problem in extracting yocto SDK for docker

Actually I was facing the following issue while building my Yocto SDK on Docker container sudo docker build --tag="akash/eclipse-che:6.5.0-1" --tag="akash/eclipse-che:latest" /home/akash/dockerimage.yocto.support/ Sending build context to Docker daemon 26.93MB Step 1/5 : FROM eclipse/cpp_gcc ... (3 Replies)
Discussion started by: Akash BHardwaj
3 Replies

5. UNIX for Beginners Questions & Answers

Can't pass a variable representing the output of lsb_release to a docker dontainer

I don't know why, but the rendering of my code mucks up the spacing and indentation, despite being correct in the original file. I'm having issues getting the following script to run (specifically the nested script at the end of the docker command near the end of the script; I think I'm not passing... (2 Replies)
Discussion started by: James Ray
2 Replies

6. Docker

Docker learning Phase-I

Hello All, I had recently learnt a bit of Docker(which provides containerization process). Here are some of my learning points from it. Let us start first with very basic question: What is Docker: Docker is a platform for sysadmins and developers to DEPLOY, DEVELOP and RUN applications ... (7 Replies)
Discussion started by: RavinderSingh13
7 Replies

7. What is on Your Mind?

Under Consideration: Migrate the Forums to Discourse

Dear All, After being active on the Node-RED forum for the last few weeks, I have been very impressed with Discourse, and my eyes have been opened. https://www.discourse.org/ but not the paid /hosted offering, but using the open distribution: https://github.com/discourse/discourse ... (52 Replies)
Discussion started by: Neo
52 Replies
audevent(1M)															      audevent(1M)

NAME
audevent - change or display profile, event, or system call audit status SYNOPSIS
profile] event]... syscall]... DESCRIPTION
changes or displays the auditing status of the given profile, event categories, or system calls. A list of pre-defined profiles, event categories, and system call names is given in Any site-specific customizations must be added to See audit.conf(4) for more details. A pro- file consists of a set of operations (event categories, self-auditing events, and system calls) that affect a particular type of system. An event category consists of a set of operations (self-auditing events and system calls) that affect a particular aspect of the system. If neither nor is specified, the current status of the selected profiles, event categories, or system calls is displayed. If the option is supplied, it is redundant to use to specify particular events. This also applies in the same way to the and options. If no event category is specified, all event categories associated with the selected profile are selected. If no system call is specified, all system calls associated with the selected profile and event categories are selected. At most one profile may be selected. takes effect immediately. However, the events and system calls specified are audited only when called by a user currently being audited (see audit(5)). If is specified, a list of valid profiles, event categories and system calls are displayed. This option may be helpful when deciding which profile, event, or syscall to use with the or options respectively. The same information can also be found in (see audit.conf(4)). Note: The set of audited system calls and corresponding audit events will change as HP-UX continues to evolve. Only a privileged user can change or display audit status. Options recognizes the following options and command-line arguments: Audit successful events or system calls. Do not audit successful events or system calls. Audit failed events or system calls. Do not audit failed events or system calls. Select profile to change or display. Select all events to change or display. Select event to change or display. The event must be a valid event category (base event or event alias) that is defined in or Select all system calls to change or display. Select syscall to change or display. The syscall must be a valid system call name or system call alias name that is defined in or Display a list of valid profiles, event categories, and system calls. This option must not be used with any other options. The following is a list of the pre-defined event types or categories: Object creation. For example: file creation, directory creation, and other object creation. Object deletion. For example: file deletion, directory deletion, and other object deletion. Discretionary access control (DAC) information reading events. DAC modification events. Non-DAC modification events. Object opening. For example: file open and other object open. Object closing. For example: file close and other object close. Process operations. Removable media events. For example: mounting and unmounting events. Login and logout events not related to any particular system call. All administrative and privileged events. Interprocess Communication (IPC) object creation. IPC object opening. IPC object deletion. IPC Datagram transactions. User-defined event 1 (for self-auditing records). User-defined event 2 (for self-auditing records). User-defined event 3 (for self-auditing records). EXAMPLES
Example 1: To display the list of valid profiles, event categories, and system calls as defined in file and use: Example 2: To display the current audit event selection status, use: The selection status for self-auditing events will be listed first, followed by the selection status for system calls. Example 3: To audit all and only the events that are associated with profile basic for auditing, use: Example 4: To audit all bad login attempts, use: Without doing a first, this configuration will be made incremental to what has already been configured before. WARNINGS
All modifications made to the auditing system are lost upon reboot. To make the changes permanent, set or in AUTHOR
was developed by HP. FILES
File containing event mapping information File containing site-specific event mapping information. SEE ALSO
audisp(1M), audomon(1M), audsys(1M), audusr(1M), audit.conf(4), audit(5). audevent(1M)
All times are GMT -4. The time now is 07:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy