[Bug 748615] [NEW] Login fails on Webmin

2011-04-02 Thread s34n
Public bug reported:

Binary package hint: sudo

Performed clean install of ubuntu-11.04-beta1-server-amd64 with only ssh and 
LAMP.
Installed Webmin version 1.540 (http://sourceforge.net/projects/webadmin/).
Opened web browser from another machine on local network and connected to 
webmin server on port 1.
Entered my ubuntu user name and password.
Received  this from Webmin server: Login failed. Please try again.
This happens every time with known good user name and password until it blocks 
the connecting IP address for multiple failed attempts.
Tested with the previous version of Webmin and have same problem.
I forced a downgrade of sudo package from 1.7.4p4-5ubuntu5 to 
1.7.2p7-1ubuntu2.1 and thereafter login to Webmin server was successful.

** Affects: sudo (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/748615

Title:
  Login fails on Webmin

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 748615] Re: Login fails on Webmin

2011-04-02 Thread s34n
** Attachment added: auth.log
   https://bugs.launchpad.net/bugs/748615/+attachment/1970242/+files/auth.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/748615

Title:
  Login fails on Webmin

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592420] Re: SSL Certificate exceeds maximum p ermissible length — error:(ssl_error_rx_ record_too_long)

2010-07-10 Thread s34n
I recall having a similar issue trying to set up Zoneminder's web interface to 
use ssl.
The info on this page http://www.tc.umn.edu/~brams006/selfsign_ubuntu.html got 
me through it.
I'm guessing it is likely an error in your config and not a bug.

I think what finally resolved it for me was creating a separate file
/etc/apache2/sites-available/ssl with the config for the ssl stuff, then
creating the symlink /etc/apache2/sites-enabled/ssl pointing to it,
while leaving /etc/apache2/sites-available/default as it was.

Attached is my /etc/apache2/sites-available/ssl in case you may find it helpful.
 


** Attachment added: ssl.txt
   http://launchpadlibrarian.net/51707018/ssl.txt

-- 
SSL Certificate exceeds maximum permissible length — 
error:(ssl_error_rx_record_too_long)
https://bugs.launchpad.net/bugs/592420
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 557345] Re: .7z compression with encryption gives error

2010-05-05 Thread s34n
Now that is a simple workaround. I had never considered trying p7zip-
full.

Is it possible that file-roller defaults to using either 7za or 7zr for 
compression if they are available?
These are only installed with p7zip-full. And another thing to consider is that 
7za and 7zr have a command line option -mhe=on|off which enables or disables 
header encryption, which I suppose is set with the Encrypt file list too 
check box in th GUI.

Plain old 7z does not have the -mhe switch.

-- 
.7z compression with encryption gives error
https://bugs.launchpad.net/bugs/557345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 557345] Re: .7z compression with encryption gives error

2010-05-05 Thread s34n
Oops, after posting above comment I realized i was in error.
It looks like p7zip-full package provides 7z and 7za.
p7zip provides 7zr.
That theory just went out the window.

-- 
.7z compression with encryption gives error
https://bugs.launchpad.net/bugs/557345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 557345] Re: .7z compression with encryption gives error

2010-05-04 Thread s34n
Just tried this again, and it is still reproducible.
 
Did a fresh install of Ubuntu 10.04 LTS i386  in a VirtualBox VM.
Upon first boot, opened a terminal and typed sudo apt-get install p7zip
p7zip installed just fine.
Next I navigated to the Examples directory in my home folder, and chose the 
file
Welcome_to_Ubuntu.odt with a right click and then left clicked Compress... 
from the menu.
In the window that opened, I left the Filename entry as it was, and selected 
.7z as the file type.
I then clicked the the + sign by Other Options
I then entered in the box for Password: password
Then I  ticked the box for Encrypt file list too
Then I clicked on Create and recieved the error explained in my above post, 
and now shown in the attached screenshot.




** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/47833406/Screenshot.png

-- 
.7z compression with encryption gives error
https://bugs.launchpad.net/bugs/557345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 557345] [NEW] .7z compression with encryption gives error

2010-04-07 Thread s34n
Public bug reported:

Binary package hint: file-roller

Duplicated on two different systems:
- Ubuntu 9.10 on AMD64 using file-roller 2.28.1-0ubuntu1 and p7zip 9.04~dfsg.1-1
- Ubuntu10.04 on i386 using file-roller 2.30.0-0ubuntu1 and p7zip 9.04~dfsg.1-1

To reproduce bug on a File:
- Right-click any file, select compress... from the menu.
- Select .7z for compression type
- Expand Other Options and enter password
- Click Create

Expected result:
- Create an encrypted .7z archive in the same folder as the source file.

Actual result:
- Window pops up titled:   An error occurred while adding files to the archive.
- Expanding Command Line Output gives
   
  Error:  
  Incorrect command line

- Click OK to dismiss error window
- No file is created

To reproduce bug on a Folder:
- Right-click any folder, select compress... from the menu.
- Select .7z for compression type
- Expand Other Options and enter password
- Click Create

Expected result:
- Create an encrypted .7z archive in the same folder as the source folder.

Actual result:
- An untitled window pops up
- Contents of window:
   
   An error occurred while adding files to the archive.  
  
- Click OK to dismiss error window
- No file is created

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New

-- 
.7z compression with encryption gives error
https://bugs.launchpad.net/bugs/557345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 370277] Re: gnome-format: Error opening /dev/sdc:permission denied

2009-07-14 Thread s34n
My solution to this same problem:

/dev/sdc or whatever your flash drive is using is owned by user:root group:disk
By default in Ubuntu your user is not part of the group disk
As best I can tell, you can't add yourself to the disk group with 
SystemAdministrationUsers and Groups. At least with Ubuntu 9.04 it seems. If 
anyone knows how, please let me in on it.
Still,  what you can do is open ApplicationsAccessoriesTerminal, and type:

sudo adduser s34n  disk

! Replace s34n with whatever is your username !

Press Enter and give your password when prompted.

Now you need to log out and then back in again before it takes effect.
Or reboot if you'd like.

Perhaps It would make it easier on new users if the error message would
recommend adding your user to the disk group.

-- 
gnome-format: Error opening /dev/sdc:permission denied
https://bugs.launchpad.net/bugs/370277
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs