Displaying 20 results from an estimated 1000 matches similar to: "Simple networking problem - DNS"
2005 Mar 03
4
Getting phpconfig to work?
No, I have apache 1.3.33 and mod_ssl 2.8.22 installed. Do I need to have
apache2-mod_php installed?
Rgds,
Julius.
> DO you have apache2-mod_php installed ?
>
> Which distro are you using ?
>
>> -----Original Message-----
>> From: asterisk-users-bounces@lists.digium.com
>> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
>> Julius Kidubuka
>>
2005 Feb 20
10
HELP NEEDED! - Asterisk GUI
Hello,
I am trying to setup an Asterisk GUI with the help of astman(please visit
http://astman.sourceforge.net/am-user-guide.html).
I have installed astman and currently assessing my GUI using;
http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl
I am trying to get the menu options in my GUI to work but to no avail.
Currently my parameters are set to;
Asterisk Install Directory:
2007 Nov 12
5
DOS Assembler
Hi,
i need to write DOS Assembler software, ive tried TASM.EXE, but it just
crashes.
System is: x86_64 AMD, archlinux.
wine is installed as 32bit through multilib....is it possible that this
combination causes the crash?
Is there a easier solution/program?
greets
Julius
2009 Nov 28
3
extract coordinates from contour lines
To everyone,
Is there a way to extract coordinates or an equation from a "straight" contour line?
Thanks.
Cheers
Julius Tesoro
2006 May 09
5
voipjet down?
Somebody know if they are down? Let me know,
Julius C. Barber
ventas@gringotel.com
www.GringoTel.com
Tel. USA: 1-408-705-1189
GringoTel - ahorre en sus llamadas internacionales.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060509/924605b6/attachment.htm
2005 Oct 24
2
samba without netbios
Hi,
ive read a lot in the howto about netbios/ddns, but im still confused if
its possible for samba to only use tcp/ip without netbios.
are there any howtos for this topic that are not mentioned in the samba3
howto?
Greets
Julius
2005 Jan 19
4
xfce4 for CentOS howto
Hi! Am new in trying CentOS, can you please help me how to install
xfce4. What do I need to add in my yum,.conf or in my source.list
for my apt-get.
Thanks you very much and more power to you guys!
Regards,
Julius
2005 Nov 21
1
how to plot a list in graphs
hi all,
I have a matrix and named each row and column as like below...
a<-matrix(c(seq(3,45,3),seq(10,6,-1)),4,5,byrow=F)
> col<-c("peter","david","richrd","vincent","selva")
> rows<-c("julius","caeser","anja","maya")
> dimnames(a)<-list(rows,col)
> a
peter david
2005 Mar 14
7
Voicemail SMS Alert - Possible?
I need to be able to send an sms alert to one's mobile/cell phone. For
instance, when I receive a voicemail message in my inbox, I also want to
be able to get a message on my cell phone alerting me of this e-mail. How
possible is this? And if it is, what do I need to do to get the service up
and running?
Ideas are most welcome.
Thanks,
Julius.
2005 Feb 16
3
HELP!!!!!!!!
Hi,
I have installed two X-Lite phones and they're able to login successfully.
The two phones plus the Asterisk system are all on the same LAN with private
addresses assigned to each of them. When a call is initiated and is picked
up on the other end, there is completely no sound at all (as in the line
goes dead). The codecs set in the softphones are g711u, g711a, GSM, iLBC and
SPX.
2018 Mar 22
2
ARM Backend BuildMI operand issues
Hello everyone,
I'm working on a MachineFunctionPass that inserts a list of instructions
into an Module so a later Pass can work on them.
To do so I load a dummy .ll file created from a main stub, create the
needed function stubs (ModulePass), insert Blocks and create
instructions using BuildMI.
I started with branch instructions:
const TargetMachine &TM = MF.getTarget();
2015 Nov 04
2
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
Hello Julius,
Thanks - but it doesn't seem to work.
I installed sg3_utils and ran
#scsi-rescan
but that seemed to have done nothing for some reason.
Cheers,
Boris.
On Wed, Nov 4, 2015 at 10:12 AM, Tnjulius <tnjulius at gmail.com> wrote:
> Hi Boris,
> Just rescan the scsi host.
> #scsi-rescan #if you have sg3_utils package
> #lsscsi
> Or
> #echo "- - -"
2018 Mar 23
1
ARM Backend BuildMI operand issues
Thank you for your help Tom
you are totally right with the registers but the command you suggest
also doesn't work.
After some research I found the following thread on the mailing list:
http://lists.llvm.org/pipermail/llvm-dev/2017-February/110086.html
With your help and the information about the condition codes I was able
to resolve the error:
BuildMI(BB, BB.end(), DL,
2007 Jan 02
2
guest account group
Hi,
ive created a new user "myuser" with his primary group "users". after adding
him with pdbedit -a -u myuser to samba pdbedit -L doesnt list the users
group...? how can i set it?
greets
Julius
2009 Aug 08
1
frequency of numbers in a list
Hi,
I have two vectors, mag and i, and I want to generate a of vector where each element is the frequency of mag which is greater than i.
i produced the following code. However I get the following error:
mag<-rnorm(40,5,3)
i<-seq(floor(min(mag)),max(mag), 0.5)
freq<-sum(mag>=i)
Warning message:
In mag >= i :
longer object length is not a multiple of shorter object length
2016 Nov 07
2
[llvm] To link or not to link
Hi,
I have migrated an LLVM front-end from LLVM 3.5 to 3.8 and now to 3.9 and ORC, and there is a concept which I could not transfer. Consider:
extern "C" { void somefunc() {} }
…
auto llvmfunc = llvm::Function::Create(type, llvmFunction::PrivateLinkage, "bla", module));
executionengine.addGlobalMapping(llvmfunc, &somefunc);
// now I have llvmfunc to work with and
2007 Dec 04
2
Simple Example isnt working (ssh/bulk traffic)
Hi,
the script below should allow to get ssh connections running well while
downloading, but even the 100kbps (100kbyte/s?) doesnt work - can still
download with 500+kb/s. Whats wrong?
INTERFACE=eth0
#clear all on $INTERFACE
tc qdisc del dev $INTERFACE root
tc qdisc add dev $INTERFACE root handle 1:0 htb default 15
#root qdics, allows borrowing for its children
tc class add dev
2003 Mar 30
4
cant set up a no password login
hi
have problems to get an samba server up that offers shares for all
without a password
heres my smb.conf file located under /usr/local/samba/lib/smb.conf
[global]
netbios name = DEATHB
server string = Samba %v on (%L)
workgroup = LANSTRIKE
encrypt passwords = yes
security = share
[homes]
browseable = no
[mp3]
comment = lmh
path = /var/glftpd/site/mp3/lame.r3mix/
browseable = yes
read only =
2016 Nov 01
2
how to view a picture under shell?
hi, all, is there any command(such asciiview) to view the picture under
bash shell? I found the asciiview could meet my requirement, but how to
install it on centos? thanks.
2010 Apr 08
1
unknown user
Hi,
im in the process of setting up a virtual domain next to a real one with dovecot and postfix.
Looks like postfix sends the mail to deliver:
#mail.info
postfix/pipe[23588]: F254880ED8: to=<julius at abm.ath.cx>, relay=dovecot, delay=0.04, delays=0.03/0/0/0.01, dsn=5.1.1, status=bounced (user unknown)
but dovecot doesnt know my user:
#dovecot-info.log
dovecot: Apr 08 16:16:42 Info: