Fedora :: Error - Connection.py:630:call_blocking:TypeError: A Float Is Required

Jun 26, 2011

When ever I try to run system-config-samba after the recent update I get the error:

connection.py:630:call_blocking:TypeError: a float is required

View 4 Replies


ADVERTISEMENT

OpenSUSE :: KDE 4.5 Suddenly Stopped Working - Null Float Point Error

Oct 25, 2010

Yesterday I turn off my computer without problems, and today my KDE 4.5 desktop just don't wanna load. It show this error:Floating point exception

Full error:

[Code]...

View 2 Replies View Related

Red Hat / Fedora :: Error Code :407 Proxy Authentication Required

Oct 12, 2010

i have just installed Red Hat linux 9 workstation ,i have configured the lan ip and successfully ping to other pcs on network ..but problem is internet is not working , i have already set the proxy setting, i have windows environment and running isa server 2006 proxy server ,when i trying to browse any site , isa eroor page occur "error code :407 proxy authentication required" Linus machine couldnot prompt the user credentiall.

View 2 Replies View Related

Fedora :: Playing Mp3 With Songbird \ Message:"MediaCore Error: An Id3 Tag Demuxer Plugin Is Required To Play This Stream?

Oct 24, 2009

Fedora Core 11 and installed songbird via songbird wiki website.I want to play mp3 files with songbird (which is basically why i downloaded it cos i dont like amarok) but when i try to play a file, it gives this message:"MediaCore Error: An id3 tag demuxer plugin is required to play this stream, but not installed"i searched a lot on web but couldnt find a solution

View 14 Replies View Related

Programming :: TypeError: List Indices Must Be Integers?

Dec 26, 2010

Im just setting out on the long road to learn python so please excuse my lack of knowledge.Im initally trying to read a csv in and print only certain "elements" (not sure if thats the right term) from a list. But I am getting the error :TypeError: list indices must be integersMy Code is :

Code:
#!/usr/bin/python
import csv

[code]...

View 2 Replies View Related

Ubuntu One :: Music Store Bug - Internet Connection Required

Jun 22, 2010

I just started using the Ubuntu One Music Store from within Rhythmbox and all was going well until I tried to play a music video. (Search for Daft Punk. Scroll to Videos. Click 'Around the World' and attempt to play.)

Then I got a stupid error message saying:
"Internet connection is required to access the music store. Please connect and reload."

I could not get rid of this error message by restarting Rhythmbox. I had to unload the Ubuntu One Music Store plugin, and then restart Rhythmbox.

View 2 Replies View Related

Server :: 522 SSL Connection Failed - Session Reuse Required

Jan 21, 2009

I have a problem with vsftpd (latest version available, 2.1.0pre3) SSL. I've configured it to a nonstandard port, 65440, disabled connect_from_port_20 and run it as a normal user, from home directory. I can't use the SSL feature, every time I connect, it only reaches the login process. After logging in, I get the following error (when data transfer would start for LIST command):

522 SSL connection failed; session reuse required
My vsftpd.conf looks like this

Code:
local_enable=NO
write_enable=YES
secure_email_list_enable=YES
email_password_file=/home/stringz/vsftpd/logins

# local_umask=022
dirmessage_enable=NO
vsftpd_log_file=/dev/null
xferlog_file=/dev/null
xferlog_enable=NO

connect_from_port_20=NO
idle_session_timeout=3600
data_connection_timeout=120
run_as_launching_user=YES

anonymous_enable=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
anon_upload_enable=YES
anon_world_readable_only=NO

async_abor_enable=YES
ascii_upload_enable=YES
ascii_download_enable=YES
ftpd_banner=Welcome!

# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
# chroot_list_enable=YES
# (default follows)
# chroot_list_file=/etc/vsftpd.chroot_list

ls_recurse_enable=NO
listen=YES
listen_address=<myipaddress>
listen_port=65440
listen_ipv6=NO

pasv_enable=YES
pasv_min_port=65441
pasv_max_port=65480
# chroot_local_user=YES

