similar to: How to convert local profile to server profile

Displaying 20 results from an estimated 900 matches similar to: "How to convert local profile to server profile"

2008 Jan 23
1
Making Parents object attributes available
Hello, I have a class Person class Persoon < ActiveRecord::Base set_table_name "Persoon" set_primary_key "p_persoon" has_many :adres, :class_name => "Adres" composed_of :name, :class_name => Name, :mapping => [ [:naam,:naam], [:voornaam,:voornaam], [:voornaam2,:voornaam2], [:persnickname,:persnickname], [:perssortname,:perssortname] ] def
2009 Mar 02
6
How to speed up rsync when haveing lots of files
Hello List, unfortunatelly rsync is beeing REALLY slow and produces a high load when we try to sync lots of files (>250 000 small files). My experience is, that this is fatser if i do it folder by folder. Is there a rsync option which reduces the load and speeds up the rsync somehow? Thanks, Mario
2004 Sep 22
2
SIP soft phones
Hello! Can anyone recommend a good/handy/nice sip soft phone? I have already done some testing with kphone and gnome meeting (which cant do sip).Can you recommend a open source project? It should mainly be practial and have a address book. I found kphone quite unstable, the address book is designed quite poor, and if you would like to transfer a call with the transfer button you cant access the
2008 Feb 19
2
understanding the ldap backend
Hello List, i am trying to understand the LDAP-backend i just set up. Maybe someone can help me a little understanding the whole magic. In smb.conf i have my smbldap-tools scripts: # use the smbldap-tools scripts add user script = /usr/sbin//smbldap-useradd -m "%u" delete user script = /usr/sbin//smbldap-userdel "%u" add machine script = /usr/sbin//smbldap-useradd -w
2008 Jan 25
1
Weird reproduceable delta after power failure - PDC
Hello List, i am using Ubuntu Server 6.06 with the smbldap installer script from majen.net/smbldap/ I am using VMWare to run my test systems (Ubuntu server and Windows Domain Clients) After producing a power supply failure (stopping my Ubuntu and windows client by the stop button in vmware) and starting them up again i can see a delta in my ldap database: Before Power failure:
2009 Jan 23
4
How to build xen 3.3.1 and linux-2.6.27-xen.hg from source?
Hello List, how do i build xen 3.3.1 and linux-2.6.27-xen.hg from source? Here is what i tried: ---------------------------------------- cd /usr/src hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.hg cd /usr/src/xen-3.3.1 Then i changed LINUX_VER from 2.6.18 to 2.6.27 in buildconfigs/mk.linux-2.6-xen. The files mk.linux-2.6-xen0 and mk.linux-2.6-xenU seem to be obsolete. After
2006 Mar 27
0
Wanted: Cd-bootable Fedora+Asterisk
I'm in search someone who would be interested in developing a Fedora-baed Asterisk system that is bootable from a CD or possible flash. I am aware of the various commercial and free solutions out there, but none I have found suit our needs...mainly because they are not easily extensible and/or upgradeable. If you are interested in working on such a project, please contact me off-list.
2012 Jun 15
2
Samba Platform Support Clarification
Good evening. I'm seeking to verify the feasibility of using Samba as a file and print server running under the Linux operating system (Red Hat or SUSE), itself running under the System z Virtual Machine (z/VM). The documentation I've seen seems to indicate that Samba runs under Linux, but virtually all the specifics seem to speak in terms of UNIX. So I'd appreciate it for my
2009 Jan 23
1
Build xen from source without docs - WARNING: Package ''ps2pdf'' is required ....
Hello List, when i try to build xen with "make wold && make install" i get: ************************************************* ************************************************* * WARNING: Package ''ps2pdf'' is required * to build Xen documentation ************************************************* ************************************************* I got
2009 Mar 02
1
Exclude files only (only sync folders)
Hello List, is there a way to exclude all kind of files (but no folders)? I would like to rsync the folder structure only. Thanks, Mario
2009 Apr 12
1
Missing xvd devices in DomU
Hello List, i am trying to boot a 2.6.28 vanilla kernel as a DomU. This is some of my config: ---------------------------------------------- root = ''/dev/xvda2 ro'' disk = [ ''drbd:pgone,xvda2,w'', ''phy:/dev/vg/pgone-swap,xvda1,w'',
2004 Sep 17
1
Silently Wait for DTMF Input
Hello! I would like to call a number (e.g.35), and when i press a secret code (12345), it should jump to my voicebox menu. On this page http://www.voip-info.org/wiki-Asterisk+cmd+background i found something about "Silently Wait for DTMF Input". In my case it wouldn`t be silence. It woudl just play the away message. Now how can i include such a secret code to my background funktion? I
2004 Sep 20
1
Wait()
Hello List! All i would like to do is to wait 15 seconds, and then pick up the call for the voice box: [test2] exten => 39,1,Wait(15) exten => 39,2,Answer() exten => 39,3,Voicemail(99) exten => 39,4,Hangup() However, it does not pick up the call at all. I played around a bit, and found out that if the seconds are > 9, then it wont pick it up anymore.Any idea why? Wait(9) work
2006 Feb 15
2
checksum
Hello List, i would like to know when the checksum (-c option) gets executed excatly and where. I aleady had a look in the docs and in the source code, but wasn?t too lucky. The way i want/need it would be: 1. make checksum on (full) source file 2. transfer file 3. check checksum on (full) destination With "(full)" i mean the whole file, not parts/segments of it. Is this
2005 Oct 20
7
Backup Solutions based on Linux
I'm having particular issues running Veritas in my Windows environment. The agent just seems to baulk on some servers. I've looked into backup solutions running on Linux before but there doesn't seem to be much. Is anyone familiar with something that has Windows agents and yet managed by Linux? <<JAV>> -------------- next part -------------- An HTML attachment was
2006 Oct 29
2
Live/Realtime streaming
Hello List, i would like to stream to a network. I am expecting a delay/latency of 1-2ms. I have compiled and install icecast 2.3.1 on OpenSuSE10.1. I also had a look at: http://www.6809.org.uk/media/ices2-howto.shtml#config-input-dev (1) http://lists.xiph.org/pipermail/icecast/2006-February/010340.html (2) and http://www.6809.org.uk/media/run_ices (3) When i use Link/Way (3) i had to change
2004 Jan 30
6
Compiling zaptel
I take it you are running RedHat 8 (or 9) since this is the most up-to-date kernel. Did you install the kernel-sources and kernel-util rpms as well? You'll need these in order to compile and install zaptel. -sb -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of T. Chan Sent: Friday, January 30, 2004 4:01 PM
2003 Nov 10
3
java problem? - Forgotten Battles dedicated
hello list! I want to run a dedicated Forgotten Battles server with wine. Since on windows its only need a console to start, not sure if its dos, but i think its java. If i start the programm i get this: ---------------------------------------------------- # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Error ID:
2004 Sep 14
1
Requested device 'ttyI1' does not exist
Hello List! I finally got asterisk with capi working, and its already answering my call as well! :) Now i would like to call a number from my shoft phone (kphone). This is my extentions.conf: --- [general] static=yes writeprotect=no [globals] CONSOLE=Console/dsp ; Console interface for demo IAXINFO=guest ; IAXtel username/password
2004 Aug 26
6
chan_capi module
Hello! I have tried to compile the capi module (http://www.junghanns.net/asterisk/downloads/chan_capi.0.3.5.tar.gz) on fedora2 today. ----------- MAKEFILE -------------- ..EXPORT_ALL_VARIABLES: INSTALL_PREFIX= #ASTERISK_HEADER_DIR=$(INSTALL_PREFIX)/usr/include ASTERISK_HEADER_DIR=/usr/include/asterisk #MODULES_DIR=$(INSTALL_PREFIX)/usr/lib/asterisk/modules