Error processing content failed review log messages above for reason

freshclam выдает в логах ошибки, с 5 марта, скажите пож-та, как исправить проблему? Wed Mar 16 00:51:18 2022 -> Received signal: wake up Wed Mar 16 00:51:18 2022 -> ClamAV update process started at Wed Mar 16 00:51:18 2022 Wed Mar 16 00:51:18 2022 -> WARNING: Your ClamAV installation is OUTDATED! Wed Mar 16 00:51:18 2022 -> WARNING: Local version: 0.103.4 Recommended version: 0.103.5 Wed Mar 16 00:51:18 2022 -> DON'T PANIC! Read https://docs.clamav.net/manual/Installing.html Wed Mar 16

16.03.2022, 12:15


#1

IntelMan вне форума


Member


По умолчанию Перестал обновляться ClamAV установленный из панели

freshclam выдает в логах ошибки, с 5 марта, скажите пож-та, как исправить проблему?

Wed Mar 16 00:51:18 2022 -> Received signal: wake up
Wed Mar 16 00:51:18 2022 -> ClamAV update process started at Wed Mar 16 00:51:18 2022
Wed Mar 16 00:51:18 2022 -> WARNING: Your ClamAV installation is OUTDATED!
Wed Mar 16 00:51:18 2022 -> WARNING: Local version: 0.103.4 Recommended version: 0.103.5
Wed Mar 16 00:51:18 2022 -> DON’T PANIC! Read https://docs.clamav.net/manual/Installing.html
Wed Mar 16 00:51:18 2022 -> WARNING: Cool-down expired, ok to try again.
Wed Mar 16 00:51:18 2022 -> daily database available for update (local version: 26475, remote version: 26482)
Wed Mar 16 00:51:19 2022 -> WARNING: downloadPatch: Can’t download daily-26476.cdiff from https://database.clamav.net/daily-26476.cdiff
Wed Mar 16 00:51:19 2022 -> WARNING: Incremental update failed, trying to download daily.cvd
Wed Mar 16 00:51:20 2022 -> WARNING: Can’t download daily.cvd from https://database.clamav.net/daily.cvd
Wed Mar 16 00:51:20 2022 -> WARNING: FreshClam received error code 403 from the ClamAV Content Delivery Network (CDN).
Wed Mar 16 00:51:20 2022 -> This could mean several things:
Wed Mar 16 00:51:20 2022 -> 1. You are running an out-of-date version of ClamAV / FreshClam.
Wed Mar 16 00:51:20 2022 -> Ensure you are the most updated version by visiting https://www.clamav.net/downloads
Wed Mar 16 00:51:20 2022 -> 2. Your network is explicitly denied by the FreshClam CDN.
Wed Mar 16 00:51:20 2022 -> In order to rectify this please check that you are:
Wed Mar 16 00:51:20 2022 -> a. Running an up-to-date version of FreshClam
Wed Mar 16 00:51:20 2022 -> b. Running FreshClam no more than once an hour
Wed Mar 16 00:51:20 2022 -> c. If you have checked (a) and (b), please open a ticket at
Wed Mar 16 00:51:20 2022 -> https://github.com/Cisco-Talos/clamav/issues
Wed Mar 16 00:51:20 2022 -> and we will investigate why your network is blocked.
Wed Mar 16 00:51:20 2022 -> WARNING: You are on cool-down until after: 2022-03-17 00:51:20
Wed Mar 16 00:51:20 2022 -> ERROR: Database update process failed: Forbidden; Blocked by CDN
Wed Mar 16 00:51:20 2022 -> ERROR: Update failed.
Wed Mar 16 00:51:20 2022 -> WARNING: FreshClam was forbidden from downloading a database.
Wed Mar 16 00:51:20 2022 -> WARNING: This is fatal. Retrying later won’t help. Exiting now.


Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04
  • Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
  • TensorFlow installed from (source or binary): Source and Binary (tried both)
  • TensorFlow version: 1.12
  • Python version: 3.6
  • Installed using virtualenv? pip? conda?: conda
  • Bazel version (if compiling from source): 0.18
  • GCC/Compiler version (if compiling from source): gcc 5.4.0
  • CUDA/cuDNN version: Cudnn — 7.4 , CUDA- 9.0
  • GPU model and memory: GeForce GTX 1080 major: 6 minor: 1 memoryClockRate(GHz): 1.8225 8GB

Describe the problem
I tried installting tensorflow 1.12 using both pip install and building from source.However when I am trying to run faster rcnn model i get following error message:
Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.

I only get this with tf 1.12 and python 3.6 ,it works fine with python 3.6

