OpenSUSE :: Change To Validate Success Of Script?
Feb 6, 2011
I'm testing some (selfwritten) installer scripts and I'd like to test it on several linux systems. From my script, I create a database and a user, which should have no rights but to the objects created on that database. I create that user with "grant usage on <dbname>.* to 'user'@'%' identified by After that, the user exists, but is not allowed to login with mysql client (same procedure works fine on debian systems). At first thought, I supposed, that I did a mistake on database setup, but then I realized, that I could connect from a different workstation using that user.
To me it looks very strange, that that user sees information_schema and test, but not the database, I used at user creation. From my script I check success of db and user creation by using the created user for connection and exec a 'show databases', which should show the new created db. What am I missing with mysql on Suse systems? Is my expectation wrong, did I make a mistake on database setup or what do I have to change to validate success of my script?
View 9 Replies
ADVERTISEMENT
Aug 6, 2010
I am trying to reset the root password of Squeeze so that I may be able to update. I forgot it. I have followed the howto Reset Root Password without success. I am getting a root prompt but for some weird reason the root commands are not found. When I type passwd, I get, "command not found". Moreover, If I try reboot and shutdown -h now, both fail.
View 2 Replies
View Related
Jun 18, 2010
I installed debian 5 in a pc with a Intel 4 series VGA. The optimal resolution for the monitor is 1360x76, but the system does not allow that. I tried to change my xorg.conf, but got no success.In my xorg.conf I used this:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
[code]....
View 9 Replies
View Related
Jan 9, 2010
The only problem I've encountered so far is with my soundcard - a Soundblaster Audigy (basic version). I'm dual booting with XP and followed the exact same procedure as with 11.1. Used GParted to shrink the Windows partition (and yes, I did defragment beforehand) First there was no sound with Opensuse, which didn't really bother me too much as I assumed I needed to d/l some drivers, so fine. I restarted and booted into Windows and find that I have no sound in any applications, yet they appear to be playing, mp3, waves etc and no problems indicated by windows or other programs, in effect the card is fine but not outputting. Reinstalled drivers - no success. Uninstalled the soundcard from Device Manager, didn't work either. In the end I had to physically remove the card,
reboot into windows, then shutdown, insert the card again, then install the drivers. This fixed the problem, but anytime I boot into Opensuse, the same problem occurs, very strange. I'm thinking there may have been a problem during the partitioning stage, maybe some stubborn little windows file didn't want to move during defrag' and got lost. That's the only idea I have at the moment. Tried to remove the Grub Bootloader with 'fixmbr' command, but it still loads.
View 4 Replies
View Related
Jun 10, 2010
Thought I'd give back to the community, at least something. HP OfficeJet 6500 success! Print/Scan/Fax Opensuse 11.1 Go here and download to your desktop. HP Linux Imaging and Printing Then simply do the konsole thing to run the installer, then easy to follow the prompts that appear. I'm hopeless and even I can do it, just look at all my previous noob questions. You then have printer, scanner that work perfect. (Gnome 11.1)The printers are quite cheap, $128AUD Dick Smith etc
View 5 Replies
View Related
Mar 10, 2010
My PC will not boot.I have tried to repair on the start up screen and by YaST with on success. sometimes it says device.map is wrong.
View 1 Replies
View Related
May 7, 2010
How can one ensure that one is looking at the real web page? This is important if you are going to download an iso image or validate md5 sums.For example, the Ubuntu web page here:https://help.ubuntu.com/community/In...tion/MinimalCDHas information about certificates available in the URL bar. (If you look at the left of the URL, one can click on the certificate information.)Surprisingly, there is no such certificate information available at this other Ubuntu web page:
View 3 Replies
View Related
Jun 20, 2011
I have a shell running with user root.How can I test if the password I have ( lets say in a temp.txt file ) is the password root is using? If I do su it create a new shell without asking for password.
View 8 Replies
View Related
Dec 20, 2010
I guess this is the right place to put questions about iptables, so forgive me if it is not.I have a MySQL database which I need to allow connections to: 1 - the internal network; 2 - the web server (Apache) connections;3 - A user who is out of this network in a range of dynamic IP.Let's suppose the range IP for this user is 179.4.247.0-179.4.247.254 and the server; where is MySQl and Apache is 60.22.30.232. This user will use the windows client MySQL tool to make connections into this database.
So I think these rule below allow connections to the internal network and apache:
iptables -A INPUT -i eth0 -m state state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -i eth1 -m state state ESTABLISHED,RELATED -j ACCEPT
[code]....
View 8 Replies
View Related
Jan 25, 2011
I am having an XML file,i want to verify the file for its syntax,
View 14 Replies
View Related
Aug 19, 2010
Is there any inbuilt function other than strncmp which can evaluate a string.my requirement is " if all 10 values are spaces print 1 else if it contains some values print 2 else print 3.if i use strlen, even space is counted.I know that i can evaluate using for loop by checking 1 by 1 char, and using strcmp function, is there any other way?
View 2 Replies
View Related
Jun 18, 2010
How can I validate an IPv6 address through javascript before using the IPv6 value in my cgi script?
View 2 Replies
View Related
Aug 30, 2010
Slackware ver 12.2
Mysqld Ver 5.0.67
Apache/2.2.16
mod_auth_mysql-3.0.0 patched with apache22.diff
Symptom: when trying to use mod_auth_mysql to validate access to a directory via mysql DB, get prompted for user name and password but never find user and password combination despite using good values for login to mysql (same values in apache directory statements work as a cli login to mysql) and confirmed as valid in the user_info table (see values supplied to prompt in select * from user_info). Mysql general log does not show any attempt to access, strace does not show any attempt to setup local connection to mysql port. In a working version in Fedora I setup to test do see access described in the general log and strace shows a setup to mysql port. No useful messages in slackware apache access_log, error_log, mysql error logs, system logs.Have tried many combinations of mysqld variables, apache variables, mod_auth_mysql versions and variables, to no avail. Reinstalled apache, mysqld, etc.
View 4 Replies
View Related
Aug 25, 2014
I need do a small interfaz, it works under bash. I read the user name and password from the terminal then i need validate this data.
My principal dude is:
how look in the /etc/passwd file a user and passwd?
The problem is the password is encrypted and i need compare with the data I read.
Only I can use BASH because it is school homework.
View 5 Replies
View Related
Nov 18, 2010
Just did an auto update. Among the list of things was an SSL update and now I can no longer connect to my MSN account in Pidgeon. I get an error "unable to validate certificate, the certificate for Omega.contacts.msn.com could not be validated. The certificate chain present is invalid."
View 9 Replies
View Related
May 19, 2011
I am trying to install a Red Hat cluster on my servers. In order to configure an heart bit between the servers I must give a valid multicast address. I wanted to know if there is a way to validate a multicast address before using it. For example if it is already in use i don't want to use it.
I read a little about it and there is a Perl module called IO::Socket::Multicast: [URL] There is a tool called mcasttrest.pl: [URL] Oracle use it to test multicast. But I am not sure what will do the trick in Red Hat cluster.
View 1 Replies
View Related
Jan 10, 2011
We're trying to validate LDAP authentication from Linux against our AD global catalog servers. I'm seeing lots of LDAP query tools, but what I need is a free/open source application that can use LDAP to query AD to authenticate... something as simple as entering the hostname/IP of our AD/global catalog server and the port, then passing an AD username/password to it to validate logon capability. Anyone know of any software/apps that can do this? I don't want to get into configuring Samba for LDAP or trying to authenticate my actual Linux server again AD... I just want an application that uses LDAP for authentication.
View 2 Replies
View Related
Mar 11, 2011
I would like to update to the newest distribution using dist‐upgrade.
Is there a way to validate if update was successfully?
For example I would like to work few days with updated version and check few log files for possible errors.
View 3 Replies
View Related
Mar 30, 2010
I installed the webilder application to automatically change the wallpaper, preferences you've specified the directory where the images but I can not change the background. Does anyone know why not change?
View 5 Replies
View Related
Nov 5, 2010
I have been able to set up all of the usual wireless network services with the gnome desktop but I have had no success with the KDE desktop. I have tried to reconfigure the network settings but to no avail. Maybe I'm doing something wrong. Any thoughts?
View 1 Replies
View Related
Oct 8, 2010
would have marked the last thread as solved, but couldn't find where to do it Got it up and running, dual-boot, and no problems after scandisk, and fujitsu helped out. Now I have XP and Debian lenny. Here's where the hard part comes in, for me anyways. Had to do install without NIC, install didn't find it. I have the driver disk for it, with a linux driver on it, but I can't find anything about how to use it.
The driver file has 5 files inside it. 1) Makefile 2) sr9600.c 3) sr9600.h, 2 readme's and a file containing some .png files. I can't find a substitute driver for the card, SUPERAL semiconductor sr9600, that may be already on the stuff I can get using aptitude, so what do I do with this driver...how do I get the system to use it? I NEED networking, a tutorial or some good advice,.. I've googled everything I can think of.
View 2 Replies
View Related
Jun 1, 2010
I cloned with Clonezilla a partition that contains Fedora 12 installed from F12 Livecd. After I restore the partition to a another computer the grub is no more.I tried with supergrub to fix the grub but with no success.
My questions is: How do I fix my grub with the live cd(fedora), I can't use USB or DVD because the computer doesn't have any?
View 1 Replies
View Related
Jun 26, 2010
PackageKit popped up late last night w/ an update, so I let it do it's thing and it failed w/ the following error message
Quote:
I did some googeling and found another thread that suggested rebuilding the rpm database w/ the following cmds
Quote:
This produced new obvious errors except for when I ran 'yum update' again. It produced the following (repeatable) errors.
Quote:
Originally Posted by yum
I'm cautious of passing '--skip-broken' and 'rpm -Va --nofiles --nodigest'
View 8 Replies
View Related
May 29, 2010
I tried to use the command line to burn an iso image onto a cd.
According to the instructions, which I read in many places, I should use the following command:
Quote:
But, since this command flooded the screen with the following error message,
Quote:
I tried the following (in an Ubuntu-Hardy desktop):
Code:
Which seemes to have written nothing to the cd. So:
1) where was all that written?
2) how to use the command line to write CDs?
View 3 Replies
View Related
Aug 10, 2010
Hardware:Asus A8V Mainboard - Via Chrome9 Onboard K8M890(CE) ChipsetAdditional PCIe Ati/AMD Radeon HD 2400 Pro Graphics Card.Two Keyboards, two Mice. Three Monitors.So this is a heterogene (Via+Ati) Multiseat environment with 3 Monitors. (the Ati uses two by its own )I followed the following howto:http://multiseatonlinux.blogspot.com...g-up-base.htmlSoftware: Ubuntu 10.4 Modified Packages: consolekit gdm libck-connector0 libpam-ck-connector libck-connector-devBut Martijns howto doesn't work here. Either it's one Screen online or none.I had to tweak Martijns configuration to get it running.xorg.conf:Instead of two configs for two layouts I created one xorg.conf holding two different layouts.ConsoleKit:I have to use the original /etc/ConsoleKit/displays.d/Local.display.Else I get an error in Xorg.x.log:
Code:
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
[code]....
View 7 Replies
View Related
Sep 1, 2011
I am trying to set up swiss vpn in ubuntu 11.0.4 with no success, has anybody done
this successfully.
View 2 Replies
View Related
Jan 18, 2011
I loaded ubuntu netbook 10.10 on my presario v 6000 laptopand I am enjoying learning to navigate. I do have one problem I have a wireless nick and am using ATTwireless uverse service and I could use help setting up my network connection.
View 8 Replies
View Related
Jul 12, 2010
On Red Hat Enterprise Linux Server release 5.4, I enter the command:net time set -I 192.59.196.66Where 192.59.196.66 is the IP address of a Windows Server 2008 time serverThe response is:/bin/date 071218072010.20 failed. Error was (Success)The actual clock time does not get updated. However, evidently it did really communicate with the time server on 192.59.196.66, because the value in the response 071218072010.20 does correspond to the time on the time server, albeit in the somewhat bizarre format MMDDHHMMYYYY.SS.
View 1 Replies
View Related
Dec 8, 2009
have tried to close ports 443,80,22 & 23 without success.Does anybody have any idea how to do this. I close them in a terminal and their still opened. I closed them in services and their still open what am I not doing right?
View 14 Replies
View Related
Aug 27, 2011
Good afternoon! I open software update and it find 10 updates! i go to install but it give me a messege: Code: libtool-2.4-4.fc15.i686 requires gcc = 4.6.0 : Success - empty transaction what can i do?
View 4 Replies
View Related