ssl_enable=YES
allow_anon_ssl=YES
force_local_data_ssl=NO
force_local_logins_ssl=YES
ssl_tlsv1=YES
ssl_sslv2=NO
ssl_sslv3=NO
rsa_cert_file=/home/stringz/vsftpd/vsftpd.pem

The client side is a Total Commander 7.02, there hasn't been any problem with its SSL yet and this only occurs when trying to connect to my vsftpd.

View 8 Replies View Related

CentOS 5 :: 5.2 Software Updater On ESXI - TypeError: Unsubscriptable Object

Apr 8, 2009

Running a 5.2 VM on ESXI, and the software updater keeps dying when I try to download some development packages (default libraries and tools). yum installs packages just fine - it's only if I use the add/remove software. See error log below:

[Code]...

View 1 Replies View Related

General :: Anyway To Change That To Float

Nov 16, 2010

Its a huge waste of space. Is there anyway I can change that to float i.e output = .500000

View 6 Replies View Related

Fedora :: F11 - Burn A Cd Or Dvd At The End Get "Error While Burning. You Do Not Have The Required Permissions To Use This Drive"

Jun 29, 2009

Every time i tried to burn a cd or dvd at the end i get the message "Error while burning. You do not have the required permissions to use this drive"

[Code]...

View 2 Replies View Related

OpenSUSE Network :: Make A Adsl Connection,but One Package Required?

Mar 25, 2011

I downloaded openSUSE-11.4-KDE-LiveCD-i686.iso from software.opensuse.org: Download openSUSE 11.4 yesterday.It's a liveCD,not a DVD. Then I used a dd command to make a live USB by the instruction from this page:SDB:Live USB Then I shut down the computer,and boot from the usb. I went to the yast--DSL to make a new adsl connection.But after I configured everything,yast told me one package needed.The package's name is "linux-atm-lib". I haven't connected to internet.How could I do to install a package and make a connection?

Now I am downloading a DVD.Does a DVD include the package called "linux-atm-lib"?

View 2 Replies View Related

Fedora Servers :: Mysql 5.1.41-2 SSL Connection Error ERROR 2026 - HY000

Jan 3, 2010

I am facing some strange problem of mysql replication with ssl, my replications which working fine from more than 6 months currently stopped working after i upgrade mysql in to newver version mysql-5.1.41-2, i create new ssl self singed certs but still no sucess, when client try to connect the master using ssl its gives error SSL connection error ERROR 2026 (HY000), with out ssl its working f9.

Platform --> Fedora-11 + mysql-5.1.41-2 (both master/client)

I can seeking the problem on net, and i found the below bugzilla url related to that.

[url]

I read it but not get , either new version support x509 ssl certs or not or either new version support ssl replication or not, here below my server configuration for ssl serts

And for client

Both server and clients certs are signed with same ca but still its currently not working after the mysql upgrade first 5.1.41 and then 5.1.41-2

Either as above bugzilla url, currently mysql support ssl replication or not, or either some need to do special for working with ssl. or i wait for newver version of mysql to fix if its bug or not.

View 2 Replies View Related

Programming :: Random Float Numbers In BASH

Mar 27, 2011

I'm learning shell scripting using bash and I want to generate 4 floating point number with 5 decimal places and write them to a file and a variable. I've done all this except the $RAMDOM enviroment variable does not generate a float number but a integrer.

[code]...

View 4 Replies View Related

Programming :: Print Biggest Float And Double Exponential Notation In Java

Nov 4, 2010

How can i print the biggest float and biggest double exponential notation in Java ?

View 1 Replies View Related

OpenSUSE Network :: 'ERROR 407 Proxy Authentication Required'

Jan 19, 2010

I set up the 'Proxy' from Yast and they tested successfully. I can connect to internet, but why am I getting 'ERROR 407 proxy authentication required'?

FYI, my comp is the part of company .NET network with bunch of firewall and security...

View 4 Replies View Related

