[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2019-01-30 Thread Nadi
Felipe, 
can you try to cancel the lid option? you do it with 
sudo sh -c "echo LID0 disabled > /proc/acpi/wakeup"
than check it is '*disabled' in the LID0 entry, by running
cat  /proc/acpi/wakeup
and check the output. 

You can close the lid and it will sleep, but it will not wakeup when you open 
the lid, only when you press the power button to start it. 
Let me know if it works for you.

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

Title:
  Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

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

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

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-22 Thread Nadi
Hei Magnus, 
Yes it solved my problem as well. Using kernel 4.19.11, I blacklisted mei_me as 
you pointed out, now I have no crash when resuming from sleep S3, finally!!
Thanks a lot, 
God Jul! :-)

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

Title:
  Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

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

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

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-13 Thread Nadi
I updated the BIOS but it did not help

but I SOLVED my problem, and perhaps yours as well Magnus! 
The problem was with the LID upon waking up from sleep S3. 
I found it after hours of googling and eventually debugging using this link:
https://01.org/blogs/rzhang/2015/best-practice-debug-linux-suspend/hibernate-issues

I cancelled the ACPI that enables the lid:
echo LID0 > /proc/acpi/wakeup
which turns the disabels the lid signal to the ACPI. It is problably doing 
something wrong, I will try to file a new bug soon. 

This is the relevant output of the wakeup file:

XHC   S0*enabled   pci::00:14.0
XDCI  S4*disabled
HDAS  S4*disabled  pci::00:1f.3
LID0  S3*disabled  platform:PNP0C0D:00
PBTN  S3*enabled   platform:PNP0C0C:00

Every boot I have to re-disable it, so I make a small script and used crontab 
-e, and added the this line to the end of the script:
@reboot /usr/local/bin/myFixScript.sh
see the link
https://www.kompulsa.com/run-a-program-on-startup-console-on-ubuntu-18-04/

Lets see how long it will be stable :-)
Cheers... 
Nadi

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

Title:
  Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

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

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

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-09 Thread Nadi
OK, I think I progressed a bit:

SUPER STRANGELY, awaking from sleep crashes only when I close the lid.
My Dell latitude has Fn-sleep combo so I can suspend the laptop from the
jeyboard, and then I have no crash. I tried several times and it
repeatedly wakes up without problems.

BUT if I close the lid after the suspend (also when I suspend from the keyboard 
Fn combination), the laptop crashes when tries to wake. I can reproduce this. 
Googling around, I did not find any solution in linux, but several had the same 
problem in Windows: 
https://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/workstation-crashes-sometimes-when-lid-is-closed/2c3c38a7-dee7-4ee8-a233-a5031f59110c

Which microsoft suggest waking USB driver, perhaps it is Intel USB 3.0 driver.
I will update the BIOS and if the problem persists, I will open a new bug 
report.

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

Title:
  Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

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

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

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-09 Thread Nadi
I tried to change the swap size to 8 GB (I have 16GB RAM), and confirmed
that my swap is 8GB:

bar@NTNU15333:~$ grep SwapTotal /proc/meminfo
SwapTotal:   8388604 kB

but sleep by closing the lid still crash when I try to wake it (opening
the lid, pressing the power button). It flashes one, then dead. Next
press in the power restarts the computer.

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

Title:
  Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

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

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

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-08 Thread Nadi
Hei Magnus, 
What do you mean "which is stable"? can you put the computer in Sleep mode (S3) 
and it recovers?
Does it wakes when you open the lid, or do you have to press the button then it 
wakes?
Thanks

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

Title:
  Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

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

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

[Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-06 Thread Nadi
Hei, 
I have the same problem as Carsten Gräser (graeser), and in fact a similar 
laptop (Dell Latitude 7390). 
I tried all the possible kernels since 4.14 to 4.19, and suspend (sleep S3) 
does not work. Same symptoms: It suspends when I close the lid, but cannot 
resume. When I open the lid and press the power button, it flushes ones but the 
screen is black. No response, no mouse, all dead. The only solution is to press 
again on the power button which performs hard reset.

Important comment: when I suspend from the function key (Fn-suspend) it
works, but only for a short time (less than a minute): after some time
(I did not manage to find out exactly how many minutes) it cannot
resume. When I close the lid, it fails compelety does not matter how
long I wait. Strange!

Currently using 
Linux version 4.19.7-041907-generic (kernel@kathleen) (gcc version 8.2.0 
(Ubuntu 8.2.0-10ubuntu1)) #201812052010 SMP Wed Dec 5 20:11:58 UTC 2018

Tried 18.04 and than upgraded to 18.10, still the same problem. 
This is my hardware:   
barc@NTNU15333:~$ lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor 
Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 
v5/6th Gen Core Processor Thermal Subsystem (rev 08)
00:13.0 Non-VGA unclassified device: Intel Corporation Sunrise Point-LP 
Integrated Sensor Hub (rev 21)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI 
Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP 
Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial 
IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial 
IO I2C Controller #1 (rev 21)
00:15.2 Signal processing controller: Intel Corporation Sunrise Point-LP Serial 
IO I2C Controller #2 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI 
#1 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 
(rev f1)
00:1c.7 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #8 
(rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 
(rev f1)
00:1f.0 ISA bridge: Intel Corporation Intel(R) 100 Series Chipset Family LPC 
Controller/eSPI Controller - 9D4E (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
6c:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
6d:00.0 Non-Volatile memory controller: SK hynix Device 1527

Thank you!

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

Title:
  Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

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

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

[Bug 255480] Re: VPN connection in Network Manager looses DNS server with DHCP renew of parent connection.

2009-02-13 Thread nadi-s-bar
I am experiencing exactly the same problem! 
here is my log before, while and after I connect to VPN using the 
networkmanager. I tested it with a cable connection. It happens ONLY with the 
wireless, not with the wired connection.

nadi-laptop:~$ sudo tail -f /var/log/syslog
Feb 13 18:28:04 nadi-laptop dhclient: bound to 10.0.0.5 -- renewal in 15 
seconds.
Feb 13 18:28:04 nadi-laptop NetworkManager:   DHCP daemon state is now 3 
(renew) for interface wlan0 
Feb 13 18:28:19 nadi-laptop dhclient: DHCPREQUEST of  on wlan0 to 
10.0.0.1 port 67
Feb 13 18:28:19 nadi-laptop dhclient: DHCPACK of 10.0.0.5 from 10.0.0.1
Feb 13 18:28:19 nadi-laptop dhclient: bound to 10.0.0.5 -- renewal in 12 
seconds.
Feb 13 18:28:19 nadi-laptop NetworkManager:   DHCP daemon state is now 3 
(renew) for interface wlan0 
Feb 13 18:28:31 nadi-laptop dhclient: DHCPREQUEST of  on wlan0 to 
10.0.0.1 port 67
Feb 13 18:28:31 nadi-laptop dhclient: DHCPACK of 10.0.0.5 from 10.0.0.1
Feb 13 18:28:31 nadi-laptop NetworkManager:   DHCP daemon state is now 3 
(renew) for interface wlan0 
Feb 13 18:28:31 nadi-laptop dhclient: bound to 10.0.0.5 -- renewal in 14 
seconds.
Feb 13 18:28:45 nadi-laptop dhclient: DHCPREQUEST of  on wlan0 to 
10.0.0.1 port 67
Feb 13 18:28:45 nadi-laptop dhclient: DHCPACK of 10.0.0.5 from 10.0.0.1
Feb 13 18:28:45 nadi-laptop dhclient: bound to 10.0.0.5 -- renewal in 13 
seconds.
Feb 13 18:28:45 nadi-laptop NetworkManager:   DHCP daemon state is now 3 
(renew) for interface wlan0 
Feb 13 18:28:58 nadi-laptop dhclient: DHCPREQUEST of  on wlan0 to 
10.0.0.1 port 67
Feb 13 18:28:58 nadi-laptop dhclient: DHCPACK of 10.0.0.5 from 10.0.0.1
Feb 13 18:28:58 nadi-laptop dhclient: bound to 10.0.0.5 -- renewal in 13 
seconds.
Feb 13 18:28:58 nadi-laptop NetworkManager:   DHCP daemon state is now 3 
(renew) for interface wlan0 
Feb 13 18:29:11 nadi-laptop dhclient: DHCPREQUEST of  on wlan0 to 
10.0.0.1 port 67
Feb 13 18:29:11 nadi-laptop dhclient: DHCPACK of 10.0.0.5 from 10.0.0.1
Feb 13 18:29:11 nadi-laptop dhclient: bound to 10.0.0.5 -- renewal in 13 
seconds.
Feb 13 18:29:11 nadi-laptop NetworkManager:   DHCP daemon state is now 3 
(renew) for interface wlan0 
Feb 13 18:29:24 nadi-laptop dhclient: DHCPREQUEST of  on wlan0 to 
10.0.0.1 port 67
Feb 13 18:29:24 nadi-laptop dhclient: DHCPACK of 10.0.0.5 from 10.0.0.1
Feb 13 18:29:24 nadi-laptop dhclient: bound to 10.0.0.5 -- renewal in 13 
seconds.
Feb 13 18:29:24 nadi-laptop NetworkManager:   DHCP daemon state is now 3 
(renew) for interface wlan0 
Feb 13 18:29:37 nadi-laptop dhclient: DHCPREQUEST of  on wlan0 to 
10.0.0.1 port 67
Feb 13 18:29:37 nadi-laptop dhclient: DHCPACK of 10.0.0.5 from 10.0.0.1
Feb 13 18:29:37 nadi-laptop NetworkManager:   DHCP daemon state is now 3 
(renew) for interface wlan0 
Feb 13 18:29:37 nadi-laptop dhclient: bound to 10.0.0.5 -- renewal in 16 
seconds.
Feb 13 18:29:53 nadi-laptop dhclient: DHCPREQUEST of  on wlan0 to 
10.0.0.1 port 67
Feb 13 18:29:53 nadi-laptop dhclient: DHCPACK of 10.0.0.5 from 10.0.0.1
Feb 13 18:29:53 nadi-laptop NetworkManager:   DHCP daemon state is now 3 
(renew) for interface wlan0 
Feb 13 18:29:53 nadi-laptop dhclient: bound to 10.0.0.5 -- renewal in 13 
seconds.
Feb 13 18:29:59 nadi-laptop NetworkManager:   Will activate VPN 
connection 'NTNU VPN', service 'org.freedesktop.NetworkManager.vpnc', user_name 
'nadi', vpn_data 'IPSec gateway / 129.241.77.40 / IPSec ID / alle / Xauth 
username / barc', route ''. 
Feb 13 18:29:59 nadi-laptop NetworkManager:   VPN Activation (NTNU VPN) 
Stage 1 of 4 (Connection Prepare) scheduled... 
Feb 13 18:29:59 nadi-laptop NetworkManager:   VPN Activation (NTNU VPN) 
Stage 1 of 4 (Connection Prepare) ran VPN service daemon 
org.freedesktop.NetworkManager.vpnc (PID 22538) 
Feb 13 18:29:59 nadi-laptop NetworkManager:   VPN Activation (NTNU VPN) 
Stage 1 of 4 (Connection Prepare) complete. 
Feb 13 18:29:59 nadi-laptop NetworkManager:   VPN Activation (NTNU VPN) 
Stage 2 of 4 (Connection Prepare Wait) scheduled... 
Feb 13 18:29:59 nadi-laptop kernel: [  125.478860] tun: Universal TUN/TAP 
device driver, 1.6
Feb 13 18:29:59 nadi-laptop kernel: [  125.478906] tun: (C) 1999-2004 Max 
Krasnyansky 
Feb 13 18:29:59 nadi-laptop NetworkManager:   VPN service 
'org.freedesktop.NetworkManager.vpnc' signaled state change 1 -> 6. 
Feb 13 18:30:00 nadi-laptop NetworkManager:   VPN Activation (NTNU VPN) 
Stage 2 of 4 (Connection Prepare Wait) waiting... 
Feb 13 18:30:00 nadi-laptop NetworkManager:   VPN Activation (NTNU VPN) 
Stage 2 of 4 (Connection Prepare Wait) complete. 
Feb 13 18:30:00 nadi-laptop NetworkManager:   VPN Activation (NTNU VPN) 
Stage 3 of 4 (Connect) scheduled... 
Feb 13 18:30:00 nadi-laptop NetworkManager:   VPN Activation (NTNU VPN) 
Stage 3 of 4 (Connect) sending connect request. 
Feb 13 18:30:00 nadi-laptop NetworkManager:   VPN Activation (NTNU VPN) 
Stage 3 of 4 (Connect) request sent, waiting for repl

[Bug 156642] Re: active dvi freezes when viewing a dvi file with embedded eps image

2008-01-17 Thread nadi
thanks a lot vpadawan! the workaround with chaning the advi works
perfectly. Can someone change the source files, so it will be stable in
ubuntu?

Nadi

-- 
active dvi freezes when viewing a dvi file with embedded eps image
https://bugs.launchpad.net/bugs/156642
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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