Provide the exact sequence of commands / steps that you executed before running into the problem

Any other info / logs
Traceback (most recent call last):
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/client/session.py», line 1334, in _do_call
return fn(*args)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/client/session.py», line 1319, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/client/session.py», line 1407, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
[[{{node FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_0/Conv2D}} = Conv2D[T=DT_FLOAT, data_format=»NCHW», dilations=[1, 1, 1, 1], padding=»SAME», strides=[1, 1, 2, 2], use_cudnn_on_gpu=true, _device=»/job:localhost/replica:0/task:0/device:GPU:0″](FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_0/Conv2D-0-TransposeNHWCToNCHW-LayoutOptimizer, FeatureExtractor/MobilenetV1/Conv2d_0/weights/read/_4__cf__7)]]
[[{{node Postprocessor/BatchMultiClassNonMaxSuppression/map/while/MultiClassNonMaxSuppression/ClipToWindow_21/Gather/GatherV2_2/_211}} = _Recvclient_terminated=false, recv_device=»/job:localhost/replica:0/task:0/device:CPU:0″, send_device=»/job:localhost/replica:0/task:0/device:GPU:0″, send_device_incarnation=1, tensor_name=»edge_7500_…GatherV2_2″, tensor_type=DT_FLOAT, _device=»/job:localhost/replica:0/task:0/device:CPU:0″]]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/process.py», line 258, in _bootstrap
self.run()
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/process.py», line 93, in run
self._target(*self._args, **self._kwargs)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/pool.py», line 103, in worker
initializer(*initargs)
File «detection_app.py», line 67, in worker
output_q.put(y.get_stats_and_detection(frame))
File «/home/user/faster_rcnn_inception_v2_coco_2018_01_28/base_model.py», line 142, in get_stats_and_detection
boxes, scores, classes, num = self.processFrame(img)
File «/home/user/faster_rcnn_inception_v2_coco_2018_01_28/base_model.py», line 76, in processFrame
feed_dict={self.image_tensor: image_np_expanded})
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/client/session.py», line 929, in run
run_metadata_ptr)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/client/session.py», line 1152, in _run
feed_dict_tensor, options, run_metadata)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/client/session.py», line 1328, in _do_run
run_metadata)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/client/session.py», line 1348, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
[[node FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_0/Conv2D (defined at /home/user/faster_rcnn_inception_v2_coco_2018_01_28/base_model.py:36) = Conv2D[T=DT_FLOAT, data_format=»NCHW», dilations=[1, 1, 1, 1], padding=»SAME», strides=[1, 1, 2, 2], use_cudnn_on_gpu=true, _device=»/job:localhost/replica:0/task:0/device:GPU:0″](FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_0/Conv2D-0-TransposeNHWCToNCHW-LayoutOptimizer, FeatureExtractor/MobilenetV1/Conv2d_0/weights/read/_4__cf__7)]]
[[{{node Postprocessor/BatchMultiClassNonMaxSuppression/map/while/MultiClassNonMaxSuppression/ClipToWindow_21/Gather/GatherV2_2/_211}} = _Recvclient_terminated=false, recv_device=»/job:localhost/replica:0/task:0/device:CPU:0″, send_device=»/job:localhost/replica:0/task:0/device:GPU:0″, send_device_incarnation=1, tensor_name=»edge_7500_…GatherV2_2″, tensor_type=DT_FLOAT, _device=»/job:localhost/replica:0/task:0/device:CPU:0″]]

Caused by op ‘FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_0/Conv2D’, defined at:
File «detection_app.py», line 94, in
pool = Pool(args.num_workers, worker, (input_q, output_q))
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/context.py», line 119, in Pool
context=self.get_context())
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/pool.py», line 174, in init
self._repopulate_pool()
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/pool.py», line 239, in _repopulate_pool
w.start()
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/process.py», line 105, in start
self._popen = self._Popen(self)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/context.py», line 277, in _Popen
return Popen(process_obj)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/popen_fork.py», line 19, in init
self._launch(process_obj)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/popen_fork.py», line 73, in _launch
code = process_obj._bootstrap()
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/process.py», line 258, in _bootstrap
self.run()
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/process.py», line 93, in run
self._target(*self._args, **self._kwargs)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/multiprocessing/pool.py», line 103, in worker
initializer(*initargs)
File «detection_app.py», line 62, in worker
y = DetectorAPI()
File «/home/user/faster_rcnn_inception_v2_coco_2018_01_28/base_model.py», line 36, in init
tf.import_graph_def(od_graph_def, name=»)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/util/deprecation.py», line 488, in new_func
return func(*args, **kwargs)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/framework/importer.py», line 442, in import_graph_def
_ProcessNewOps(graph)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/framework/importer.py», line 234, in _ProcessNewOps
for new_op in graph._add_new_tf_operations(compute_devices=False): # pylint: disable=protected-access
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/framework/ops.py», line 3440, in _add_new_tf_operations
for c_op in c_api_util.new_tf_operations(self)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/framework/ops.py», line 3440, in
for c_op in c_api_util.new_tf_operations(self)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/framework/ops.py», line 3299, in _create_op_from_tf_operation
ret = Operation(c_op, self)
File «/home/user/anaconda3/envs/tf_faust/lib/python3.6/site-packages/tensorflow/python/framework/ops.py», line 1770, in init
self._traceback = tf_stack.extract_stack()