Ubuntu :: Nautilus Could Not Create The Required Folder - Error

Jul 15, 2010

Im having this error when im trying to edit my root directories...

View 9 Replies View Related

General :: Error: Lvalue Required As Increment Operand

Jan 22, 2010

I got some sourcecode written with c++. I found it did not supported by the newer version of gcc. So I wanted to install an older version. But it always comes up with the question like "./read-rtl.c:653: error: lvalue required as increment operand", what should I do now?

View 6 Replies View Related

Software :: Using Wget: ERROR 407: Proxy Authentication Required

Aug 31, 2010

I try to download the Tomcat from my LINUX machine with command:

Code:
wget -d -v http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23.zip
I got error as follow:
Code:
[root@s003ap23-test opt]# wget -d -v http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23.zip
Setting --verbose (verbose) to 1

[Code]...

View 4 Replies View Related

Debian Configuration :: Error Mounting Volume - Authentication Required

Aug 31, 2015

After having problems with lxde crashing while running Jessie, and re-installing Wheezy, I am not able to mount my WinXP drive. In the past I was able to run pcmanfm and mount the drive from there. It would ask for my root password and then would mount the drive. Now, however, when I click on the drive icon it gives me an error message saying authentication required.

One thing is that when I installed Wheezy I had the WinXP drive disconnected so as to not inadvertently install Wheezy on the wrong drive (I have two identical drives). After installing I connected the WinXP drive and then did a grub update. I can boot either drive, as expected, but I can not mount the WinXP drive from pcmanfm. Do I need to change the Policykit?

View 14 Replies View Related

OpenSUSE :: Install Boxee / Error: Could Not Find A Required Library

Feb 10, 2011

I am trying desperatly to install boxee onto my pc Boxee - Watch Movies, TV Shows and clips from the Internet on your TV.without success.I have downloaded the source code from the site and have ran

./bootstrap
./configure

The ./configure last few lines =
checking for boost/shared_ptr.hpp... yes
checking for main in -lGL... no
configure: error: Could not find a required library. Please see the README for your platform.

I'm not sure what this lGL is referring to. The readme states that I need the below to run the configure, though that doesn't say lGL either?

Build-Depends: debhelper (>= 7.0.50), quilt, python-support, cmake,
autotools-dev, autoconf, automake, unzip, libboost-dev,
libgl1-mesa-dev | libgl-dev, libglu-dev, libglew-dev, libmad0-dev, libjpeg-dev,
libsamplerate-dev, libogg-dev, libvorbis-dev, libfreetype6-dev,
libfontconfig-dev, libbz2-dev, libfribidi-dev, libsqlite3-dev,
code....

View 1 Replies View Related

General :: Glibc, Error: Compiler Support For __thread Is Required?

Jan 19, 2011

