The 'host' command is not reading /etc/hosts by design.
The command:
host foo dns-server
performs a dns lookup of host 'foo' from dns-server. If dns-server is not
provided, as in:
host foo
then, per the man page:
server is an optional argument which is either the name or IP address
Hello Serge Hallyn
sorry to submit this bug ,please close it .
i have ask this problem in irc , and found that i garble the run level concept
in debian series and red hat series .
the apache2 is on in level 5 not in level 2 . so it won't startup .
thanks for your help .
--
You received this
Thanks for submitting this bug report, telive.
Apache in lucid is still started by sysv, so no /etc/init/apache2.conf
exists. It should however be started, especially since (as reported on
irc) '/etc/init.d/apache2 start' succeeds in starting apache.
Could you give the output of the following in
This bug was fixed in the package qemu-kvm - 0.14.0+noroms-0ubuntu3
---
qemu-kvm (0.14.0+noroms-0ubuntu3) natty; urgency=low
* debian/qemu-common.links: symlink all of the vgabios bin files into
the qemu expected paths, LP: #736351
-- Dustin KirklandWed, 16 Mar 2011 21:20:1
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.
https://bugs.launchpad.net/bugs/736567
Title:
apache2 didn't start at boot time . but it is checked on in sysc-rc-
conf
--
Ubuntu-server-bugs mailing list
Ubuntu-s
Public bug reported:
Binary package hint: apache2
i have install apache2 for a while ,but i some day i found that apache2 didn't
start at the boot time .
when i check the sysv-rc-conf , it is on .
i google it , and aware that upstart has replace sysv in ubuntu , maybe it is
where the proble
** Also affects: qemu-kvm (Ubuntu)
Importance: Undecided
Status: New
** Changed in: qemu-kvm (Ubuntu)
Status: New => In Progress
** Changed in: qemu-kvm (Ubuntu)
Importance: Undecided => Medium
** Changed in: qemu-kvm (Ubuntu)
Assignee: (unassigned) => Dustin Kirkland (k
ping works as expected...
root@net1# strace -e open /bin/ping localhost 2>&1
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/lib/libc.so.6", O_RDONLY)= 3
open("/etc/resolv.conf", O_RDONLY) = 4
open("/etc/resolv.conf", O_RDONLY) = 4
open("/etc/nsswitch.conf", O_RDONLY)= 4
o
root@net1# strings /lib/libresolv.so.2 | grep /etc
/etc/hosts
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.
https://bugs.launchpad.net/bugs/736149
Title:
Ubuntu 10.10 /etc/hosts ignored by /lib/resolv.so.2
--
Ubu
root@net1# ldd /usr/bin/host | grep libreso
libresolv.so.2 => /lib/libresolv.so.2 (0x7f9ad8d3)
** Summary changed:
- Ubuntu 10.10 host command ignores all conf files
+ Ubuntu 10.10 /etc/hosts ignored by resolv.so
** Summary changed:
- Ubuntu 10.10 /etc/hosts ignored by resolv.s
This isnt going to happen in natty.
chuck
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/690925
Title:
Package MySQL 5.5.x for Natty
--
Ubuntu-server-bugs mailing list
Ubuntu-s
Sure, will do.
To be honest, the first time around happened long enough ago that I
didn't even realize that the second crash was a duplicate...
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.n
Indeed, 5.5.10 is out now, so I'll take a look at generating packages
with libmysqlclient18.
However, now that we're well past Feature Freeze, natty will definitely
not see 5.5 for the client libraries (I'd still like to get the daemon
into universe).
I will start working with Norbert to get 5.5
@Surbhi,
I uploaded two additional wireshark traces. These traces are for the
same two machines, but from an earlier date. The two wireshark traces
show sucessful auths and failures for both users(service_bhavnacrysta
and crystaluser).
I also uploaded the samba log for this time period. The lo
Samba log showing failure and success that match up with the wireshark
dumps.
** Attachment added: "crystal3.log"
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/526464/+attachment/1912741/+files/crystal3.log
--
You received this bug notification because you are a member of Ubuntu
Serve
Failure vs Success screenshot. Failure is left screen and success is
right screen.
** Attachment added: "wireshark_auth_screenshot.png"
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/526464/+attachment/1912735/+files/wireshark_auth_screenshot.png
--
You received this bug notification
** Attachment added: "fs1_2011-01-25_1345.pcap"
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/526464/+attachment/1912734/+files/fs1_2011-01-25_1345.pcap
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https:/
** Attachment added: "crystal3_2011-01-25_1345.pcap"
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/526464/+attachment/1912733/+files/crystal3_2011-01-25_1345.pcap
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubunt
It looks like the above referenced ticket has been closed and fixed as
of 5.5.10 :-)
In my personal situation, I'd be happiest to see libmysqlclient-dev and
mysql-client available sooner at the expense of any of the server
packages. I suspect that many people will upgrade clients before
servers a
Thanks, Roland. When it happens next could you attach a new stack
trace? (perhaps just 'apport-collect 726099' will upload the info).
The stacktrace attached so far suggests that libc's malloc is at fault,
so we may want to mark this bug as affecting libc as well. But I'd like
to see if another
** Changed in: libvirt (Debian)
Status: Unknown => New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/668043
Title:
libvirt default network doesn't start, iptables errors, ba
This bug was fixed in the package samba - 2:3.4.7~dfsg-1ubuntu3.5
---
samba (2:3.4.7~dfsg-1ubuntu3.5) lucid-proposed; urgency=low
* debian/patches/ntlm-auth-lp623342.patch: ntlm_auth returns an invalid
response key. (LP: #623342) Patch taken from upstream
(https://bugzilla.s
** Tags added: verification-done-lucid
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/623342
Title:
ntlm_auth returns invalid NT_KEY
--
Ubuntu-server-bugs mailing list
Ubuntu-server
According to debian bug I just added in this one, the problem is
actually in dnsmasq being already running before starting libvirt
network.
I just purged dnsmasq package on my maverick destop and now libvirt
network starts fine.
HTH
** Bug watch added: Debian Bug tracker #592177
http://bugs.
I've updated to the proposed package for Lucid, and tested it, and can
confirm that this fixes the ntlm_auth issue.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/623342
Title:
ntlm_a
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
https://bugs.launchpad.net/bugs/717166
Title:
Broken with v4 isc-dhcp-server in Natty
--
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@
Hello,
I've tested the command and the error above have shown in my screen:
(If you can't see the image above, see the command and text error
forward):
#andre@ANDRE-CPU:~$ smbclient -L conce-cpu -U conce
Enter conce's password:
session setup failed: NT STATUS LOGON FAILURE
PS: I did the comman
This works properly in Natty using 0.8.8-1ubuntu4 on i386.
** Changed in: libvirt (Ubuntu)
Status: Incomplete => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/618
$ virsh dumpxml myvm | grep address
$ virsh detach-interface myvm bridge --mac '52:54:00:fa:c8:17'
error: operation failed: network device cannot be detached - device state
missing
$ virsh attach-interface myvm bridge br0 --mac '00:16:3e:10:34:31'
Interface attached successfully
$ virsh dum
er, "pop up once recently."
It seems to happen very intermittently, maybe once every 10 boots or
more.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/726099
Title:
libvirtd assert
I do have some virt manager VMs set up, but none of them set up to
autostart.
So far I've only seen this pop up once.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/726099
Title:
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in ubuntu.
https://bugs.launchpad.net/bugs/736205
Title:
package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade:
подпроцесс установлен сценарий post-installation возврат
Public bug reported:
Binary package hint: squid
I / ve updated it automatically
ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: squid 2.7.STABLE7-1ubuntu12.2
ProcVersionSignature: Ubuntu 2.6.32-30.59-generic 2.6.32.29+drm33.13
Uname: Linux 2.6.32-30-generic i686
NonfreeKernelModules: w
** Also affects: bind9 (Ubuntu Maverick)
Importance: Undecided
Status: New
** Changed in: bind9 (Ubuntu Lucid)
Assignee: Dave Walker (davewalker) => LaMont Jones (lamont)
** Changed in: bind9 (Ubuntu Maverick)
Assignee: (unassigned) => LaMont Jones (lamont)
--
You received t
Hi,
I'm sorry you had a problem upgrading qemu-kvm. It sounds like the
removal of old qemu did not properly remove all translations. I'm
assuming you've worked around this by now, but if not I would recommend
simply removing '/usr/share/qemu' (rm -rf /usr/share/qemu) and
reinstalling qemu-kvm.
Hi,
I can't reproduce this on lucid or natty. Are you still having this
problem? If so, what does 'cat /etc/lsb-release' show?
** Changed in: libvirt (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscr
Oops, sorry - 0.8.8 from debian was merged some time ago into natty.
** Changed in: libvirt (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.n
Hi,
thanks for taking the time to help diagnose this problem.
Are you still having this problem? If so, can you look at the mac
address of the bridges and veth* before and after migration, as well as
'iptables -L' output?
Can you describe the physical network topology? Are both the source and
Hi,
are you still having this problem?
If so, can you reproduce it using kvm off the command line? I.e.
kvm -hda /var/lib/libvirt/images/sqlserver.img -m 2G -smp 4 -vnc
:1
Attach with gvncviewer (gvncviewer :1) and proceed to log in and shut it
down?
Also, do you have this problem whe
Thanks for reporting this bug and helping to make Ubuntu better.
I'm afraid I'm not familiar with radvd, but based on your description
it sounds much more elegant for radvd to watch for connections going
up and down, rather than have libvirt (and presumably other programs
which bring up bridges an
Hi,
are you still having this problem? If so, can you tell us exactly how
you were trying to attach that volume, and look through the
/var/log/libvirt/ logfiles on the server for any relevant error
messages?
** Changed in: libvirt (Ubuntu)
Status: New => Incomplete
--
You received this
Public bug reported:
Binary package hint: bind9-host
root@net1:/etc# strace -e open host foo 2>&1 | grep /etc
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/etc/resolv.conf", O_RDONLY) = 6
No attempt to access /etc/host.conf or /etc/nsswitch.conf so all commands
(host, dig, etc.) hang
Hi,
Thanks for reporting this bug and helping to make Ubuntu better.
Could you please say a bit more about what you are trying to do and what
exactly you are expecting to happen?
You say
'but the VM still does not connect to its host the way it is
supposed to. '
How is it supposed to,
Thanks for reporting this bug and helping to make Ubuntu better.
Does this still happen? Do you have any VM's set to autostart with
libvirt?
** Changed in: libvirt (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Server Team, w
Hi Jamie,
Do you see this problem in natty?
Can you still reproduce it in maverick?
** Changed in: libvirt (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.laun
** Branch linked: lp:ubuntu/tomcat6
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.
https://bugs.launchpad.net/bugs/297675
Title:
Eclipse can't find catalina.policy and bootstrap.jar where it expects
them
--
Ub
As this bug has already been released in Ubuntu, I'm unsubscribing from
ubuntu-sponsors.
Thanks!
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.
https://bugs.launchpad.net/bugs/729709
Title:
Low max_processes leads
As this has already been released in Ubuntu, I'm unsubscribing from
Ubuntu sponsors.
Thanks!
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.
https://bugs.launchpad.net/bugs/729719
Title:
munin-cgi-graph fails on mul
Also pushed to debian-java svn (rev13433)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.
https://bugs.launchpad.net/bugs/297675
Title:
Eclipse can't find catalina.policy and bootstrap.jar where it expects
them
This bug was fixed in the package tomcat6 - 6.0.28-10ubuntu2
---
tomcat6 (6.0.28-10ubuntu2) natty; urgency=low
* debian/tomcat6-instance-create: Eclipse can now be configured to use a user
instance
of tomcat6 using tomcat6-instance-create without any additional work.
tomcat
Bryan,
Is this still a problem for you? If so, can you put apparmor back into
enforce mode, then try to reproduce. If you can still reproduce the bug,
please attach /var/log/kern.log.
** Changed in: libvirt (Ubuntu)
Status: New => Incomplete
** Changed in: libvirt (Ubuntu)
Assignee:
** Visibility changed to: Public
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/726099
Title:
libvirtd assert failure: *** glibc detected *** /usr/sbin/libvirtd:
realloc(): invali
*** This bug is a duplicate of bug 726099 ***
https://bugs.launchpad.net/bugs/726099
** This bug has been marked a duplicate of bug 726099
libvirtd assert failure: *** glibc detected *** /usr/sbin/libvirtd:
realloc(): invalid next size: 0x7f289004d5e0 ***
* You can subscribe to bug 72
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/735950
Title:
LOCK TABLE WRITE; does not obtain an exclusive table lock
--
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs
Public bug reported:
when locking a table with:
LOCK TABLE WRITE;
the session does not obtain an exclusive lock. A second session can still read
from the table which is locked, but cannot write or update.
A test using another MySQL server (version 5.1.50) showed the correct
behaviour: an excl
55 matches
Mail list logo