UnknownError (see above for traceback): Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
[[node FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_0/Conv2D (defined at /home/user/faster_rcnn_inception_v2_coco_2018_01_28/base_model.py:36) = Conv2D[T=DT_FLOAT, data_format=»NCHW», dilations=[1, 1, 1, 1], padding=»SAME», strides=[1, 1, 2, 2], use_cudnn_on_gpu=true, _device=»/job:localhost/replica:0/task:0/device:GPU:0″](FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_0/Conv2D-0-TransposeNHWCToNCHW-LayoutOptimizer, FeatureExtractor/MobilenetV1/Conv2d_0/weights/read/_4__cf__7)]]
[[{{node Postprocessor/BatchMultiClassNonMaxSuppression/map/while/MultiClassNonMaxSuppression/ClipToWindow_21/Gather/GatherV2_2/_211}} = _Recvclient_terminated=false, recv_device=»/job:localhost/replica:0/task:0/device:CPU:0″, send_device=»/job:localhost/replica:0/task:0/device:GPU:0″, send_device_incarnation=1, tensor_name=»edge_7500_…GatherV2_2″, tensor_type=DT_FLOAT, _device=»/job:localhost/replica:0/task:0/device:CPU:0″]]

«Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

I’ve tried multiple solutions I’ve seen after looking through different threads with this same error, but I’m still not finding anything that will help me. On my laptop, I do still get the «Failed to send host log» message, but Ubuntu still boots. In this case, on a different PC, it will not boot after the message below. First, the problem, and then what I’ve tried so far:

After installing Ubuntu on the VM, when I try to start it, I get:
/dev/sda5: recovering journal
/dev/sda5: clean, 198517/2588672 files, 2251253/10353920 blocks
[ 9.295673] [drm:vmw_host_log [vmwgfx]] *ERROR* Failed to send host log message.
[ 9.297899] [drm:vmw_host_log [vmwgfx]] *ERROR* Failed to send host log message.

So far, I’ve tried:
— Giving it more memory to work with (up to half of my RAM, so 16gbs)
— Reinstalling Ubuntu (about five times)
— Changing the graphics controller to VBoxVGA (didn’t give the same text as above, but didn’t boot either)
— Changing the video memory up to 128mb
— Rebooting with and without the Ubuntu installation iso mounted
— Unchecking the floppy disk in the boot order, and also both unchecking and moving it to the bottom
— Moving the VM installation folder from my SSD where my host OS is to a HDD on the same PC

I have made sure virtualization is enabled in the startup menu and that it has also been enabled in Windows itself.

and maybe some other stuff I forgot, I was at it for like three hours last night trying stuff and retrying stuff I’d already tried. Shelled out for Windows 10 Pro to get virtualization, and then my gaming rig still can’t seem to do a thing that my semi-ancient work laptop with 6gb of RAM can do. pls help

onrocketfalls
 
Posts: 2
Joined: 8. Jan 2021, 18:42

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby scottgus1 » 9. Jan 2021, 01:04

The «Failed to send host log message» error is apparently a bug in the Linux OS’s drivers that appears when the Virtualbox VMSVGA video card for Linux VMs is used. It can safely be ignored and does not interfere with the VM’s operation.

onrocketfalls wrote:Shelled out for Windows 10 Pro to get virtualization,

Hope you didn’t pay much. Though Home doesn’t have the ‘virtualization’ you probably thought you needed, it does have the underlying structure, called Hyper-V, which many times interferes with Virtualbox. (Home and Pro both have services that can use Hyper-V. Only Pro can run Hyper-V-based VMs. Read on…)

onrocketfalls wrote:on a different PC, it will not boot after the message below.

If this is a Windows PC, right-click the guest in the main Virtualbox window’s guest list, choose Show Log.

Search the far left tab’s log for this text:

Attempting fall back to NEM

If you find it, Hyper-V is enabled. If you are still running 6.1.14 or earlier, update to 6.1.16, and try again.

If the 6.1.16 log still shows these words, Hyper-V needs to be disabled. See HMR3Init: Attempting fall back to NEM (Hyper-V is active).

If you don’t find that text, save the far left tab’s log, zip the log file, and post the zip file, using the forum’s Upload Attachment tab.

scottgus1
Site Moderator
 
Posts: 17666
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby onrocketfalls » 9. Jan 2021, 02:54

I’m trying a fresh install now and while I’d love to get to where I can try what you said to try, I can’t even get to the install page. It shows Ubuntu, it shows the spinning loading icon, the icon freezes, and nothing progresses. What a cluster this is turning into. I’ll update as soon as I figure this new and exotic and extremely frustrating problem out (open to suggestions, though).

Edit: Checked the log just for the hell of it, though, and «Attempting fall back to NEM» was in there. I’ll try that route for this problem too.

Edit again: It worked. Thank you, thank you, thank you, thank you, thank you. And also, if you have any suggestions for what Windows 10 Pro is good for over Home, lmk. At least it was only $20.

P.S.: Thank you. I would have probably given up soon.

onrocketfalls
 
Posts: 2
Joined: 8. Jan 2021, 18:42

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby scottgus1 » 9. Jan 2021, 15:40

Great! Glad you’re up and running.

I didn’t know Home could go to Pro for only $20. I might have to do that on my Home laptop & tablet.

Pro has a few other things Home doesn’t have. Pro can join a domain, not much of a biggie for the average user, but good for the office.

The biggest benefit of Pro, to me, in the Windows 10 era, is better control of automatic updates, because of access to the Group Policy Editor. GPE has settings to notify but not download or apply updates until I give the go-ahead (and make sure VMs are all shut down first), which let’s me make backup images beforehand:

Start menu > Run… > gpedit.msc > Local Computer Policy > Administrative Templates > Windows Components > Windows Update > Configure Automatic Updates > set «Configure automatic updating» dropdown to 2 (Notify for download and auto install) or possibly 3 (Auto download and notify for install).

scottgus1
Site Moderator
 
Posts: 17666
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby scottgus1 » 9. Jan 2021, 16:13

One other quick thing: I found that you had a duplicate post of this topic in Linux Guests. Duplicate posting is a definite forum no-no. The duplicate topic has been deleted.

scottgus1
Site Moderator
 
Posts: 17666
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby Paola » 28. Jul 2021, 19:03

Too easy bro. Just add ‘nomodeset’ as parameter to kernel boot. U don’t need to change video device in virtual box, keep VMSVGA.

Paola
 
Posts: 5
Joined: 28. Jul 2021, 18:57

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby scottgus1 » 28. Jul 2021, 19:07

@Paola, is this info to solve the «*ERROR* Failed to send host log message»?

scottgus1
Site Moderator
 
Posts: 17666
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby mpack » 29. Jul 2021, 10:41

onrocketfalls wrote:And also, if you have any suggestions for what Windows 10 Pro is good for over Home, lmk

For me, the main advantage is that «Pro» has the ability to be an RDP (Remote Desktop Protocol) server. Home editions of Windows can be clients, i.e. they can RDP into RDP servers, but home editions can’t be RDP servers themselves: nothing can call into your home edition Windows PC. A server means that you can install Win10Pro on some small form factor (SFF) box (or single board computer — SBC) that sits in the corner of a room taking up almost no space, but when you need to you can RDP into it from your main PC and access whatever apps caused you to want that small PC in the first place. I have PCs in my home set up to prepare media for a NAS media server (it’s a Synology NAS, but it could have been another PC), I have a PiHole running (though that’s on a Raspberry Pi, also running an RDP server), and I’m considering other functions like my own fully functioned router that I can control better. It opens up a whole new level of gadgetry…

There are probably ways that you can force something similar to RDP server capability onto Win10 Home, but I frankly don’t trust such hacks, so for just a little extra I prefer to have the real thing… :)

mpack
Site Moderator
 
Posts: 37953
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby Paola » 30. Jul 2021, 18:12

scottgus1 wrote:@Paola, is this info to solve the «*ERROR* Failed to send host log message»?

yes. See here

Attachments
VirtualBox_server_30_07_2021_13_06_23.png
With nomodeset
VirtualBox_server_30_07_2021_13_06_23.png (2.99 KiB) Viewed 100677 times
VirtualBox_server_30_07_2021_13_09_09.png
Without nomodeset
VirtualBox_server_30_07_2021_13_09_09.png (4.36 KiB) Viewed 100677 times
Paola
 
