similar to: "--once" getting stuck

Displaying 20 results from an estimated 4000 matches similar to: ""--once" getting stuck"

2017 Aug 15
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 8:03 pm, Sami Ketola wrote: > >> On 15 Aug 2017, at 2.50, voytek at sbt.net.au wrote: >> >> >> how do I generate hashed string from my password ? > > use this sql command: > > GRANT SELECT ON vmail TO ?vmail?@?127.0.0.1? IDENTIFIED BY > PASSWORD(?yourpassword?); > > > or if you just want to see the hash: > > SELECT
2010 Jul 01
4
Index of Character
Hi, I am a newbie to R and this may be too simple to ask. I am trying to find out a string function in R that returns the index of a character. For e.g. indexOf("Test1234", '4') would return 8. Is there a similar function in R. I tried searching the documentation and could find other useful string functions, but not the index function. Thanks in advance. Regards, Harsh
2008 Jul 20
1
extlinux: doubts about --raid option
I installed extlinux on a soft raid1 (/dev/mdX) system as per doc/extlinux.txt section on raid1: extinux --install /boot/extlinux mbr.bin on both disks and from my tests it seems the system can correctly boot from each of the 2 disks. Now I found out about the "--raid" command line option and it's not clear to me what its purpose is: "Fall back to the next device on boot
2009 Jan 16
12
running a ruby expression stored in a database
Is this even possible? I''ve got a ruby expression stored in a database, it''s the code to run a plugin since I was having trouble passing variables stored in the database. When I try to call the code, it either outputs it as text, or doesn''t display it at all. It''s supposed to generate an image and display it. right now the code is stored in the database as:
2006 Nov 03
1
In bound SIP context issue
Hi All, I am trying to configure asterisk to receive an inbound SIP connection and send it to a specified context. Instead of sending the call the specified context, asterisk is using the context default from [general]? Any thoughts? I am sure that it is something simple I am missing. To recap, it is sending calls to the context default, not thecontext... [general] context=default
2017 Aug 14
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 8:54 am, Noel Butler wrote: > On 15/08/2017 08:18, voytek at sbt.net.au wrote: > Forget looking at dovecot at teh moment, your problem maybe mysql (I'd > hope you meant mariadb but either way...) > > use command line mysql as vmail user from your dovecot machine to test > password further BEFORE tinkering with dovecot. > > ~$ mysql -p -v vmail
2010 Jun 16
4
DomU stuck in boot
Hello, I am running xen-3.3.1 with rhel5.3 dom0. I have a rhel5.3 domU that is stuck in the boot process. It seems it is trying to bring up the network. We see this problem only occassionally. This is the last console output: Running configure_os... Warning: Configuring networking... Warning: HOSTNAME is not defined Updating ifcfg-eth0 [ OK ] Allowing IPv4 link local addresses [ OK ]
2008 May 30
0
Version 3.2.0pre3-9.fc9 smbclient problem
I recently installed Fedora 9 for use as a squid server. We use smb_auth basic authorization and have run into a problem with it. I believe that I have tracked the problem down to smbclient when the USER environmental variable contains the userid and password. smb_auth.sh in squid uses the USER environmental variable. Below are test results for Version 3.0.28a-0.fc8 and Version
2017 Aug 15
0
migrating 2.1 to 3.x, sql pass scheme, pass value?
On 15/08/2017 21:25, voytek at sbt.net.au wrote: > On Tue, August 15, 2017 8:03 pm, Sami Ketola wrote: > On 15 Aug 2017, at 2.50, voytek at sbt.net.au wrote: > > how do I generate hashed string from my password ? > use this sql command: > > GRANT SELECT ON vmail TO 'vmail'@'127.0.0.1' IDENTIFIED BY > PASSWORD('yourpassword'); > > or if you
2017 Aug 15
0
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 9:31 pm, Ivan Warren wrote: > MariaDB [test]> GRANT SELECT on test to 'test'@'127.0.0.1' identified by > >> pasword('test1234'); ERROR 1064 (42000): You have an error in your SQL >> syntax; check the manual that corresponds to your MariaDB server version >> for the right syntax to use near
2017 Aug 15
2
migrating 2.1 to 3.x, sql pass scheme, pass value?
On 15/08/2017 22:23, Noel Butler wrote: > On 15/08/2017 21:25, voytek at sbt.net.au wrote: > >> On Tue, August 15, 2017 8:03 pm, Sami Ketola wrote: >> On 15 Aug 2017, at 2.50, voytek at sbt.net.au wrote: >> >> how do I generate hashed string from my password ? >> use this sql command: >> >> GRANT SELECT ON vmail TO
2013 Feb 20
2
SYSLINUX stuck on boot about 0.1% of the time
Hi, We recently switched from grub-legacy to EXTLINUX on our embedded devices. While it works great usually, about one of every thousand boots, it gets stuck. [1] A simple reboot fixes it straight away, but that's not really acceptable for our customers, especially since there is usually no monitor connected and they can't actually diagnose the error, so they simply mark the device as
2002 Jun 02
1
PATCH for Symbios/LSIlogic scsi and isolinux
Attached patch allows isolinux to boot from a CDROM attached to a NCR/Symbios/LSIlogic SCSI controller (bios version 4.19). It appears this bios can't read more than 1 sector at the time using the ah=42h int13 call. The isolinux boot was failing early on when 4 sector are read. (bios returned error 0 !) I'm not sure if the same 'getlinsec' routine is called upon later to load
2002 Feb 04
2
nilo -> tftp-hpa interaction
I downloaded nilo and oskit from www.nilo.org. Added pcnet32.c linux-2.0.39 driver to oskit. Compiled nilo with pcnet32 and produced boot floppy image. Use it inside vmware vm. My aim is to be able to test pxelinux using vmware+nilo and not a real machine. Floppy starts, detects nic, receives ip from dhcp server, requests boot image to tftpd-hpa, then crashes when talking to tftp. Is
2013 Aug 13
2
Re: Oracle RAC in libvirt+KVM environment
On Mon, Aug 12, 2013 at 06:17:51PM +0800, Timon Wang wrote: > Yes, SCSI bus likes pass through a shared LUN to the vm, and I am > using a shared LUN for 'share' purpose. > > I found a post that vmware use lsilogic bus for the shared disk, but > my qemu/kvm version can't support lsilogic bus. > > I'm tring to update qemu/kvm version for lsilogic bus support.
2009 Feb 11
1
poweredge 1850 won't boot 7.1? maybe LSI-related : amr0: adapter is busy
Hello, This afternoon I wanted to upgrade to 7.1 two good old dell PowerEdge servers which were running FreeBSD 6.x. It went fine and quickly on the poweredge 1950, but it failed completely on the poweredge 1850. Facts: - boot cd and setup / operation of freebsd 6.x or 7.0 is fine Message log abstract: $ uname -v FreeBSD 7.0-RELEASE-p7 #0: Sun Dec 21 08:31:52 UTC 2008
2000 Mar 01
2
SAMBA_2_0 (recent CVS): smbpasswd and utmp errors
SAMBA_2_0 as of 1 mar 2000, 11:00 GMT rh61 kernel-2.2.14. 1) smbpasswd the -x switch was added but now: a) you can't do "smbpasswd -an user" anymore, it asks for password. b) smbpasswd -n user -> seg fault 2) ./configure --with-utmp: make all ... Compiling smbd/connection.c smbd/connection.c: In function `utmp_update': smbd/connection.c:349: structure has no member named
2013 Aug 12
0
Re: Oracle RAC in libvirt+KVM environment
Yes, SCSI bus likes pass through a shared LUN to the vm, and I am using a shared LUN for 'share' purpose. I found a post that vmware use lsilogic bus for the shared disk, but my qemu/kvm version can't support lsilogic bus. I'm tring to update qemu/kvm version for lsilogic bus support. On 8/12/13, Stefan Hajnoczi <stefanha@gmail.com> wrote: > On Sat, Aug 10, 2013 at
2013 Aug 14
0
Re: Oracle RAC in libvirt+KVM environment
Thanks, i have tried virtio-scsi and LSI SCSI controller, by using a local file or a LUN as disk. Both raw and qcow2 disk format are be verified, but no way to make windows Failover Cluster and Oracle RAC work correctly. Actually, Oracle RAC and Windows Failover Cluster needs "share" storage like iscsi disk and fc disk to work correctly. In iscsi situation, we can use ip network for
2008 Apr 14
2
Installing Centos 5 on HP DL140 G3
I want to install CentOS 5.1 with hardware RAID on an HP DL140 G3 server that I have here for testing. It prompts me for a storage controller. According to this readme page for the latest driver at ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p1463703615/v44436/mpt linux-4.00.13.01-2.rhel5.i686.dd.gz.txt CentOS 5 should already contain a "default driver version contained in the Red