Slackware :: Auth_mysql 3.0.0.0 With 12.2 Failing To Validate User
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
ADVERTISEMENT
Mar 28, 2011
I recently configured my client to log on using my (open)ldap account. Since then I could not get thunderbird started from my ldap account. But if I su to one of the local accounts, it opens.
My client is Fedora14.
View 6 Replies
View Related
Mar 13, 2010
I have an external 500gb usb drive with a bootable full install of slackware 12.2, and it also contains all the sets, patches, and extras for 12.2 in /usr/src, along with some other non slackware packages, like gparted, and I use it for rescue, backup, installation, etc.I used this disk with no errors, setting up 12.2 on my mother's dell, a pentium 4.However, my mom has an older gateway as well (a pentium 2) that she keeps around because it has M$ Publisher on it, and sometimes a student emails her a Publisher document, and she has to use her old sluggish beast to open it up.
I have not found an open source solution to open Publisher docs in Linux, so I have been trying to follow http://www.virtualbox.org/wiki/Migrate_Windows to migrate the her xp installation on her old box to a vdi to use with virtualbox.My first obstacle is that the cd drive in the old machine is non-functioning. My second obstacle is that her machine dates back to the days before the bios supported booting from usb.
I have never had the time to mess with network booting, and don't know how to set up a bootp server, so sticking with what I know, I thought I could install lilo on a floppy, and have it configured to boot my external usb. Originally, lilo was installed on the mbr of the usb, but for this project, I went ahead, using the pentium 4, and reinstalled the lilo boot loader on a floppy. I did this by mounting my external usb drive (which shows up as /dev/sda) and then binding /sys, /proc, and /dev to it, and chrooting into the external usb install. Then I modified lilo.conf and reran lilo. It worked, and now the external hard drive only boots on the pentium 4 when I have the floppy inserted into /dev/fd0. However, when I plug the external drive into the pentium 2's usb, and insert the floppy and try to boot, it never makes it to the lilo prompt, and just displays 10 lines of L 07 07 07 07 07 07 07 07 07..The boot order is correctly set in bios to try the floppy first. I thought I might have problems with the smp kernel on such an old system, and thought I might have to go back to huge.s, but I'm not even making it to the prompt...
View 4 Replies
View Related
Dec 3, 2010
Sound card: VIA VT1828S (on-board)
Slackware 13.1 (occurs in 32bit and 64bit)
kernel "2.6.33.4 #2 SMP Tue Sep 21 17:28:38 CDT 2010 x86_64"
Video card also has HDMI port + thus has shows as another sound device (ATI HD5670)
Symptom: My audio in Amarok randomly fails.
Ok, it's not exactly random. I'll play a few dozen songs just fine. I'll pause/stop, then try to unpause or play another song later on - no sound.
If I go to the amarok settings, and "configure phenom", it shows "VIA VT1828S" - I click test, and it says the VIA VT1828S has failed.
However, I can still use 'play' from the command line. I still get sound in certain other apps (flash player / firefox).
Code:
View 14 Replies
View Related
Feb 7, 2011
I've got a Linksys WRT54G router with the latest firmware. I've got an HP laptop connecting wirelessly and my main box connecting wirelessly with a Linksys WMP54G card. (As an aside, I used to have another box too with the same wireless card). Both are set up with a static IP. Both can access the Internet just fine. The router is on the main floor. My main box is in the basement. Both boxes are running fully patched versions of Slackware64 13.1. sshd is running on both.
I like to ssh into the other box when there's a security update or to copy a file from one computer to the other, etc. The problem is that I can't do that all the time. Even if the laptop is connected to the network and accessing the Internet, on my main box ssh will still "say ssh: connect to host ***** port 22: No route to host". It is my understanding that if I ssh in, it is accessing the other computer directly and not going through the router. What would cause this? Even if I bring the laptop within four feet of my computer, it still can't connect.
There doesn't seem to be a rhyme or reason to when it will connect and when it wont. Sometimes I can access it just fine then about five minutes later I can't.
View 14 Replies
View Related
Jan 26, 2010
Finding that KSpread is failing to open files in Slackware-current since updates
I am having problems in both my Slackware64 and Slackware32 installs.
View 2 Replies
View Related
Feb 26, 2011
I wrestling with a new slackware install and I've got a problem with exaile. It was built with sbopkg, and doesn't work. It doesn't start at all from the menu (in Xfce,) and provides the following error message when started from Terminal:
Code:
INFO : Loading Exaile 0.3.2.0...
INFO : Loading settings...
Traceback (most recent call last):
File "/usr/lib64/exaile/exaile.py", line 52, in <module> main()
File "/usr/lib64/exaile/exaile.py", line 49, in main exaile = main.Exaile()
File "/usr/lib64/exaile/xl/main.py", line 96, in __init__self.__init()
File "/usr/lib64/exaile/xl/main.py", line 132, in __init self.__show_splash()
File "/usr/lib64/exaile/xl/main.py", line 260, in __show_splash import xlgui
File "/usr/lib64/exaile/xlgui/__init__.py", line 53, in <module> from xlgui import devices, guiutil, icons, preferences, queue
File "/usr/lib64/exaile/xlgui/devices.py", line 34, in <module> from xlgui import collection
File "/usr/lib64/exaile/xlgui/collection.py", line 36, in <module> from xlgui.widgets import dialogs
File "/usr/lib64/exaile/xlgui/widgets/dialogs.py", line 452, in <module> class MessageBar(gtk.InfoBar):
AttributeError: 'module' object has no attribute 'InfoBar'
View 3 Replies
View Related
Jan 10, 2010
If others are have the problem of VirtualBox failing to build the kernel modules with kernel 2.6.32 try this :-
1. Install VirtualBox and watch as the kernel modules fail to compile.
2. Change the line
Code:
KFLAGS += -DRT_ARCH_AMD64
TO
Code:
KFLAGS += -DRT_ARCH_X86_64
In the following files :-
Code:
Line 231 /opt/VirtualBox/src/vboxdrv/Makefile
Line 170 /opt/VirtualBox/src/vboxnetadp/Makefile
Line 174 /opt/VirtualBox/src/vboxnetflt/Makefile
3. Run /etc/rc.d/rc.vboxdrv setup
You will now have a working VirtualBox setup. NB This is written purely from the standpoint of using the Closed source version of VB not the OSE version.
View 2 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
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
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
Feb 15, 2010
I installed Slackware 13 in VirtualBox 3.1 (seehere)When I'm logged in as a normal user, I get a mesage that Intel *** (sound device) doesn't work anymore and I hear no sound.But it works very fine when I'm logged in as root.
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
Dec 29, 2010
Just installed Slack, can't get adduser to work. I go through all the steps and it just spits: code...
View 11 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
May 1, 2011
Printing (as user) is fine and scanning as root works too, but scanning as user doesn't work. I've had similar problems in the past, but there's something else going on now.This thread doesn't help either.Yes, I'm a member of the scanner group, and like said before: as root everything works fine.
View 2 Replies
View Related
May 27, 2011
How do I add a user to be able to sudo?
View 14 Replies
View Related
Aug 27, 2010
I am a beginner of Slackware. I am using Slackware 13.1. I want to know, when I add an user in Slackware, which files and folders will be create in Slackware?
View 2 Replies
View Related
Jun 11, 2011
Kernel 2.6.21.5, Slackware 12.0
I, user john, with home dir /home/john_dir, login as john, always running the xfce4 desktop, and run Mozilla Firefox. Some other time, I again login as john and run the Seamonkey web browser. Or, maybe, I, john, am running the two browsers at the same time.
As a result, what happens with directory /home/john_dir ? If I am a person who likes to do some settings not in the GUI but by editing the files user's home dir directly (those begining with a period), won't I find this dir to be a real mess?
View 5 Replies
View Related
Sep 13, 2010
i've added a user using
useradd turf passwd turf and so on.. after loggin, i can't startx..
View 5 Replies
View Related
Dec 28, 2009
Code:
gpasswd -a username -g audio,...
What are the other options?
View 6 Replies
View Related
Jun 28, 2011
I just want to be able to access and modify the files on my usb drive as a normal user. The mount command works perfectly as root but then the files that I end up copying to my home folder can only be modified as root. I only use a window manager and use just bash for file management. I just want to be able to it through the command line.
(using 13.37)
View 14 Replies
View Related
Mar 30, 2010
when I login as a user and went to KDE environment, I wasn't able to mount a device because access was denied. What is the best way to achieve this?
View 2 Replies
View Related