Posts: 5
Joined: 28. Jul 2021, 18:57

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby scottgus1 » 30. Jul 2021, 18:14

Fascinating. I haven’t had any trouble from the «host message» error, but this is interesting as a way to get the message to stop. I wonder if there are any side effects of the ‘nomodeset’ parameter?

scottgus1
Site Moderator
 
Posts: 17666
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby Paola » 30. Jul 2021, 18:30

scottgus1 wrote:Fascinating. I haven’t had any trouble from the «host message» error, but this is interesting as a way to get the message to stop. I wonder if there are any side effects of the ‘nomodeset’ parameter?

No, no side effects on VirtualBox. This is not to hide error message, this is to solve the error. «nomodeset» says to kernel not load video drivers (xf86-video-vmware eg.) at boot. Instead, use bios settings till the system is properly ok.

Paola
 
Posts: 5
Joined: 28. Jul 2021, 18:57

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby fth0 » 30. Jul 2021, 19:18

Just being curious: Did you check afterwards (e.g. with dmesg | grep vmwgfx) that the messages weren’t displayed shortly on a previous screen?

fth0
Volunteer
 
Posts: 4351
Joined: 14. Feb 2019, 03:06
Location: Germany
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, …

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby Paola » 30. Jul 2021, 19:45

fth0 wrote:Just being curious: Did you check afterwards (e.g. with dmesg | grep vmwgfx) that the messages weren’t displayed shortly on a previous screen?

Yes, no error. But i’ve tested only on openSUSE.

Attachments
VirtualBox_server_30_07_2021_14_41_26.png
VirtualBox_server_30_07_2021_14_41_26.png (7.79 KiB) Viewed 100651 times
Paola
 
Posts: 5
Joined: 28. Jul 2021, 18:57

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby fth0 » 30. Jul 2021, 20:46

Ok, thanks for checking. :)

These «*ERROR*» messages do not indicate a real error anyway. Their background is well understood and explained in 19168#comment:4.

fth0
Volunteer
 
Posts: 4351
Joined: 14. Feb 2019, 03:06
Location: Germany
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, …

Re: «Failed to send log host message.» error using Ubuntu on Windows 10 Pro Host

Postby Paola » 31. Jul 2021, 04:38

fth0 wrote:Ok, thanks for checking. :)

These «*ERROR*» messages do not indicate a real error anyway. Their background is well understood and explained in 19168#comment:4.

Thank you very much for this more detailed explanation! I tried to solve the «problem» myself, and I racked my brain trying to solve it. Then when the error stopped, I was so happy that I decided to try to help other people by posting on the forum.

Paola
 
Posts: 5
Joined: 28. Jul 2021, 18:57


Return to VirtualBox on Windows Hosts

Who is online

Users browsing this forum: gkashyap and 37 guests

Раздражает, когда какой-то сайт не загружается и отзывается непонятными ошибками. Обычно они сопровождаются одним из десятков HTTP-кодов, которые как раз намекают на характер сбоя, а также его вероятные причины. 

В этом материале поговорим об ошибке 400 Bad Request. Почему она появляется и как ее исправить. 

Чуть подробнее об ошибке 400

Как и другие коды, начинающиеся на четверку, 400 Bad Request говорит о том, что возникла проблема на стороне пользователя. Зачастую сервер отправляет ее, когда появившаяся неисправность не подходит больше ни под одну категорию ошибок. 

Стоит запомнить — код 400 напрямую связан с клиентом (браузером, к примеру) и намекает на то, что отправленный запрос со стороны пользователя приводит к сбою еще до того, как его обработает сервер (вернее, так считает сам сервер). 

Комьюнити теперь в Телеграм

Подпишитесь и будьте в курсе последних IT-новостей

Подписаться

Из-за чего всплывает Bad Request?

Есть 4 повода для возникновения ошибки сервера 400 Bad Request при попытке зайти на сайт:

  1. Некорректно настроенные HTTP-заголовки в запросе со стороны клиента. Некоторые приложения и сайты мониторят заголовки на предмет наличия в них чего-нибудь подозрительного. Если ваш запрос не соответствует ожиданиям сервера, то высока вероятность появления ошибки 400 (но это не всегда вина пользователя).
  2. Такой же сбой появляется, если клиент пытается загрузить на сервер файл слишком большого размера. Это происходит, потому что на большинстве сайтов есть ограничения по размеру загружаемых данных. Причем ограничение может быть как в 2 гигабайта, так и в 600 килобайт.
  3. Еще ошибка 400 появляется, когда пользователь пытается получить доступ к несуществующей странице. То есть в браузер банально ввели ссылку с опечаткой, некорректным доменом или поддоменом.
  4. Устаревшие или измененные куки-файлы. Сервер может воспринять подмену куки-файлов как попытку атаковать или воспользоваться дырой в безопасности. Поэтому такие запросы сходу блокируются.

