[Bug 270395] Re: cannot resolve windows host name

2009-07-22 Thread svaens
Geez. I agree. This should be fixed. Thanks to the reporter of this, and the 
supplied fix. 
But as the reporter said, I can't believe this is not considered to be 
necessary to be made default for ubuntu. If Ubuntu is to 'just work', users 
will want this already in place.

-- 
cannot resolve windows host name
https://bugs.launchpad.net/bugs/270395
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


RE: [Bug 397699] Re: samba fixes for roaming profiles introduce regressions

2009-07-22 Thread Mark Hannon
Hi Thierry,

With the jaunty samba the failure mode was shown by the inability of
the windows client to download the user's windows profile.

On a WindowsXP client, when the user HOME.LAN\thomas logged in he was
shown a popup warning about unavailable roaming profile and a
temporary profile was created.   In the windows event log the
following details were shown.

  Event Type:   Error
  Event Source: Userenv
  Event Category: None
  Event ID: 1506
  Date: 9/07/2009
  Time: 9:28:06 AM
  User: HOME.LAN\thomas
  Computer: PUTTE
  Description:
  Your roaming profile is not available. You are logged on with the
  locally stored profile. Changes to the profile will not be copied to
  the server. Possible causes of this error include network problems or
  insufficient security rights. If this problem persists, contact your
  network administrator. 

   DETAIL - Access is denied.

For more information, see Help and Support Center at
 http://go.microsoft.com/fwlink/events.asp.

Checking the samba server logs at the same time shows nothing unusual:

 [2009/07/09 09:48:11,  1] smbd/service.c:make_connection_snum()
   tbird (192.168.1.5) connect to service profile initially as user 
thomas (uid=1003, gid=1003) (pid 937)
 [2009/07/09 09:48:46,  1] smbd/service.c:close_cnum(1323)
   tbird (192.168.1.5) closed connection to service profile
 [2009/07/09 09:48:46,  1] smbd/service.c:make_connection_snum()
   tbird (192.168.1.5) connect to service netlogon initially as user 
thomas (uid=1003, gid=1003) (pid 940)
 [2009/07/09 09:48:46,  1] smbd/service.c:make_connection_snum()
   tbird (192.168.1.5) connect to service thomas initially as user 
thomas (uid=1003, gid=1003) (pid 940)
 [2009/07/09 09:48:51,  1] smbd/service.c:make_connection_snum()
   tbird (192.168.1.5) connect to service profile initially as user 
thomas (uid=1003, gid=1003) (pid 940)

The samba server is the PDC for the HOME.LAN domain.

HOME.LAN\thomas is a non priveleged user

Z:\net user /domain thomas
The request will be processed at a domain controller for domain 
HOME.LAN.

User namethomas
Full NameThomas Hannon
Comment
User's comment
Country code 000 (System Default)
Account active   Yes
Account expires  Never

Password last set2/18/2009 7:05 AM
Password expires Never
Password changeable  2/18/2009 7:05 AM
Password requiredYes
User may change password Yes

Workstations allowed All
Logon script thomas.bat
User profile \\hal\profile\thomas\.WinXP
Home directory   \\hal\profile\thomas\.WinXP
Last logon   Never

Logon hours allowed  All

Local Group Memberships
Global Group memberships *Domain Users
The command completed successfully.

To test this scenario remove the roaming profile completely from a
windows client and attempt a login.

Regards/Mark


-Original Message-
From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of Thierry 
Carrez
Sent: Tuesday, 21 July 2009 8:23 PM
To: markhan...@optusnet.com.au
Subject: [Bug 397699] Re: samba fixes for roaming profiles introduce regressions

I'm not sure the specific map readonly fix is the cause of the issue.

Could you be more precise on how the configuration started to fail ?
What specific errors you get ? Any sure way to reproduce the issue ?
Anything showing in the samba log files ?

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
samba fixes for roaming profiles introduce regressions
https://bugs.launchpad.net/bugs/397699
You received this bug notification because you are a direct subscriber
of the bug.

-- 
samba fixes for roaming profiles introduce regressions
https://bugs.launchpad.net/bugs/397699
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 393450] Re: [SRU] pam_winbind Use incorrect value for password expiry calculation

2009-07-22 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

-- 
[SRU] pam_winbind Use incorrect value for password expiry calculation
https://bugs.launchpad.net/bugs/393450
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 403013] [NEW] php : snmpwalk don't provide last entry

2009-07-22 Thread Dominique Fournier
Public bug reported:

Binary package hint: php5-snmp

Snmpwalk don't provide the last entry :
?php
var_dump (snmpget (1.1.1.4, pub...@2, 
.1.3.6.1.2.1.17.4.3.1.2.0.48.72.152.38.213));
var_dump (snmpwalk (1.1.1.4, pub...@2, 
.1.3.6.1.2.1.17.4.3.1.2.0.48.72.152.38.213));
var_dump (snmprealwalk (1.1.1.4, pub...@2, 
.1.3.6.1.2.1.17.4.3.1.2.0.48.72.152.38.213));
?
The result is :
string(11) INTEGER: 68
array(0) {
}
array(0) {
}
I have an answer on this OID : snmpwalk should give me 68 in the array, not 
empty, like snmpget do !
With system snmpwalk, it works well.

