Search found 2 matches

by jcwilli5
Wed 15. Sep 2021, 18:42
Forum: PCAN-USB
Topic: Filesystem root low disk space
Replies: 3
Views: 7138

Re: Filesystem root low disk space

I'm running a basic logging script in an azure container on the Ubuntu PC:


import logging
import time
import can
import j1939

logging.getLogger('j1939').setLevel(logging.DEBUG)
logging.getLogger('can').setLevel(logging.DEBUG)

def on_message(priority, pgn, sa, timestamp, data):
"""Receive ...
by jcwilli5
Fri 10. Sep 2021, 19:14
Forum: PCAN-USB
Topic: Filesystem root low disk space
Replies: 3
Views: 7138

Filesystem root low disk space

Im running the NETDEV SUPPORT version with my PEAK adapter on Ubuntu 18.04 to capture CAN packets. I'm using the following commands:

sudo modprobe peak-usb
sudo ip link set can0 up type can bitrate 250000
sudo ip link set up can0

After running this for a couple weeks on my PC and no other programs ...