Читайте также

Ошибка сервера 401

Ошибка 502 Bad Gateway Error

Исправляем ошибку 400 Bad Request на стороне клиента

Так как ошибка 400 в 99 случаев из 100 возникает на стороне клиента, начнем с соответствующих методов. Проверим все элементы, участвующие в передаче запроса со стороны клиента (браузера).

Проверяем адрес сайта

Банальщина, но необходимая банальщина. Перед тем как бежать куда-то жаловаться и предпринимать более серьезные шаги, повнимательнее взгляните на ссылку в адресной строке. Может, где-то затесалась опечатка или вы случайно написали большую букву вместо маленькой. Некоторые части адреса чувствительны к регистру. 

А еще стоит поискать запрашиваемую страницу через поисковик, встроенный в сайт. Есть вероятность, что конкретная страница куда-то переехала, но сервер не может показать подходящий HTTP-код в духе 404 Not Found. Если, конечно, сам сайт работает. 

Сбрасываем параметры браузера

Этот метод срабатывает, если сервер отказывается принимать запросы из-за «битых» куки или других данных. Дело в том, что сайт использует куки-файлы, чтобы хранить информацию о пользователе у него же в браузере. При входе конкретного человека на ресурс, он пытается распознать куки и сравнить информацию с той, что уже есть на сервере.

Иногда случается, что куки-файлы одного или нескольких пользователей вступают в конфликт. В таком случае надо открыть настройки браузера, а потом удалить весь кэш, куки и прочие связанные элементы. 

В зависимости от браузера процесс удаления куки-файлов может немного отличаться. В Chrome это работает так:

  • Открываем настройки браузера. 
  • Переходим в раздел «Конфиденциальность и безопасность».
  • Выбираем «Файлы cookie и другие данные».
  • Нажимаем на кнопку «Удалить все».Удаление кукис в Google Chrome

Для чистки cookies можно использовать стороннюю программу в духе CCleaner или CleanMyPC.

Загружаем файл подходящего размера

Если ошибка 400 Bad Request появляется при попытке загрузить на сайт какой-нибудь файл, то стоит попробовать загрузить файл поменьше. Иногда вебмастера ленятся грамотно настроить ресурс, и вместо понятного объяснения вроде «Загружаемые файлы не должны быть размером больше 2 мегабайт» люди получают Bad Request. Остается только гадать, какой там у них лимит. 

Устраняем проблемы, связанные с Windows и сторонним софтом

Помимо браузера, на работу сети могут влиять другие программные продукты (экраны, защищающие от «непонятных подключений»). И вирусы. Да и сама Windows может стать проблемой. Почти любой ее компонент. Поэтому надо бы проделать следующее:

  • Повторно установить NET.Framework. Желательно перед этим удалить предыдущую версию.
  • Установить какой-нибудь приличный антивирус (а лучше два) и запустить глубокую проверку систему. Возможно, подключению и входу на ресурс мешает вредоносная программа.
  • Если у вас уже установлен антивирус, то, наоборот, попробуйте его отключить. Иногда встроенные в них экраны проверки подключений блокируют работу браузера целиком или отдельных страниц. Лучше выдать браузеру больше прав на выполнение своих задач или установить антивирус, который более лояльно относится к установленному на компьютере софту.
  • Еще надо поменять параметры брандмауэра. Его можно разыскать в панели управления Windows. Там надо добавить в список исключений ваш браузер. Тогда брандмауэр не будет мешать подключению к запрашиваемому сайту.
  • Почистить Windows от программного мусора. Можно пройтись приложением CCleaner. 
  • Обновить драйверы для сетевых устройств. 
  • Обновить Windows или просканировать систему на наличие погрешностей в системных компонентах.

Ищем проблему на стороне сервера

Если что-то происходит на стороне ресурса, то это редко заканчивается ошибкой 400. Но все-таки есть несколько сценариев, при которых клиента обвиняют в сбое зря, а настоящая вина лежит на сервере. 

Проверяем требования к HTTP-заголовкам

Пока настраиваешь сайт, несложно допустить ошибку или даже парочку. Возможно, требования к HTTP-заголовком указаны некорректно, и сервер ожидает запросы с ошибками, которые по объективным причинам не может распознать адекватно. Тогда администратору стоит перепроверить ожидаемые заголовки на своем сайте или в приложении. 

Удаляем свежие обновления и плагины

Иногда ошибка 400 Bad Request появляется после обновления CMS или установки новых плагинов. Если у вас она появилась из-за этого, то наиболее логичное решение — откатиться до более ранней версии CMS и удалить все новые плагины. 

Главное, перед этим сделать резервную копию данных. И перед установкой обновлений тоже стоило бы.

Проверяем состояние базы данных

Некоторые сторонние расширения для того же WordPress получают полный доступ к ресурсу и имеют право вносить изменения даже в подключенную базу данных. Если после удаления свежих плагинов ошибка 400 никуда не исчезла и появляется у всех, кто пытается зайти на сайт, стоит проверить, в каком состоянии находится база данных. Нужно вручную проверить все записи на наличие подозрительных изменений, которые могли быть сделаны установленными расширениями.

Исправляем ошибки в коде и скриптах

Ничего из вышеперечисленного не помогло? Тогда осталось проверить свой код и работающие скрипты. Лучше провести дебаггинг вручную и не надеяться на помощь компьютера. Сделать копию приложения или сайта, потом пошагово проверить каждый отрезок кода в поисках ошибок. 

В крайнем случае придется кричать «полундра» и звать на помощь техподдержку хостинга. Возможно, возникли сложности на их стороне. Тогда вообще ничего не надо будет делать. Просто ждать, пока все исправят за вас. 

На этом все. Основные причины появления 400 Bad Request разобрали. Как ее лечить — тоже. Теперь дело за вами. Пользуйтесь полученной информацией, чтобы больше не пришлось мучиться в попытках зайти на нужный ресурс.

Добрый день, сделать SOAP запрос,
Вот адрес сервиса
В документации говорится следующее:
1.2 Синхронный сервис сообщений
Синхронный сервис сообщений предоставляет 1 метод:
1. GetMessage — метод получения сообщения
1.2.1 Метод получения сообщения (GetMessage)
Метод получения сообщения предназначен для синхронной отправки и получения XML-сообщения в соответствии с определенной для конкретного сервиса схемой.
Сигнатура метода выглядит следующим образом:
GetMessageResponse GetMessage(GetMessageRequest request), где
GetMessageRequest – запрос, содержащий единственный элемент Message – сообщение, позволяющее содержать любой xml с обязательным указанием схемы. Например,

<tns:AuthRequest xmlns:tns="urn://x-artefacts-gnivc-ru/ais3/kkt/AuthService/types/1.0">
	<tns:AuthAppInfo>
		<tns:MasterToken>MASTER_TOKEN_ISSUED_BY_FNS</tns:MasterToken>
	</tns:AuthAppInfo>
</tns:AuthRequest>

GetMessageResponse – ответ, содержащий единственный элемент Message – сообщение, позволяющее содержать любой xml с обязательным указанием схемы. Например,

<tns:AuthResponse xmlns:tns="urn://x-artefacts-gnivc-ru/ais3/kkt/AuthService/types/1.0" >
	<tns:Result>
		<tns:Token>TEMPORARY_TOKEN_ISSUED_BY_FNS</tns:Token>
		<tns:ExpireTime>2001-12-17T09:30:47Z</tns:ExpireTime>
	</tns:Result>
</tns:AuthResponse>

Я написал простой код запроса на PHP:

try{
        $options = array(
        'soap_version' => SOAP_1_1,
        'compression' => SOAP_COMPRESSION_ACCEPT | SOAP_COMPRESSION_GZIP,
        'encoding' => 'UTF-8',
        'trace' => 1,
        'exceptions' => true,
        'cache_wsdl' => WSDL_CACHE_NONE,
        'features' => SOAP_SINGLE_ELEMENT_ARRAYS
    );
        $service_Url = 'https://openapi.nalog.ru:8090/open-api/AuthService/0.1?wsdl';
        $SoapClient = new SoapClient($service_Url, $options);

        $daraArray = array('Message' => '

            <AuthRequest xmlns="urn://x-artefacts-gnivc-ru/ais3/kkt/AuthService/types/1.0" xsi:schemaLocation="urn://x-artefacts-gnivc-ru/ais3/kkt/AuthService/types/1.0 schema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <AuthAppInfo>
                    <MasterToken>'.$modx->getOption('MASTER_TOKEN_ISSUED_BY_FNS').'</MasterToken>
                </AuthAppInfo>
            </AuthRequest>
        ');
        
        $result = $SoapClient->GetMessage($daraArray);
    }catch(Exception $e){
        echo($e);
    }

В результате получаю ответ:

SoapFault exception: [soap:Client] Unmarshalling Error: cvc-complex-type.2.4.b: The content of element 'ns1:Message' is not complete. One of '{WC[##other:"urn://x-artefacts-gnivc-ru/inplat/servin/OpenApiMessageConsumerService/types/1.0"]}' is expected.  in

Что я делаю не так?

Viewing 15 replies — 1 through 15 (of 17 total)

  • @dilip0358 did you solve this problem already?

    Hello @dilip0358 / @yqx709abc / @tomhufnagel

    Sorry for the inconvenience!

    We are still unsure what exactly could be the reason behind the import failure.

    If you can reach out to us and open a ticket through our Support Portal – https://wpastra.com/support/free-support/

    So that our team can take a closer look and find out a solution accordingly. If you already have opened a ticket, please share the ticket ID.

    Looking forward to hearing from you.

    hallo Suman,

    just send a message.

    thanks

    Hi, @tomhufnagel not solved

    @sumand123 I have already created a ticket still the problem has not been solved

    First, they told check system requirements then the ticket as been closed didn’t get any reply from the support team.

    Hi @dilip0358,

    I checked your ticket and noticed that one of our support agents had already responded to your ticket.

    Please reply so we can continue providing assistance to fix the issue.

    Kind regards,
    Herman 🙂

    Season Greetings.
    My problem is resolved thanks to the Elementor Community forum. The problem was my laptop had little memory left so I cleared out some old files, and it worked. I have latest plugins, so for me the that wasn’t the problem. So check your computer/laptop. Hopefully that helps someone.

    Good to know that yqx709abc. Thanks for sharing the way you solved the issue.

    Well, I am closing off this thread due to the lack of activity. Feel free to create a new thread if you guys need any further assistance.

    Kind regards,
    Herman 🙂

    Hello @rtissler

    Can you confirm if you have tried the above-suggested solution from the last user?

    If the issue persists, we recommend opening a ticket with us. Looking forward to hearing from you.

    https://wpastra.com/support/free-support/

    Dear Astra WordPress Community,

    It was necessary to address this issue. The problem is related to the Cookie security of browsers. Since Chrome’s security policy of cookies, third-party cookies access is disabled. The problem is not random and is because of HTTP headers that prevent cross-site cookies. A temporary workaround is to install the HTTP Headers plugin and enable cookie security to “secure”. You should remove this plugin/setting after importing templates.

    Thanks!

    @abdulsamad544 and all:
    Im still getting the same error for any Premium template I try to install. I updated and disabled all plugins, and the still the same problem. I also tried the workaround of installing HTTP Headers plugin and enabling cookie security to “secure” but didnt work. I submitted a ticket a couple of days ago but no response. Im frustated. Please help !

    Error Occured!
    45%
    Importing Site Content Failed. – Import Process Interrupted
    {
    “isTrusted”: true
    }

    Hi @yon22,

    Is your ticket still not responded by now? If it is, please let me know the ticket number so I can expedite it.

    Kind regards,
    Herman 🙂

    Hi @jhkkj777,

    Most often, it is just the system that doesn’t meet the system requirements or the host resource that needs to be increased.

    If you have made sure about those things above and still having issues importing a Starter Template, please consider opening a ticket thru our Support Portal so we can have a closer look at your site.

    Kind regards,
    Herman 🙂

    @jhkkj777 @bsfherman I tried everything that has been suggested on this chat. Finally I submitted a ticket last week and the Brainstorm Force’s team took forever to reply back. Looks like they have no idea how to resolve this issue…And more and more people are facing it !!
    After all this frustration I ended up deleting the whole website and starting from scracth. Now the issue is gone…but I’m afraid it will show up again.
    Please Brainstorm Force Team, resolve this PROBLEM ASAP since we are the customers who are paying for your services.
    Thanks,

    Hi @yon22,

    We are sorry for the inconvenience you may have because of this. However, when the system meets the system requirements or the host resource’s values are good, the importing process should run smoothly. If it is not, most probably it’s a server-specific related, and almost always it’s due to the server configuration.

    Anyway, good to know that finally, it was working for you.

    Kind regards,
    Herman 🙂

  • Viewing 15 replies — 1 through 15 (of 17 total)

    Понравилась статья? Поделить с друзьями:
  • Error reading data from the connection firebird
  • Error processing checkout please try again
  • Error process completed with exit code 127 github actions
  • Error procedure ms sql
  • Error proc not found