[Bug 1770846] [NEW] Wrong file permission on the file “linux” in bionic netboot.tar.gz

2018-05-12 Thread Yufei
Public bug reported:

from http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-
amd64/current/images/netboot/netboot.tar.gz

$ pwd
~/Downloads/ubuntu-installer/amd64
$ ls -l linux 
-rw--- 1 root root 8249080 Apr 26 04:10 linux

the permission should be 644, otherwise the PXE will not excute

Thanks
Yufei

** Affects: 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/1770846

Title:
  Wrong file permission on the file “linux” in bionic netboot.tar.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1770846/+subscriptions

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

[Bug 1322682] Re: -D variables not honored

2015-07-15 Thread Yufei
It seems https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1470687
will resolve this issue?

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

Title:
  -D variables not honored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1322682/+subscriptions

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


[Bug 440179] Re: service fails to start/stop/restart networking daemon

2013-05-16 Thread Yufei
It seems Ubuntu want us to use network-interface to bring up/down the
interface, i wonder:

after my some tests:

we can use these commands to bring up/down the network INTERFACE, and
not the whole networking service.

restart network-interface INTERFACE=eth0
ifdown eth0; ifup eth0 (your own risk if you can not login your server again)

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

Title:
  service fails to start/stop/restart networking daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/440179/+subscriptions

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


[Bug 252901] Re: ubuntu-server install fails at grub-install stage when running in a KVM image

2009-12-30 Thread Yufei
I have find the root cause since I encounter the same problem

the grub-pc fail to install because of its dependency package grub-
common is not installed.

I change my preseed.cfg file to add the following line to fix this
problem:

d-i pkgsel/include string grub-common

Also, there need some formal resolution.

** Tags added: kvm

** Tags added: grub-installer grub-pc virtio

-- 
ubuntu-server install fails at grub-install stage when running in a KVM image
https://bugs.launchpad.net/bugs/252901
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 499140] [NEW] netcfg/get_hostname in preseed.cfg file doesn't work on Karmic

2009-12-21 Thread Yufei
Public bug reported:

Binary package hint: pxe

PXE+preseed.cfg auto install the Karmic Server.

In preseed.cfg file, we can set
d-i netcfg/get_hostname string myhost
d-i netcfg/get_hostname string mydomain.com

but the netcfg/get_hostname doesn't work, the system will still set it's 
hostname to "ubuntu"
netcfg/get_domain works

If add the netcfg/get_hostname at the append link in the pxe menu, it
works. like following:

LABEL install
kernel ubuntu-installer/amd64/linux
append vga=normal initrd=ubuntu-installer/amd64/initrd.gz auto=true 
priority=critical interface=eth1 netcfg/dhcp_timeout=60 
netcfg/get_hostname=myhost url=http://192.168.0.1/preseed.cfg -- 
console=ttyS0,9600n8

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

-- 
netcfg/get_hostname in preseed.cfg file doesn't work on Karmic
https://bugs.launchpad.net/bugs/499140
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 378639] [NEW] firstlogin script can't be executed because the permission of /root directory is 0700 in the virtual machine created by python-vm-builder

2009-05-20 Thread Yufei
Public bug reported:

Binary package hint: python-vm-builder

If you create virtual machine by python-vm-builder, it will setup the
permission /root to 0700 in the virtual machine.

But the firstlogin and firstboot scripts are copied /root. firstboot
script will excute, but firstlogin will fail because the permission
problem.

A quick fix is run chmod 0755 in the firstboot script.

I don't know whether iit's by design or not.

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
firstlogin script can't be executed because the permission of /root directory 
is 0700 in the virtual machine created by python-vm-builder 
https://bugs.launchpad.net/bugs/378639
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 346513] Re: "dbus-daemon: Rejected send message" for indicator-applet spams /var/log/auth.log

2009-05-18 Thread Yufei
This also causes sudo  failed.

If you sudo, it will prompt:

 is not allowed to run sudo on .  This incident will
be reported.

the auth.log:

May 19 13:31:17  dbus-daemon: Rejected send message, 1 matched
rules; type="method_call", sender=":1.1756" (uid=1000 pid=11567
comm="/usr/lib/indicator-applet/indicator-applet --oaf-a")
interface="org.freedesktop.DBus.Properties" member="Get" error
name="(unset)" requested_reply=0 destination=":1.12221" (uid=0 pid=31440
comm="su -  "))

-- 
"dbus-daemon: Rejected send message" for indicator-applet spams 
/var/log/auth.log
https://bugs.launchpad.net/bugs/346513
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