search for: e04

Displaying 5 results from an estimated 5 matches for "e04".

Did you mean: 04
2011 Mar 03
1
libvirt + ESX (HTTP response code 400 for call to 'Login')
Hi folks, I'm trying to connect to a vSphere cluster using the information from the libvirt documentation. ------------------- $ virsh -c "vpx://root at 10.51.4.11/dc1/dc1-cluster-e01/dc1-vsphere-e04/?no_verify=1" Enter root's password for 10.51.4.11: error: internal error HTTP response code 400 for call to 'Login' error: failed to connect to the hypervisor ------------------- I seem to be able to establish a connection, but it fails with a "HTTP code 400". If I pro...
2014 May 18
6
[Bug 78863] New: [nv50] errors when starts gnome-shell
...rg/attachment.cgi?id=99275&action=edit log from dmesg I get these two non-fatal errors with gnome-shell: [ 164.903589] nouveau E[ PGRAPH][0000:01:00.0] DATA_ERROR INVALID_VALUE [ 164.903603] nouveau E[ PGRAPH][0000:01:00.0] ch 4 [0x003f92b000 gnome-shell[1242]] subc 3 class 0x8297 mthd 0x0e04 data 0xfebf0000 [ 164.903616] nouveau E[ PGRAPH][0000:01:00.0] DATA_ERROR INVALID_VALUE [ 164.903622] nouveau E[ PGRAPH][0000:01:00.0] ch 4 [0x003f92b000 gnome-shell[1242]] subc 3 class 0x8297 mthd 0x0e08 data 0xffc70000 my configuration: x86_64 archlinux kernel-3.14.2-1 xf86-video-nouveau-1.0...
2008 Nov 26
2
Cannot Delete File
I just upgraded my Member Server to 3.2.4 on Ubuntu. I have a permissions problem. Users can create files on the Samba shares but they cannot delete files. Here is a typical share definition. [Testing] comment = Test for Samba path = /files/test browseable = yes writeable = yes create mask = 0764 directory mask = 0775 On the Linux side I can do
2005 Aug 15
1
XML for tc hierarchy representation
Hi list, I would like to know about any proposed XML representation for tc objects hierarchy. I found something at "LTCM, a Linux QoS API Library" (http://artemis.av.it.pt/~ltcmmm/) that looks like a start, but any others are welcome. I''m starting a project to automatically syncronize traffic shape rules between servers and thought XML is the best way to represent tc
2009 Mar 30
2
[PATCH 1/1] v3: Add Diagnostic MBR for trouble-shooting BIOS boot-order problems.
...is read + to avoid inheriting the MBR magic on error + E error error code returned by BIOS 'read sector' interrupt (0x02 or 0x42, int 0x13). + '??' if no active partition. + + Examples: + L D81 C3D9 HFF S3F P1 O00000020 MAA55 E00 + C D80 C3D9 HFF S3F P1 O00000020 M0000 E04 + + Usage: + # set device to write diagnostic MBR to + DEV=/dev/sdc + # back-up existing MBR + sudo dd if=$DEV of=mbr-backup.bin bs=440 count=1 + # write diagnostic MBR to device + sudo dd if=mbr-diag.bin of=$DEV + # example: test in a virtual machine (uses sudo because it is accessing raw device)...