Description:Ubuntu 9.04
Release:9.04
php5-snmp:
  Installed: 5.2.6.dfsg.1-3ubuntu4.1
  Candidate: 5.2.6.dfsg.1-3ubuntu4.1
  Version table:
 *** 5.2.6.dfsg.1-3ubuntu4.1 0
500 http://fr.archive.ubuntu.com jaunty-updates/main Packages
500 http://security.ubuntu.com jaunty-security/main Packages
100 /var/lib/dpkg/status
 5.2.6.dfsg.1-3ubuntu4 0
500 http://fr.archive.ubuntu.com jaunty/main Packages

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

-- 
php : snmpwalk don't provide last entry
https://bugs.launchpad.net/bugs/403013
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 402776] [NEW] while installing HP driver, application crashed.

2009-07-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: postfix

During printer setup, the system properly detected by HP network printer
(1320n), it requested to download a non-supported driver then crashed.

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 75
NonfreeKernelModules: nvidia
Package: postfix 2.5.5-1.1
SourcePackage: postfix
Title: package postfix 2.5.5-1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 75
Uname: Linux 2.6.28-13-generic x86_64

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


** Tags: amd64 apport-package
-- 
while installing HP driver, application crashed.
https://bugs.launchpad.net/bugs/402776
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 402776] Re: while installing HP driver, application crashed.

2009-07-22 Thread Mathias Gug
** Package changed: postfix (Ubuntu) = cups (Ubuntu)

-- 
while installing HP driver, application crashed.
https://bugs.launchpad.net/bugs/402776
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 402776] Re: while installing HP driver, application crashed.

2009-07-22 Thread Mathias Gug
Relevant error message:

 setting myhostname: 5400
 setting alias maps
 setting alias database 
 mailname is not a fully qualified domain name.  Not changing /etc/mailname.
 setting destinations: 5400, localhost.localdomain, , localhost
 setting relayhost: 
 setting mynetworks: 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128
 setting mailbox_size_limit: 0
 setting recipient_delimiter: +
 setting inet_interfaces: all
 /etc/aliases does not exist, creating it.
 WARNING: /etc/aliases exists, but does not have a root alias.

 Postfix is now set up with a default configuration.  If you need to make 
 changes, edit
 /etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
 values, see postconf(1).

 After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

 Running newaliases
 newaliases: warning: valid_hostname: numeric hostname: 5400
 newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad 
parameter value: 5400
 dpkg: error processing postfix (--configure):
 subprocess post-installation script returned error exit status 75
 dpkg: dependency problems prevent configuration of bsd-mailx:
 bsd-mailx depends on postfix | mail-transport-agent; however:
  Package postfix is not configured yet.
  Package mail-transport-agent is not installed.
  Package postfix which provides mail-transport-agent is not configured yet.

The failed install is due to a hostname equals to 5400. Could you
confirm that your hostname is set to 5400?


** Package changed: cups (Ubuntu) = postfix (Ubuntu)

** Summary changed:

- while installing HP driver, application crashed.
+ postfix doesn't install when hostnames contains only digits

** Summary changed:

- postfix doesn't install when hostnames contains only digits
+ postfix doesn't install when hostname contains only digits

** Changed in: postfix (Ubuntu)
   Importance: Undecided = Medium

** Changed in: postfix (Ubuntu)
   Status: New = Incomplete

-- 
postfix doesn't install when hostname contains only digits
https://bugs.launchpad.net/bugs/402776
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 402776] Re: while installing HP driver, application crashed.

2009-07-22 Thread David Martin
Mathias Gug wrote:
 The failed install is due to a hostname equals to 5400. Could you
 confirm that your hostname is set to 5400?

It was when this failure occured, I changed the hostname to bl5400, and 
tried again same result.

-- 
postfix doesn't install when hostname contains only digits
https://bugs.launchpad.net/bugs/402776
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 402776] Re: postfix doesn't install when hostname contains only digits

2009-07-22 Thread Jonathan Marsden
 It was when this failure occured, I changed the hostname to bl5400, and
 tried again same result.

I strongly suspect that somewhere in one or more of your system's
configuration files, that old numeric host name still exists.

Please confirm that the old numeric hostname has been edited into the
new hostname (that starts with a letter) from *all* configuration files
on your machine under /etc, including /etc/hosts , /etc/mailname ,
/etc/aliases and /etc/postfix/main.cf

-- 
postfix doesn't install when hostname contains only digits
https://bugs.launchpad.net/bugs/402776
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 402776] Re: postfix doesn't install when hostname contains only digits

2009-07-22 Thread David Martin
Jonathan Marsden wrote:
 It was when this failure occured, I changed the hostname to bl5400, and
 tried again same result.
 
 I strongly suspect that somewhere in one or more of your system's
 configuration files, that old numeric host name still exists.
 
 Please confirm that the old numeric hostname has been edited into the
 new hostname (that starts with a letter) from *all* configuration files
 on your machine under /etc, including /etc/hosts , /etc/mailname ,
 /etc/aliases and /etc/postfix/main.cf
 

I did a grep 5400 $(find) from the etc directory.

Only the /etc/postfix/main.cf file was wrong (but postfix is no longer 
installed), I changed it.

Its asinine to require postfix for a printer, makes no sense.

-- 
postfix doesn't install when hostname contains only digits
https://bugs.launchpad.net/bugs/402776
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 398428] Re: folder sharing not working without reboot

2009-07-22 Thread David Balažic
And here it is after rebooting the Ubuntu box and connecting to the
share from the same Windows XP client (hostname lidi).

** Attachment added: log.lidi
   http://launchpadlibrarian.net/29401054/log.lidi

-- 
folder sharing not working without reboot
https://bugs.launchpad.net/bugs/398428
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 398428] Re: folder sharing not working without reboot

2009-07-22 Thread David Balažic

** Attachment added: log.nmbd
   http://launchpadlibrarian.net/29401067/log.nmbd

-- 
folder sharing not working without reboot
https://bugs.launchpad.net/bugs/398428
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 398428] Re: folder sharing not working without reboot

2009-07-22 Thread David Balažic

** Attachment added: log.smbd
   http://launchpadlibrarian.net/29401079/log.smbd

-- 
folder sharing not working without reboot
https://bugs.launchpad.net/bugs/398428
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 343898] Re: dhclient-script apparmor issues

2009-07-22 Thread Portable-Jim
Thanks.

Ronald Pottol  wrote on 2009-03-30:
Disabling apparmor for for dhcp fixed it.

As described here:
https://help.ubuntu.com/community/AppArmor#Disable%20one%20profile;

worked wonderful.

-- 
dhclient-script apparmor issues
https://bugs.launchpad.net/bugs/343898
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 343898] Re: dhclient-script apparmor issues

2009-07-22 Thread Jamie Strandboge
I'm glad people are working around this, but it would be great if people
could follow https://wiki.ubuntu.com/DebuggingApparmor and give the
necessary information to fix this for everyone, so you can keep AppArmor
protection.

-- 
dhclient-script apparmor issues
https://bugs.launchpad.net/bugs/343898
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 402776] Re: postfix doesn't install when hostname contains only digits

2009-07-22 Thread Jonathan Marsden
If the driver concerned were part of Ubuntu that might be fixable.  But
you state it is unsupported, so the Ubuntu community can't support it,
unfortunately.

I suspect the driver does not directly need postfix, just any way to
send email out from this machine; postfix is the default choice for
many packages in Ubuntu to install to meet such a requirement.  If you
prefer something smaller you can install ssmtp and set that up, and many
packages will then use it instead of postfix for their outbound email
needs.

Why a printer driver wants to email something (perhaps registration info
to HP? Perhaps alerts to an admin when the printer is low on toner or
out of paper?) I don't know.  Without full source code for the driver, I
can't really find out, either.

Just so you know, Internet RFC 1178 (which is all about choosing
hostnames) specifically advises Don't use digits at the beginning of
the name... :)

It might be good for Ubuntu to check for this issue, when the host names
is chosen during installation, and at least warn the unwary
user/systemadministrator about it.

-- 
postfix doesn't install when hostname contains only digits
https://bugs.launchpad.net/bugs/402776
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 402776] Re: postfix doesn't install when hostname contains only digits

2009-07-22 Thread David Martin
Jonathan Marsden wrote:
 If the driver concerned were part of Ubuntu that might be fixable.  But
 you state it is unsupported, so the Ubuntu community can't support it,
 unfortunately.
 
 I suspect the driver does not directly need postfix, just any way to
 send email out from this machine; postfix is the default choice for
 many packages in Ubuntu to install to meet such a requirement.  If you
 prefer something smaller you can install ssmtp and set that up, and many
 packages will then use it instead of postfix for their outbound email
 needs.
 
 Why a printer driver wants to email something (perhaps registration info
 to HP? Perhaps alerts to an admin when the printer is low on toner or
 out of paper?) I don't know.  Without full source code for the driver, I
 can't really find out, either.
 
 Just so you know, Internet RFC 1178 (which is all about choosing
 hostnames) specifically advises Don't use digits at the beginning of
 the name... :)
 
 It might be good for Ubuntu to check for this issue, when the host names
 is chosen during installation, and at least warn the unwary
 user/systemadministrator about it.
 

I don't need postfix, the problem I have is that many packages list it 
as a dependancy even though they have no need of it.  When it attempts 
to install it causes by 64 bit flash to stop working (no clue as to why) 
and then issues tons of errors every time I try to use the apt system.

-- 
postfix doesn't install when hostname contains only digits
https://bugs.launchpad.net/bugs/402776
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs