version 17.1

Global announcements
obarun
Advanced
Posts: 42
Joined: 13 Oct 2015, 07:45

Re: version 17.1

Postby obarun » 29 Nov 2015, 20:11

same issue for me, so it's not me :)

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: version 17.1

Postby Scooby » 29 Nov 2015, 20:25

if you check source

vdevd/main.c line 73

Code: Select all

   // do we need to connect to syslog?
      if( strcmp( vdev.config->logfile_path, "syslog" ) == 0 ) {
         
         vdev_debug("%s", "Switching to syslog for messages\n");
         vdev_enable_syslog();
      }
     


seems like it tries to turn on syslog

and in libvdev/util.c line: 63

Code: Select all

// turn on syslog logging
// always succeeds
int vdev_enable_syslog() {
   
   _VDEV_SYSLOG = 1;
   openlog( VDEV_SYSLOG_IDENT, LOG_CONS | LOG_NDELAY | LOG_PID, LOG_DAEMON );
   
   return 0;
}


I have metalog listening on /dev/log and it accepts log messages from bash i.e

Code: Select all

logger -u /dev/log HELLO


Don't know why it doesn't work for vdevd

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: version 17.1

Postby Scooby » 29 Nov 2015, 20:28

I will report at github

obarun
Advanced
Posts: 42
Joined: 13 Oct 2015, 07:45

Re: version 17.1

Postby obarun » 29 Nov 2015, 20:36

same though for me, i saw thoses files and checked (well i try lol), this is the reason asking you if i do wrong or if it's doesn't work :)

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: version 17.1

Postby Scooby » 29 Nov 2015, 20:47

obarun wrote:same though for me, i saw thoses files and checked (well i try lol), this is the reason asking you if i do wrong or if it's doesn't work :)


Yep, good teamwork :!:
Our work makes vdev better :!:

obarun
Advanced
Posts: 42
Joined: 13 Oct 2015, 07:45

Re: version 17.1

Postby obarun » 29 Nov 2015, 21:16

So after some test, nothing changes for me with the new issue.

always the same trouble for me, it means loading modules and a huge of this example lines :

Code: Select all

00097:00007FE89BA0B700: [      os/linux.c:0188] vdev_linux_log_uevent: DEBUG: uevent 'ACTION=add'
00097:00007FE89BA0B700: [      os/linux.c:0188] vdev_linux_log_uevent: DEBUG: uevent 'DEVPATH=/devices/virtual/dmi/id'
00097:00007FE89BA0B700: [      os/linux.c:0448] vdev_linux_parse_request: DEBUG: subsystem = 'dmi', have_major=0, major = 0, have_minor=0, minor = 0, mode = 0
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/uncore_imc/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/uncore_imc/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/tracepoint/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/tracepoint/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/node/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/node/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/node/node0/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/node/node0/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory9/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory9/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory8/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory8/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory7/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory7/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory67/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory67/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory66/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory66/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory65/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory65/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory64/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory64/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory63/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory63/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory62/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory62/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory61/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory61/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory60/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory60/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory6/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory6/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory59/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory59/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory58/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory58/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory57/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory57/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory56/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory56/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory55/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory55/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory54/uevent'
00097:00007FE89BA0B700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory54/uevent'
00097:00007FE89BA0B700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory


for the rest all seem good accept an one broken link in /dev/fd/

edit: hotplug doesn't work anymore, i think all my trouble became from modules problem

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: version 17.1

Postby Scooby » 30 Nov 2015, 19:15

I also have the same for /sys/devices/system/memory/memory*
and sys/devices/tracepoint,

I don't have at all
/sys/devices/system/node
/sys/devices/uncore_imc

example

Code: Select all

32634:00007F4CFCBE6700: [      os/linux.c:1174] vdev_linux_sysfs_register_devices: DEBUG: Register device '/sys/devices/system/memory/memory0/uevent'
32634:00007F4CFCBE6700: [      os/linux.c:0832] vdev_linux_sysfs_register_device: DEBUG: Empty uevent file at '/sys/devices/system/memory/memory0/uevent'


I think you can ignore those

/dev/fd seems OK for me

obarun
Advanced
Posts: 42
Joined: 13 Oct 2015, 07:45

Re: version 17.1

Postby obarun » 15 Dec 2015, 05:01

hello,

it take to much time to make a change :(. Difficult to work in this condition :(.

So if you are interested i created a little scripts to create a service for runit, you can find more info here http://obarun.org/forum/viewtopic.php?pid=184#p184

obarun-server turn. that is a very good new :) but implemented vdev on it's seem not be a good idea, some much time to resolve problems. for obarun too.

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: version 17.1

Postby Scooby » 15 Dec 2015, 10:42

obarun wrote:hello,

Hey man

it take to much time to make a change :(. Difficult to work in this condition :(.

You are talking about vdev, right?
yeah it's a little frustrating.

So if you are interested i created a little scripts to create a service for runit, you can find more info here http://obarun.org/forum/viewtopic.php?pid=184#p184

I will check it out.

obarun-server turn. that is a very good new :) but implemented vdev on it's seem not be a good idea, some much time to resolve problems. for obarun too.

congrats on obarun-server and yes vdev is probably not a good idea at the moment.
I think vdev will come to its own and I put some faith in Jude to be able to get it to a working state.


Return to “Announcements”

Who is online

Users browsing this forum: No registered users and 15 guests

cron