I have a NAS (dlink-320) with a fully working fun_plug (http://wiki.dns323.info/) Linux system.However when I try to install x263 the configuration scripts says it need the math function log2f()But because fun_plug uses uClib instead of glibc and uClib have not yet implemented log2f() function I am trying to compile the glibc instead. I am only interested in the math part of glibc but have not found any documentation to just compile this part so it seems that I have to compile "most" of it. have gli
I have copied glibc-ports-2.9/sysdeps/arm to glibc-2.11.2/sysdeps.and I enter

Code:
../configure --prefix=/ffp --libdir=/ffp/lib --includedir=/ffp/include --enable-shared --build=arm-linux
but get the following error message

[code]....

View 2 Replies View Related

General :: Configuration Error Occurs Telling That Libbluetooth Is Required?

Dec 21, 2010

I have installed bluez.4.81....but when i install /home/george/Desktop/obexd-0.37.tar.gz,a configuration error occurs telling that libbluetooth is required. Is there any solution??

i want an option for receiving files.

View 1 Replies View Related

Server :: Virtual Manager Error - Package Required For KVM Usage

Jun 3, 2011

In red hat linux server 6. I start up virtual manager and I get below error prompt.
Package required for KVM usage
The following packages are not installed
qemu-kvm
These are required to create KVM guests locally. Would you like to install them now. I press yes but the package cannot located ...
So, I have install the qemu-kvn-0.12.1.2.113.el6_0.8.src.rpm already.
I use command rpm -ivh XXX.rpm to install.

View 3 Replies View Related

Programming :: Fortan Error - Nonnegative Width Required In Format String At - 1

Jun 10, 2010

I'm in the process of debugging and compiling about sixty FORTRAN 95 programs and could use a little bit of your help before my brain is fried and fingers are cramped. Thanks for your time!

I receive the following errors:

Here is my code:

View 5 Replies View Related

Red Hat / Fedora :: TCP Client Connection Refused - Error

Dec 29, 2010

I am getting tcp client connection refused error, when trying to establish tcp client connection from redhat linux to solaris unix. Connect system call is giving connection refused error

View 3 Replies View Related

Slackware :: Slackbuilds - Net-SSLay Building - Required By Webmin To Support Https - Error

Aug 1, 2010

I am trying to build an Net-SSLay package for my Slackware, it is required by webmin to support https.

When I start the Slackbuild script I get this error:

Quote:

What can be done to make this work? Or is there any better way to make webmin working with https?

My OS is Slackware 13_64 and webmin is 1.510 (the latest version).

View 4 Replies View Related

Hardware :: Error - Saving Connection Failed 0 Can't Write Connection Type 'cdma'

May 21, 2011

I got an error while working with NetworkManager in new RHEL6/ Fedora14. I have a ZTE AC 2726 3G wireless modem. i had tried to connect it via NetworkManager . It only requires username and password to connect but the thing is that after putting all the credentials i had checked the option" available to all the user "and while i was trying to save the profile it shows the following error saving connection failed 0 can't write connection type 'cdma'I had google so many times around this error but no better solution is there .

View 1 Replies View Related

OpenSUSE Network :: Error - Connection Timeout - All Wired Connection Over A Switch?

Feb 21, 2011

im on node1 when i type the command ssh node2@ip the terminal hangs up a bit then an error message stating that connection timeout but here is a thing: i cant ping to node2
but i can terminate the ping manually using ctrl+c when i terminate the ping usual message appears stating 10 packets transmitted, 100% loss

ps: when i go to node3 and ssh to node2 it works fine and also i can ping from node3 to node2 very fine. and the firewalls are down at all nodes -all wired connection over a switch

View 6 Replies View Related

Ubuntu Servers :: SSL Setup - Connection Error Unable To Make A Secure Connection To The Server

Feb 10, 2011

I am running an Ubuntu Server on a VirtualBox VM running on my windows machine. So I've created a self-signed certificate using the following tutorial: [URL]

From this tutorial I'm left with 3 files:
server.key
server.csr
server.crt

Then I found this very similar tutorial that has an extra bit on installing the certificates in apache: [URL] So I followed it's instructions which boil down to this:

[Code]...

So I'm thinking this should work now. However in Chrome I get: SSL connection error Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have. Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error. IE8 gives me a typical "Internet Explorer cannot display the webpage" Note that [URL] fails while [URL] works fine, so it's definitely something in my ssl setup I'm thinking.

View 5 Replies View Related

Fedora Servers :: SFTP Connection Refused Error: Could Not Connect To Server

Dec 20, 2009

I have FileZilla installed on this machine, and OpenSSH (with an open port 22) on another machine on my home network. When I try and connect, I get: Quote: Status:Connecting to 192.168.2.3... Response:fzSftp started Command: open "alphatwo@192.168.2.3" 22 Error:Connection refused Error:Could not connect to server

Which has left me puzzled as I have an open port. Does the username have to be defined somewhere? E.g. the machine acting as my SFTP server can be logged on to locally as alphatwo so that's what I logged in as (with the correct password). Is this correct? If so, does anyone have any ideas as to how I might rectify it? I want SFTP set up so I can copy PHP files from my laptop to /var/www/html/ on another PC (across the home network).

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved